@charset "UTF-8";
html {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

input {
  border-radius: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1200px;
  }
}

@font-face {
  font-family: "Albertus Nova Black";
  src: url("/wp-content/themes/tahoesouth/dist/fonts/AlbertusNovaBlack.woff2") format("woff2"), url("/wp-content/themes/tahoesouth/dist/fonts/AlbertusNovaBlack.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Vista Sans";
  src: url("/wp-content/themes/tahoesouth/dist/fonts/VistaSansOT-Black.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Vista Sans";
  src: url("/wp-content/themes/tahoesouth/dist/fonts/VistaSansOT-BlackItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Vista Sans";
  src: url("/wp-content/themes/tahoesouth/dist/fonts/VistaSansOT-RegItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Vista Sans";
  src: url("/wp-content/themes/tahoesouth/dist/fonts/vistasansreg-071211005EmigreWebOnly.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nanami Bold";
  src: url("/wp-content/themes/tahoesouth/dist/fonts/NanamiBold.woff2") format("woff2"), url("/wp-content/themes/tahoesouth/dist/fonts/NanamiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nanami Book";
  src: url("/wp-content/themes/tahoesouth/dist/fonts/NanamiBook.woff2") format("woff2"), url("/wp-content/themes/tahoesouth/dist/fonts/NanamiBook.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nanami Light";
  src: url("/wp-content/themes/tahoesouth/dist/fonts/NanamiLight.woff2") format("woff2"), url("/wp-content/themes/tahoesouth/dist/fonts/NanamiLight.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Nanami Thin";
  src: url("/wp-content/themes/tahoesouth/dist/fonts/NanamiThin.woff2") format("woff2"), url("/wp-content/themes/tahoesouth/dist/fonts/NanamiThin.woff") format("woff");
  font-display: swap;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media (min-width: 1024px) {
  .site__body {
    border: 20px solid white;
    border-bottom: none;
  }
}

.select {
  position: relative;
}
.select svg {
  position: absolute;
  top: 8px;
  right: 2px;
  width: 10px;
  height: 15px;
  background-image: url("/wp-content/themes/tahoesouth/dist/carat.345fe7fe.svg");
  background-size: 10px 15px;
  transform: rotateZ(90deg);
  pointer-events: none;
}
@media (min-width: 768px) {
  .select svg {
    width: 10.4px;
    height: 16px;
    background-size: 10.4px 16px;
    top: 13px;
  }
}
.select svg path {
  transition: fill 0.25s;
}
.select__input {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  cursor: pointer;
  width: 100%;
  border: none;
  border-bottom: 2px solid #54565B;
  color: #54565B;
  height: 33px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFFFFF;
  transition: border-color 0.25s, outline 0.25s, color 0.25s;
}
html[lang=ru] main .select__input {
  font-family: "Open Sans";
}
html[lang=vi] main .select__input {
  font-family: "Open Sans";
}
html[lang=ar] main .select__input {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .select__input {
  font-family: "Prompt";
}
html[lang=ja] main .select__input {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .select__input {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .select__input {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .select__input {
  font-family: "Noto Sans KR";
}
.select__input:focus {
  outline: solid rgba(0, 95, 128, 0.5) 2px;
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .select__input {
    height: 46px;
  }
}
.select__input > option {
  font: -moz-pull-down-menu;
  color: #000000;
}
.select:hover .select__input, .select:active .select__input {
  border-bottom: 2px solid #005F80;
  color: #005F80;
}
.select:hover svg > path, .select:active svg > path {
  fill: #005F80;
}

button:focus, a:focus {
  outline: solid rgba(0, 95, 128, 0.5) 2px;
  outline-offset: 2px;
}

form .gform_heading .gform_title, form .gform_heading .gform_description {
  font-family: sans-serif;
}

form .gform_body input, form .gform_body select {
  position: relative;
  color: #54565B;
  border: 2px #FFFFFF solid;
  border-bottom: 2px solid #005F80;
  height: 45px;
  line-height: 24px;
}
form .gform_body input:hover, form .gform_body select:hover {
  border-bottom: 2px solid #D2D2D2;
  background-color: #D2D2D2;
}
form .gform_body input:active, form .gform_body input:focus, form .gform_body select:active, form .gform_body select:focus {
  border: 2px solid;
  background-color: #FFFFFF;
  outline-color: #82CFCD;
  border-radius: none;
  -moz-outline-radius: unset;
}
form .gform_body select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100% !important;
  padding-right: 0;
  font-weight: 800 !important;
  transition: border-color 0.25s, outline 0.25s, color 0.25s;
}
form .gform_body select option {
  font: -moz-pull-down-menu;
  color: #000000;
}
form .gform_body select ~ svg {
  position: absolute;
  transform: rotate(90deg);
  top: 0;
  right: 4px;
  width: 10.4px;
  height: 16px;
  background-size: 10.4px 16px;
  top: 13px;
  pointer-events: none;
  transition: fill 0.25s;
}
form .gform_body select:hover {
  color: #005F80;
  background-color: #FFFFFF;
  border-bottom: 2px solid #005F80;
}
form .gform_body select:hover ~ svg {
  fill: #005F80;
}
form .gform_body textarea:hover {
  background-color: #D2D2D2;
  outline-color: #005F80;
  border-color: #005F80;
}
form .gform_body textarea:active, form .gform_body textarea:focus {
  background-color: #FFFFFF;
  outline-color: #005F80;
}
form .gform_body .gfield.gfield_html, form .gform_body .gfield.gfield_html > p {
  line-height: 24px !important;
}
form .gform_body .gfield .gfield_label {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #005F80;
}
html[lang=ru] main form .gform_body .gfield .gfield_label {
  font-family: "Open Sans";
}
html[lang=vi] main form .gform_body .gfield .gfield_label {
  font-family: "Open Sans";
}
html[lang=ar] main form .gform_body .gfield .gfield_label {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main form .gform_body .gfield .gfield_label {
  font-family: "Prompt";
}
html[lang=ja] main form .gform_body .gfield .gfield_label {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main form .gform_body .gfield .gfield_label {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main form .gform_body .gfield .gfield_label {
  font-family: "Noto Sans TC";
}
html[lang=ko] main form .gform_body .gfield .gfield_label {
  font-family: "Noto Sans KR";
}
form .gform_body .ginput_right {
  padding-right: 0px !important;
}
form .gform_body .gfield_date_dropdown_month select, form .gform_body .gfield_date_dropdown_day select, form .gform_body .gfield_date_dropdown_year select {
  width: 120px !important;
}
form .gform_body .ginput_container {
  margin-top: -3px !important;
}
form .gform_body .ginput_container.ginput_container_checkbox .gfield_checkbox li input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  cursor: pointer;
}
form .gform_body .ginput_container.ginput_container_checkbox .gfield_checkbox li input:checked ~ label:before {
  opacity: 1;
}
form .gform_body .ginput_container.ginput_container_checkbox .gfield_checkbox li input:checked ~ label:after {
  background-color: #005F80;
  border-color: #005F80;
}
form .gform_body .ginput_container.ginput_container_checkbox .gfield_checkbox li label {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: none;
  position: relative;
  padding-left: 33px;
  height: 20px;
  line-height: 20px;
}
html[lang=ru] main form .gform_body .ginput_container.ginput_container_checkbox .gfield_checkbox li label {
  font-family: "Open Sans";
}
html[lang=vi] main form .gform_body .ginput_container.ginput_container_checkbox .gfield_checkbox li label {
  font-family: "Open Sans";
}
html[lang=ar] main form .gform_body .ginput_container.ginput_container_checkbox .gfield_checkbox li label {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main form .gform_body .ginput_container.ginput_container_checkbox .gfield_checkbox li label {
  font-family: "Prompt";
}
html[lang=ja] main form .gform_body .ginput_container.ginput_container_checkbox .gfield_checkbox li label {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main form .gform_body .ginput_container.ginput_container_checkbox .gfield_checkbox li label {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main form .gform_body .ginput_container.ginput_container_checkbox .gfield_checkbox li label {
  font-family: "Noto Sans TC";
}
html[lang=ko] main form .gform_body .ginput_container.ginput_container_checkbox .gfield_checkbox li label {
  font-family: "Noto Sans KR";
}
form .gform_body .ginput_container.ginput_container_checkbox .gfield_checkbox li label:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  left: 8px;
  top: 3px;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
}
form .gform_body .ginput_container.ginput_container_checkbox .gfield_checkbox li label:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #005F80;
}
form .gform_body .ginput_container.ginput_container_radio .gfield_radio li input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  cursor: pointer;
}
form .gform_body .ginput_container.ginput_container_radio .gfield_radio li input:checked ~ label:before {
  opacity: 1;
}
form .gform_body .ginput_container.ginput_container_radio .gfield_radio li input:checked ~ label:after {
  background-color: #FFFFFF;
  border-color: #54565B;
}
form .gform_body .ginput_container.ginput_container_radio .gfield_radio li label {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: none;
  position: relative;
  padding-left: 33px;
  height: 20px;
  line-height: 20px;
}
html[lang=ru] main form .gform_body .ginput_container.ginput_container_radio .gfield_radio li label {
  font-family: "Open Sans";
}
html[lang=vi] main form .gform_body .ginput_container.ginput_container_radio .gfield_radio li label {
  font-family: "Open Sans";
}
html[lang=ar] main form .gform_body .ginput_container.ginput_container_radio .gfield_radio li label {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main form .gform_body .ginput_container.ginput_container_radio .gfield_radio li label {
  font-family: "Prompt";
}
html[lang=ja] main form .gform_body .ginput_container.ginput_container_radio .gfield_radio li label {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main form .gform_body .ginput_container.ginput_container_radio .gfield_radio li label {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main form .gform_body .ginput_container.ginput_container_radio .gfield_radio li label {
  font-family: "Noto Sans TC";
}
html[lang=ko] main form .gform_body .ginput_container.ginput_container_radio .gfield_radio li label {
  font-family: "Noto Sans KR";
}
form .gform_body .ginput_container.ginput_container_radio .gfield_radio li label:before {
  content: "";
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #005F80;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
form .gform_body .ginput_container.ginput_container_radio .gfield_radio li label:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  border-radius: 50%;
}
form .gform_body textarea, form .gform_body select {
  border-width: 2px;
}

.gform_title, .gform_description {
  color: #54565B;
}

button.gform_button {
  background-color: #FFFFFF;
  cursor: pointer;
}

.slds-rich-text-editor__output u {
  color: #005F80;
}

#lightningLocator .slds-card__footer button, .open-content__constrained-container .wp-block-button__link, .button.\--primary {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 17px;
  display: inline-block;
  padding: 17px 20px;
  border-radius: 25px;
  color: #234C5A;
  text-decoration: none;
  position: relative;
  border-width: 0;
  z-index: 1;
  text-align: center;
}
html[lang=ru] main #lightningLocator .slds-card__footer button, #lightningLocator .slds-card__footer html[lang=ru] main button, html[lang=ru] main .open-content__constrained-container .wp-block-button__link, .open-content__constrained-container html[lang=ru] main .wp-block-button__link, html[lang=ru] main .button.\--primary {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main #lightningLocator .slds-card__footer button, #lightningLocator .slds-card__footer html[lang=vi] main button, html[lang=vi] main .open-content__constrained-container .wp-block-button__link, .open-content__constrained-container html[lang=vi] main .wp-block-button__link, html[lang=vi] main .button.\--primary {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main #lightningLocator .slds-card__footer button, #lightningLocator .slds-card__footer html[lang=ar] main button, html[lang=ar] main .open-content__constrained-container .wp-block-button__link, .open-content__constrained-container html[lang=ar] main .wp-block-button__link, html[lang=ar] main .button.\--primary {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main #lightningLocator .slds-card__footer button, #lightningLocator .slds-card__footer html[lang=th] main button, html[lang=th] main .open-content__constrained-container .wp-block-button__link, .open-content__constrained-container html[lang=th] main .wp-block-button__link, html[lang=th] main .button.\--primary {
  font-family: "Sarabun";
}
html[lang=ja] main #lightningLocator .slds-card__footer button, #lightningLocator .slds-card__footer html[lang=ja] main button, html[lang=ja] main .open-content__constrained-container .wp-block-button__link, .open-content__constrained-container html[lang=ja] main .wp-block-button__link, html[lang=ja] main .button.\--primary {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main #lightningLocator .slds-card__footer button, #lightningLocator .slds-card__footer html[lang=zh-s] main button, html[lang=zh-s] main .open-content__constrained-container .wp-block-button__link, .open-content__constrained-container html[lang=zh-s] main .wp-block-button__link, html[lang=zh-s] main .button.\--primary {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main #lightningLocator .slds-card__footer button, #lightningLocator .slds-card__footer html[lang=zh-t] main button, html[lang=zh-t] main .open-content__constrained-container .wp-block-button__link, .open-content__constrained-container html[lang=zh-t] main .wp-block-button__link, html[lang=zh-t] main .button.\--primary {
  font-family: "Noto Serif TC";
}
html[lang=ko] main #lightningLocator .slds-card__footer button, #lightningLocator .slds-card__footer html[lang=ko] main button, html[lang=ko] main .open-content__constrained-container .wp-block-button__link, .open-content__constrained-container html[lang=ko] main .wp-block-button__link, html[lang=ko] main .button.\--primary {
  font-family: "Noto Serif KR";
}
#lightningLocator .slds-card__footer button:before, .open-content__constrained-container .wp-block-button__link:before, .button.\--primary:before {
  content: "";
  position: absolute;
  background-color: #82CFCD;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.25s, border-color 0.25s;
  z-index: -1;
  border: 1px solid transparent;
  border-radius: 25px;
}
#lightningLocator .slds-card__footer button:after, .open-content__constrained-container .wp-block-button__link:after, .button.\--primary:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  transition: transform 0.25s, background-color 0.25s;
  background-color: #234C5A;
  transform: translateY(8px);
  z-index: -2;
  border-radius: 25px;
}
#lightningLocator .slds-card__footer button:hover, .open-content__constrained-container .wp-block-button__link:hover, .button.\--primary:hover, #lightningLocator .slds-card__footer button:focus, .open-content__constrained-container .wp-block-button__link:focus, .button.\--primary:focus {
  color: #82CFCD;
}
#lightningLocator .slds-card__footer button:hover:before, .open-content__constrained-container .wp-block-button__link:hover:before, .button.\--primary:hover:before, #lightningLocator .slds-card__footer button:focus:before, .open-content__constrained-container .wp-block-button__link:focus:before, .button.\--primary:focus:before {
  background-color: transparent;
  border-color: #234C5A;
}
#lightningLocator .slds-card__footer button:hover:after, .open-content__constrained-container .wp-block-button__link:hover:after, .button.\--primary:hover:after, #lightningLocator .slds-card__footer button:focus:after, .open-content__constrained-container .wp-block-button__link:focus:after, .button.\--primary:focus:after {
  transform: translateY(0);
}

.open-content__constrained-container .wp-block-button.is-style-outline .wp-block-button__link, .button.\--primary.\--white {
  color: #005F80;
}
.open-content__constrained-container .wp-block-button.is-style-outline .wp-block-button__link:before, .button.\--primary.\--white:before {
  background-color: #FFFFFF;
}
.open-content__constrained-container .wp-block-button.is-style-outline .wp-block-button__link:after, .button.\--primary.\--white:after {
  background-color: #82CFCD;
}
.open-content__constrained-container .wp-block-button.is-style-outline .wp-block-button__link:hover, .button.\--primary.\--white:hover, .open-content__constrained-container .wp-block-button.is-style-outline .wp-block-button__link:focus, .button.\--primary.\--white:focus {
  color: #234C5A;
}
.open-content__constrained-container .wp-block-button.is-style-outline .wp-block-button__link:hover:before, .button.\--primary.\--white:hover:before, .open-content__constrained-container .wp-block-button.is-style-outline .wp-block-button__link:focus:before, .button.\--primary.\--white:focus:before {
  background-color: transparent;
  border-color: #82CFCD;
}
.open-content__constrained-container .wp-block-button.is-style-outline .wp-block-button__link:hover:after, .button.\--primary.\--white:hover:after, .open-content__constrained-container .wp-block-button.is-style-outline .wp-block-button__link:focus:after, .button.\--primary.\--white:focus:after {
  background-color: #82CFCD;
}

.button.\--primary.\--blue {
  color: #FFFFFF;
}
.button.\--primary.\--blue:before {
  background-color: #005F80;
}
.button.\--primary.\--blue:after {
  background-color: #234C5A;
}
.button.\--primary.\--blue:hover, .button.\--primary.\--blue:focus {
  color: #82CFCD;
}
.button.\--primary.\--blue:hover:before, .button.\--primary.\--blue:focus:before {
  background-color: transparent;
  border-color: #234C5A;
}
.button.\--primary.\--blue:hover:after, .button.\--primary.\--blue:focus:after {
  transform: translateY(0);
}

.button.\--secondary {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 17px;
  display: inline-block;
  padding: 17px 20px;
  border-radius: 25px;
  color: #234C5A;
  text-decoration: none;
  position: relative;
  border-width: 0;
  z-index: 1;
  text-align: center;
}
html[lang=ru] main .button.\--secondary {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .button.\--secondary {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .button.\--secondary {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .button.\--secondary {
  font-family: "Sarabun";
}
html[lang=ja] main .button.\--secondary {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .button.\--secondary {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .button.\--secondary {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .button.\--secondary {
  font-family: "Noto Serif KR";
}
.button.\--secondary:before {
  content: "";
  position: absolute;
  background-color: transparent;
  border: 2px solid #234C5A;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.25s, border-color 0.25s;
  z-index: -1;
  border-radius: 25px;
}
.button.\--secondary:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  transition: transform 0.25s, background-color 0.25s;
  transform: translateY(8px);
  z-index: -2;
  border-radius: 25px;
}
.button.\--secondary:hover, .button.\--secondary:focus {
  color: #FFFFFF;
}
.button.\--secondary:hover:before, .button.\--secondary:focus:before {
  background-color: #005F80;
  border-color: #005F80;
}
.button.\--secondary:hover:after, .button.\--secondary:focus:after {
  transform: translateY(0);
}

.button.\--secondary.\--teal {
  color: #82CFCD;
}
.button.\--secondary.\--teal:before {
  border: 2px solid #82CFCD;
}
.button.\--secondary.\--teal:hover, .button.\--secondary.\--teal:focus {
  color: #234C5A;
}
.button.\--secondary.\--teal:hover:before, .button.\--secondary.\--teal:focus:before {
  background-color: #82CFCD;
  border-color: #82CFCD;
}
.button.\--secondary.\--teal:hover:after, .button.\--secondary.\--teal:focus:after {
  transform: translateY(0);
}

.open-content__constrained-container > h1, .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container .wp-block-column > h1, .open-content .wpb_wrapper > h1 {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: normal;
  line-height: 60px;
}
html[lang=ru] main .open-content__constrained-container > h1, html[lang=ru] main .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container html[lang=ru] main .wp-block-group__inner-container > h1, html[lang=ru] main .open-content__constrained-container .wp-block-column > h1, .open-content__constrained-container html[lang=ru] main .wp-block-column > h1, html[lang=ru] main .open-content .wpb_wrapper > h1, .open-content html[lang=ru] main .wpb_wrapper > h1 {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .open-content__constrained-container > h1, html[lang=vi] main .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container html[lang=vi] main .wp-block-group__inner-container > h1, html[lang=vi] main .open-content__constrained-container .wp-block-column > h1, .open-content__constrained-container html[lang=vi] main .wp-block-column > h1, html[lang=vi] main .open-content .wpb_wrapper > h1, .open-content html[lang=vi] main .wpb_wrapper > h1 {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .open-content__constrained-container > h1, html[lang=ar] main .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container html[lang=ar] main .wp-block-group__inner-container > h1, html[lang=ar] main .open-content__constrained-container .wp-block-column > h1, .open-content__constrained-container html[lang=ar] main .wp-block-column > h1, html[lang=ar] main .open-content .wpb_wrapper > h1, .open-content html[lang=ar] main .wpb_wrapper > h1 {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .open-content__constrained-container > h1, html[lang=th] main .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container html[lang=th] main .wp-block-group__inner-container > h1, html[lang=th] main .open-content__constrained-container .wp-block-column > h1, .open-content__constrained-container html[lang=th] main .wp-block-column > h1, html[lang=th] main .open-content .wpb_wrapper > h1, .open-content html[lang=th] main .wpb_wrapper > h1 {
  font-family: "Sarabun";
}
html[lang=ja] main .open-content__constrained-container > h1, html[lang=ja] main .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container html[lang=ja] main .wp-block-group__inner-container > h1, html[lang=ja] main .open-content__constrained-container .wp-block-column > h1, .open-content__constrained-container html[lang=ja] main .wp-block-column > h1, html[lang=ja] main .open-content .wpb_wrapper > h1, .open-content html[lang=ja] main .wpb_wrapper > h1 {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .open-content__constrained-container > h1, html[lang=zh-s] main .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container html[lang=zh-s] main .wp-block-group__inner-container > h1, html[lang=zh-s] main .open-content__constrained-container .wp-block-column > h1, .open-content__constrained-container html[lang=zh-s] main .wp-block-column > h1, html[lang=zh-s] main .open-content .wpb_wrapper > h1, .open-content html[lang=zh-s] main .wpb_wrapper > h1 {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .open-content__constrained-container > h1, html[lang=zh-t] main .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container html[lang=zh-t] main .wp-block-group__inner-container > h1, html[lang=zh-t] main .open-content__constrained-container .wp-block-column > h1, .open-content__constrained-container html[lang=zh-t] main .wp-block-column > h1, html[lang=zh-t] main .open-content .wpb_wrapper > h1, .open-content html[lang=zh-t] main .wpb_wrapper > h1 {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .open-content__constrained-container > h1, html[lang=ko] main .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container html[lang=ko] main .wp-block-group__inner-container > h1, html[lang=ko] main .open-content__constrained-container .wp-block-column > h1, .open-content__constrained-container html[lang=ko] main .wp-block-column > h1, html[lang=ko] main .open-content .wpb_wrapper > h1, .open-content html[lang=ko] main .wpb_wrapper > h1 {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .open-content__constrained-container > h1, .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container .wp-block-column > h1, .open-content .wpb_wrapper > h1 {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 60px;
    letter-spacing: normal;
    line-height: 77px;
  }
  html[lang=ru] main .open-content__constrained-container > h1, html[lang=ru] main .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container html[lang=ru] main .wp-block-group__inner-container > h1, html[lang=ru] main .open-content__constrained-container .wp-block-column > h1, .open-content__constrained-container html[lang=ru] main .wp-block-column > h1, html[lang=ru] main .open-content .wpb_wrapper > h1, .open-content html[lang=ru] main .wpb_wrapper > h1 {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .open-content__constrained-container > h1, html[lang=vi] main .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container html[lang=vi] main .wp-block-group__inner-container > h1, html[lang=vi] main .open-content__constrained-container .wp-block-column > h1, .open-content__constrained-container html[lang=vi] main .wp-block-column > h1, html[lang=vi] main .open-content .wpb_wrapper > h1, .open-content html[lang=vi] main .wpb_wrapper > h1 {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .open-content__constrained-container > h1, html[lang=ar] main .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container html[lang=ar] main .wp-block-group__inner-container > h1, html[lang=ar] main .open-content__constrained-container .wp-block-column > h1, .open-content__constrained-container html[lang=ar] main .wp-block-column > h1, html[lang=ar] main .open-content .wpb_wrapper > h1, .open-content html[lang=ar] main .wpb_wrapper > h1 {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .open-content__constrained-container > h1, html[lang=th] main .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container html[lang=th] main .wp-block-group__inner-container > h1, html[lang=th] main .open-content__constrained-container .wp-block-column > h1, .open-content__constrained-container html[lang=th] main .wp-block-column > h1, html[lang=th] main .open-content .wpb_wrapper > h1, .open-content html[lang=th] main .wpb_wrapper > h1 {
    font-family: "Sarabun";
  }
  html[lang=ja] main .open-content__constrained-container > h1, html[lang=ja] main .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container html[lang=ja] main .wp-block-group__inner-container > h1, html[lang=ja] main .open-content__constrained-container .wp-block-column > h1, .open-content__constrained-container html[lang=ja] main .wp-block-column > h1, html[lang=ja] main .open-content .wpb_wrapper > h1, .open-content html[lang=ja] main .wpb_wrapper > h1 {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .open-content__constrained-container > h1, html[lang=zh-s] main .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container html[lang=zh-s] main .wp-block-group__inner-container > h1, html[lang=zh-s] main .open-content__constrained-container .wp-block-column > h1, .open-content__constrained-container html[lang=zh-s] main .wp-block-column > h1, html[lang=zh-s] main .open-content .wpb_wrapper > h1, .open-content html[lang=zh-s] main .wpb_wrapper > h1 {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .open-content__constrained-container > h1, html[lang=zh-t] main .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container html[lang=zh-t] main .wp-block-group__inner-container > h1, html[lang=zh-t] main .open-content__constrained-container .wp-block-column > h1, .open-content__constrained-container html[lang=zh-t] main .wp-block-column > h1, html[lang=zh-t] main .open-content .wpb_wrapper > h1, .open-content html[lang=zh-t] main .wpb_wrapper > h1 {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .open-content__constrained-container > h1, html[lang=ko] main .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container html[lang=ko] main .wp-block-group__inner-container > h1, html[lang=ko] main .open-content__constrained-container .wp-block-column > h1, .open-content__constrained-container html[lang=ko] main .wp-block-column > h1, html[lang=ko] main .open-content .wpb_wrapper > h1, .open-content html[lang=ko] main .wpb_wrapper > h1 {
    font-family: "Noto Serif KR";
  }
}
.open-content__constrained-container > h2, .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container .wp-block-column > h2, .open-content .wpb_wrapper > h2 {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 44px;
  letter-spacing: normal;
  line-height: 57px;
}
html[lang=ru] main .open-content__constrained-container > h2, html[lang=ru] main .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container html[lang=ru] main .wp-block-group__inner-container > h2, html[lang=ru] main .open-content__constrained-container .wp-block-column > h2, .open-content__constrained-container html[lang=ru] main .wp-block-column > h2, html[lang=ru] main .open-content .wpb_wrapper > h2, .open-content html[lang=ru] main .wpb_wrapper > h2 {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .open-content__constrained-container > h2, html[lang=vi] main .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container html[lang=vi] main .wp-block-group__inner-container > h2, html[lang=vi] main .open-content__constrained-container .wp-block-column > h2, .open-content__constrained-container html[lang=vi] main .wp-block-column > h2, html[lang=vi] main .open-content .wpb_wrapper > h2, .open-content html[lang=vi] main .wpb_wrapper > h2 {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .open-content__constrained-container > h2, html[lang=ar] main .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container html[lang=ar] main .wp-block-group__inner-container > h2, html[lang=ar] main .open-content__constrained-container .wp-block-column > h2, .open-content__constrained-container html[lang=ar] main .wp-block-column > h2, html[lang=ar] main .open-content .wpb_wrapper > h2, .open-content html[lang=ar] main .wpb_wrapper > h2 {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .open-content__constrained-container > h2, html[lang=th] main .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container html[lang=th] main .wp-block-group__inner-container > h2, html[lang=th] main .open-content__constrained-container .wp-block-column > h2, .open-content__constrained-container html[lang=th] main .wp-block-column > h2, html[lang=th] main .open-content .wpb_wrapper > h2, .open-content html[lang=th] main .wpb_wrapper > h2 {
  font-family: "Sarabun";
}
html[lang=ja] main .open-content__constrained-container > h2, html[lang=ja] main .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container html[lang=ja] main .wp-block-group__inner-container > h2, html[lang=ja] main .open-content__constrained-container .wp-block-column > h2, .open-content__constrained-container html[lang=ja] main .wp-block-column > h2, html[lang=ja] main .open-content .wpb_wrapper > h2, .open-content html[lang=ja] main .wpb_wrapper > h2 {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .open-content__constrained-container > h2, html[lang=zh-s] main .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container html[lang=zh-s] main .wp-block-group__inner-container > h2, html[lang=zh-s] main .open-content__constrained-container .wp-block-column > h2, .open-content__constrained-container html[lang=zh-s] main .wp-block-column > h2, html[lang=zh-s] main .open-content .wpb_wrapper > h2, .open-content html[lang=zh-s] main .wpb_wrapper > h2 {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .open-content__constrained-container > h2, html[lang=zh-t] main .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container html[lang=zh-t] main .wp-block-group__inner-container > h2, html[lang=zh-t] main .open-content__constrained-container .wp-block-column > h2, .open-content__constrained-container html[lang=zh-t] main .wp-block-column > h2, html[lang=zh-t] main .open-content .wpb_wrapper > h2, .open-content html[lang=zh-t] main .wpb_wrapper > h2 {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .open-content__constrained-container > h2, html[lang=ko] main .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container html[lang=ko] main .wp-block-group__inner-container > h2, html[lang=ko] main .open-content__constrained-container .wp-block-column > h2, .open-content__constrained-container html[lang=ko] main .wp-block-column > h2, html[lang=ko] main .open-content .wpb_wrapper > h2, .open-content html[lang=ko] main .wpb_wrapper > h2 {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .open-content__constrained-container > h2, .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container .wp-block-column > h2, .open-content .wpb_wrapper > h2 {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: normal;
    line-height: 65px;
  }
  html[lang=ru] main .open-content__constrained-container > h2, html[lang=ru] main .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container html[lang=ru] main .wp-block-group__inner-container > h2, html[lang=ru] main .open-content__constrained-container .wp-block-column > h2, .open-content__constrained-container html[lang=ru] main .wp-block-column > h2, html[lang=ru] main .open-content .wpb_wrapper > h2, .open-content html[lang=ru] main .wpb_wrapper > h2 {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .open-content__constrained-container > h2, html[lang=vi] main .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container html[lang=vi] main .wp-block-group__inner-container > h2, html[lang=vi] main .open-content__constrained-container .wp-block-column > h2, .open-content__constrained-container html[lang=vi] main .wp-block-column > h2, html[lang=vi] main .open-content .wpb_wrapper > h2, .open-content html[lang=vi] main .wpb_wrapper > h2 {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .open-content__constrained-container > h2, html[lang=ar] main .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container html[lang=ar] main .wp-block-group__inner-container > h2, html[lang=ar] main .open-content__constrained-container .wp-block-column > h2, .open-content__constrained-container html[lang=ar] main .wp-block-column > h2, html[lang=ar] main .open-content .wpb_wrapper > h2, .open-content html[lang=ar] main .wpb_wrapper > h2 {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .open-content__constrained-container > h2, html[lang=th] main .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container html[lang=th] main .wp-block-group__inner-container > h2, html[lang=th] main .open-content__constrained-container .wp-block-column > h2, .open-content__constrained-container html[lang=th] main .wp-block-column > h2, html[lang=th] main .open-content .wpb_wrapper > h2, .open-content html[lang=th] main .wpb_wrapper > h2 {
    font-family: "Sarabun";
  }
  html[lang=ja] main .open-content__constrained-container > h2, html[lang=ja] main .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container html[lang=ja] main .wp-block-group__inner-container > h2, html[lang=ja] main .open-content__constrained-container .wp-block-column > h2, .open-content__constrained-container html[lang=ja] main .wp-block-column > h2, html[lang=ja] main .open-content .wpb_wrapper > h2, .open-content html[lang=ja] main .wpb_wrapper > h2 {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .open-content__constrained-container > h2, html[lang=zh-s] main .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container html[lang=zh-s] main .wp-block-group__inner-container > h2, html[lang=zh-s] main .open-content__constrained-container .wp-block-column > h2, .open-content__constrained-container html[lang=zh-s] main .wp-block-column > h2, html[lang=zh-s] main .open-content .wpb_wrapper > h2, .open-content html[lang=zh-s] main .wpb_wrapper > h2 {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .open-content__constrained-container > h2, html[lang=zh-t] main .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container html[lang=zh-t] main .wp-block-group__inner-container > h2, html[lang=zh-t] main .open-content__constrained-container .wp-block-column > h2, .open-content__constrained-container html[lang=zh-t] main .wp-block-column > h2, html[lang=zh-t] main .open-content .wpb_wrapper > h2, .open-content html[lang=zh-t] main .wpb_wrapper > h2 {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .open-content__constrained-container > h2, html[lang=ko] main .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container html[lang=ko] main .wp-block-group__inner-container > h2, html[lang=ko] main .open-content__constrained-container .wp-block-column > h2, .open-content__constrained-container html[lang=ko] main .wp-block-column > h2, html[lang=ko] main .open-content .wpb_wrapper > h2, .open-content html[lang=ko] main .wpb_wrapper > h2 {
    font-family: "Noto Serif KR";
  }
}
.open-content__constrained-container > h3, .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container .wp-block-column > h3, .open-content .wpb_wrapper > h3 {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: normal;
  line-height: 39px;
}
html[lang=ru] main .open-content__constrained-container > h3, html[lang=ru] main .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container html[lang=ru] main .wp-block-group__inner-container > h3, html[lang=ru] main .open-content__constrained-container .wp-block-column > h3, .open-content__constrained-container html[lang=ru] main .wp-block-column > h3, html[lang=ru] main .open-content .wpb_wrapper > h3, .open-content html[lang=ru] main .wpb_wrapper > h3 {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .open-content__constrained-container > h3, html[lang=vi] main .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container html[lang=vi] main .wp-block-group__inner-container > h3, html[lang=vi] main .open-content__constrained-container .wp-block-column > h3, .open-content__constrained-container html[lang=vi] main .wp-block-column > h3, html[lang=vi] main .open-content .wpb_wrapper > h3, .open-content html[lang=vi] main .wpb_wrapper > h3 {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .open-content__constrained-container > h3, html[lang=ar] main .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container html[lang=ar] main .wp-block-group__inner-container > h3, html[lang=ar] main .open-content__constrained-container .wp-block-column > h3, .open-content__constrained-container html[lang=ar] main .wp-block-column > h3, html[lang=ar] main .open-content .wpb_wrapper > h3, .open-content html[lang=ar] main .wpb_wrapper > h3 {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .open-content__constrained-container > h3, html[lang=th] main .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container html[lang=th] main .wp-block-group__inner-container > h3, html[lang=th] main .open-content__constrained-container .wp-block-column > h3, .open-content__constrained-container html[lang=th] main .wp-block-column > h3, html[lang=th] main .open-content .wpb_wrapper > h3, .open-content html[lang=th] main .wpb_wrapper > h3 {
  font-family: "Sarabun";
}
html[lang=ja] main .open-content__constrained-container > h3, html[lang=ja] main .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container html[lang=ja] main .wp-block-group__inner-container > h3, html[lang=ja] main .open-content__constrained-container .wp-block-column > h3, .open-content__constrained-container html[lang=ja] main .wp-block-column > h3, html[lang=ja] main .open-content .wpb_wrapper > h3, .open-content html[lang=ja] main .wpb_wrapper > h3 {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .open-content__constrained-container > h3, html[lang=zh-s] main .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container html[lang=zh-s] main .wp-block-group__inner-container > h3, html[lang=zh-s] main .open-content__constrained-container .wp-block-column > h3, .open-content__constrained-container html[lang=zh-s] main .wp-block-column > h3, html[lang=zh-s] main .open-content .wpb_wrapper > h3, .open-content html[lang=zh-s] main .wpb_wrapper > h3 {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .open-content__constrained-container > h3, html[lang=zh-t] main .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container html[lang=zh-t] main .wp-block-group__inner-container > h3, html[lang=zh-t] main .open-content__constrained-container .wp-block-column > h3, .open-content__constrained-container html[lang=zh-t] main .wp-block-column > h3, html[lang=zh-t] main .open-content .wpb_wrapper > h3, .open-content html[lang=zh-t] main .wpb_wrapper > h3 {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .open-content__constrained-container > h3, html[lang=ko] main .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container html[lang=ko] main .wp-block-group__inner-container > h3, html[lang=ko] main .open-content__constrained-container .wp-block-column > h3, .open-content__constrained-container html[lang=ko] main .wp-block-column > h3, html[lang=ko] main .open-content .wpb_wrapper > h3, .open-content html[lang=ko] main .wpb_wrapper > h3 {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .open-content__constrained-container > h3, .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container .wp-block-column > h3, .open-content .wpb_wrapper > h3 {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: normal;
    line-height: 46px;
  }
  html[lang=ru] main .open-content__constrained-container > h3, html[lang=ru] main .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container html[lang=ru] main .wp-block-group__inner-container > h3, html[lang=ru] main .open-content__constrained-container .wp-block-column > h3, .open-content__constrained-container html[lang=ru] main .wp-block-column > h3, html[lang=ru] main .open-content .wpb_wrapper > h3, .open-content html[lang=ru] main .wpb_wrapper > h3 {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .open-content__constrained-container > h3, html[lang=vi] main .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container html[lang=vi] main .wp-block-group__inner-container > h3, html[lang=vi] main .open-content__constrained-container .wp-block-column > h3, .open-content__constrained-container html[lang=vi] main .wp-block-column > h3, html[lang=vi] main .open-content .wpb_wrapper > h3, .open-content html[lang=vi] main .wpb_wrapper > h3 {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .open-content__constrained-container > h3, html[lang=ar] main .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container html[lang=ar] main .wp-block-group__inner-container > h3, html[lang=ar] main .open-content__constrained-container .wp-block-column > h3, .open-content__constrained-container html[lang=ar] main .wp-block-column > h3, html[lang=ar] main .open-content .wpb_wrapper > h3, .open-content html[lang=ar] main .wpb_wrapper > h3 {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .open-content__constrained-container > h3, html[lang=th] main .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container html[lang=th] main .wp-block-group__inner-container > h3, html[lang=th] main .open-content__constrained-container .wp-block-column > h3, .open-content__constrained-container html[lang=th] main .wp-block-column > h3, html[lang=th] main .open-content .wpb_wrapper > h3, .open-content html[lang=th] main .wpb_wrapper > h3 {
    font-family: "Sarabun";
  }
  html[lang=ja] main .open-content__constrained-container > h3, html[lang=ja] main .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container html[lang=ja] main .wp-block-group__inner-container > h3, html[lang=ja] main .open-content__constrained-container .wp-block-column > h3, .open-content__constrained-container html[lang=ja] main .wp-block-column > h3, html[lang=ja] main .open-content .wpb_wrapper > h3, .open-content html[lang=ja] main .wpb_wrapper > h3 {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .open-content__constrained-container > h3, html[lang=zh-s] main .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container html[lang=zh-s] main .wp-block-group__inner-container > h3, html[lang=zh-s] main .open-content__constrained-container .wp-block-column > h3, .open-content__constrained-container html[lang=zh-s] main .wp-block-column > h3, html[lang=zh-s] main .open-content .wpb_wrapper > h3, .open-content html[lang=zh-s] main .wpb_wrapper > h3 {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .open-content__constrained-container > h3, html[lang=zh-t] main .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container html[lang=zh-t] main .wp-block-group__inner-container > h3, html[lang=zh-t] main .open-content__constrained-container .wp-block-column > h3, .open-content__constrained-container html[lang=zh-t] main .wp-block-column > h3, html[lang=zh-t] main .open-content .wpb_wrapper > h3, .open-content html[lang=zh-t] main .wpb_wrapper > h3 {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .open-content__constrained-container > h3, html[lang=ko] main .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container html[lang=ko] main .wp-block-group__inner-container > h3, html[lang=ko] main .open-content__constrained-container .wp-block-column > h3, .open-content__constrained-container html[lang=ko] main .wp-block-column > h3, html[lang=ko] main .open-content .wpb_wrapper > h3, .open-content html[lang=ko] main .wpb_wrapper > h3 {
    font-family: "Noto Serif KR";
  }
}
.open-content__constrained-container > h4, .open-content__constrained-container .wp-block-group__inner-container > h4, .open-content__constrained-container .wp-block-column > h4, .open-content .wpb_wrapper > h4, .open-content__constrained-container > h5, .open-content__constrained-container .wp-block-group__inner-container > h5, .open-content__constrained-container .wp-block-column > h5, .open-content .wpb_wrapper > h5, .open-content__constrained-container > h6, .open-content__constrained-container .wp-block-group__inner-container > h6, .open-content__constrained-container .wp-block-column > h6, .open-content .wpb_wrapper > h6 {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 32px;
}
html[lang=ru] main .open-content__constrained-container > h4, html[lang=ru] main .open-content__constrained-container .wp-block-group__inner-container > h4, .open-content__constrained-container html[lang=ru] main .wp-block-group__inner-container > h4, html[lang=ru] main .open-content__constrained-container .wp-block-column > h4, .open-content__constrained-container html[lang=ru] main .wp-block-column > h4, html[lang=ru] main .open-content .wpb_wrapper > h4, .open-content html[lang=ru] main .wpb_wrapper > h4, html[lang=ru] main .open-content__constrained-container > h5, html[lang=ru] main .open-content__constrained-container .wp-block-group__inner-container > h5, .open-content__constrained-container html[lang=ru] main .wp-block-group__inner-container > h5, html[lang=ru] main .open-content__constrained-container .wp-block-column > h5, .open-content__constrained-container html[lang=ru] main .wp-block-column > h5, html[lang=ru] main .open-content .wpb_wrapper > h5, .open-content html[lang=ru] main .wpb_wrapper > h5, html[lang=ru] main .open-content__constrained-container > h6, html[lang=ru] main .open-content__constrained-container .wp-block-group__inner-container > h6, .open-content__constrained-container html[lang=ru] main .wp-block-group__inner-container > h6, html[lang=ru] main .open-content__constrained-container .wp-block-column > h6, .open-content__constrained-container html[lang=ru] main .wp-block-column > h6, html[lang=ru] main .open-content .wpb_wrapper > h6, .open-content html[lang=ru] main .wpb_wrapper > h6 {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .open-content__constrained-container > h4, html[lang=vi] main .open-content__constrained-container .wp-block-group__inner-container > h4, .open-content__constrained-container html[lang=vi] main .wp-block-group__inner-container > h4, html[lang=vi] main .open-content__constrained-container .wp-block-column > h4, .open-content__constrained-container html[lang=vi] main .wp-block-column > h4, html[lang=vi] main .open-content .wpb_wrapper > h4, .open-content html[lang=vi] main .wpb_wrapper > h4, html[lang=vi] main .open-content__constrained-container > h5, html[lang=vi] main .open-content__constrained-container .wp-block-group__inner-container > h5, .open-content__constrained-container html[lang=vi] main .wp-block-group__inner-container > h5, html[lang=vi] main .open-content__constrained-container .wp-block-column > h5, .open-content__constrained-container html[lang=vi] main .wp-block-column > h5, html[lang=vi] main .open-content .wpb_wrapper > h5, .open-content html[lang=vi] main .wpb_wrapper > h5, html[lang=vi] main .open-content__constrained-container > h6, html[lang=vi] main .open-content__constrained-container .wp-block-group__inner-container > h6, .open-content__constrained-container html[lang=vi] main .wp-block-group__inner-container > h6, html[lang=vi] main .open-content__constrained-container .wp-block-column > h6, .open-content__constrained-container html[lang=vi] main .wp-block-column > h6, html[lang=vi] main .open-content .wpb_wrapper > h6, .open-content html[lang=vi] main .wpb_wrapper > h6 {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .open-content__constrained-container > h4, html[lang=ar] main .open-content__constrained-container .wp-block-group__inner-container > h4, .open-content__constrained-container html[lang=ar] main .wp-block-group__inner-container > h4, html[lang=ar] main .open-content__constrained-container .wp-block-column > h4, .open-content__constrained-container html[lang=ar] main .wp-block-column > h4, html[lang=ar] main .open-content .wpb_wrapper > h4, .open-content html[lang=ar] main .wpb_wrapper > h4, html[lang=ar] main .open-content__constrained-container > h5, html[lang=ar] main .open-content__constrained-container .wp-block-group__inner-container > h5, .open-content__constrained-container html[lang=ar] main .wp-block-group__inner-container > h5, html[lang=ar] main .open-content__constrained-container .wp-block-column > h5, .open-content__constrained-container html[lang=ar] main .wp-block-column > h5, html[lang=ar] main .open-content .wpb_wrapper > h5, .open-content html[lang=ar] main .wpb_wrapper > h5, html[lang=ar] main .open-content__constrained-container > h6, html[lang=ar] main .open-content__constrained-container .wp-block-group__inner-container > h6, .open-content__constrained-container html[lang=ar] main .wp-block-group__inner-container > h6, html[lang=ar] main .open-content__constrained-container .wp-block-column > h6, .open-content__constrained-container html[lang=ar] main .wp-block-column > h6, html[lang=ar] main .open-content .wpb_wrapper > h6, .open-content html[lang=ar] main .wpb_wrapper > h6 {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .open-content__constrained-container > h4, html[lang=th] main .open-content__constrained-container .wp-block-group__inner-container > h4, .open-content__constrained-container html[lang=th] main .wp-block-group__inner-container > h4, html[lang=th] main .open-content__constrained-container .wp-block-column > h4, .open-content__constrained-container html[lang=th] main .wp-block-column > h4, html[lang=th] main .open-content .wpb_wrapper > h4, .open-content html[lang=th] main .wpb_wrapper > h4, html[lang=th] main .open-content__constrained-container > h5, html[lang=th] main .open-content__constrained-container .wp-block-group__inner-container > h5, .open-content__constrained-container html[lang=th] main .wp-block-group__inner-container > h5, html[lang=th] main .open-content__constrained-container .wp-block-column > h5, .open-content__constrained-container html[lang=th] main .wp-block-column > h5, html[lang=th] main .open-content .wpb_wrapper > h5, .open-content html[lang=th] main .wpb_wrapper > h5, html[lang=th] main .open-content__constrained-container > h6, html[lang=th] main .open-content__constrained-container .wp-block-group__inner-container > h6, .open-content__constrained-container html[lang=th] main .wp-block-group__inner-container > h6, html[lang=th] main .open-content__constrained-container .wp-block-column > h6, .open-content__constrained-container html[lang=th] main .wp-block-column > h6, html[lang=th] main .open-content .wpb_wrapper > h6, .open-content html[lang=th] main .wpb_wrapper > h6 {
  font-family: "Sarabun";
}
html[lang=ja] main .open-content__constrained-container > h4, html[lang=ja] main .open-content__constrained-container .wp-block-group__inner-container > h4, .open-content__constrained-container html[lang=ja] main .wp-block-group__inner-container > h4, html[lang=ja] main .open-content__constrained-container .wp-block-column > h4, .open-content__constrained-container html[lang=ja] main .wp-block-column > h4, html[lang=ja] main .open-content .wpb_wrapper > h4, .open-content html[lang=ja] main .wpb_wrapper > h4, html[lang=ja] main .open-content__constrained-container > h5, html[lang=ja] main .open-content__constrained-container .wp-block-group__inner-container > h5, .open-content__constrained-container html[lang=ja] main .wp-block-group__inner-container > h5, html[lang=ja] main .open-content__constrained-container .wp-block-column > h5, .open-content__constrained-container html[lang=ja] main .wp-block-column > h5, html[lang=ja] main .open-content .wpb_wrapper > h5, .open-content html[lang=ja] main .wpb_wrapper > h5, html[lang=ja] main .open-content__constrained-container > h6, html[lang=ja] main .open-content__constrained-container .wp-block-group__inner-container > h6, .open-content__constrained-container html[lang=ja] main .wp-block-group__inner-container > h6, html[lang=ja] main .open-content__constrained-container .wp-block-column > h6, .open-content__constrained-container html[lang=ja] main .wp-block-column > h6, html[lang=ja] main .open-content .wpb_wrapper > h6, .open-content html[lang=ja] main .wpb_wrapper > h6 {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .open-content__constrained-container > h4, html[lang=zh-s] main .open-content__constrained-container .wp-block-group__inner-container > h4, .open-content__constrained-container html[lang=zh-s] main .wp-block-group__inner-container > h4, html[lang=zh-s] main .open-content__constrained-container .wp-block-column > h4, .open-content__constrained-container html[lang=zh-s] main .wp-block-column > h4, html[lang=zh-s] main .open-content .wpb_wrapper > h4, .open-content html[lang=zh-s] main .wpb_wrapper > h4, html[lang=zh-s] main .open-content__constrained-container > h5, html[lang=zh-s] main .open-content__constrained-container .wp-block-group__inner-container > h5, .open-content__constrained-container html[lang=zh-s] main .wp-block-group__inner-container > h5, html[lang=zh-s] main .open-content__constrained-container .wp-block-column > h5, .open-content__constrained-container html[lang=zh-s] main .wp-block-column > h5, html[lang=zh-s] main .open-content .wpb_wrapper > h5, .open-content html[lang=zh-s] main .wpb_wrapper > h5, html[lang=zh-s] main .open-content__constrained-container > h6, html[lang=zh-s] main .open-content__constrained-container .wp-block-group__inner-container > h6, .open-content__constrained-container html[lang=zh-s] main .wp-block-group__inner-container > h6, html[lang=zh-s] main .open-content__constrained-container .wp-block-column > h6, .open-content__constrained-container html[lang=zh-s] main .wp-block-column > h6, html[lang=zh-s] main .open-content .wpb_wrapper > h6, .open-content html[lang=zh-s] main .wpb_wrapper > h6 {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .open-content__constrained-container > h4, html[lang=zh-t] main .open-content__constrained-container .wp-block-group__inner-container > h4, .open-content__constrained-container html[lang=zh-t] main .wp-block-group__inner-container > h4, html[lang=zh-t] main .open-content__constrained-container .wp-block-column > h4, .open-content__constrained-container html[lang=zh-t] main .wp-block-column > h4, html[lang=zh-t] main .open-content .wpb_wrapper > h4, .open-content html[lang=zh-t] main .wpb_wrapper > h4, html[lang=zh-t] main .open-content__constrained-container > h5, html[lang=zh-t] main .open-content__constrained-container .wp-block-group__inner-container > h5, .open-content__constrained-container html[lang=zh-t] main .wp-block-group__inner-container > h5, html[lang=zh-t] main .open-content__constrained-container .wp-block-column > h5, .open-content__constrained-container html[lang=zh-t] main .wp-block-column > h5, html[lang=zh-t] main .open-content .wpb_wrapper > h5, .open-content html[lang=zh-t] main .wpb_wrapper > h5, html[lang=zh-t] main .open-content__constrained-container > h6, html[lang=zh-t] main .open-content__constrained-container .wp-block-group__inner-container > h6, .open-content__constrained-container html[lang=zh-t] main .wp-block-group__inner-container > h6, html[lang=zh-t] main .open-content__constrained-container .wp-block-column > h6, .open-content__constrained-container html[lang=zh-t] main .wp-block-column > h6, html[lang=zh-t] main .open-content .wpb_wrapper > h6, .open-content html[lang=zh-t] main .wpb_wrapper > h6 {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .open-content__constrained-container > h4, html[lang=ko] main .open-content__constrained-container .wp-block-group__inner-container > h4, .open-content__constrained-container html[lang=ko] main .wp-block-group__inner-container > h4, html[lang=ko] main .open-content__constrained-container .wp-block-column > h4, .open-content__constrained-container html[lang=ko] main .wp-block-column > h4, html[lang=ko] main .open-content .wpb_wrapper > h4, .open-content html[lang=ko] main .wpb_wrapper > h4, html[lang=ko] main .open-content__constrained-container > h5, html[lang=ko] main .open-content__constrained-container .wp-block-group__inner-container > h5, .open-content__constrained-container html[lang=ko] main .wp-block-group__inner-container > h5, html[lang=ko] main .open-content__constrained-container .wp-block-column > h5, .open-content__constrained-container html[lang=ko] main .wp-block-column > h5, html[lang=ko] main .open-content .wpb_wrapper > h5, .open-content html[lang=ko] main .wpb_wrapper > h5, html[lang=ko] main .open-content__constrained-container > h6, html[lang=ko] main .open-content__constrained-container .wp-block-group__inner-container > h6, .open-content__constrained-container html[lang=ko] main .wp-block-group__inner-container > h6, html[lang=ko] main .open-content__constrained-container .wp-block-column > h6, .open-content__constrained-container html[lang=ko] main .wp-block-column > h6, html[lang=ko] main .open-content .wpb_wrapper > h6, .open-content html[lang=ko] main .wpb_wrapper > h6 {
  font-family: "Noto Serif KR";
}
.open-content__constrained-container > h1, .open-content__constrained-container .wp-block-group__inner-container > h1, .open-content__constrained-container .wp-block-column > h1, .open-content .wpb_wrapper > h1, .open-content__constrained-container > h2, .open-content__constrained-container .wp-block-group__inner-container > h2, .open-content__constrained-container .wp-block-column > h2, .open-content .wpb_wrapper > h2, .open-content__constrained-container > h3, .open-content__constrained-container .wp-block-group__inner-container > h3, .open-content__constrained-container .wp-block-column > h3, .open-content .wpb_wrapper > h3, .open-content__constrained-container > h4, .open-content__constrained-container .wp-block-group__inner-container > h4, .open-content__constrained-container .wp-block-column > h4, .open-content .wpb_wrapper > h4, .open-content__constrained-container > h5, .open-content__constrained-container .wp-block-group__inner-container > h5, .open-content__constrained-container .wp-block-column > h5, .open-content .wpb_wrapper > h5, .open-content__constrained-container > h6, .open-content__constrained-container .wp-block-group__inner-container > h6, .open-content__constrained-container .wp-block-column > h6, .open-content .wpb_wrapper > h6 {
  color: #54565B;
  margin-bottom: 30px;
}
.open-content__constrained-container > h1:first-child, .open-content__constrained-container .wp-block-group__inner-container > h1:first-child, .open-content__constrained-container .wp-block-column > h1:first-child, .open-content .wpb_wrapper > h1:first-child, .open-content__constrained-container > h2:first-child, .open-content__constrained-container .wp-block-group__inner-container > h2:first-child, .open-content__constrained-container .wp-block-column > h2:first-child, .open-content .wpb_wrapper > h2:first-child, .open-content__constrained-container > h3:first-child, .open-content__constrained-container .wp-block-group__inner-container > h3:first-child, .open-content__constrained-container .wp-block-column > h3:first-child, .open-content .wpb_wrapper > h3:first-child, .open-content__constrained-container > h4:first-child, .open-content__constrained-container .wp-block-group__inner-container > h4:first-child, .open-content__constrained-container .wp-block-column > h4:first-child, .open-content .wpb_wrapper > h4:first-child, .open-content__constrained-container > h5:first-child, .open-content__constrained-container .wp-block-group__inner-container > h5:first-child, .open-content__constrained-container .wp-block-column > h5:first-child, .open-content .wpb_wrapper > h5:first-child, .open-content__constrained-container > h6:first-child, .open-content__constrained-container .wp-block-group__inner-container > h6:first-child, .open-content__constrained-container .wp-block-column > h6:first-child, .open-content .wpb_wrapper > h6:first-child {
  padding-top: 30px;
}
.open-content__constrained-container > h1 a, .open-content__constrained-container .wp-block-group__inner-container > h1 a, .open-content__constrained-container .wp-block-column > h1 a, .open-content .wpb_wrapper > h1 a, .open-content__constrained-container > h2 a, .open-content__constrained-container .wp-block-group__inner-container > h2 a, .open-content__constrained-container .wp-block-column > h2 a, .open-content .wpb_wrapper > h2 a, .open-content__constrained-container > h3 a, .open-content__constrained-container .wp-block-group__inner-container > h3 a, .open-content__constrained-container .wp-block-column > h3 a, .open-content .wpb_wrapper > h3 a, .open-content__constrained-container > h4 a, .open-content__constrained-container .wp-block-group__inner-container > h4 a, .open-content__constrained-container .wp-block-column > h4 a, .open-content .wpb_wrapper > h4 a, .open-content__constrained-container > h5 a, .open-content__constrained-container .wp-block-group__inner-container > h5 a, .open-content__constrained-container .wp-block-column > h5 a, .open-content .wpb_wrapper > h5 a, .open-content__constrained-container > h6 a, .open-content__constrained-container .wp-block-group__inner-container > h6 a, .open-content__constrained-container .wp-block-column > h6 a, .open-content .wpb_wrapper > h6 a {
  color: #005F80;
  text-decoration: none;
}
.open-content__constrained-container > h1 a:hover, .open-content__constrained-container .wp-block-group__inner-container > h1 a:hover, .open-content__constrained-container .wp-block-column > h1 a:hover, .open-content .wpb_wrapper > h1 a:hover, .open-content__constrained-container > h2 a:hover, .open-content__constrained-container .wp-block-group__inner-container > h2 a:hover, .open-content__constrained-container .wp-block-column > h2 a:hover, .open-content .wpb_wrapper > h2 a:hover, .open-content__constrained-container > h3 a:hover, .open-content__constrained-container .wp-block-group__inner-container > h3 a:hover, .open-content__constrained-container .wp-block-column > h3 a:hover, .open-content .wpb_wrapper > h3 a:hover, .open-content__constrained-container > h4 a:hover, .open-content__constrained-container .wp-block-group__inner-container > h4 a:hover, .open-content__constrained-container .wp-block-column > h4 a:hover, .open-content .wpb_wrapper > h4 a:hover, .open-content__constrained-container > h5 a:hover, .open-content__constrained-container .wp-block-group__inner-container > h5 a:hover, .open-content__constrained-container .wp-block-column > h5 a:hover, .open-content .wpb_wrapper > h5 a:hover, .open-content__constrained-container > h6 a:hover, .open-content__constrained-container .wp-block-group__inner-container > h6 a:hover, .open-content__constrained-container .wp-block-column > h6 a:hover, .open-content .wpb_wrapper > h6 a:hover {
  color: #234C5A;
  text-decoration: underline;
}
.open-content__constrained-container table, .open-content__constrained-container .wp-block-group__inner-container table, .open-content__constrained-container .wp-block-column table, .open-content .wpb_wrapper table {
  font-family: sans-serif;
}

.open-content__constrained-container > p, .open-content__constrained-container .wp-block-group__inner-container > p, .open-content__constrained-container .wp-block-column > p, .open-content .wpb_wrapper > p {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  color: #54565B;
  margin-bottom: 30px;
}
html[lang=ru] main .open-content__constrained-container > p, html[lang=ru] main .open-content__constrained-container .wp-block-group__inner-container > p, .open-content__constrained-container html[lang=ru] main .wp-block-group__inner-container > p, html[lang=ru] main .open-content__constrained-container .wp-block-column > p, .open-content__constrained-container html[lang=ru] main .wp-block-column > p, html[lang=ru] main .open-content .wpb_wrapper > p, .open-content html[lang=ru] main .wpb_wrapper > p {
  font-family: "Open Sans";
}
html[lang=vi] main .open-content__constrained-container > p, html[lang=vi] main .open-content__constrained-container .wp-block-group__inner-container > p, .open-content__constrained-container html[lang=vi] main .wp-block-group__inner-container > p, html[lang=vi] main .open-content__constrained-container .wp-block-column > p, .open-content__constrained-container html[lang=vi] main .wp-block-column > p, html[lang=vi] main .open-content .wpb_wrapper > p, .open-content html[lang=vi] main .wpb_wrapper > p {
  font-family: "Open Sans";
}
html[lang=ar] main .open-content__constrained-container > p, html[lang=ar] main .open-content__constrained-container .wp-block-group__inner-container > p, .open-content__constrained-container html[lang=ar] main .wp-block-group__inner-container > p, html[lang=ar] main .open-content__constrained-container .wp-block-column > p, .open-content__constrained-container html[lang=ar] main .wp-block-column > p, html[lang=ar] main .open-content .wpb_wrapper > p, .open-content html[lang=ar] main .wpb_wrapper > p {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .open-content__constrained-container > p, html[lang=th] main .open-content__constrained-container .wp-block-group__inner-container > p, .open-content__constrained-container html[lang=th] main .wp-block-group__inner-container > p, html[lang=th] main .open-content__constrained-container .wp-block-column > p, .open-content__constrained-container html[lang=th] main .wp-block-column > p, html[lang=th] main .open-content .wpb_wrapper > p, .open-content html[lang=th] main .wpb_wrapper > p {
  font-family: "Prompt";
}
html[lang=ja] main .open-content__constrained-container > p, html[lang=ja] main .open-content__constrained-container .wp-block-group__inner-container > p, .open-content__constrained-container html[lang=ja] main .wp-block-group__inner-container > p, html[lang=ja] main .open-content__constrained-container .wp-block-column > p, .open-content__constrained-container html[lang=ja] main .wp-block-column > p, html[lang=ja] main .open-content .wpb_wrapper > p, .open-content html[lang=ja] main .wpb_wrapper > p {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .open-content__constrained-container > p, html[lang=zh-s] main .open-content__constrained-container .wp-block-group__inner-container > p, .open-content__constrained-container html[lang=zh-s] main .wp-block-group__inner-container > p, html[lang=zh-s] main .open-content__constrained-container .wp-block-column > p, .open-content__constrained-container html[lang=zh-s] main .wp-block-column > p, html[lang=zh-s] main .open-content .wpb_wrapper > p, .open-content html[lang=zh-s] main .wpb_wrapper > p {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .open-content__constrained-container > p, html[lang=zh-t] main .open-content__constrained-container .wp-block-group__inner-container > p, .open-content__constrained-container html[lang=zh-t] main .wp-block-group__inner-container > p, html[lang=zh-t] main .open-content__constrained-container .wp-block-column > p, .open-content__constrained-container html[lang=zh-t] main .wp-block-column > p, html[lang=zh-t] main .open-content .wpb_wrapper > p, .open-content html[lang=zh-t] main .wpb_wrapper > p {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .open-content__constrained-container > p, html[lang=ko] main .open-content__constrained-container .wp-block-group__inner-container > p, .open-content__constrained-container html[lang=ko] main .wp-block-group__inner-container > p, html[lang=ko] main .open-content__constrained-container .wp-block-column > p, .open-content__constrained-container html[lang=ko] main .wp-block-column > p, html[lang=ko] main .open-content .wpb_wrapper > p, .open-content html[lang=ko] main .wpb_wrapper > p {
  font-family: "Noto Sans KR";
}
.open-content__constrained-container > p:first-child, .open-content__constrained-container .wp-block-group__inner-container > p:first-child, .open-content__constrained-container .wp-block-column > p:first-child, .open-content .wpb_wrapper > p:first-child {
  padding-top: 30px;
}
.open-content__constrained-container p > a:not(.\--search-result), .open-content__constrained-container .wp-block-group__inner-container p > a:not(.\--search-result), .open-content__constrained-container .wp-block-column p > a:not(.\--search-result), .open-content .wpb_wrapper p > a:not(.\--search-result), .open-content__constrained-container strong > a:not(.\--search-result), .open-content__constrained-container .wp-block-group__inner-container strong > a:not(.\--search-result), .open-content__constrained-container .wp-block-column strong > a:not(.\--search-result), .open-content .wpb_wrapper strong > a:not(.\--search-result), .open-content__constrained-container li > a:not(.\--search-result), .open-content__constrained-container .wp-block-group__inner-container li > a:not(.\--search-result), .open-content__constrained-container .wp-block-column li > a:not(.\--search-result), .open-content .wpb_wrapper li > a:not(.\--search-result) {
  color: #005F80;
  text-decoration: none;
  transition: color 0.25s;
  font-weight: 900;
}
.open-content__constrained-container p > a:not(.\--search-result):hover, .open-content__constrained-container .wp-block-group__inner-container p > a:not(.\--search-result):hover, .open-content__constrained-container .wp-block-column p > a:not(.\--search-result):hover, .open-content .wpb_wrapper p > a:not(.\--search-result):hover, .open-content__constrained-container strong > a:not(.\--search-result):hover, .open-content__constrained-container .wp-block-group__inner-container strong > a:not(.\--search-result):hover, .open-content__constrained-container .wp-block-column strong > a:not(.\--search-result):hover, .open-content .wpb_wrapper strong > a:not(.\--search-result):hover, .open-content__constrained-container li > a:not(.\--search-result):hover, .open-content__constrained-container .wp-block-group__inner-container li > a:not(.\--search-result):hover, .open-content__constrained-container .wp-block-column li > a:not(.\--search-result):hover, .open-content .wpb_wrapper li > a:not(.\--search-result):hover {
  color: #234C5A;
  text-decoration: underline;
}
.open-content__constrained-container p > a:not(.\--search-result):focus, .open-content__constrained-container .wp-block-group__inner-container p > a:not(.\--search-result):focus, .open-content__constrained-container .wp-block-column p > a:not(.\--search-result):focus, .open-content .wpb_wrapper p > a:not(.\--search-result):focus, .open-content__constrained-container strong > a:not(.\--search-result):focus, .open-content__constrained-container .wp-block-group__inner-container strong > a:not(.\--search-result):focus, .open-content__constrained-container .wp-block-column strong > a:not(.\--search-result):focus, .open-content .wpb_wrapper strong > a:not(.\--search-result):focus, .open-content__constrained-container li > a:not(.\--search-result):focus, .open-content__constrained-container .wp-block-group__inner-container li > a:not(.\--search-result):focus, .open-content__constrained-container .wp-block-column li > a:not(.\--search-result):focus, .open-content .wpb_wrapper li > a:not(.\--search-result):focus {
  outline: solid rgba(0, 95, 128, 0.5) 2px;
  outline-offset: 2px;
}
.open-content__constrained-container ul, .open-content__constrained-container .wp-block-group__inner-container ul, .open-content__constrained-container .wp-block-column ul, .open-content .wpb_wrapper ul, .open-content__constrained-container ol, .open-content__constrained-container .wp-block-group__inner-container ol, .open-content__constrained-container .wp-block-column ol, .open-content .wpb_wrapper ol {
  list-style-position: inside;
  color: #54565B;
}
.open-content__constrained-container ul li, .open-content__constrained-container .wp-block-group__inner-container ul li, .open-content__constrained-container .wp-block-column ul li, .open-content .wpb_wrapper ul li, .open-content__constrained-container ol li, .open-content__constrained-container .wp-block-group__inner-container ol li, .open-content__constrained-container .wp-block-column ol li, .open-content .wpb_wrapper ol li {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  margin-bottom: 30px;
}
html[lang=ru] main .open-content__constrained-container ul li, .open-content__constrained-container html[lang=ru] main .wp-block-group__inner-container ul li, .open-content__constrained-container html[lang=ru] main .wp-block-column ul li, html[lang=ru] main .open-content .wpb_wrapper ul li, .open-content html[lang=ru] main .wpb_wrapper ul li, html[lang=ru] main .open-content__constrained-container ol li, .open-content__constrained-container html[lang=ru] main .wp-block-group__inner-container ol li, .open-content__constrained-container html[lang=ru] main .wp-block-column ol li, html[lang=ru] main .open-content .wpb_wrapper ol li, .open-content html[lang=ru] main .wpb_wrapper ol li {
  font-family: "Open Sans";
}
html[lang=vi] main .open-content__constrained-container ul li, .open-content__constrained-container html[lang=vi] main .wp-block-group__inner-container ul li, .open-content__constrained-container html[lang=vi] main .wp-block-column ul li, html[lang=vi] main .open-content .wpb_wrapper ul li, .open-content html[lang=vi] main .wpb_wrapper ul li, html[lang=vi] main .open-content__constrained-container ol li, .open-content__constrained-container html[lang=vi] main .wp-block-group__inner-container ol li, .open-content__constrained-container html[lang=vi] main .wp-block-column ol li, html[lang=vi] main .open-content .wpb_wrapper ol li, .open-content html[lang=vi] main .wpb_wrapper ol li {
  font-family: "Open Sans";
}
html[lang=ar] main .open-content__constrained-container ul li, .open-content__constrained-container html[lang=ar] main .wp-block-group__inner-container ul li, .open-content__constrained-container html[lang=ar] main .wp-block-column ul li, html[lang=ar] main .open-content .wpb_wrapper ul li, .open-content html[lang=ar] main .wpb_wrapper ul li, html[lang=ar] main .open-content__constrained-container ol li, .open-content__constrained-container html[lang=ar] main .wp-block-group__inner-container ol li, .open-content__constrained-container html[lang=ar] main .wp-block-column ol li, html[lang=ar] main .open-content .wpb_wrapper ol li, .open-content html[lang=ar] main .wpb_wrapper ol li {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .open-content__constrained-container ul li, .open-content__constrained-container html[lang=th] main .wp-block-group__inner-container ul li, .open-content__constrained-container html[lang=th] main .wp-block-column ul li, html[lang=th] main .open-content .wpb_wrapper ul li, .open-content html[lang=th] main .wpb_wrapper ul li, html[lang=th] main .open-content__constrained-container ol li, .open-content__constrained-container html[lang=th] main .wp-block-group__inner-container ol li, .open-content__constrained-container html[lang=th] main .wp-block-column ol li, html[lang=th] main .open-content .wpb_wrapper ol li, .open-content html[lang=th] main .wpb_wrapper ol li {
  font-family: "Prompt";
}
html[lang=ja] main .open-content__constrained-container ul li, .open-content__constrained-container html[lang=ja] main .wp-block-group__inner-container ul li, .open-content__constrained-container html[lang=ja] main .wp-block-column ul li, html[lang=ja] main .open-content .wpb_wrapper ul li, .open-content html[lang=ja] main .wpb_wrapper ul li, html[lang=ja] main .open-content__constrained-container ol li, .open-content__constrained-container html[lang=ja] main .wp-block-group__inner-container ol li, .open-content__constrained-container html[lang=ja] main .wp-block-column ol li, html[lang=ja] main .open-content .wpb_wrapper ol li, .open-content html[lang=ja] main .wpb_wrapper ol li {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .open-content__constrained-container ul li, .open-content__constrained-container html[lang=zh-s] main .wp-block-group__inner-container ul li, .open-content__constrained-container html[lang=zh-s] main .wp-block-column ul li, html[lang=zh-s] main .open-content .wpb_wrapper ul li, .open-content html[lang=zh-s] main .wpb_wrapper ul li, html[lang=zh-s] main .open-content__constrained-container ol li, .open-content__constrained-container html[lang=zh-s] main .wp-block-group__inner-container ol li, .open-content__constrained-container html[lang=zh-s] main .wp-block-column ol li, html[lang=zh-s] main .open-content .wpb_wrapper ol li, .open-content html[lang=zh-s] main .wpb_wrapper ol li {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .open-content__constrained-container ul li, .open-content__constrained-container html[lang=zh-t] main .wp-block-group__inner-container ul li, .open-content__constrained-container html[lang=zh-t] main .wp-block-column ul li, html[lang=zh-t] main .open-content .wpb_wrapper ul li, .open-content html[lang=zh-t] main .wpb_wrapper ul li, html[lang=zh-t] main .open-content__constrained-container ol li, .open-content__constrained-container html[lang=zh-t] main .wp-block-group__inner-container ol li, .open-content__constrained-container html[lang=zh-t] main .wp-block-column ol li, html[lang=zh-t] main .open-content .wpb_wrapper ol li, .open-content html[lang=zh-t] main .wpb_wrapper ol li {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .open-content__constrained-container ul li, .open-content__constrained-container html[lang=ko] main .wp-block-group__inner-container ul li, .open-content__constrained-container html[lang=ko] main .wp-block-column ul li, html[lang=ko] main .open-content .wpb_wrapper ul li, .open-content html[lang=ko] main .wpb_wrapper ul li, html[lang=ko] main .open-content__constrained-container ol li, .open-content__constrained-container html[lang=ko] main .wp-block-group__inner-container ol li, .open-content__constrained-container html[lang=ko] main .wp-block-column ol li, html[lang=ko] main .open-content .wpb_wrapper ol li, .open-content html[lang=ko] main .wpb_wrapper ol li {
  font-family: "Noto Sans KR";
}
.open-content__constrained-container ul, .open-content__constrained-container .wp-block-group__inner-container ul, .open-content__constrained-container .wp-block-column ul, .open-content .wpb_wrapper ul {
  list-style-type: disc;
}
.open-content__constrained-container ol, .open-content__constrained-container .wp-block-group__inner-container ol, .open-content__constrained-container .wp-block-column ol, .open-content .wpb_wrapper ol {
  list-style-type: decimal;
}

.open-content .youtube-embed iframe {
  max-width: 100%;
}
.event-content {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
}
html[lang=ru] main .event-content {
  font-family: "Open Sans";
}
html[lang=vi] main .event-content {
  font-family: "Open Sans";
}
html[lang=ar] main .event-content {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .event-content {
  font-family: "Prompt";
}
html[lang=ja] main .event-content {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .event-content {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .event-content {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .event-content {
  font-family: "Noto Sans KR";
}
.event-content .youtube-embed {
  margin: 25px 0;
}

.stakeholder-card__category::after, .special-offers__offer-expiration::after, .webcam-card__title::after, .stakeholder-listing-card::after, .event-hero-image::after, .event-hero-image__auxiliary-links::before, .event-hero__auxiliary-links::before, .stakeholder-hero::after, .cta-card__content::before, .event-card__date::after, .article-card__title::after, .open-content__constrained-container .wp-block-separator::before, .sport-venue-highlights__stat-title::after, .special-offer-listing-card__date::after {
  content: "";
  background-image: url("/wp-content/themes/tahoesouth/dist/arrow-flourish.350494ae.svg");
  width: 50px;
  height: 6px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
}

.sport-venue-highlights__stat-title::after, .special-offer-listing-card__date::after {
  background-image: url("/wp-content/themes/tahoesouth/dist/arrow-flourish-orange.e5872600.svg");
}

.open-content {
  background-color: white;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .open-content {
    padding-bottom: 50px;
  }
}
.open-content.--padding-top {
  padding-top: 50px;
}
.open-content__constrained-container {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .open-content__constrained-container {
    max-width: 850px;
  }
}
.open-content__constrained-container > .alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.open-content__constrained-container > .alignwide {
  position: relative;
  width: calc(100vw - 2*20px);
  max-width: calc(1200px - 2*30px);
}
@media (min-width: 768px) {
  .open-content__constrained-container > .alignwide {
    left: calc(((100vw - 2*30px) - 100%) * (-1/2));
    width: calc(100vw - 2*30px);
  }
}
@media (min-width: 1024px) {
  .open-content__constrained-container > .alignwide {
    width: calc(100vw - 2*30px - 2*20px);
    left: calc(((min(100vw, calc(1200px + 2*20px)) - 2*30px - 2*20px) - 100%) * (-1/2));
  }
}
.open-content__constrained-container .wp-block-group:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .open-content__constrained-container .wp-block-group:not(:first-child) {
    margin-top: 60px;
  }
}
.open-content__constrained-container .wp-block-group:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .open-content__constrained-container .wp-block-group:not(:last-child) {
    margin-bottom: 60px;
  }
}
.open-content__constrained-container .wp-block-group .wp-block-columns {
  margin-top: 0;
  margin-bottom: 0;
}
.open-content__constrained-container .wp-block-group .wp-block-media-text__content h2 {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: normal;
  line-height: 65px;
  margin-bottom: 14px;
}
html[lang=ru] main .open-content__constrained-container .wp-block-group .wp-block-media-text__content h2 {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .open-content__constrained-container .wp-block-group .wp-block-media-text__content h2 {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .open-content__constrained-container .wp-block-group .wp-block-media-text__content h2 {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .open-content__constrained-container .wp-block-group .wp-block-media-text__content h2 {
  font-family: "Sarabun";
}
html[lang=ja] main .open-content__constrained-container .wp-block-group .wp-block-media-text__content h2 {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .open-content__constrained-container .wp-block-group .wp-block-media-text__content h2 {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .open-content__constrained-container .wp-block-group .wp-block-media-text__content h2 {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .open-content__constrained-container .wp-block-group .wp-block-media-text__content h2 {
  font-family: "Noto Serif KR";
}
.open-content__constrained-container .wp-block-group .wp-block-media-text__content p {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
}
html[lang=ru] main .open-content__constrained-container .wp-block-group .wp-block-media-text__content p {
  font-family: "Open Sans";
}
html[lang=vi] main .open-content__constrained-container .wp-block-group .wp-block-media-text__content p {
  font-family: "Open Sans";
}
html[lang=ar] main .open-content__constrained-container .wp-block-group .wp-block-media-text__content p {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .open-content__constrained-container .wp-block-group .wp-block-media-text__content p {
  font-family: "Prompt";
}
html[lang=ja] main .open-content__constrained-container .wp-block-group .wp-block-media-text__content p {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .open-content__constrained-container .wp-block-group .wp-block-media-text__content p {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .open-content__constrained-container .wp-block-group .wp-block-media-text__content p {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .open-content__constrained-container .wp-block-group .wp-block-media-text__content p {
  font-family: "Noto Sans KR";
}
.open-content__constrained-container .wp-block-columns {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .open-content__constrained-container .wp-block-columns {
    margin-top: 60px;
    margin-bottom: 60px;
    flex-wrap: nowrap !important;
  }
}
.open-content__constrained-container .wp-block-columns.is-style-small-gutter {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .open-content__constrained-container .wp-block-columns.is-style-small-gutter {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .open-content__constrained-container .wp-block-columns.is-style-small-gutter .wp-block-column:not(:first-child) {
    margin-left: 10px;
  }
}
.open-content__constrained-container .wp-block-columns.is-style-small-gutter .wp-block-column:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .open-content__constrained-container .wp-block-columns.is-style-small-gutter .wp-block-column:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .open-content__constrained-container .wp-block-columns.is-style-small-gutter .color-block-cta {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .open-content__constrained-container .wp-block-columns.is-style-small-gutter .color-block-cta__image {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .open-content__constrained-container .wp-block-columns.is-style-small-gutter .circle-image-cta {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .open-content__constrained-container .wp-block-columns.is-style-small-gutter .circle-image-cta__image {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .open-content__constrained-container .wp-block-columns.alignfull {
    border: 20px solid white;
    border-bottom: none;
    border-top: none;
    padding-top: 0;
  }
}
.open-content__constrained-container .wp-block-column {
  /* Override default styles for columns */
}
@media (max-width: 768px) {
  .open-content__constrained-container .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0;
  }
}
@media (min-width: 782px) {
  .open-content__constrained-container .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .open-content__constrained-container .wp-block-column:not(:first-child) {
    margin-left: 50px;
  }
}
.open-content__constrained-container .wp-block-column:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .open-content__constrained-container .wp-block-column:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.open-content__constrained-container .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.open-content__constrained-container .wp-block-quote {
  margin: 10px 0;
  position: relative;
  padding-left: 30px;
}
.open-content__constrained-container .wp-block-quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #005F80;
}
.open-content__constrained-container .wp-block-quote p {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  font-size: 24px !important;
  line-height: 1.3333333333 !important;
  font-style: unset !important;
  color: #005F80;
  position: relative;
}
html[lang=ru] main .open-content__constrained-container .wp-block-quote p {
  font-family: "Open Sans";
}
html[lang=vi] main .open-content__constrained-container .wp-block-quote p {
  font-family: "Open Sans";
}
html[lang=ar] main .open-content__constrained-container .wp-block-quote p {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .open-content__constrained-container .wp-block-quote p {
  font-family: "Prompt";
}
html[lang=ja] main .open-content__constrained-container .wp-block-quote p {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .open-content__constrained-container .wp-block-quote p {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .open-content__constrained-container .wp-block-quote p {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .open-content__constrained-container .wp-block-quote p {
  font-family: "Noto Sans KR";
}
.open-content__constrained-container .wp-block-quote p::before {
  content: "“";
  display: block;
  color: #005F80;
  font-size: 50px;
  line-height: 47px;
  margin-bottom: -20px;
}
.open-content__constrained-container .wp-block-quote cite {
  display: block;
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  font-style: normal;
  margin-top: 20px;
  text-align: left !important;
  color: #54565B;
}
html[lang=ru] main .open-content__constrained-container .wp-block-quote cite {
  font-family: "Open Sans";
}
html[lang=vi] main .open-content__constrained-container .wp-block-quote cite {
  font-family: "Open Sans";
}
html[lang=ar] main .open-content__constrained-container .wp-block-quote cite {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .open-content__constrained-container .wp-block-quote cite {
  font-family: "Prompt";
}
html[lang=ja] main .open-content__constrained-container .wp-block-quote cite {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .open-content__constrained-container .wp-block-quote cite {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .open-content__constrained-container .wp-block-quote cite {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .open-content__constrained-container .wp-block-quote cite {
  font-family: "Noto Sans KR";
}
.open-content__constrained-container .wp-block-pullquote {
  padding: 0;
  margin: 10px 0;
}
.open-content__constrained-container .wp-block-pullquote blockquote {
  margin: 0;
  text-align: left;
}
.open-content__constrained-container .wp-block-pullquote p {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 32px;
  color: #54565B;
  position: relative;
}
html[lang=ru] main .open-content__constrained-container .wp-block-pullquote p {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .open-content__constrained-container .wp-block-pullquote p {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .open-content__constrained-container .wp-block-pullquote p {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .open-content__constrained-container .wp-block-pullquote p {
  font-family: "Sarabun";
}
html[lang=ja] main .open-content__constrained-container .wp-block-pullquote p {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .open-content__constrained-container .wp-block-pullquote p {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .open-content__constrained-container .wp-block-pullquote p {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .open-content__constrained-container .wp-block-pullquote p {
  font-family: "Noto Serif KR";
}
.open-content__constrained-container .wp-block-pullquote p::before {
  content: "“";
  display: block;
  color: #234C5A;
  font-size: 50px;
  line-height: 47px;
  margin-bottom: -20px;
}
.open-content__constrained-container .wp-block-pullquote cite {
  display: block;
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  font-style: normal;
  margin-top: 20px;
}
html[lang=ru] main .open-content__constrained-container .wp-block-pullquote cite {
  font-family: "Open Sans";
}
html[lang=vi] main .open-content__constrained-container .wp-block-pullquote cite {
  font-family: "Open Sans";
}
html[lang=ar] main .open-content__constrained-container .wp-block-pullquote cite {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .open-content__constrained-container .wp-block-pullquote cite {
  font-family: "Prompt";
}
html[lang=ja] main .open-content__constrained-container .wp-block-pullquote cite {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .open-content__constrained-container .wp-block-pullquote cite {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .open-content__constrained-container .wp-block-pullquote cite {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .open-content__constrained-container .wp-block-pullquote cite {
  font-family: "Noto Sans KR";
}
.open-content__constrained-container .wp-block-button__link {
  background-color: transparent;
}
.open-content__constrained-container .wp-block-image, .open-content__constrained-container .wp-block-embed {
  margin: 0 0 25px;
}
.open-content__constrained-container .wp-block-image img, .open-content__constrained-container .wp-block-embed img {
  vertical-align: bottom;
  border-radius: 15px;
}
.open-content__constrained-container .wp-block-image figcaption, .open-content__constrained-container .wp-block-embed figcaption {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 18px;
  color: #54565B;
  min-height: 26px;
  line-height: 25px;
  display: flex;
  align-items: center;
  border-left: 2px solid #005F80;
  padding-left: 20px;
}
html[lang=ru] main .open-content__constrained-container .wp-block-image figcaption, html[lang=ru] main .open-content__constrained-container .wp-block-embed figcaption {
  font-family: "Open Sans";
}
html[lang=vi] main .open-content__constrained-container .wp-block-image figcaption, html[lang=vi] main .open-content__constrained-container .wp-block-embed figcaption {
  font-family: "Open Sans";
}
html[lang=ar] main .open-content__constrained-container .wp-block-image figcaption, html[lang=ar] main .open-content__constrained-container .wp-block-embed figcaption {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .open-content__constrained-container .wp-block-image figcaption, html[lang=th] main .open-content__constrained-container .wp-block-embed figcaption {
  font-family: "Prompt";
}
html[lang=ja] main .open-content__constrained-container .wp-block-image figcaption, html[lang=ja] main .open-content__constrained-container .wp-block-embed figcaption {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .open-content__constrained-container .wp-block-image figcaption, html[lang=zh-s] main .open-content__constrained-container .wp-block-embed figcaption {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .open-content__constrained-container .wp-block-image figcaption, html[lang=zh-t] main .open-content__constrained-container .wp-block-embed figcaption {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .open-content__constrained-container .wp-block-image figcaption, html[lang=ko] main .open-content__constrained-container .wp-block-embed figcaption {
  font-family: "Noto Sans KR";
}
.open-content__constrained-container .wp-block-image figcaption a, .open-content__constrained-container .wp-block-embed figcaption a {
  text-decoration: none;
  color: #005F80;
  position: relative;
}
.open-content__constrained-container .wp-block-image figcaption a::after, .open-content__constrained-container .wp-block-embed figcaption a::after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/tahoesouth/dist/carat-blue.af0bd300.svg");
  height: 10px;
  width: 7px;
  background-size: 7px 10px;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
  margin-left: 5px;
  transition: transform 0.25s;
}
.open-content__constrained-container .wp-block-image figcaption a:hover, .open-content__constrained-container .wp-block-embed figcaption a:hover {
  text-decoration: underline;
}
.open-content__constrained-container .wp-block-image figcaption a:hover::after, .open-content__constrained-container .wp-block-embed figcaption a:hover::after {
  transform: translateX(3px);
}
.open-content__constrained-container .wp-block-embed {
  margin: 0 0 25px;
}
.open-content__constrained-container .wp-block-separator {
  margin: 40px 0;
  border: 0;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .open-content__constrained-container .wp-block-separator {
    margin: 60px 0;
  }
}
.open-content__constrained-container .wp-block-separator::before {
  filter: invert(19%) sepia(80%) saturate(2235%) hue-rotate(175deg) brightness(98%) contrast(101%);
}
.open-content__constrained-container span > a, .open-content__constrained-container em > a, .open-content__constrained-container strong > a {
  color: #005F80;
  text-decoration: none;
}
.open-content__constrained-container span > a:hover, .open-content__constrained-container em > a:hover, .open-content__constrained-container strong > a:hover {
  color: #234C5A;
  text-decoration: underline;
}
.open-content__constrained-container .wp-caption-text {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 18px;
  min-height: 26px;
  line-height: 25px;
  display: flex;
  align-items: center;
  border-left: 2px solid #005F80;
  padding-left: 20px;
}
html[lang=ru] main .open-content__constrained-container .wp-caption-text {
  font-family: "Open Sans";
}
html[lang=vi] main .open-content__constrained-container .wp-caption-text {
  font-family: "Open Sans";
}
html[lang=ar] main .open-content__constrained-container .wp-caption-text {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .open-content__constrained-container .wp-caption-text {
  font-family: "Prompt";
}
html[lang=ja] main .open-content__constrained-container .wp-caption-text {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .open-content__constrained-container .wp-caption-text {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .open-content__constrained-container .wp-caption-text {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .open-content__constrained-container .wp-caption-text {
  font-family: "Noto Sans KR";
}
.open-content__constrained-container .wp-caption-text a {
  text-decoration: none;
  color: #005F80;
  position: relative;
  margin-left: 5px;
}
.open-content__constrained-container .wp-caption-text a::after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/tahoesouth/dist/carat-blue.af0bd300.svg");
  height: 10px;
  width: 7px;
  background-size: 7px 10px;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
  margin-left: 5px;
  transition: transform 0.25s;
}
.open-content__constrained-container .wp-caption-text a:hover {
  text-decoration: underline;
}
.open-content__constrained-container .wp-caption-text a:hover::after {
  transform: translateX(3px);
}
.open-content__constrained-container .wp-block-table td {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  color: #54565B;
}
html[lang=ru] main .open-content__constrained-container .wp-block-table td {
  font-family: "Open Sans";
}
html[lang=vi] main .open-content__constrained-container .wp-block-table td {
  font-family: "Open Sans";
}
html[lang=ar] main .open-content__constrained-container .wp-block-table td {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .open-content__constrained-container .wp-block-table td {
  font-family: "Prompt";
}
html[lang=ja] main .open-content__constrained-container .wp-block-table td {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .open-content__constrained-container .wp-block-table td {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .open-content__constrained-container .wp-block-table td {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .open-content__constrained-container .wp-block-table td {
  font-family: "Noto Sans KR";
}
.open-content__constrained-container div[data-amp-travel=gallery-container] {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.open-content * {
  scroll-margin-top: 140px;
}

::-moz-selection {
  background-color: #005F80;
  color: #FFFFFF;
}

::selection {
  background-color: #005F80;
  color: #FFFFFF;
}

.site {
  background-color: white;
  overflow-x: hidden;
  width: 100%;
}

.site__header {
  background-color: transparent;
  position: fixed;
  transition: background-color 0.25s, transform 0.25s;
  width: calc(100% - (0px * 2));
  z-index: 100;
  top: 0px;
  left: 0px;
  right: 0px;
}
.site__header::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0px;
  transition: filter 0.25s;
  z-index: 10;
}
@media (min-width: 1024px) {
  .site__header::before {
    top: -20px;
    border-top: 20px solid white;
  }
}
@media (min-width: 1024px) {
  .site__header {
    top: 20px;
    left: 0;
    right: 20px;
    width: 100%;
  }
  .site__header.\--dropdown-shown .header__main-nav-dropdown {
    transition: none;
  }
  .site__header.\--dropdown-showing .header__main-nav-item.\--search {
    opacity: 0.5;
  }
  .site__header.\--dropdown-showing .header__main-nav-item .header__main-nav-item-link {
    opacity: 0.5;
  }
  .site__header.\--dropdown-showing .header__main-nav-item.\--dropdown-activated .header__main-nav-item-link {
    opacity: 1;
    color: #234C5A;
  }
  .site__header.\--dropdown-showing .header__main-nav-item.\--dropdown-hiding .header__main-nav-item-link {
    color: #D2D2D2;
  }
}
.site__header.\--conversion .header {
  transform: translateY(-100%);
}
.site__header.\--conversion .header .header__main-content {
  top: 100%;
}
.site__header.\--conversion .conversion-header {
  transform: translateY(100%);
}
.site__header.\--nav-shown .\--menu {
  background-image: url("/wp-content/themes/tahoesouth/dist/menu-close.72077ad5.svg");
  background-size: 23px 23px;
}
.site__header.\--scrolled .header {
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(84, 86, 91, 0.3);
}

.logo {
  height: 100%;
  width: 156px;
}
.logo__img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .logo {
    width: 209px;
  }
}

.site__header.\--nav-shown {
  transform: translateX(-100%) translateX(76px) translateX(-0px);
}

.site__body {
  margin-top: 120px;
  transition: filter 0.25s, transform 0.25s;
}
.site__body.\--dropdown-shown {
  opacity: 0.5;
}
.site__body.\--nav-shown {
  transform: translateX(-100%) translateX(76px) translateX(0px);
}

.header {
  transition: transform 0.25s, background-color 0.25s;
  position: relative;
  z-index: 1;
}
.header__main {
  align-items: stretch;
  display: flex;
  height: 100px;
  justify-content: space-between;
  padding: 10px 20px;
  width: 100%;
}
.header__main.\--alert-open {
  height: 80px;
}
@media (min-width: 1024px) {
  .header__main.\--alert-open {
    height: 120px;
  }
}
@media (min-width: 1024px) {
  .header__main {
    height: 120px;
    padding: 0 80px;
  }
}
.header__main-content {
  background-color: #005F80;
  color: #005F80;
  display: flex;
  flex-direction: column;
  height: calc(100vh + 10px);
  position: absolute;
  right: calc(-100% + 76px - (0px * 2));
  top: -10px;
  width: calc(100% - 76px + 0px);
  overflow-y: scroll;
}
.--alert-open .header__main-content {
  top: -45px;
}
@media (min-width: 1024px) {
  .header__main-content {
    align-items: flex-end;
    background-color: transparent;
    height: auto;
    left: 0;
    position: static;
    right: unset;
    transform: unset;
    width: auto;
    justify-content: center;
    overflow-y: unset;
  }
}
.header__main-content.\--shown {
  display: block;
}
@media (min-width: 1024px) {
  .header__main-content.\--shown {
    display: flex;
    transform: unset;
  }
}
.header__main-nav {
  z-index: 1;
  position: relative;
}
.header__main-nav-items {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .header__main-nav-items {
    flex-direction: row;
    padding-top: 0;
    position: relative;
  }
}
.header__main-nav-dropdown {
  background-color: #234C5A;
  position: absolute;
  top: 100%;
  display: none;
}
@media (min-width: 1024px) {
  .header__main-nav-dropdown {
    display: block;
    background-color: transparent;
    pointer-events: none;
    transition: background-color 0.25s;
    visibility: hidden;
    right: -52px;
  }
  .header__main-nav-dropdown .dropdown__container {
    opacity: 0;
  }
}
.header__main-nav-dropdown.\--open {
  display: block;
  height: auto;
  position: relative;
}
@media (min-width: 1024px) {
  .header__main-nav-dropdown.\--open {
    display: none;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .header__main-nav-item {
    height: 80px;
    padding: 0 15px;
  }
  .header__main-nav-item.\--dropdown-activated .header__main-nav-dropdown {
    pointer-events: all;
    visibility: visible;
  }
  .header__main-nav-item.\--dropdown-activated .header__main-nav-dropdown .dropdown__container {
    opacity: 1;
    background-color: #005F80;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .header__main-nav-item.\--dropdown-activated::after {
    bottom: 0;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .header__main-nav-item.\--dropdown-hiding .header__main-nav-dropdown {
    background-color: transparent;
    pointer-events: none;
  }
  .header__main-nav-item.\--dropdown-hiding .header__main-nav-dropdown .dropdown__container {
    opacity: 0;
  }
  .header__main-nav-item.\--dropdown-hiding::after {
    z-index: -1;
  }
}
.header__main-nav-item.\--search {
  background-color: transparent;
  border: none;
  display: none;
}
.header__main-nav-item.\--search:hover {
  cursor: pointer;
}
.header__main-nav-item.\--search svg path {
  fill: #005F80;
}
@media (min-width: 1024px) {
  .header__main-nav-item.\--search {
    display: block;
  }
}
.header__main-nav-item:hover {
  cursor: default;
}
.header__main-nav-item:hover .header__main-nav-item-link {
  border-bottom: 4px solid #82CFCD;
}
.header__main-nav-item-button {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.1px;
  line-height: 18px;
  align-items: center;
  background-color: transparent;
  border: 0;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 15px 40px;
  text-align: left;
  width: 100%;
  cursor: pointer;
}
html[lang=ru] main .header__main-nav-item-button {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .header__main-nav-item-button {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .header__main-nav-item-button {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .header__main-nav-item-button {
  font-family: "Sarabun";
}
html[lang=ja] main .header__main-nav-item-button {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .header__main-nav-item-button {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .header__main-nav-item-button {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .header__main-nav-item-button {
  font-family: "Noto Serif KR";
}
@media (min-width: 1024px) {
  .header__main-nav-item-button {
    display: none;
  }
}
.header__main-nav-item-button .carat-icon {
  height: 18px;
  transform: rotateZ(90deg);
  transition: transform 0.25s;
  width: 12px;
}
.header__main-nav-item-button.\--opened .carat-icon {
  transform: rotateZ(-90deg);
}
.header__main-nav-item-link {
  display: none;
  min-height: 100%;
  padding: 5px;
  transition: 0.25s border-color, 0.25s color;
  border-bottom: 4px solid transparent;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.8px;
}
html[lang=ru] main .header__main-nav-item-link {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .header__main-nav-item-link {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .header__main-nav-item-link {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .header__main-nav-item-link {
  font-family: "Sarabun";
}
html[lang=ja] main .header__main-nav-item-link {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .header__main-nav-item-link {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .header__main-nav-item-link {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .header__main-nav-item-link {
  font-family: "Noto Serif KR";
}
@media (min-width: 1024px) {
  .header__main-nav-item-link {
    display: inline-flex;
  }
}
.header__button {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.header__button:hover {
  cursor: pointer;
}
.header__button.\--menu {
  background-image: url("/wp-content/themes/tahoesouth/dist/menu.909f6eee.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 21px;
  height: 100%;
  width: 30px;
}
@media (min-width: 1024px) {
  .header__button.\--menu {
    display: none;
  }
}
.header .search-icon {
  height: 24px;
  width: 20px;
}
.header .carat-icon {
  height: 14px;
  pointer-events: none;
  width: 11px;
  margin-bottom: 2px;
}
.header .carat-icon path {
  fill: #82CFCD;
}

.conversion-header {
  background-color: #FFFFFF;
  bottom: 100%;
  display: flex;
  height: 50px;
  justify-content: space-between;
  position: absolute;
  transition: transform 0.25s;
  width: 100%;
  border-bottom: 1px solid rgba(84, 86, 91, 0.3);
  z-index: 8;
}
@media (min-width: 1024px) {
  .conversion-header {
    height: 80px;
  }
}
.conversion-header__logo {
  background-image: url("/wp-content/themes/tahoesouth/dist/visit-lake-tahoe-logo.0ba9fe53.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 6px 0px 6px 20px;
  display: block;
  width: 100px;
  height: auto;
}
@media (min-width: 1024px) {
  .conversion-header__logo {
    width: 156px;
    margin-left: 70px;
  }
}
.conversion-header .nav-collection {
  display: flex;
  padding-right: 25px;
}
.conversion-header .nav-link {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 15px;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 13px;
  text-decoration: none;
  color: #234C5A;
  transition: 0.25s color;
  min-width: 50px;
}
html[lang=ru] main .conversion-header .nav-link {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .conversion-header .nav-link {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .conversion-header .nav-link {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .conversion-header .nav-link {
  font-family: "Sarabun";
}
html[lang=ja] main .conversion-header .nav-link {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .conversion-header .nav-link {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .conversion-header .nav-link {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .conversion-header .nav-link {
  font-family: "Noto Serif KR";
}
.conversion-header .nav-link:hover {
  text-decoration: underline;
}
.conversion-header .nav-link .extra-text {
  display: none;
}
@media (min-width: 1024px) {
  .conversion-header .nav-link {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.8px;
    padding: 0 15px;
  }
  html[lang=ru] main .conversion-header .nav-link {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .conversion-header .nav-link {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .conversion-header .nav-link {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .conversion-header .nav-link {
    font-family: "Sarabun";
  }
  html[lang=ja] main .conversion-header .nav-link {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .conversion-header .nav-link {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .conversion-header .nav-link {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .conversion-header .nav-link {
    font-family: "Noto Serif KR";
  }
  .conversion-header .nav-link .extra-text {
    display: inline-block;
  }
}
.conversion-header .newsletter {
  background-image: url("/wp-content/themes/tahoesouth/dist/envelope.e450bdc3.svg");
}
.conversion-header .accommodations {
  background-image: url("/wp-content/themes/tahoesouth/dist/bed.a259f7e2.svg");
}
.conversion-header .newsletter, .conversion-header .accommodations {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 30px;
  height: 100%;
  width: 24px;
  filter: brightness(0) invert(1);
}
@media (min-width: 1024px) {
  .conversion-header .newsletter, .conversion-header .accommodations {
    background-image: none;
    order: 0;
    width: auto;
    filter: none;
  }
}

.dropdown__container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 950px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: opacity 0.25s;
}
@media (min-width: 1024px) {
  .dropdown__container {
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 62px;
    width: 100vw;
    position: relative;
    left: -52px;
  }
}
.dropdown__section {
  flex-basis: 50%;
}
.dropdown__section:not(:first-child) {
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .dropdown__section:not(:first-child) {
    padding-top: 0;
  }
}
.dropdown__link-collection {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .dropdown__link-collection {
    flex-wrap: wrap;
    max-height: 280px;
  }
}
.dropdown__link-collection a {
  text-decoration: none;
}
.dropdown__link-collection.\--featured {
  max-height: none;
}
.dropdown__link-collection .featured-item {
  display: none;
  padding-left: 62px;
  width: 100%;
}
@media (min-width: 1024px) {
  .dropdown__link-collection .featured-item {
    display: block;
  }
}
.dropdown__link-collection .featured-item:hover .featured-item__excerpt {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #82CFCD;
}
.dropdown__link-collection .featured-item:hover .featured-item__date-range {
  color: #FFFFFF;
}
.dropdown__link-collection .featured-item:hover .featured-item__image {
  border-radius: 30px;
}
.dropdown__link-collection .featured-item__image {
  width: 100%;
  vertical-align: bottom;
  transition: border-radius 0.25s;
  max-height: 225px;
  object-fit: cover;
  border-radius: 15px;
}
.dropdown__link-collection .featured-item__image-container {
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}
.dropdown__link-collection .featured-item__excerpt {
  color: #FFFFFF;
  transition: color 0.25s;
  text-decoration: none;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 28px;
}
html[lang=ru] main .dropdown__link-collection .featured-item__excerpt {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .dropdown__link-collection .featured-item__excerpt {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .dropdown__link-collection .featured-item__excerpt {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .dropdown__link-collection .featured-item__excerpt {
  font-family: "Sarabun";
}
html[lang=ja] main .dropdown__link-collection .featured-item__excerpt {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .dropdown__link-collection .featured-item__excerpt {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .dropdown__link-collection .featured-item__excerpt {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .dropdown__link-collection .featured-item__excerpt {
  font-family: "Noto Serif KR";
}
.dropdown__link-collection .featured-item__date-range {
  color: #005F80;
  transition: color 0.25s;
  text-decoration: none;
  text-align: left;
  margin-bottom: 7px;
}
.dropdown__item {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 18px;
  padding-bottom: 10px;
  padding-left: 40px;
  text-align: left;
}
html[lang=ru] main .dropdown__item {
  font-family: "Open Sans";
}
html[lang=vi] main .dropdown__item {
  font-family: "Open Sans";
}
html[lang=ar] main .dropdown__item {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .dropdown__item {
  font-family: "Prompt";
}
html[lang=ja] main .dropdown__item {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .dropdown__item {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .dropdown__item {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .dropdown__item {
  font-family: "Noto Sans KR";
}
@media (min-width: 1024px) {
  .dropdown__item {
    font-family: "Nanami Light", Trebuchet MS, sans-serif;
    font-size: 16px;
    line-height: 21px;
    padding-left: 62px;
  }
  html[lang=ru] main .dropdown__item {
    font-family: "Open Sans";
  }
  html[lang=vi] main .dropdown__item {
    font-family: "Open Sans";
  }
  html[lang=ar] main .dropdown__item {
    font-family: "Tajawal";
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .dropdown__item {
    font-family: "Prompt";
  }
  html[lang=ja] main .dropdown__item {
    font-family: "Noto Sans JP";
  }
  html[lang=zh-s] main .dropdown__item {
    font-family: "Noto Sans SC";
  }
  html[lang=zh-t] main .dropdown__item {
    font-family: "Noto Sans TC";
  }
  html[lang=ko] main .dropdown__item {
    font-family: "Noto Sans KR";
  }
}
.dropdown__item.\--big {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.1px;
  line-height: 18px;
  max-width: none;
  padding-bottom: 20px;
  padding-top: 0;
  padding-right: 20px;
  padding-top: 0;
  text-align: left;
  width: 100%;
}
html[lang=ru] main .dropdown__item.\--big {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .dropdown__item.\--big {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .dropdown__item.\--big {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .dropdown__item.\--big {
  font-family: "Sarabun";
}
html[lang=ja] main .dropdown__item.\--big {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .dropdown__item.\--big {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .dropdown__item.\--big {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .dropdown__item.\--big {
  font-family: "Noto Serif KR";
}
@media (min-width: 1024px) {
  .dropdown__item.\--big {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 35px;
  }
  html[lang=ru] main .dropdown__item.\--big {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .dropdown__item.\--big {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .dropdown__item.\--big {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .dropdown__item.\--big {
    font-family: "Sarabun";
  }
  html[lang=ja] main .dropdown__item.\--big {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .dropdown__item.\--big {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .dropdown__item.\--big {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .dropdown__item.\--big {
    font-family: "Noto Serif KR";
  }
}
.dropdown__item .carat-icon {
  margin-left: 10px;
}
.dropdown__item-link {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  min-height: 25px;
  text-decoration: none;
  transition: color 0.25s;
  line-height: 1.3;
}
.dropdown__item-link .carat-icon > path {
  transition: fill 0.25s;
}
.dropdown__item-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-color: #82CFCD;
}
.dropdown__item-link:hover .carat-icon > path {
  fill: #82CFCD;
}
.dropdown__item-link.--active {
  color: #82CFCD;
  pointer-events: none;
}

.auxiliary-items {
  display: flex;
  flex-direction: column;
  order: 1;
  z-index: 1;
}
.auxiliary-items .mini-search {
  margin-top: 30px;
  order: 1;
  padding: 0 40px 20px;
}
.auxiliary-items .mini-search .search-submit {
  right: 40px;
}
@media (min-width: 1024px) {
  .auxiliary-items {
    flex-direction: row;
    order: 0;
  }
  .auxiliary-items .mini-search {
    display: none;
  }
}
.auxiliary-items .auxiliary-item {
  align-items: center;
  background-color: transparent;
  color: #ffffff;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 10px 20px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .auxiliary-items .auxiliary-item {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.auxiliary-items .auxiliary-item.\--search {
  display: none;
}
@media (min-width: 1024px) {
  .auxiliary-items .auxiliary-item.\--search {
    display: block;
    order: 0;
  }
  .auxiliary-items .auxiliary-item.\--search:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.auxiliary-items .auxiliary-item.\--header-cta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: 2px;
  padding: 20px 40px;
  text-align: left;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.auxiliary-items .auxiliary-item.\--header-cta .carat-icon {
  display: block;
  height: 18px;
  width: 12px;
}
@media (min-width: 1024px) {
  .auxiliary-items .auxiliary-item.\--header-cta {
    padding: 10px 20px;
  }
  .auxiliary-items .auxiliary-item.\--header-cta .carat-icon {
    display: none;
  }
  .auxiliary-items .auxiliary-item.\--header-cta:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.auxiliary-items .auxiliary-item.\--header-cta.\--warning {
  background-color: rgba(160, 213, 177, 0.5);
}
.auxiliary-items .auxiliary-item.\--header-cta.\--warning:hover {
  background-color: #A0D5B1;
}

.search-modal {
  align-items: flex-end;
  background-color: rgba(246, 243, 242, 0.98);
  display: flex;
  flex-direction: column;
  height: 100vh;
  opacity: 0;
  padding: 84px 245px 0;
  position: absolute;
  transition: opacity 0.25s;
  visibility: hidden;
  width: 100vw;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .search-modal.\--open {
    left: -20px;
    opacity: 1;
    top: -20px;
    visibility: visible;
  }
}
.search-modal__cancel {
  align-items: center;
  background: none;
  border: 0;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 17px;
  color: #000000;
  transition: color 0.25s;
  cursor: pointer;
  display: flex;
}
html[lang=ru] main .search-modal__cancel {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .search-modal__cancel {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .search-modal__cancel {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .search-modal__cancel {
  font-family: "Sarabun";
}
html[lang=ja] main .search-modal__cancel {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .search-modal__cancel {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .search-modal__cancel {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .search-modal__cancel {
  font-family: "Noto Serif KR";
}
.search-modal__cancel:hover, .search-modal__cancel:focus {
  color: #234C5A;
}
.search-modal__cancel:hover .cancel-icon path, .search-modal__cancel:focus .cancel-icon path {
  fill: #234C5A;
}
.search-modal .cancel-icon {
  height: 26px;
  margin-left: 13px;
  width: 20px;
}
.search-modal .cancel-icon path {
  fill: #000000;
  transition: fill 0.25s;
}
.search-modal__form {
  margin-top: 196px;
  position: relative;
  width: 100%;
}
.search-modal__form .search-field {
  background-color: transparent;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 32px;
  border: 0;
  border-bottom: 4px solid #005F80;
  font-size: 50px;
  text-align: left;
  text-transform: none;
  width: 100%;
}
html[lang=ru] main .search-modal__form .search-field {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .search-modal__form .search-field {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .search-modal__form .search-field {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .search-modal__form .search-field {
  font-family: "Sarabun";
}
html[lang=ja] main .search-modal__form .search-field {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .search-modal__form .search-field {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .search-modal__form .search-field {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .search-modal__form .search-field {
  font-family: "Noto Serif KR";
}
.search-modal__form .search-field::placeholder {
  color: #005F80;
  opacity: 1;
}
.search-modal__form .search-field:focus {
  border-bottom: 4px solid #D2D2D2;
}
.search-modal .search-submit {
  background: none;
  border: 0;
  bottom: 14px;
  color: #005F80;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.search-modal .search-submit .search-icon path {
  fill: #000000;
  transition: fill 0.25s;
}
.search-modal .search-submit:hover .search-icon path, .search-modal .search-submit:focus .search-icon path {
  fill: #234C5A;
}
.search-modal .search-icon {
  height: 37.5px;
  width: 32px;
}

body.admin-bar .site__header {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site__header {
    margin-top: 46px;
  }
}

@media (min-width: 1024px) {
  .page-template-template-homepage .header__main {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .page-template-template-homepage .header__main-content {
    margin-left: 65px;
  }
}
.page-template-template-homepage .weather-widget {
  display: block;
}

.page-template-template-homepage .header__main-nav-dropdown {
  left: 0;
  right: unset;
}
@media (min-width: 1024px) {
  .page-template-template-homepage .dropdown__container {
    left: -120px;
  }
}
@media (min-width: 1350px) {
  .page-template-template-homepage .dropdown__container {
    left: -45px;
  }
}
@media screen and (max-width: 1130px) {
  .page-template-template-homepage .dropdown__container {
    left: -260px;
  }
}
@media screen and (min-width: 1350px) {
  .page-template-template-homepage .dropdown__container {
    left: -110px;
  }
}

.mini-search {
  position: relative;
  width: 100%;
  display: flex;
  padding: 15px 40px;
}
@media (min-width: 1024px) {
  .mini-search {
    display: none;
  }
}
.mini-search__field {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  background-color: transparent;
  border: 0;
  text-align: left;
  text-transform: none;
  width: 100%;
  height: 22px;
  color: #FFFFFF;
}
html[lang=ru] main .mini-search__field {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .mini-search__field {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .mini-search__field {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .mini-search__field {
  font-family: "Sarabun";
}
html[lang=ja] main .mini-search__field {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .mini-search__field {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .mini-search__field {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .mini-search__field {
  font-family: "Noto Serif KR";
}
.mini-search__field::placeholder {
  color: #FFFFFF;
}
.mini-search__field:hover ~ .mini-search__brushstroke svg path {
  fill: blue;
}
.mini-search__field:active ~ .mini-search__brushstroke svg path, .mini-search__field:focus ~ .mini-search__brushstroke svg path {
  fill: green;
}
.mini-search .search-icon {
  height: 22px;
  width: 22px;
}
.mini-search .search-icon path {
  fill: #FFFFFF;
}
.mini-search .search-submit {
  background: none;
  border: 0;
  right: 40px;
  top: 15px;
  color: yellow;
  cursor: pointer;
  position: absolute;
  padding: 0;
}
.mini-search__inner-container {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 2px solid #82CFCD;
}

.footer__newsletter-cta-link::after, .app-cta__subtitle::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/tahoesouth/dist/tree-arrow.5dd2530e.svg");
  width: 34px;
  height: 16px;
  background-size: 130%;
  background-position: right;
}

.app-cta {
  background: #005F80;
  width: 100%;
  transition: filter 0.25s;
  position: relative;
}
@media (min-width: 768px) {
  .app-cta::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 290px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/wp-content/themes/tahoesouth/dist/wave-pattern-footer-new.821b6f16.svg");
    background-repeat: repeat-x;
  }
}
.app-cta.\--dropdown-shown {
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .app-cta {
    border: 20px solid white;
    border-bottom: none;
    border-top: none;
    padding-top: 0;
  }
}
.app-cta__inner-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  flex-direction: column;
  z-index: 2;
  position: relative;
}
.app-cta__inner-container::before {
  content: "";
  position: absolute;
  height: 170px;
  top: 44px;
  left: 0;
  width: 100%;
  background-image: url("/wp-content/themes/tahoesouth/dist/wave-pattern-footer-new.821b6f16.svg");
  background-repeat: repeat-x;
  background-size: cover;
}
@media (min-width: 768px) {
  .app-cta__inner-container {
    padding-top: 0;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .app-cta__inner-container::before {
    display: none;
  }
}
.app-cta__featured-image-container {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 190px;
  height: 266px;
}
@media (min-width: 768px) {
  .app-cta__featured-image-container {
    margin: unset;
    left: 0;
    width: 284px;
    height: 387px;
    border-right: solid #005F80 10px;
  }
  .app-cta__featured-image-container::before, .app-cta__featured-image-container::after {
    display: none;
  }
}
.app-cta__featured-image {
  width: 190px;
  vertical-align: bottom;
  max-width: none;
  position: absolute;
  top: -56px;
}
@media (min-width: 768px) {
  .app-cta__featured-image {
    width: 284px;
    height: 446px;
    top: -32px;
  }
}
.app-cta__content {
  flex-basis: 100%;
  margin-bottom: 20px;
  padding: 0 20px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #005F80;
}
@media (min-width: 768px) {
  .app-cta__content {
    flex-basis: 48%;
    margin-bottom: 0;
    padding: 60px 20px 60px 75px;
  }
}
.app-cta__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: normal;
  line-height: 39px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
html[lang=ru] main .app-cta__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .app-cta__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .app-cta__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .app-cta__title {
  font-family: "Sarabun";
}
html[lang=ja] main .app-cta__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .app-cta__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .app-cta__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .app-cta__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .app-cta__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: normal;
    line-height: 46px;
  }
  html[lang=ru] main .app-cta__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .app-cta__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .app-cta__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .app-cta__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .app-cta__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .app-cta__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .app-cta__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .app-cta__title {
    font-family: "Noto Serif KR";
  }
}
.app-cta__subtitle {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16.8px;
  color: #FFFFFF;
  position: relative;
}
html[lang=ru] main .app-cta__subtitle {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .app-cta__subtitle {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .app-cta__subtitle {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .app-cta__subtitle {
  font-family: "Sarabun";
}
html[lang=ja] main .app-cta__subtitle {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .app-cta__subtitle {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .app-cta__subtitle {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .app-cta__subtitle {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .app-cta__subtitle {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  html[lang=ru] main .app-cta__subtitle {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .app-cta__subtitle {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .app-cta__subtitle {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .app-cta__subtitle {
    font-family: "Sarabun";
  }
  html[lang=ja] main .app-cta__subtitle {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .app-cta__subtitle {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .app-cta__subtitle {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .app-cta__subtitle {
    font-family: "Noto Serif KR";
  }
}
.app-cta__subtitle::after {
  right: calc(100% + 16px);
}
.app-cta__description {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
html[lang=ru] main .app-cta__description {
  font-family: "Open Sans";
}
html[lang=vi] main .app-cta__description {
  font-family: "Open Sans";
}
html[lang=ar] main .app-cta__description {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .app-cta__description {
  font-family: "Prompt";
}
html[lang=ja] main .app-cta__description {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .app-cta__description {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .app-cta__description {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .app-cta__description {
  font-family: "Noto Sans KR";
}

.footer {
  transition: filter 0.25s;
  background-color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .footer {
    border: 20px solid white;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.footer.\--dropdown-shown {
  opacity: 0.5;
}
.footer__top {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__top {
    flex-direction: row;
    margin-bottom: 96px;
  }
}
.footer__newsletter-cta {
  flex-basis: 100%;
  margin-bottom: 40px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .footer__newsletter-cta {
    flex-basis: 50%;
    margin-bottom: 0;
    padding-right: 20px;
  }
}
.footer__newsletter-cta-link {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 44px;
  letter-spacing: normal;
  line-height: 57px;
  text-decoration: none;
  color: #005F80;
  transition: 0.25s color;
  display: inline;
}
html[lang=ru] main .footer__newsletter-cta-link {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .footer__newsletter-cta-link {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .footer__newsletter-cta-link {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .footer__newsletter-cta-link {
  font-family: "Sarabun";
}
html[lang=ja] main .footer__newsletter-cta-link {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .footer__newsletter-cta-link {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .footer__newsletter-cta-link {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .footer__newsletter-cta-link {
  font-family: "Noto Serif KR";
}
.footer__newsletter-cta-link:hover {
  text-decoration: underline;
  text-decoration-color: #82CFCD;
}
.footer__newsletter-cta-link::after {
  display: inline-block;
  position: relative;
  height: 27px;
  width: 42px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .footer__newsletter-cta-link {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: normal;
    line-height: 65px;
  }
  html[lang=ru] main .footer__newsletter-cta-link {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .footer__newsletter-cta-link {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .footer__newsletter-cta-link {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .footer__newsletter-cta-link {
    font-family: "Sarabun";
  }
  html[lang=ja] main .footer__newsletter-cta-link {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .footer__newsletter-cta-link {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .footer__newsletter-cta-link {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .footer__newsletter-cta-link {
    font-family: "Noto Serif KR";
  }
}
.footer__more-info {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__more-info {
    flex-basis: 50%;
    flex-direction: row;
    justify-content: space-between;
  }
  .--light .footer__more-info {
    justify-content: flex-end;
  }
}
.footer__nav {
  max-width: 172px;
  margin-right: 25px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__nav {
    margin-bottom: 0;
  }
}
.footer__nav-link {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  margin-bottom: 5px;
}
html[lang=ru] main .footer__nav-link {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .footer__nav-link {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .footer__nav-link {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .footer__nav-link {
  font-family: "Sarabun";
}
html[lang=ja] main .footer__nav-link {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .footer__nav-link {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .footer__nav-link {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .footer__nav-link {
  font-family: "Noto Serif KR";
}
.footer__nav-link a {
  text-decoration: none;
  color: #54565B;
  transition: 0.25s color;
}
.footer__nav-link a:hover {
  color: #005F80;
  text-decoration: underline;
  text-decoration-color: #82CFCD;
}
.footer__accessory-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  justify-content: space-between;
  max-width: 330px;
}
.footer__logo-links {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .footer__logo-links {
    margin-bottom: 0;
  }
}
.footer__logo-link {
  margin-right: 10px;
}
.footer__logo.\--travel-nevada {
  max-width: 50px;
}
.footer__logo.\--visit-california {
  max-width: 95px;
}
.footer__logo.\--visit-usa {
  max-width: 60px;
}
.footer__logo.\--safe-travels {
  max-width: 78px;
}
.footer__language-select {
  width: 195px;
}
.footer__language-select .select__input {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
}
html[lang=ru] .footer__language-select .select__input {
  font-family: "Open Sans";
}
html[lang=vi] .footer__language-select .select__input {
  font-family: "Open Sans";
}
html[lang=ar] .footer__language-select .select__input {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] .footer__language-select .select__input {
  font-family: "Prompt";
}
html[lang=ja] .footer__language-select .select__input {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] .footer__language-select .select__input {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] .footer__language-select .select__input {
  font-family: "Noto Sans TC";
}
html[lang=ko] .footer__language-select .select__input {
  font-family: "Noto Sans KR";
}
.footer__language-select__submit {
  opacity: 0;
  position: absolute;
}
.footer__language-select__submit:focus {
  opacity: 1;
}
.footer__top {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__top {
    flex-direction: row;
  }
}
.footer__bottom {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
  }
}
.footer__info {
  flex-basis: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .footer__info {
    flex-basis: 60%;
    margin-bottom: 0;
    margin-top: 0;
  }
  .--light .footer__info {
    flex-basis: 100%;
  }
}
.footer__legal-info {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
html[lang=ru] main .footer__legal-info {
  font-family: "Open Sans";
}
html[lang=vi] main .footer__legal-info {
  font-family: "Open Sans";
}
html[lang=ar] main .footer__legal-info {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .footer__legal-info {
  font-family: "Prompt";
}
html[lang=ja] main .footer__legal-info {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .footer__legal-info {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .footer__legal-info {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .footer__legal-info {
  font-family: "Noto Sans KR";
}
.footer__copyright {
  margin-right: 20px;
}
.footer__legal-link {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: normal;
  line-height: 24px;
  text-decoration: none;
  color: #54565B;
  transition: 0.25s color;
  margin-right: 20px;
}
html[lang=ru] main .footer__legal-link {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .footer__legal-link {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .footer__legal-link {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .footer__legal-link {
  font-family: "Sarabun";
}
html[lang=ja] main .footer__legal-link {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .footer__legal-link {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .footer__legal-link {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .footer__legal-link {
  font-family: "Noto Serif KR";
}
.footer__legal-link:hover {
  color: #005F80;
}
.footer__noble-info {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
}
html[lang=ru] main .footer__noble-info {
  font-family: "Open Sans";
}
html[lang=vi] main .footer__noble-info {
  font-family: "Open Sans";
}
html[lang=ar] main .footer__noble-info {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .footer__noble-info {
  font-family: "Prompt";
}
html[lang=ja] main .footer__noble-info {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .footer__noble-info {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .footer__noble-info {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .footer__noble-info {
  font-family: "Noto Sans KR";
}
.footer__noble-info a {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: normal;
  line-height: 24px;
  text-decoration: none;
  color: #54565B;
  transition: 0.25s color;
}
html[lang=ru] main .footer__noble-info a {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .footer__noble-info a {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .footer__noble-info a {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .footer__noble-info a {
  font-family: "Sarabun";
}
html[lang=ja] main .footer__noble-info a {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .footer__noble-info a {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .footer__noble-info a {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .footer__noble-info a {
  font-family: "Noto Serif KR";
}
.footer__noble-info a:hover {
  color: #005F80;
}
.footer__social {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .footer__social {
    flex-basis: 40%;
    justify-content: flex-end;
  }
}
.footer__social-icon-container {
  height: 40px;
  width: 40px;
  border-radius: 25px;
  border: 1px solid #D2D2D2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 7.5px;
  transition: border-color 0.25s;
}
.footer__social-icon-container:hover {
  border: 2px solid #005F80;
}
.footer__social-icon-container:hover .footer__social-icon {
  filter: invert(16%) sepia(43%) saturate(6287%) hue-rotate(181deg) brightness(98%) contrast(101%);
}
.footer__social-icon {
  filter: invert(33%) sepia(5%) saturate(513%) hue-rotate(185deg) brightness(95%) contrast(88%);
  height: 18px;
  width: 18px;
}

.homepage-hero {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  background-color: #062b52;
  border-radius: 15px;
}
.homepage-hero picture::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent);
}
.homepage-hero__image-container {
  position: absolute;
  height: 100%;
  width: 100%;
}
.homepage-hero__image {
  object-fit: cover;
  vertical-align: bottom;
  height: 100%;
  width: 100%;
}
.homepage-hero__content {
  position: relative;
  align-self: flex-end;
  margin-left: 0;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .homepage-hero__content {
    padding-left: 130px;
  }
}
.homepage-hero__title-text {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 35px;
  letter-spacing: normal;
  color: #FFFFFF;
  padding-left: 4px;
}
html[lang=ru] main .homepage-hero__title-text {
  font-family: "Open Sans";
}
html[lang=vi] main .homepage-hero__title-text {
  font-family: "Open Sans";
}
html[lang=ar] main .homepage-hero__title-text {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .homepage-hero__title-text {
  font-family: "Prompt";
}
html[lang=ja] main .homepage-hero__title-text {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .homepage-hero__title-text {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .homepage-hero__title-text {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .homepage-hero__title-text {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .homepage-hero__title-text {
    padding-left: 10px;
  }
}
.homepage-hero__title-svg {
  background-image: url("/wp-content/themes/tahoesouth/dist/awe-and-then-some.943c9229.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  max-width: 647px;
  min-height: 65px;
  transform: translateY(-8px);
}
@media (min-width: 500px) {
  .homepage-hero__title-svg {
    min-height: 90px;
  }
}
.homepage-hero__hidden-text {
  display: none;
}
.homepage-hero__description {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 20px;
  max-width: 750px;
}
html[lang=ru] main .homepage-hero__description {
  font-family: "Open Sans";
}
html[lang=vi] main .homepage-hero__description {
  font-family: "Open Sans";
}
html[lang=ar] main .homepage-hero__description {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .homepage-hero__description {
  font-family: "Prompt";
}
html[lang=ja] main .homepage-hero__description {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .homepage-hero__description {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .homepage-hero__description {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .homepage-hero__description {
  font-family: "Noto Sans KR";
}
.homepage-hero__cta-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.homepage-hero__cta-container .button {
  width: fit-content;
}
@media (min-width: 768px) {
  .homepage-hero__cta-container {
    flex-direction: row;
  }
}
.homepage-hero__cta-container .--hidden {
  display: none;
}
.homepage-hero__tree {
  position: relative;
  left: 20px;
  bottom: 10px;
  height: 25px;
  width: 100%;
}
.homepage-hero__tree::before, .homepage-hero__tree::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  transform: rotateZ(45deg);
}
@media (min-width: 768px) {
  .homepage-hero__tree {
    left: 10px;
  }
}
@media (min-width: 1024px) {
  .homepage-hero__tree {
    left: 80px;
  }
}

.article-card__inner-container {
  display: flex;
  flex-direction: column;
}
.article-card__featured-image-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (min-width: 768px) {
  .article-card__featured-image-container {
    width: 100%;
    left: unset;
    right: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.article-card__featured-image {
  vertical-align: bottom;
  margin-bottom: 15px;
  border-radius: 15px;
  transition: border-radius 0.25s;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .article-card__featured-image {
    margin-bottom: 20px;
  }
}
.article-card__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: normal;
  line-height: 39px;
  color: #54565B;
  transition: color 0.25s, text-decoration 0.25s;
}
html[lang=ru] main .article-card__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .article-card__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .article-card__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .article-card__title {
  font-family: "Sarabun";
}
html[lang=ja] main .article-card__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .article-card__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .article-card__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .article-card__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .article-card__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: normal;
    line-height: 46px;
  }
  html[lang=ru] main .article-card__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .article-card__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .article-card__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .article-card__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .article-card__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .article-card__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .article-card__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .article-card__title {
    font-family: "Noto Serif KR";
  }
}
.article-card__title::after {
  filter: invert(82%) sepia(10%) saturate(1230%) hue-rotate(130deg) brightness(94%) contrast(86%);
  margin-top: 20px;
}
.article-card__link {
  text-decoration: none;
}
.article-card__link:hover .article-card__featured-image, .article-card__link:focus .article-card__featured-image {
  border-radius: 30px;
}
.article-card__link:hover .article-card__title, .article-card__link:focus .article-card__title {
  color: #005F80;
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-decoration-color: #82CFCD;
}
.article-card.\--small {
  flex-direction: row;
  margin-bottom: 25px;
}
.article-card.\--small .article-card__title {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 28px;
}
html[lang=ru] main .article-card.\--small .article-card__title {
  font-family: "Open Sans";
}
html[lang=vi] main .article-card.\--small .article-card__title {
  font-family: "Open Sans";
}
html[lang=ar] main .article-card.\--small .article-card__title {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .article-card.\--small .article-card__title {
  font-family: "Prompt";
}
html[lang=ja] main .article-card.\--small .article-card__title {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .article-card.\--small .article-card__title {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .article-card.\--small .article-card__title {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .article-card.\--small .article-card__title {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .article-card.\--small .article-card__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: normal;
    line-height: 32px;
  }
  html[lang=ru] main .article-card.\--small .article-card__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .article-card.\--small .article-card__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .article-card.\--small .article-card__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .article-card.\--small .article-card__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .article-card.\--small .article-card__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .article-card.\--small .article-card__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .article-card.\--small .article-card__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .article-card.\--small .article-card__title {
    font-family: "Noto Serif KR";
  }
}
.article-card.\--small .article-card__inner-container {
  flex-direction: row;
}
@media (min-width: 768px) {
  .article-card.\--small .article-card__inner-container {
    flex-direction: column;
  }
}
.article-card.\--small .article-card__featured-image-container {
  flex-shrink: 0;
  width: auto;
  left: unset;
  right: unset;
  margin-left: unset;
  margin-right: unset;
}
.article-card.\--small .article-card__featured-image {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .article-card.\--small .article-card__featured-image {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .article-card.\--small {
    margin-bottom: 0;
  }
}

.event-card__inner-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .event-card__featured-image-container {
    width: 100%;
    left: unset;
    right: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.event-card__featured-image {
  vertical-align: bottom;
  margin-bottom: 15px;
  border-radius: 15px;
  transition: border-radius 0.25s;
  object-fit: cover;
  max-height: 290px;
  width: 100%;
}
@media (min-width: 768px) {
  .event-card__featured-image {
    margin-bottom: 20px;
    max-height: 383px;
  }
}
.event-card__information {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event-card__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: normal;
  line-height: 39px;
  color: #FFFFFF;
  transition: color 0.25s;
  margin-bottom: 10px;
  text-align: center;
}
html[lang=ru] main .event-card__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .event-card__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .event-card__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .event-card__title {
  font-family: "Sarabun";
}
html[lang=ja] main .event-card__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .event-card__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .event-card__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .event-card__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .event-card__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: normal;
    line-height: 46px;
    margin-bottom: 32px;
  }
  html[lang=ru] main .event-card__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .event-card__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .event-card__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .event-card__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .event-card__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .event-card__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .event-card__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .event-card__title {
    font-family: "Noto Serif KR";
  }
}
.event-card__title.--blue {
  color: #234C5A;
}
.event-card__title.--small {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 32px;
}
html[lang=ru] main .event-card__title.--small {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .event-card__title.--small {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .event-card__title.--small {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .event-card__title.--small {
  font-family: "Sarabun";
}
html[lang=ja] main .event-card__title.--small {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .event-card__title.--small {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .event-card__title.--small {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .event-card__title.--small {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .event-card__title.--small {
    margin-bottom: 10px;
  }
}
.event-card__date {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 24px;
  color: #FFFFFF;
  transition: color 0.25s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html[lang=ru] main .event-card__date {
  font-family: "Open Sans";
}
html[lang=vi] main .event-card__date {
  font-family: "Open Sans";
}
html[lang=ar] main .event-card__date {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .event-card__date {
  font-family: "Prompt";
}
html[lang=ja] main .event-card__date {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .event-card__date {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .event-card__date {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .event-card__date {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .event-card__date {
    font-family: "Nanami Light", Trebuchet MS, sans-serif;
    font-size: 15px;
    letter-spacing: 1.1px;
    line-height: 18px;
  }
  html[lang=ru] main .event-card__date {
    font-family: "Open Sans";
  }
  html[lang=vi] main .event-card__date {
    font-family: "Open Sans";
  }
  html[lang=ar] main .event-card__date {
    font-family: "Tajawal";
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .event-card__date {
    font-family: "Prompt";
  }
  html[lang=ja] main .event-card__date {
    font-family: "Noto Sans JP";
  }
  html[lang=zh-s] main .event-card__date {
    font-family: "Noto Sans SC";
  }
  html[lang=zh-t] main .event-card__date {
    font-family: "Noto Sans TC";
  }
  html[lang=ko] main .event-card__date {
    font-family: "Noto Sans KR";
  }
}
.event-card__date.--blue {
  color: #234C5A;
}
.event-card__date.--blue::after {
  filter: invert(26%) sepia(25%) saturate(914%) hue-rotate(149deg) brightness(92%) contrast(94%);
}
.event-card__date::after {
  filter: invert(82%) sepia(10%) saturate(1230%) hue-rotate(130deg) brightness(94%) contrast(86%);
  margin-top: 10px;
}
@media (min-width: 768px) {
  .event-card__date::after {
    margin-top: 20px;
  }
}
.event-card__link {
  text-decoration: none;
}
.event-card__link:hover .event-card__featured-image, .event-card__link:focus .event-card__featured-image {
  border-radius: 30px;
}
.event-card__link:hover .event-card__title, .event-card__link:focus .event-card__title {
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-decoration-color: #82CFCD;
}
.event-card.\--small {
  flex-direction: row;
  margin-bottom: 25px;
}
.event-card.\--small .event-card__title {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 28px;
  margin-bottom: 6px;
  text-align: left;
}
html[lang=ru] main .event-card.\--small .event-card__title {
  font-family: "Open Sans";
}
html[lang=vi] main .event-card.\--small .event-card__title {
  font-family: "Open Sans";
}
html[lang=ar] main .event-card.\--small .event-card__title {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .event-card.\--small .event-card__title {
  font-family: "Prompt";
}
html[lang=ja] main .event-card.\--small .event-card__title {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .event-card.\--small .event-card__title {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .event-card.\--small .event-card__title {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .event-card.\--small .event-card__title {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .event-card.\--small .event-card__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: normal;
    line-height: 32px;
    margin-bottom: 25px;
  }
  html[lang=ru] main .event-card.\--small .event-card__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .event-card.\--small .event-card__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .event-card.\--small .event-card__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .event-card.\--small .event-card__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .event-card.\--small .event-card__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .event-card.\--small .event-card__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .event-card.\--small .event-card__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .event-card.\--small .event-card__title {
    font-family: "Noto Serif KR";
  }
}
.event-card.\--small .event-card__information {
  align-items: flex-start;
}
.event-card.\--small .event-card__date {
  align-items: flex-start;
}
.event-card.\--small .event-card__inner-container {
  flex-direction: row;
}
.event-card.\--small .event-card__featured-image-container {
  flex-shrink: 0;
  width: auto;
  left: unset;
  right: unset;
  margin-left: unset;
  margin-right: unset;
}
.event-card.\--small .event-card__featured-image {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .event-card.\--small .event-card__featured-image {
    margin-right: 40px;
    margin-bottom: 20px;
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 768px) {
  .event-card.\--small:not(:last-of-type) {
    margin-bottom: 70px;
  }
}

.event-card-four__inner-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .event-card-four__featured-image-container {
    width: 100%;
    left: unset;
    right: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.event-card-four__featured-image {
  vertical-align: bottom;
  margin-bottom: 15px;
  border-radius: 15px;
  transition: border-radius 0.25s;
  object-fit: cover;
  max-height: 290px;
  width: 100%;
}
@media (min-width: 768px) {
  .event-card-four__featured-image {
    margin-bottom: 20px;
    max-height: 383px;
  }
}
.event-card-four__information {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event-card-four__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: normal;
  line-height: 39px;
  color: #FFFFFF;
  transition: color 0.25s;
  margin-bottom: 10px;
  text-align: center;
}
html[lang=ru] main .event-card-four__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .event-card-four__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .event-card-four__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .event-card-four__title {
  font-family: "Sarabun";
}
html[lang=ja] main .event-card-four__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .event-card-four__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .event-card-four__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .event-card-four__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .event-card-four__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: normal;
    line-height: 46px;
    margin-bottom: 32px;
  }
  html[lang=ru] main .event-card-four__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .event-card-four__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .event-card-four__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .event-card-four__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .event-card-four__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .event-card-four__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .event-card-four__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .event-card-four__title {
    font-family: "Noto Serif KR";
  }
}
.event-card-four__date {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 24px;
  color: #FFFFFF;
  transition: color 0.25s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html[lang=ru] main .event-card-four__date {
  font-family: "Open Sans";
}
html[lang=vi] main .event-card-four__date {
  font-family: "Open Sans";
}
html[lang=ar] main .event-card-four__date {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .event-card-four__date {
  font-family: "Prompt";
}
html[lang=ja] main .event-card-four__date {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .event-card-four__date {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .event-card-four__date {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .event-card-four__date {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .event-card-four__date {
    font-family: "Nanami Light", Trebuchet MS, sans-serif;
    font-size: 15px;
    letter-spacing: 1.1px;
    line-height: 18px;
  }
  html[lang=ru] main .event-card-four__date {
    font-family: "Open Sans";
  }
  html[lang=vi] main .event-card-four__date {
    font-family: "Open Sans";
  }
  html[lang=ar] main .event-card-four__date {
    font-family: "Tajawal";
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .event-card-four__date {
    font-family: "Prompt";
  }
  html[lang=ja] main .event-card-four__date {
    font-family: "Noto Sans JP";
  }
  html[lang=zh-s] main .event-card-four__date {
    font-family: "Noto Sans SC";
  }
  html[lang=zh-t] main .event-card-four__date {
    font-family: "Noto Sans TC";
  }
  html[lang=ko] main .event-card-four__date {
    font-family: "Noto Sans KR";
  }
}
.event-card-four__link {
  text-decoration: none;
}
.event-card-four__link:hover .event-card__featured-image, .event-card-four__link:focus .event-card__featured-image {
  border-radius: 30px;
}
.event-card-four__link:hover .event-card__title, .event-card-four__link:focus .event-card__title {
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-decoration-color: #82CFCD;
}
.event-card-four.\--small {
  flex-direction: row;
  margin-bottom: 18px;
}
.event-card-four.\--small .event-card-four__title {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 28px;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 6px;
  text-align: left;
}
html[lang=ru] main .event-card-four.\--small .event-card-four__title {
  font-family: "Open Sans";
}
html[lang=vi] main .event-card-four.\--small .event-card-four__title {
  font-family: "Open Sans";
}
html[lang=ar] main .event-card-four.\--small .event-card-four__title {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .event-card-four.\--small .event-card-four__title {
  font-family: "Prompt";
}
html[lang=ja] main .event-card-four.\--small .event-card-four__title {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .event-card-four.\--small .event-card-four__title {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .event-card-four.\--small .event-card-four__title {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .event-card-four.\--small .event-card-four__title {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .event-card-four.\--small .event-card-four__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: normal;
    line-height: 32px;
    margin-bottom: 25px;
  }
  html[lang=ru] main .event-card-four.\--small .event-card-four__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .event-card-four.\--small .event-card-four__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .event-card-four.\--small .event-card-four__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .event-card-four.\--small .event-card-four__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .event-card-four.\--small .event-card-four__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .event-card-four.\--small .event-card-four__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .event-card-four.\--small .event-card-four__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .event-card-four.\--small .event-card-four__title {
    font-family: "Noto Serif KR";
  }
}
.event-card-four.\--small .event-card-four__information {
  align-items: flex-start;
}
.event-card-four.\--small .event-card-four__date {
  align-items: flex-start;
}
.event-card-four.\--small .event-card-four__inner-container {
  flex-direction: row;
}
.event-card-four.\--small .event-card-four__featured-image-container {
  flex-shrink: 0;
  width: auto;
  left: unset;
  right: unset;
  margin-left: unset;
  margin-right: unset;
}
.event-card-four.\--small .event-card-four__featured-image {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .event-card-four.\--small .event-card-four__featured-image {
    margin-right: 40px;
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 768px) {
  .event-card-four.\--small:not(:last-of-type) {
    margin-bottom: 24px;
  }
}

.homepage-columns {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.homepage-columns > section:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .homepage-columns > section:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .homepage-columns {
    flex-direction: row;
    border-left: 20px solid white;
    border-right: 20px solid white;
    justify-content: space-between;
    padding-top: 10px;
  }
  .homepage-columns > section {
    width: calc(50% - 5px);
  }
}

.weather-widget {
  position: absolute;
  display: none;
  top: 96px;
  right: 0px;
  width: 50px;
  color: white;
  z-index: 11;
  transition: opacity 0.25s, filter 0.25s;
}
.weather-widget.\--alert-open {
  top: 155px;
}
@media (min-width: 1350px) {
  .weather-widget.\--alert-open {
    top: -20px;
  }
}
@media (min-width: 1350px) {
  .weather-widget {
    width: 180px;
    top: -20px;
    right: 40px;
  }
}
.weather-widget__weather {
  width: 100%;
  background-color: #82CFCD;
  color: #234C5A;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 8px;
  transition: background-color 0.25s;
}
.weather-widget__weather:hover .weather-widget__weather-icon {
  transform: scale(1.05);
}
.weather-widget__weather:hover .weather-widget__weather-quip-carat {
  transform: translateX(3px);
}
@media (min-width: 1350px) {
  .weather-widget__weather {
    padding: 26px 15px;
  }
}
.weather-widget__other-info {
  display: none;
  width: 100%;
  background-color: #234C5A;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@media (min-width: 1350px) {
  .weather-widget__other-info {
    display: block;
  }
}
.weather-widget__weather-icon {
  width: 100px;
  margin-bottom: 7px;
  filter: invert(25%) sepia(28%) saturate(826%) hue-rotate(149deg) brightness(95%) contrast(92%);
  width: 32px;
  height: 32px;
  object-fit: contain;
  transition: transform 0.25s;
}
@media (min-width: 1350px) {
  .weather-widget__weather-icon {
    margin-bottom: 14px;
    width: 100px;
    height: 100px;
  }
}
.weather-widget__temperature {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 25px;
  margin-bottom: 10px;
}
html[lang=ru] main .weather-widget__temperature {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .weather-widget__temperature {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .weather-widget__temperature {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .weather-widget__temperature {
  font-family: "Sarabun";
}
html[lang=ja] main .weather-widget__temperature {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .weather-widget__temperature {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .weather-widget__temperature {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .weather-widget__temperature {
  font-family: "Noto Serif KR";
}
@media (min-width: 1350px) {
  .weather-widget__temperature {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 70px;
    letter-spacing: normal;
    line-height: 75px;
    margin-bottom: 13px;
  }
  html[lang=ru] main .weather-widget__temperature {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .weather-widget__temperature {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .weather-widget__temperature {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .weather-widget__temperature {
    font-family: "Sarabun";
  }
  html[lang=ja] main .weather-widget__temperature {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .weather-widget__temperature {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .weather-widget__temperature {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .weather-widget__temperature {
    font-family: "Noto Serif KR";
  }
}
.weather-widget__weather-quip {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 18px;
  text-align: center;
  display: none;
}
html[lang=ru] main .weather-widget__weather-quip {
  font-family: "Open Sans";
}
html[lang=vi] main .weather-widget__weather-quip {
  font-family: "Open Sans";
}
html[lang=ar] main .weather-widget__weather-quip {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .weather-widget__weather-quip {
  font-family: "Prompt";
}
html[lang=ja] main .weather-widget__weather-quip {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .weather-widget__weather-quip {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .weather-widget__weather-quip {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .weather-widget__weather-quip {
  font-family: "Noto Sans KR";
}
@media (min-width: 1350px) {
  .weather-widget__weather-quip {
    display: flex;
    align-items: center;
  }
}
.weather-widget__weather-quip-carat {
  margin-left: 5px;
  transition: transform 0.25s;
}
.weather-widget__weather-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.weather-widget__carat-icon {
  display: block;
  width: 9px;
}
@media (min-width: 1350px) {
  .weather-widget__carat-icon {
    display: none;
  }
}
.weather-widget__other-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.weather-widget__other {
  position: relative;
  display: flex;
  padding: 0 17px 0 26px;
  align-items: center;
  height: 50px;
  width: 100%;
  color: #82CFCD;
  transition: 0.25s color;
}
.weather-widget__other:hover {
  text-decoration: underline;
}
.weather-widget__other-icon {
  min-width: 39px;
  object-fit: none;
  margin-right: 20px;
}
.weather-widget__other-title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 18px;
}
html[lang=ru] main .weather-widget__other-title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .weather-widget__other-title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .weather-widget__other-title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .weather-widget__other-title {
  font-family: "Sarabun";
}
html[lang=ja] main .weather-widget__other-title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .weather-widget__other-title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .weather-widget__other-title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .weather-widget__other-title {
  font-family: "Noto Serif KR";
}

.site__header.\--scrolled .weather-widget {
  opacity: 0;
  pointer-events: none;
}
.site__header.\--dropdown-showing .weather-widget {
  background: #FFFFFF;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.site__header.\--dropdown-showing .weather-widget__weather {
  opacity: 0.5;
}
.site__header.\--dropdown-showing .weather-widget__other-info {
  opacity: 0.5;
}

.subpage-image-hero {
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  background-color: #82CFCD;
  border-radius: 15px;
}
.subpage-image-hero::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/tahoesouth/dist/wave-left-M.b4c04677.svg");
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: top left;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .subpage-image-hero::before {
    background-image: url("/wp-content/themes/tahoesouth/dist/wave-left-D.cbcb3a00.svg");
    background-size: 170px;
  }
}
.subpage-image-hero__content {
  display: flex;
  position: relative;
  left: 0;
  align-items: center;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 85px;
}
@media (min-width: 1024px) {
  .subpage-image-hero__content {
    flex-direction: row;
    gap: 72px;
    padding-left: 57px;
    padding-right: 0;
    padding-top: 0;
  }
}
.subpage-image-hero__subtitle {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16.8px;
  color: #234C5A;
  margin-bottom: 13px;
}
html[lang=ru] main .subpage-image-hero__subtitle {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .subpage-image-hero__subtitle {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .subpage-image-hero__subtitle {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .subpage-image-hero__subtitle {
  font-family: "Sarabun";
}
html[lang=ja] main .subpage-image-hero__subtitle {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .subpage-image-hero__subtitle {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .subpage-image-hero__subtitle {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .subpage-image-hero__subtitle {
  font-family: "Noto Serif KR";
}
@media (min-width: 1024px) {
  .subpage-image-hero__subtitle {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  html[lang=ru] main .subpage-image-hero__subtitle {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .subpage-image-hero__subtitle {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .subpage-image-hero__subtitle {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .subpage-image-hero__subtitle {
    font-family: "Sarabun";
  }
  html[lang=ja] main .subpage-image-hero__subtitle {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .subpage-image-hero__subtitle {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .subpage-image-hero__subtitle {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .subpage-image-hero__subtitle {
    font-family: "Noto Serif KR";
  }
}
.subpage-image-hero__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: normal;
  line-height: 60px;
  color: #234C5A;
}
html[lang=ru] main .subpage-image-hero__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .subpage-image-hero__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .subpage-image-hero__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .subpage-image-hero__title {
  font-family: "Sarabun";
}
html[lang=ja] main .subpage-image-hero__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .subpage-image-hero__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .subpage-image-hero__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .subpage-image-hero__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 1024px) {
  .subpage-image-hero__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 70px;
    letter-spacing: normal;
    line-height: 77px;
  }
  html[lang=ru] main .subpage-image-hero__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .subpage-image-hero__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .subpage-image-hero__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .subpage-image-hero__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .subpage-image-hero__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .subpage-image-hero__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .subpage-image-hero__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .subpage-image-hero__title {
    font-family: "Noto Serif KR";
  }
}
.subpage-image-hero__description {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  color: #234C5A;
  margin-top: 30px;
  margin-bottom: 40px;
}
html[lang=ru] main .subpage-image-hero__description {
  font-family: "Open Sans";
}
html[lang=vi] main .subpage-image-hero__description {
  font-family: "Open Sans";
}
html[lang=ar] main .subpage-image-hero__description {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .subpage-image-hero__description {
  font-family: "Prompt";
}
html[lang=ja] main .subpage-image-hero__description {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .subpage-image-hero__description {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .subpage-image-hero__description {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .subpage-image-hero__description {
  font-family: "Noto Sans KR";
}
.subpage-image-hero__text-content {
  flex-basis: 100%;
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .subpage-image-hero__text-content {
    flex-basis: 50%;
  }
}
.subpage-image-hero__text-content .button {
  margin-bottom: 30px;
}
.subpage-image-hero__featured-image-content {
  width: 100vw;
  flex-basis: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .subpage-image-hero__featured-image-content {
    flex-basis: 50%;
  }
}
.subpage-image-hero__featured-image-container {
  display: flex;
  position: relative;
}
.subpage-image-hero__featured-image {
  width: 100%;
}
@media (min-width: 1024px) {
  .subpage-image-hero__featured-image {
    min-height: 500px;
    object-fit: cover;
  }
}
.subpage-image-hero__featured-image-tag {
  position: absolute;
  right: 0;
  bottom: 9px;
  background-color: #005F80;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left: none !important;
  padding-left: 20px !important;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 1024px) {
  .subpage-image-hero__featured-image-tag {
    bottom: 20px;
  }
}
.subpage-image-hero .image-tag__link {
  margin-top: 0 !important;
}

.image-tag {
  min-height: 26px;
  display: flex;
  align-items: center;
  border-left: 2px solid #FFFFFF;
  padding-left: 11px;
}
.image-tag__link {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #FFFFFF;
  margin-top: 2px;
}
html[lang=ru] main .image-tag__link {
  font-family: "Open Sans";
}
html[lang=vi] main .image-tag__link {
  font-family: "Open Sans";
}
html[lang=ar] main .image-tag__link {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .image-tag__link {
  font-family: "Prompt";
}
html[lang=ja] main .image-tag__link {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .image-tag__link {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .image-tag__link {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .image-tag__link {
  font-family: "Noto Sans KR";
}
.image-tag__link:hover {
  text-decoration: underline;
}
.image-tag__link:hover .image-tag__carat-icon {
  transform: translateX(3px);
  text-decoration: underline;
}
.image-tag__carat-icon {
  margin-left: 5px;
  margin-bottom: 2px;
  transition: transform 0.25s;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.image-slider {
  position: relative;
}
.image-slider__controls {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 20px;
}
@media (min-width: 1024px) {
  .image-slider__controls {
    bottom: 140px;
    left: -45px;
  }
}
.image-slider__slide-control {
  width: 44px;
  height: 44px;
  background-color: #005F80;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.25s;
}
.image-slider__slide-control.\--previous {
  transform: rotate(180deg);
  margin-top: 0;
}
.image-slider__slide-control.\--previous .image-slider__slide-control-carat-icon {
  margin-top: -1px;
}
.image-slider__slide-control.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.image-slider__slide-control:not(:last-of-type) {
  margin-right: 1px;
}
.image-slider__slide-control:hover:not(.swiper-button-disabled) .image-slider__slide-control-carat-icon, .image-slider__slide-control:focus:not(.swiper-button-disabled) .image-slider__slide-control-carat-icon {
  transform: translateX(5px);
}
.image-slider__slide-control-carat-icon {
  transition: transform 0.25s;
}
.image-slider__control-buttons {
  display: flex;
  align-items: flex-end;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.image-slider__slider-wrapper {
  margin-bottom: 0;
}
.image-slider__info {
  display: none;
}
.image-slider__slide-number {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 24px;
  color: #234C5A;
}
html[lang=ru] main .image-slider__slide-number {
  font-family: "Open Sans";
}
html[lang=vi] main .image-slider__slide-number {
  font-family: "Open Sans";
}
html[lang=ar] main .image-slider__slide-number {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .image-slider__slide-number {
  font-family: "Prompt";
}
html[lang=ja] main .image-slider__slide-number {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .image-slider__slide-number {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .image-slider__slide-number {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .image-slider__slide-number {
  font-family: "Noto Sans KR";
}
.image-slider__image {
  vertical-align: bottom;
  width: 100%;
  display: block;
  object-fit: cover;
  height: 177px;
}
@media only screen and (min-width: 350px) {
  .image-slider__image {
    height: 230px;
  }
}
@media only screen and (min-width: 480px) {
  .image-slider__image {
    height: 350px;
  }
}
@media only screen and (min-width: 640px) {
  .image-slider__image {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .image-slider__image {
    height: 500px;
  }
}

.decorative-card {
  position: relative;
  width: 220px;
  height: 367px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .decorative-card {
    width: 260px;
    height: 434px;
  }
}
.decorative-card__featured-image-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.decorative-card__featured-image {
  vertical-align: bottom;
  border-radius: 15px;
  transition: border-radius 0.25s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.decorative-card__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: 0px;
  width: 100%;
  background: #234C5A;
  opacity: 0.95;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: border-radius 0.25s;
}
.decorative-card__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: normal;
  line-height: 35px;
  color: #82CFCD;
  text-align: center;
  max-width: 100%;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
html[lang=ru] main .decorative-card__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .decorative-card__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .decorative-card__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .decorative-card__title {
  font-family: "Sarabun";
}
html[lang=ja] main .decorative-card__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .decorative-card__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .decorative-card__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .decorative-card__title {
  font-family: "Noto Serif KR";
}
.decorative-card__description {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16.8px;
  color: #FFFFFF;
  text-align: center;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 0px 8px;
}
html[lang=ru] main .decorative-card__description {
  font-family: "Open Sans";
}
html[lang=vi] main .decorative-card__description {
  font-family: "Open Sans";
}
html[lang=ar] main .decorative-card__description {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .decorative-card__description {
  font-family: "Prompt";
}
html[lang=ja] main .decorative-card__description {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .decorative-card__description {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .decorative-card__description {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .decorative-card__description {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .decorative-card__description {
    padding: 0px 16px;
    font-family: "Nanami Light", Trebuchet MS, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  html[lang=ru] main .decorative-card__description {
    font-family: "Open Sans";
  }
  html[lang=vi] main .decorative-card__description {
    font-family: "Open Sans";
  }
  html[lang=ar] main .decorative-card__description {
    font-family: "Tajawal";
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .decorative-card__description {
    font-family: "Prompt";
  }
  html[lang=ja] main .decorative-card__description {
    font-family: "Noto Sans JP";
  }
  html[lang=zh-s] main .decorative-card__description {
    font-family: "Noto Sans SC";
  }
  html[lang=zh-t] main .decorative-card__description {
    font-family: "Noto Sans TC";
  }
  html[lang=ko] main .decorative-card__description {
    font-family: "Noto Sans KR";
  }
}
.decorative-card__link {
  text-decoration: none;
}
.decorative-card__link:hover .decorative-card__featured-image, .decorative-card__link:focus .decorative-card__featured-image {
  border-radius: 30px;
}
.decorative-card__link:hover .decorative-card__text, .decorative-card__link:focus .decorative-card__text {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.cta-card {
  position: relative;
  height: 350px;
  width: 100%;
}
@media (min-width: 768px) {
  .cta-card {
    height: 600px;
  }
}
.cta-card__image-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cta-card__image {
  object-fit: cover;
  vertical-align: bottom;
  height: 100%;
  width: 100%;
  position: relative;
  transition: border-radius 0.25s;
  border-radius: 15px;
}
.cta-card__container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-card__content {
  background-color: #005F80;
  min-height: 120px;
  width: calc(100% - 40px);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-card__content::before {
  filter: invert(82%) sepia(10%) saturate(1230%) hue-rotate(130deg) brightness(94%) contrast(86%);
  margin-bottom: 15px;
}
.cta-card__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
}
html[lang=ru] main .cta-card__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .cta-card__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .cta-card__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .cta-card__title {
  font-family: "Sarabun";
}
html[lang=ja] main .cta-card__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .cta-card__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .cta-card__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .cta-card__title {
  font-family: "Noto Serif KR";
}
.cta-card__link {
  text-decoration: none;
}
.cta-card__link:hover .cta-card__image, .cta-card__link:focus .cta-card__image {
  border-radius: 30px;
}

.hello-week {
  width: 100%;
  margin: 0 auto;
  user-select: none;
  font-size: 1em;
}
.hello-week .navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}
.hello-week .prev,
.hello-week .next {
  padding: 1em;
  cursor: pointer;
}
.hello-week .period {
  width: 100%;
  font-size: 1.6em;
  font-weight: 400;
  text-align: center;
}
.hello-week .week {
  display: flex;
}
.hello-week .week.rtl {
  flex-direction: row-reverse;
}
.hello-week .month {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.hello-week .month.rtl {
  flex-direction: row-reverse;
}
.hello-week .day {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14.2857142857%;
  padding: 1em;
  transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.49, 0.9);
}

.hello-week .week {
  color: #42a298;
  font-size: 1.2em;
}
.hello-week .day.is-weekend {
  color: #ff3860;
}
.hello-week .day.is-highlight {
  background-color: #8fbc8f;
  color: #fff;
}
.hello-week .day.is-today {
  background-color: #ff3860;
  color: #fff;
}
.hello-week .day.is-selected {
  background-color: #7fcbc3 !important;
  color: #fff !important;
}
.hello-week .day.is-begin-range, .hello-week .day.is-end-range {
  background-color: #42a298 !important;
  color: #fff !important;
}
.hello-week .day.is-disabled {
  cursor: not-allowed;
  opacity: 0.33;
}

.events-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.events-listing__gradient-text {
  pointer-events: none;
  color: #54565B;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 39px;
}
html[lang=ru] main .events-listing__gradient-text {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .events-listing__gradient-text {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .events-listing__gradient-text {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .events-listing__gradient-text {
  font-family: "Sarabun";
}
html[lang=ja] main .events-listing__gradient-text {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .events-listing__gradient-text {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .events-listing__gradient-text {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .events-listing__gradient-text {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .events-listing__gradient-text {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 46px;
  }
  html[lang=ru] main .events-listing__gradient-text {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .events-listing__gradient-text {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .events-listing__gradient-text {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .events-listing__gradient-text {
    font-family: "Sarabun";
  }
  html[lang=ja] main .events-listing__gradient-text {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .events-listing__gradient-text {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .events-listing__gradient-text {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .events-listing__gradient-text {
    font-family: "Noto Serif KR";
  }
}
.events-listing__sub-text {
  pointer-events: none;
}
.events-listing__intro {
  width: calc(100% * 10/12);
  margin: 0 auto;
}
.events-listing__image-callouts {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .events-listing__image-callouts {
    display: flex;
  }
}
.events-listing__image-callout {
  width: 100%;
  height: 150px;
  text-align: center;
  background-position: center;
}
@media (min-width: 768px) {
  .events-listing__image-callout {
    flex-basis: 50%;
  }
}
.events-listing__image-callout:first-of-type {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .events-listing__image-callout:first-of-type {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .events-listing__image-callout:last-of-type {
    margin-left: 15px;
  }
}
.events-listing__image-callout-link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
}
.events-listing__image-callout-title {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}
.events-listing__wrapper {
  background-color: #f1f2ed;
  padding-left: 20px;
  padding-right: 20px;
}
.events-listing__shadow {
  position: relative;
  overflow: hidden;
  height: 10px;
  padding-bottom: 40px;
}
.events-listing__shadow:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 96%;
  top: -10px;
  height: 10px;
  left: 2%;
  border-radius: 100px/5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.events-listing__shadow-bottom {
  position: relative;
  overflow: hidden;
  height: 10px;
  padding-top: 40px;
}
.events-listing__shadow-bottom:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 96%;
  top: 40px;
  height: 10px;
  left: 2%;
  border-radius: 100px/5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.events-listing__title {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.events-listing__pagination {
  text-align: center;
}
.events-listing__pagination .pagination {
  text-align: center;
}
.events-listing__notify-bar {
  color: #fff;
  position: fixed;
  width: 100%;
  font-size: 25px;
  z-index: 100;
  bottom: 0px;
  min-height: 45px;
}
.events-listing__notify-bar.\--hidden {
  display: none;
}
.events-listing__notify-bar.\--active {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.events-listing__notify-bar p {
  padding: 9px 10px 5px;
  text-align: center;
  font-size: 18px;
}
.events-listing__notify-bar ul {
  list-style: none;
  max-width: 1040px;
  margin: 0 auto;
}
.events-listing__notify-bar ul li {
  display: inline-block;
  color: #FFFFFF;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 14px 12px 10px;
  font-size: 18px;
}
.events-listing__notify-bar ul li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.events-listing__filter-categories.--hidden {
  display: none;
}
.events-listing__filter-description {
  text-align: center;
  margin-bottom: 0px;
  padding-top: 60px;
  color: #54565B;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 39px;
}
html[lang=ru] main .events-listing__filter-description {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .events-listing__filter-description {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .events-listing__filter-description {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .events-listing__filter-description {
  font-family: "Sarabun";
}
html[lang=ja] main .events-listing__filter-description {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .events-listing__filter-description {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .events-listing__filter-description {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .events-listing__filter-description {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .events-listing__filter-description {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 46px;
  }
  html[lang=ru] main .events-listing__filter-description {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .events-listing__filter-description {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .events-listing__filter-description {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .events-listing__filter-description {
    font-family: "Sarabun";
  }
  html[lang=ja] main .events-listing__filter-description {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .events-listing__filter-description {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .events-listing__filter-description {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .events-listing__filter-description {
    font-family: "Noto Serif KR";
  }
}
.events-listing__filter-container {
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.events-listing__filter-container.--no-spacing .events-listing__filter-item {
  padding: 6px 15px 8px 15px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.events-listing__filter-container.--no-spacing .events-listing__filter-item .events-listing__filter-label {
  line-height: 1;
  margin-top: 5px;
}
.events-listing__filter-category-button {
  color: #fff;
  padding: 12px 18px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  display: block !important;
  margin-top: 30px;
  cursor: pointer;
}
.events-listing__filter-item {
  border: 2px solid #D2D2D2;
  padding: 8px 15px 10px 15px;
  margin: 15px;
  flex: 1 0 21%;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: normal;
  line-height: 46px;
  cursor: pointer;
}
html[lang=ru] main .events-listing__filter-item {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .events-listing__filter-item {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .events-listing__filter-item {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .events-listing__filter-item {
  font-family: "Sarabun";
}
html[lang=ja] main .events-listing__filter-item {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .events-listing__filter-item {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .events-listing__filter-item {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .events-listing__filter-item {
  font-family: "Noto Serif KR";
}
.events-listing__filter-item.--hidden {
  display: none !important;
}
.events-listing__filter-item.--active {
  border: 4px solid #82CFCD;
}
.events-listing__filter-item.--active h3, .events-listing__filter-item.--active label.events-listing__filter-label {
  color: #005F80;
}
.events-listing__filter-item:not(.--active):hover {
  background-color: #EFEFEF;
  cursor: pointer;
}
.events-listing__filter-item:focus {
  outline: 3px solid #005F80;
}
.events-listing__filter-item h3 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 32px;
}
.events-listing__filter-item h4 {
  color: #005F80;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16.8px;
}
html[lang=ru] main .events-listing__filter-item h4 {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .events-listing__filter-item h4 {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .events-listing__filter-item h4 {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .events-listing__filter-item h4 {
  font-family: "Sarabun";
}
html[lang=ja] main .events-listing__filter-item h4 {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .events-listing__filter-item h4 {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .events-listing__filter-item h4 {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .events-listing__filter-item h4 {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .events-listing__filter-item h4 {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  html[lang=ru] main .events-listing__filter-item h4 {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .events-listing__filter-item h4 {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .events-listing__filter-item h4 {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .events-listing__filter-item h4 {
    font-family: "Sarabun";
  }
  html[lang=ja] main .events-listing__filter-item h4 {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .events-listing__filter-item h4 {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .events-listing__filter-item h4 {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .events-listing__filter-item h4 {
    font-family: "Noto Serif KR";
  }
}
.events-listing__modal {
  display: none;
  z-index: 999998;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  position: fixed;
}
.events-listing__modal .modal-content {
  height: 100%;
  background-color: white;
}
.events-listing__modal .modal-content span.close {
  cursor: pointer;
  width: 92px;
}
.events-listing__filter-label {
  pointer-events: none;
  letter-spacing: 1px;
  color: #54565B;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16.8px;
}
html[lang=ru] main .events-listing__filter-label {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .events-listing__filter-label {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .events-listing__filter-label {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .events-listing__filter-label {
  font-family: "Sarabun";
}
html[lang=ja] main .events-listing__filter-label {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .events-listing__filter-label {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .events-listing__filter-label {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .events-listing__filter-label {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .events-listing__filter-label {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  html[lang=ru] main .events-listing__filter-label {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .events-listing__filter-label {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .events-listing__filter-label {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .events-listing__filter-label {
    font-family: "Sarabun";
  }
  html[lang=ja] main .events-listing__filter-label {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .events-listing__filter-label {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .events-listing__filter-label {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .events-listing__filter-label {
    font-family: "Noto Serif KR";
  }
}
.events-listing__filter-checkbox {
  pointer-events: none;
  position: relative;
  height: 0.9375rem;
  width: 0.9375rem;
  padding: 0;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  vertical-align: middle;
  pointer-events: none;
  display: inline-block;
  margin-top: 0.2rem;
  margin-bottom: 0.125rem;
  margin-right: 0.3rem;
  float: right;
}
.events-listing__filter-checkbox:before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 0;
  top: 50%;
  left: -2px;
  margin-top: -0.6875rem;
  visibility: visible;
  height: 1.375rem;
  width: 1.375rem;
}
.events-listing__filter-checkbox:checked:before {
  border: none;
  background-color: #005F80;
}
.events-listing__filter-checkbox:checked:after {
  position: absolute;
  top: 11px;
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.375rem;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  transform: translateY(-0.5625rem) translateX(0.125rem) rotate(-45deg);
  height: 0.4875rem;
  width: 0.9rem;
}
.events-listing__filter-categories.--vwo {
  position: relative;
  display: none;
}
.--vwo .events-listing__filter-categories.--vwo {
  display: block;
}
.events-listing__filter-categories.--vwo.--hidden {
  display: none;
}
.events-listing__filter-description.--vwo {
  position: relative;
  text-align: center;
  margin-bottom: 0px;
  padding-top: 24px !important;
  color: #54565B;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 39px;
}
html[lang=ru] main .events-listing__filter-description.--vwo {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .events-listing__filter-description.--vwo {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .events-listing__filter-description.--vwo {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .events-listing__filter-description.--vwo {
  font-family: "Sarabun";
}
html[lang=ja] main .events-listing__filter-description.--vwo {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .events-listing__filter-description.--vwo {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .events-listing__filter-description.--vwo {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .events-listing__filter-description.--vwo {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .events-listing__filter-description.--vwo {
    padding-top: 60px;
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 46px;
  }
  html[lang=ru] main .events-listing__filter-description.--vwo {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .events-listing__filter-description.--vwo {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .events-listing__filter-description.--vwo {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .events-listing__filter-description.--vwo {
    font-family: "Sarabun";
  }
  html[lang=ja] main .events-listing__filter-description.--vwo {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .events-listing__filter-description.--vwo {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .events-listing__filter-description.--vwo {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .events-listing__filter-description.--vwo {
    font-family: "Noto Serif KR";
  }
}
.events-listing__filter-description-link.--vwo {
  color: #005F80;
  position: relative;
  text-decoration: none;
  padding-right: 30px;
}
.--modal-shown .events-listing__filter-description-link.--vwo {
  display: none;
}
.events-listing__filter-description-link.--vwo:after {
  position: absolute;
  right: 9px;
  top: 19px;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom: 13px solid #005F80;
  transform: rotate(180deg);
  transition: transform 0.2s;
}
.--open-categories-pane .events-listing__filter-description-link.--vwo::after {
  transform: rotate(0deg);
}
.events-listing__filter-description-link.--vwo:before {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #82CFCD;
  bottom: -4px;
  content: "";
}
.events-listing__filter-container.--vwo {
  position: absolute;
  width: 400px;
  background-color: #fff;
  padding: 10px;
  top: 90px;
  left: 50%;
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  z-index: 11;
  border-radius: 8px;
  border: 2px solid #D2D2D2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .events-listing__filter-container.--vwo {
    opacity: 0;
    pointer-events: none;
  }
}
.--open-categories-pane .events-listing__filter-container.--vwo {
  opacity: 1;
  pointer-events: auto;
}
.modal .events-listing__filter-container.--vwo {
  left: unset;
  top: unset;
  margin-top: 30px;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  width: 100%;
  border: none;
}
.events-listing__filter-container.--vwo.--no-spacing .events-listing__filter-item {
  padding: 4px 15px 6px 15px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.events-listing__filter-container.--vwo.--no-spacing .events-listing__filter-item .events-listing__filter-label {
  line-height: 1;
  margin-top: 5px;
}
.events-listing__filter-category-button.--vwo {
  display: none;
  color: #fff;
  padding: 12px 18px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  cursor: pointer;
}
.events-listing__filter-item.--vwo {
  border: none;
  padding: 15px 15px;
  margin: unset;
  flex: 1 0 50%;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: normal;
  line-height: 46px;
  cursor: pointer;
  box-sizing: border-box;
  display: none;
}
html[lang=ru] main .events-listing__filter-item.--vwo {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .events-listing__filter-item.--vwo {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .events-listing__filter-item.--vwo {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .events-listing__filter-item.--vwo {
  font-family: "Sarabun";
}
html[lang=ja] main .events-listing__filter-item.--vwo {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .events-listing__filter-item.--vwo {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .events-listing__filter-item.--vwo {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .events-listing__filter-item.--vwo {
  font-family: "Noto Serif KR";
}
.modal .events-listing__filter-item.--vwo {
  display: block;
}
@media (min-width: 768px) {
  .events-listing__filter-item.--vwo {
    display: block;
  }
  .modal .events-listing__filter-item.--vwo {
    display: none;
  }
}
.events-listing__filter-item.--vwo.--hidden {
  display: none !important;
}
.events-listing__filter-item.--vwo.--active h3, .events-listing__filter-item.--vwo.--active label.events-listing__filter-label {
  color: #005F80;
}
.events-listing__filter-item.--vwo:not(.--active):hover {
  background-color: #EFEFEF;
  cursor: pointer;
}
.events-listing__filter-item.--vwo:focus {
  outline: 3px solid #005F80;
}
.events-listing__filter-item.--vwo h3 {
  margin-bottom: 0px;
}
.events-listing__filter-item.--vwo h4 {
  color: #005F80;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16.8px;
}
html[lang=ru] main .events-listing__filter-item.--vwo h4 {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .events-listing__filter-item.--vwo h4 {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .events-listing__filter-item.--vwo h4 {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .events-listing__filter-item.--vwo h4 {
  font-family: "Sarabun";
}
html[lang=ja] main .events-listing__filter-item.--vwo h4 {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .events-listing__filter-item.--vwo h4 {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .events-listing__filter-item.--vwo h4 {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .events-listing__filter-item.--vwo h4 {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .events-listing__filter-item.--vwo h4 {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  html[lang=ru] main .events-listing__filter-item.--vwo h4 {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .events-listing__filter-item.--vwo h4 {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .events-listing__filter-item.--vwo h4 {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .events-listing__filter-item.--vwo h4 {
    font-family: "Sarabun";
  }
  html[lang=ja] main .events-listing__filter-item.--vwo h4 {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .events-listing__filter-item.--vwo h4 {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .events-listing__filter-item.--vwo h4 {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .events-listing__filter-item.--vwo h4 {
    font-family: "Noto Serif KR";
  }
}
.events-listing__modal.--vwo {
  display: none;
  z-index: 999998;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  position: fixed;
}
.events-listing__modal.--vwo .modal-content {
  height: 100%;
  background-color: white;
}
.events-listing__modal.--vwo .modal-content span.close {
  cursor: pointer;
  width: 92px;
}
.events-listing__filter-label.--vwo {
  pointer-events: none;
  letter-spacing: 1px;
  color: #54565B;
  order: 1;
  margin-left: 10px;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16.8px;
}
html[lang=ru] main .events-listing__filter-label.--vwo {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .events-listing__filter-label.--vwo {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .events-listing__filter-label.--vwo {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .events-listing__filter-label.--vwo {
  font-family: "Sarabun";
}
html[lang=ja] main .events-listing__filter-label.--vwo {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .events-listing__filter-label.--vwo {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .events-listing__filter-label.--vwo {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .events-listing__filter-label.--vwo {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .events-listing__filter-label.--vwo {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  html[lang=ru] main .events-listing__filter-label.--vwo {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .events-listing__filter-label.--vwo {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .events-listing__filter-label.--vwo {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .events-listing__filter-label.--vwo {
    font-family: "Sarabun";
  }
  html[lang=ja] main .events-listing__filter-label.--vwo {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .events-listing__filter-label.--vwo {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .events-listing__filter-label.--vwo {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .events-listing__filter-label.--vwo {
    font-family: "Noto Serif KR";
  }
}
.events-listing__filter-checkbox.--vwo {
  pointer-events: none;
  position: relative;
  height: 0.9375rem;
  width: 0.9375rem;
  padding: 0;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  vertical-align: middle;
  pointer-events: none;
  display: inline-block;
  margin-top: 0.2rem;
  margin-bottom: 0.125rem;
  margin-right: 0.3rem;
  float: right;
}
.events-listing__filter-checkbox.--vwo:before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 0;
  top: 50%;
  left: -2px;
  margin-top: -0.6875rem;
  visibility: visible;
  height: 1.375rem;
  width: 1.375rem;
}
.events-listing__filter-checkbox.--vwo:checked:before {
  border: none;
  background-color: #005F80;
}
.events-listing__filter-checkbox.--vwo:checked:after {
  position: absolute;
  top: 11px;
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.375rem;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  transform: translateY(-0.5625rem) translateX(0.125rem) rotate(-45deg);
  height: 0.4875rem;
  width: 0.9rem;
}
.events-listing__mobile-filter-text-wrapper {
  margin-top: 24px;
}
.events-listing__mobile-filter-container {
  display: none;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 46px;
  font-size: 18px;
  color: #54565B;
  line-height: 26px;
}
html[lang=ru] main .events-listing__mobile-filter-container {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .events-listing__mobile-filter-container {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .events-listing__mobile-filter-container {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .events-listing__mobile-filter-container {
  font-family: "Sarabun";
}
html[lang=ja] main .events-listing__mobile-filter-container {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .events-listing__mobile-filter-container {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .events-listing__mobile-filter-container {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .events-listing__mobile-filter-container {
  font-family: "Noto Serif KR";
}
.events-listing__mobile-filter-container.--shown {
  display: block;
}
@media (min-width: 768px) {
  .events-listing__mobile-filter-container {
    display: none !important;
  }
}
.events-listing__mobile-filter-button-close {
  display: none !important;
}
.--modal-shown .events-listing__mobile-filter-button-close {
  display: block !important;
  margin-bottom: 50px;
  margin-top: 24px;
}
.events-listing__mobile-filter-button {
  margin: 24px 0px;
  padding-left: 50px !important;
  position: relative;
}
.events-listing__mobile-filter-button::before {
  content: "";
  position: absolute;
  background-position: 20px 15px;
  background-image: url("/wp-content/themes/tahoesouth/dist/filter-icon.2ddc1ad7.png");
  background-repeat: no-repeat;
}
.events-listing__mobile-filter-button:hover::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/filter-icon-light.e839db6f.png");
}
.events-listing__notify-bar {
  position: fixed;
  left: 0;
  display: none;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16.8px;
  color: #FFFFFF;
  text-transform: none !important;
}
html[lang=ru] main .events-listing__notify-bar {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .events-listing__notify-bar {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .events-listing__notify-bar {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .events-listing__notify-bar {
  font-family: "Sarabun";
}
html[lang=ja] main .events-listing__notify-bar {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .events-listing__notify-bar {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .events-listing__notify-bar {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .events-listing__notify-bar {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .events-listing__notify-bar {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  html[lang=ru] main .events-listing__notify-bar {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .events-listing__notify-bar {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .events-listing__notify-bar {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .events-listing__notify-bar {
    font-family: "Sarabun";
  }
  html[lang=ja] main .events-listing__notify-bar {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .events-listing__notify-bar {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .events-listing__notify-bar {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .events-listing__notify-bar {
    font-family: "Noto Serif KR";
  }
}

.fancy-filters {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .fancy-filters {
    margin-bottom: 60px !important;
    display: block;
  }
}
.fancy-filters.modal.--vwo {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.fancy-filters.modal.--vwo.--modal-shown {
  display: block;
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100vw;
  z-index: 99;
  background: #fff;
  overflow-y: auto;
  height: calc(100vh - 40px);
}
@media (min-width: 768px) {
  .fancy-filters.modal.--vwo {
    display: none;
  }
}
.mobile .fancy-filters .events-listing__mobile-scrollable {
  overflow-y: auto;
}
.fancy-filters .events-listing__mobile-scrollable .events-listing__filter-description {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .fancy-filters .events-listing__mobile-scrollable .events-listing__filter-description {
    padding-top: 60px;
  }
}

.events-listing__notify-bar {
  background-color: #005F80;
}

.hello-week .week {
  color: #005F80;
}

.hello-week .day.is-weekend {
  color: #005F80;
}

.hello-week .day.is-highlight {
  background-color: #005F80;
}

.hello-week .day.is-begin-range, .hello-week .day.is-end-range {
  border-image: linear-gradient(135deg, #005F80 0%, #F3B53F 100%) 1 !important;
}

.hello-week .month .day:hover {
  border-color: #005F80 !important;
}

.hello-week {
  font-family: "Vista Sans";
  width: 100%;
  margin: 0 auto;
  user-select: none;
  font-size: 1em;
}
.hello-week *.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.hello-week .navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1%;
  background-color: #ececec;
}
.hello-week .navigation span {
  font-size: 30px;
  line-height: 30px;
}
.hello-week .prev,
.hello-week .next {
  padding: 1em;
  cursor: pointer;
}
.hello-week .period {
  width: 100%;
  font-size: 1.6em;
  font-weight: 400;
  text-align: center;
}
.hello-week .week {
  margin: 0 auto;
  max-width: 900px;
  display: flex;
}
.hello-week .week .day {
  justify-content: left;
  border-bottom: 5px solid #ececec;
  padding: 0;
}
.hello-week .week .rtl {
  flex-direction: row-reverse;
}
.hello-week .month {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  max-width: 900px;
  margin: 0 auto;
  max-height: calc(99.5vh - 107px);
  overflow-y: auto;
}
.hello-week .month .day {
  border: 5px solid #ececec;
  font-size: 40px;
}
.hello-week .month .rtl {
  flex-direction: row-reverse;
}
.hello-week .day {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.5% 1%;
  width: 12.28571%;
  padding: 1vh !important;
  transition: background-color 0.2s cubic-bezier(0.25, 0.1, 0.49, 0.9);
}
.hello-week .day.is-today {
  background-color: #F3B53F;
}

@media only screen and (max-width: 600px) {
  .hello-week .month .day {
    font-size: 20px;
  }
}
.stakeholder__expired-event {
  background-color: #c10030;
  color: #fff;
  text-align: center;
  padding: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin-bottom: 2.5rem;
}

.post__section.--expired:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 900;
}

.page-template-template-event-listing .subnav {
  z-index: 98;
}

.events-listing-card {
  text-align: center;
  margin-bottom: 30px;
  flex-basis: calc(50% - 10px);
  margin-right: 20px;
}
.events-listing-card:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .events-listing-card:nth-of-type(2n) {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .events-listing-card {
    flex-basis: calc((100% / 3) - (40px/3));
  }
  .events-listing-card:nth-of-type(3n) {
    margin-right: 0;
  }
}
.events-listing-card__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.events-listing-card__link {
  text-decoration: none;
}
.events-listing-card__link:hover .events-listing-card__image, .events-listing-card__link:focus .events-listing-card__image {
  border-radius: 30px;
}
.events-listing-card__link:hover .events-listing-card__title,
.events-listing-card__link:hover .events-listing-card__date, .events-listing-card__link:focus .events-listing-card__title,
.events-listing-card__link:focus .events-listing-card__date {
  color: #005F80;
}
.events-listing-card__image {
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
  transition: border-radius 0.25s;
  height: 135px;
  width: 100%;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .events-listing-card__image {
    height: 400px;
  }
}
.events-listing-card__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 18px;
  margin-bottom: 25px;
  transition: color 0.25s;
  color: #54565B;
}
html[lang=ru] main .events-listing-card__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .events-listing-card__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .events-listing-card__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .events-listing-card__title {
  font-family: "Sarabun";
}
html[lang=ja] main .events-listing-card__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .events-listing-card__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .events-listing-card__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .events-listing-card__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .events-listing-card__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: normal;
    line-height: 32px;
    margin-bottom: 20px;
  }
  html[lang=ru] main .events-listing-card__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .events-listing-card__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .events-listing-card__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .events-listing-card__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .events-listing-card__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .events-listing-card__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .events-listing-card__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .events-listing-card__title {
    font-family: "Noto Serif KR";
  }
}
.events-listing-card__date {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 16px;
  margin-bottom: 20px;
  transition: color 0.25s;
  color: #54565B;
}
html[lang=ru] main .events-listing-card__date {
  font-family: "Open Sans";
}
html[lang=vi] main .events-listing-card__date {
  font-family: "Open Sans";
}
html[lang=ar] main .events-listing-card__date {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .events-listing-card__date {
  font-family: "Prompt";
}
html[lang=ja] main .events-listing-card__date {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .events-listing-card__date {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .events-listing-card__date {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .events-listing-card__date {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .events-listing-card__date {
    font-family: "Nanami Light", Trebuchet MS, sans-serif;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 18px;
  }
  html[lang=ru] main .events-listing-card__date {
    font-family: "Open Sans";
  }
  html[lang=vi] main .events-listing-card__date {
    font-family: "Open Sans";
  }
  html[lang=ar] main .events-listing-card__date {
    font-family: "Tajawal";
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .events-listing-card__date {
    font-family: "Prompt";
  }
  html[lang=ja] main .events-listing-card__date {
    font-family: "Noto Sans JP";
  }
  html[lang=zh-s] main .events-listing-card__date {
    font-family: "Noto Sans SC";
  }
  html[lang=zh-t] main .events-listing-card__date {
    font-family: "Noto Sans TC";
  }
  html[lang=ko] main .events-listing-card__date {
    font-family: "Noto Sans KR";
  }
}

.basic-hero {
  background-color: #82CFCD;
  background-size: 400px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.basic-hero::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/tahoesouth/dist/wave-left-M.b4c04677.svg");
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: top left;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .basic-hero::before {
    background-image: url("/wp-content/themes/tahoesouth/dist/wave-left-D.cbcb3a00.svg");
    background-size: 170px;
  }
}
.basic-hero__content {
  display: flex;
  position: relative;
  left: 0;
  flex-direction: column;
  padding-top: 85px;
}
@media (min-width: 1024px) {
  .basic-hero__content {
    flex-direction: row;
    gap: 75px;
    padding-left: 75px;
    padding-top: 0;
  }
}
.basic-hero__text-content {
  align-self: center;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .basic-hero__text-content {
    flex-basis: 50%;
    padding: 0;
  }
}
.basic-hero__intro-content {
  position: relative;
}
.basic-hero__subtitle {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16.8px;
  color: #234C5A;
  margin-bottom: 2px;
}
html[lang=ru] main .basic-hero__subtitle {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .basic-hero__subtitle {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .basic-hero__subtitle {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .basic-hero__subtitle {
  font-family: "Sarabun";
}
html[lang=ja] main .basic-hero__subtitle {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .basic-hero__subtitle {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .basic-hero__subtitle {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .basic-hero__subtitle {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .basic-hero__subtitle {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  html[lang=ru] main .basic-hero__subtitle {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .basic-hero__subtitle {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .basic-hero__subtitle {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .basic-hero__subtitle {
    font-family: "Sarabun";
  }
  html[lang=ja] main .basic-hero__subtitle {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .basic-hero__subtitle {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .basic-hero__subtitle {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .basic-hero__subtitle {
    font-family: "Noto Serif KR";
  }
}
.basic-hero__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: normal;
  line-height: 60px;
  color: #234C5A;
}
html[lang=ru] main .basic-hero__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .basic-hero__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .basic-hero__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .basic-hero__title {
  font-family: "Sarabun";
}
html[lang=ja] main .basic-hero__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .basic-hero__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .basic-hero__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .basic-hero__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .basic-hero__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 60px;
    letter-spacing: normal;
    line-height: 77px;
  }
  html[lang=ru] main .basic-hero__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .basic-hero__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .basic-hero__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .basic-hero__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .basic-hero__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .basic-hero__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .basic-hero__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .basic-hero__title {
    font-family: "Noto Serif KR";
  }
}
.basic-hero__more-content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .basic-hero__more-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .basic-hero__more-content.\--two-columns .basic-hero__more-content-column {
    font-family: "Nanami Light", Trebuchet MS, sans-serif;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 28px;
    width: calc(50% - 30px);
  }
  html[lang=ru] main .basic-hero__more-content.\--two-columns .basic-hero__more-content-column {
    font-family: "Open Sans";
  }
  html[lang=vi] main .basic-hero__more-content.\--two-columns .basic-hero__more-content-column {
    font-family: "Open Sans";
  }
  html[lang=ar] main .basic-hero__more-content.\--two-columns .basic-hero__more-content-column {
    font-family: "Tajawal";
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .basic-hero__more-content.\--two-columns .basic-hero__more-content-column {
    font-family: "Prompt";
  }
  html[lang=ja] main .basic-hero__more-content.\--two-columns .basic-hero__more-content-column {
    font-family: "Noto Sans JP";
  }
  html[lang=zh-s] main .basic-hero__more-content.\--two-columns .basic-hero__more-content-column {
    font-family: "Noto Sans SC";
  }
  html[lang=zh-t] main .basic-hero__more-content.\--two-columns .basic-hero__more-content-column {
    font-family: "Noto Sans TC";
  }
  html[lang=ko] main .basic-hero__more-content.\--two-columns .basic-hero__more-content-column {
    font-family: "Noto Sans KR";
  }
}
.basic-hero__more-content-column {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  max-width: 800px;
  color: #234C5A;
  width: 100%;
}
html[lang=ru] main .basic-hero__more-content-column {
  font-family: "Open Sans";
}
html[lang=vi] main .basic-hero__more-content-column {
  font-family: "Open Sans";
}
html[lang=ar] main .basic-hero__more-content-column {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .basic-hero__more-content-column {
  font-family: "Prompt";
}
html[lang=ja] main .basic-hero__more-content-column {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .basic-hero__more-content-column {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .basic-hero__more-content-column {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .basic-hero__more-content-column {
  font-family: "Noto Sans KR";
}
.basic-hero__more-content-column:not(:first-of-type) {
  margin-left: 0;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .basic-hero__more-content-column:not(:first-of-type) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .basic-hero__more-content-column {
    font-family: "Nanami Light", Trebuchet MS, sans-serif;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 32px;
  }
  html[lang=ru] main .basic-hero__more-content-column {
    font-family: "Open Sans";
  }
  html[lang=vi] main .basic-hero__more-content-column {
    font-family: "Open Sans";
  }
  html[lang=ar] main .basic-hero__more-content-column {
    font-family: "Tajawal";
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .basic-hero__more-content-column {
    font-family: "Prompt";
  }
  html[lang=ja] main .basic-hero__more-content-column {
    font-family: "Noto Sans JP";
  }
  html[lang=zh-s] main .basic-hero__more-content-column {
    font-family: "Noto Sans SC";
  }
  html[lang=zh-t] main .basic-hero__more-content-column {
    font-family: "Noto Sans TC";
  }
  html[lang=ko] main .basic-hero__more-content-column {
    font-family: "Noto Sans KR";
  }
}
.basic-hero__more-content-column p > a {
  color: #234C5A;
  transition: color 0.25s;
}
.basic-hero__more-content-column p > a:hover, .basic-hero__more-content-column p > a:focus {
  color: #234C5A;
  text-decoration: underline;
}
.basic-hero__images-container {
  width: 100%;
}
@media (min-width: 1024px) {
  .basic-hero__images-container {
    flex-basis: 50%;
    max-width: 50%;
    max-height: 500px;
  }
}
.basic-hero__image {
  display: flex;
  width: 100%;
}
@media (min-width: 1024px) {
  .basic-hero__image {
    min-height: 500px;
    object-fit: cover;
  }
}
.basic-hero.\--no-images::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/wave-right-M.06a07f13.svg");
  background-size: 140px;
  background-position: top right;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .basic-hero.\--no-images::before {
    background-image: url("/wp-content/themes/tahoesouth/dist/wave-right-D.7212c360.svg");
    background-size: 170px;
  }
}
.basic-hero.\--no-images .basic-hero__content {
  padding-top: 84px;
  padding-bottom: 84px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .basic-hero.\--no-images .basic-hero__content {
    padding-left: 129px;
  }
}
.basic-hero.\--no-images .basic-hero__text-content {
  flex-basis: 100%;
  padding: 0;
}
.basic-hero.\--no-images .basic-hero__more-content {
  padding-left: 45px;
}
@media (min-width: 768px) {
  .basic-hero.\--no-images .basic-hero__more-content {
    padding-left: 75px;
  }
}
.basic-hero.\--no-images ~ .open-content {
  padding-top: 60px;
}
.basic-hero .image-slider__info {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .basic-hero .image-slider__info {
    padding-right: 0;
  }
}
.basic-hero.\--empty {
  min-height: 200px;
}

.stakeholder-hero {
  overflow: hidden;
  position: relative;
}
.stakeholder-hero::after {
  filter: invert(82%) sepia(10%) saturate(1230%) hue-rotate(130deg) brightness(94%) contrast(86%);
  margin: 0 auto;
}
.stakeholder-hero__content {
  display: flex;
  position: relative;
  left: 0;
  flex-direction: column;
  gap: 40px;
  background-color: #82CFCD;
  background-size: 400px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.stakeholder-hero__content::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/tahoesouth/dist/wave-left-M.b4c04677.svg");
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: top left;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .stakeholder-hero__content {
    flex-direction: row;
    gap: 34px;
  }
  .stakeholder-hero__content::before {
    background-image: url("/wp-content/themes/tahoesouth/dist/wave-left-D.cbcb3a00.svg");
    background-size: 170px;
  }
}
.stakeholder-hero__text-content {
  display: flex;
  flex-direction: column;
  padding-top: 85px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .stakeholder-hero__text-content {
    padding-left: 80px;
  }
}
@media (min-width: 1024px) {
  .stakeholder-hero__text-content {
    flex-basis: 40%;
    flex-direction: row;
    align-items: center;
    padding-left: 60px;
    padding-top: 0;
    padding-right: 0;
  }
}
.stakeholder-hero__intro-content {
  position: relative;
  margin-bottom: 20px;
}
.stakeholder-hero__categories {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16.8px;
  margin-bottom: 2px;
}
html[lang=ru] main .stakeholder-hero__categories {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .stakeholder-hero__categories {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .stakeholder-hero__categories {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .stakeholder-hero__categories {
  font-family: "Sarabun";
}
html[lang=ja] main .stakeholder-hero__categories {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .stakeholder-hero__categories {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .stakeholder-hero__categories {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .stakeholder-hero__categories {
  font-family: "Noto Serif KR";
}
@media (min-width: 1024px) {
  .stakeholder-hero__categories {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  html[lang=ru] main .stakeholder-hero__categories {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .stakeholder-hero__categories {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .stakeholder-hero__categories {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .stakeholder-hero__categories {
    font-family: "Sarabun";
  }
  html[lang=ja] main .stakeholder-hero__categories {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .stakeholder-hero__categories {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .stakeholder-hero__categories {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .stakeholder-hero__categories {
    font-family: "Noto Serif KR";
  }
}
.stakeholder-hero__category {
  color: #234C5A;
  text-decoration: none;
  transition: 0.25s color;
  font-weight: bold;
}
.stakeholder-hero__category-divider {
  display: inline-block;
  margin: 0 5px;
}
.stakeholder-hero__category-divider::before, .stakeholder-hero__category-divider::after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/tahoesouth/dist/carat-white.cedea621.svg");
  height: 10px;
  width: 7px;
  background-size: 7px 10px;
  background-repeat: norepeat;
  opacity: 0.6;
}
.stakeholder-hero__category-divider::before {
  transform: rotateZ(180deg);
}
.stakeholder-hero__category-divider::after {
  margin-left: 2px;
}
.stakeholder-hero__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: normal;
  line-height: 60px;
  color: #234C5A;
  pointer-events: none;
}
html[lang=ru] main .stakeholder-hero__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .stakeholder-hero__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .stakeholder-hero__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .stakeholder-hero__title {
  font-family: "Sarabun";
}
html[lang=ja] main .stakeholder-hero__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .stakeholder-hero__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .stakeholder-hero__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .stakeholder-hero__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 1024px) {
  .stakeholder-hero__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 70px;
    letter-spacing: normal;
    line-height: 77px;
  }
  html[lang=ru] main .stakeholder-hero__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .stakeholder-hero__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .stakeholder-hero__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .stakeholder-hero__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .stakeholder-hero__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .stakeholder-hero__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .stakeholder-hero__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .stakeholder-hero__title {
    font-family: "Noto Serif KR";
  }
}
.stakeholder-hero__more-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .stakeholder-hero__more-content {
    flex-direction: row;
    gap: 34px;
    padding-left: 0;
    padding-right: 0;
  }
}
.stakeholder-hero__more-content .stakeholder-hero__link {
  margin-right: 25px;
}
@media (min-width: 1024px) {
  .stakeholder-hero__location-container {
    flex-basis: 40%;
  }
}
.stakeholder-hero__location-text {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 44px;
  letter-spacing: normal;
  line-height: 57px;
  color: #54565B;
}
html[lang=ru] main .stakeholder-hero__location-text {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .stakeholder-hero__location-text {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .stakeholder-hero__location-text {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .stakeholder-hero__location-text {
  font-family: "Sarabun";
}
html[lang=ja] main .stakeholder-hero__location-text {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .stakeholder-hero__location-text {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .stakeholder-hero__location-text {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .stakeholder-hero__location-text {
  font-family: "Noto Serif KR";
}
@media (min-width: 1024px) {
  .stakeholder-hero__location-text {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: normal;
    line-height: 65px;
    text-align: right;
    padding-right: 61px;
  }
  html[lang=ru] main .stakeholder-hero__location-text {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .stakeholder-hero__location-text {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .stakeholder-hero__location-text {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .stakeholder-hero__location-text {
    font-family: "Sarabun";
  }
  html[lang=ja] main .stakeholder-hero__location-text {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .stakeholder-hero__location-text {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .stakeholder-hero__location-text {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .stakeholder-hero__location-text {
    font-family: "Noto Serif KR";
  }
}
@media (min-width: 1024px) {
  .stakeholder-hero__location-info {
    flex-basis: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .stakeholder-hero .--offers-break {
    width: 100%;
  }
}
.stakeholder-hero__auxiliary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .stakeholder-hero__auxiliary {
    flex-direction: row;
    margin-right: 20px;
  }
}
.stakeholder-hero__link {
  color: #54565B;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  transition: 0.25s color;
}
html[lang=ru] main .stakeholder-hero__link {
  font-family: "Open Sans";
}
html[lang=vi] main .stakeholder-hero__link {
  font-family: "Open Sans";
}
html[lang=ar] main .stakeholder-hero__link {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .stakeholder-hero__link {
  font-family: "Prompt";
}
html[lang=ja] main .stakeholder-hero__link {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .stakeholder-hero__link {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .stakeholder-hero__link {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .stakeholder-hero__link {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .stakeholder-hero__link {
    font-family: "Nanami Light", Trebuchet MS, sans-serif;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 32px;
  }
  html[lang=ru] main .stakeholder-hero__link {
    font-family: "Open Sans";
  }
  html[lang=vi] main .stakeholder-hero__link {
    font-family: "Open Sans";
  }
  html[lang=ar] main .stakeholder-hero__link {
    font-family: "Tajawal";
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .stakeholder-hero__link {
    font-family: "Prompt";
  }
  html[lang=ja] main .stakeholder-hero__link {
    font-family: "Noto Sans JP";
  }
  html[lang=zh-s] main .stakeholder-hero__link {
    font-family: "Noto Sans SC";
  }
  html[lang=zh-t] main .stakeholder-hero__link {
    font-family: "Noto Sans TC";
  }
  html[lang=ko] main .stakeholder-hero__link {
    font-family: "Noto Sans KR";
  }
}
.stakeholder-hero__link:hover {
  color: #005F80;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #82CFCD;
}
.stakeholder-hero__link::before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(26%) sepia(14%) saturate(1494%) hue-rotate(149deg) brightness(96%) contrast(96%);
}
@media (min-width: 768px) {
  .stakeholder-hero__link::before {
    margin-bottom: 5px;
  }
}
.stakeholder-hero__link.\--tripadvisor::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/social-Tripadvisor.e0307248.svg");
  background-size: 26px 15px;
}
.stakeholder-hero__link.\--website::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/external-link.208411ae.svg");
  background-size: 19px 18px;
}
.stakeholder-hero__link.\--email::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/envelope.e450bdc3.svg");
  background-size: 24px 15px;
}
.stakeholder-hero__link.\--phone::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/phone.d1c90d7e.svg");
  background-size: 16px 24px;
}
.stakeholder-hero__link.\--address {
  width: 100%;
}
.stakeholder-hero__link.\--address::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/marker.4a8595be.svg");
  background-size: 20px 24px;
}
.stakeholder-hero__link.\--offers {
  color: #D41A69;
}
.stakeholder-hero__link.\--offers::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/tag-in-circle.27170149.svg");
  background-size: contain;
  filter: none;
}
.stakeholder-hero__auxiliary-button {
  max-width: 270px;
}
@media (min-width: 768px) {
  .stakeholder-hero__auxiliary-button {
    min-width: 190px;
    max-width: unset;
  }
}
.stakeholder-hero__images-container {
  width: 100%;
}
@media (min-width: 1024px) {
  .stakeholder-hero__images-container {
    flex-basis: 60%;
    max-width: 60%;
    max-height: 500px;
  }
}
.stakeholder-hero__image {
  vertical-align: bottom;
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .stakeholder-hero__image {
    max-height: 500px;
  }
}
.stakeholder-hero.\--no-images::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-image: url("/wp-content/themes/tahoesouth/dist/wave-right-M.06a07f13.svg");
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: top right;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .stakeholder-hero.\--no-images::before {
    background-image: url("/wp-content/themes/tahoesouth/dist/wave-right-D.7212c360.svg");
    background-size: 170px;
  }
}
.stakeholder-hero.\--no-images .stakeholder-hero__text-content {
  flex-basis: 80%;
}
.stakeholder-hero.\--no-images .stakeholder-hero__content {
  padding-top: 84px;
  padding-bottom: 84px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .stakeholder-hero.\--no-images .stakeholder-hero__content {
    padding-left: 129px;
  }
}
.stakeholder-hero.\--no-images .stakeholder-hero__content::before {
  display: none;
}
.stakeholder-hero.\--no-images::after {
  display: none;
}
.stakeholder-hero.\--no-images ~ .open-content {
  padding-top: 60px;
}
.stakeholder-hero .image-slider__info {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .stakeholder-hero .image-slider__info {
    padding-right: 0;
  }
}

.event-hero {
  background-color: #82CFCD;
  background-size: 400px;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  border-radius: 15px;
}
.event-hero ~ .open-content {
  padding-top: 60px;
}
.event-hero::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/tahoesouth/dist/wave-right-M.06a07f13.svg");
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: top right;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .event-hero::before {
    background-image: url("/wp-content/themes/tahoesouth/dist/wave-right-D.7212c360.svg");
    background-size: 170px;
  }
}
.event-hero__content {
  display: flex;
  position: relative;
  left: 0;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
}
.event-hero__more-content {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .event-hero__more-content {
    margin-bottom: 0;
  }
}
.event-hero__text-content {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .event-hero__text-content {
    padding-left: 0;
    padding-right: 0;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .event-hero__text-content {
    padding-left: 60px;
  }
}
.event-hero__intro-content {
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .event-hero__intro-content {
    margin-bottom: 30px;
  }
}
.event-hero__categories {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16.8px;
  margin-bottom: 2px;
}
html[lang=ru] main .event-hero__categories {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .event-hero__categories {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .event-hero__categories {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .event-hero__categories {
  font-family: "Sarabun";
}
html[lang=ja] main .event-hero__categories {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .event-hero__categories {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .event-hero__categories {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .event-hero__categories {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .event-hero__categories {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  html[lang=ru] main .event-hero__categories {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .event-hero__categories {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .event-hero__categories {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .event-hero__categories {
    font-family: "Sarabun";
  }
  html[lang=ja] main .event-hero__categories {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .event-hero__categories {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .event-hero__categories {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .event-hero__categories {
    font-family: "Noto Serif KR";
  }
}
.event-hero__category {
  color: #234C5A;
  text-decoration: none;
  transition: 0.25s color;
  font-weight: bold;
}
.event-hero__category-divider {
  display: inline-block;
  margin: 0 5px;
}
.event-hero__category-divider::before, .event-hero__category-divider::after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/tahoesouth/dist/carat-white.cedea621.svg");
  height: 10px;
  width: 7px;
  background-size: 7px 10px;
  background-repeat: norepeat;
  opacity: 0.6;
}
.event-hero__category-divider::before {
  transform: rotateZ(180deg);
}
.event-hero__category-divider::after {
  margin-left: 2px;
}
.event-hero__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: normal;
  line-height: 60px;
  color: #234C5A;
  pointer-events: none;
}
html[lang=ru] main .event-hero__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .event-hero__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .event-hero__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .event-hero__title {
  font-family: "Sarabun";
}
html[lang=ja] main .event-hero__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .event-hero__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .event-hero__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .event-hero__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .event-hero__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 70px;
    letter-spacing: normal;
    line-height: 77px;
  }
  html[lang=ru] main .event-hero__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .event-hero__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .event-hero__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .event-hero__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .event-hero__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .event-hero__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .event-hero__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .event-hero__title {
    font-family: "Noto Serif KR";
  }
}
.event-hero__more-content {
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .event-hero__more-content {
    padding-left: 75px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.event-hero__more-content .event-hero__link {
  margin-right: 25px;
}
.event-hero__auxiliary {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding-left: 45px;
}
@media (min-width: 768px) {
  .event-hero__auxiliary {
    margin-left: 60px;
  }
}
.event-hero__info {
  color: #234C5A;
  margin-bottom: 8px;
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
}
html[lang=ru] main .event-hero__info {
  font-family: "Open Sans";
}
html[lang=vi] main .event-hero__info {
  font-family: "Open Sans";
}
html[lang=ar] main .event-hero__info {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .event-hero__info {
  font-family: "Prompt";
}
html[lang=ja] main .event-hero__info {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .event-hero__info {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .event-hero__info {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .event-hero__info {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .event-hero__info {
    font-family: "Nanami Light", Trebuchet MS, sans-serif;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 32px;
  }
  html[lang=ru] main .event-hero__info {
    font-family: "Open Sans";
  }
  html[lang=vi] main .event-hero__info {
    font-family: "Open Sans";
  }
  html[lang=ar] main .event-hero__info {
    font-family: "Tajawal";
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .event-hero__info {
    font-family: "Prompt";
  }
  html[lang=ja] main .event-hero__info {
    font-family: "Noto Sans JP";
  }
  html[lang=zh-s] main .event-hero__info {
    font-family: "Noto Sans SC";
  }
  html[lang=zh-t] main .event-hero__info {
    font-family: "Noto Sans TC";
  }
  html[lang=ko] main .event-hero__info {
    font-family: "Noto Sans KR";
  }
}
.event-hero__auxiliary-links {
  padding-top: 30px;
  position: relative;
}
.event-hero__auxiliary-links::before {
  filter: invert(23%) sepia(58%) saturate(444%) hue-rotate(149deg) brightness(92%) contrast(90%);
  position: absolute;
  top: 5px;
}
.event-hero__link {
  color: #234C5A;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  transition: 0.25s color;
}
html[lang=ru] main .event-hero__link {
  font-family: "Open Sans";
}
html[lang=vi] main .event-hero__link {
  font-family: "Open Sans";
}
html[lang=ar] main .event-hero__link {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .event-hero__link {
  font-family: "Prompt";
}
html[lang=ja] main .event-hero__link {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .event-hero__link {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .event-hero__link {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .event-hero__link {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .event-hero__link {
    font-family: "Nanami Light", Trebuchet MS, sans-serif;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 32px;
  }
  html[lang=ru] main .event-hero__link {
    font-family: "Open Sans";
  }
  html[lang=vi] main .event-hero__link {
    font-family: "Open Sans";
  }
  html[lang=ar] main .event-hero__link {
    font-family: "Tajawal";
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .event-hero__link {
    font-family: "Prompt";
  }
  html[lang=ja] main .event-hero__link {
    font-family: "Noto Sans JP";
  }
  html[lang=zh-s] main .event-hero__link {
    font-family: "Noto Sans SC";
  }
  html[lang=zh-t] main .event-hero__link {
    font-family: "Noto Sans TC";
  }
  html[lang=ko] main .event-hero__link {
    font-family: "Noto Sans KR";
  }
}
.event-hero__link:hover {
  color: #005F80;
  font-weight: 700;
  text-decoration: underline;
}
.event-hero__link::before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(23%) sepia(58%) saturate(444%) hue-rotate(149deg) brightness(92%) contrast(90%);
}
@media (min-width: 768px) {
  .event-hero__link::before {
    margin-bottom: 5px;
  }
}
.event-hero__link.\--tripadvisor::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/social-Tripadvisor.e0307248.svg");
  background-size: 26px 15px;
}
.event-hero__link.\--website::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/external-link.208411ae.svg");
  background-size: 19px 18px;
}
.event-hero__link.\--email::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/envelope.e450bdc3.svg");
  background-size: 24px 15px;
}
.event-hero__link.\--phone::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/phone.d1c90d7e.svg");
  background-size: 16px 24px;
}
.event-hero__link.\--add::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/plus.f7bedf78.svg");
  background-size: 13px 13px;
}
.event-hero__link.\--address {
  width: 100%;
}
.event-hero__link.\--address::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/marker.4a8595be.svg");
  background-size: 20px 24px;
}
.event-hero__auxiliary-button {
  margin-bottom: 20px;
}
.event-hero__blank-space {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  background-color: white;
  height: 50%;
  width: 100vw;
  z-index: -1;
}

.event-hero-image {
  position: relative;
  overflow: hidden;
}
.event-hero-image::after {
  filter: invert(82%) sepia(10%) saturate(1230%) hue-rotate(130deg) brightness(94%) contrast(86%);
  margin: 0 auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
.event-hero-image__content {
  display: flex;
  position: relative;
  left: 0;
  flex-direction: column;
  gap: 40px;
  background-color: #82CFCD;
  background-size: 400px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.event-hero-image__content::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/tahoesouth/dist/wave-left-M.b4c04677.svg");
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: top left;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .event-hero-image__content {
    flex-direction: row;
    gap: 34px;
  }
  .event-hero-image__content::before {
    background-image: url("/wp-content/themes/tahoesouth/dist/wave-left-D.cbcb3a00.svg");
    background-size: 170px;
  }
}
.event-hero-image__more-content {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .event-hero-image__more-content {
    margin-bottom: 0;
  }
}
.event-hero-image__text-content {
  display: flex;
  flex-direction: column;
  padding-top: 85px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .event-hero-image__text-content {
    padding-left: 80px;
  }
}
@media (min-width: 1024px) {
  .event-hero-image__text-content {
    flex-basis: 40%;
    flex-direction: row;
    align-items: center;
    padding-left: 60px;
    padding-top: 20px;
    padding-right: 0;
  }
}
.event-hero-image__intro-content {
  position: relative;
}
@media (min-width: 1024px) {
  .event-hero-image__intro-content {
    margin-bottom: 30px;
  }
}
.event-hero-image__categories {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16.8px;
  margin-bottom: 2px;
}
html[lang=ru] main .event-hero-image__categories {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .event-hero-image__categories {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .event-hero-image__categories {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .event-hero-image__categories {
  font-family: "Sarabun";
}
html[lang=ja] main .event-hero-image__categories {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .event-hero-image__categories {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .event-hero-image__categories {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .event-hero-image__categories {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .event-hero-image__categories {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  html[lang=ru] main .event-hero-image__categories {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .event-hero-image__categories {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .event-hero-image__categories {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .event-hero-image__categories {
    font-family: "Sarabun";
  }
  html[lang=ja] main .event-hero-image__categories {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .event-hero-image__categories {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .event-hero-image__categories {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .event-hero-image__categories {
    font-family: "Noto Serif KR";
  }
}
.event-hero-image__category {
  color: #234C5A;
  text-decoration: none;
  transition: 0.25s color;
  font-weight: bold;
}
.event-hero-image__category-divider {
  display: inline-block;
  margin: 0 5px;
}
.event-hero-image__category-divider::before, .event-hero-image__category-divider::after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/tahoesouth/dist/carat-white.cedea621.svg");
  height: 10px;
  width: 7px;
  background-size: 7px 10px;
  background-repeat: norepeat;
  opacity: 0.6;
}
.event-hero-image__category-divider::before {
  transform: rotateZ(180deg);
}
.event-hero-image__category-divider::after {
  margin-left: 2px;
}
.event-hero-image__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: normal;
  line-height: 60px;
  color: #234C5A;
  pointer-events: none;
  margin-bottom: 20px;
}
html[lang=ru] main .event-hero-image__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .event-hero-image__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .event-hero-image__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .event-hero-image__title {
  font-family: "Sarabun";
}
html[lang=ja] main .event-hero-image__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .event-hero-image__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .event-hero-image__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .event-hero-image__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .event-hero-image__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 70px;
    letter-spacing: normal;
    line-height: 77px;
  }
  html[lang=ru] main .event-hero-image__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .event-hero-image__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .event-hero-image__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .event-hero-image__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .event-hero-image__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .event-hero-image__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .event-hero-image__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .event-hero-image__title {
    font-family: "Noto Serif KR";
  }
  .event-hero-image__title.\--long-heading {
    font-size: 56px;
  }
}
.event-hero-image__more-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .event-hero-image__more-content {
    flex-direction: row;
    gap: 34px;
    padding-left: 0;
    padding-right: 0;
  }
}
.event-hero-image__more-content .event-hero-image__link,
.event-hero-image__more-content .event-hero-image__info {
  margin-right: 25px;
}
@media (min-width: 1024px) {
  .event-hero-image__detail-container {
    flex-basis: 40%;
  }
}
.event-hero-image__detail-text {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 44px;
  letter-spacing: normal;
  line-height: 57px;
  color: #54565B;
}
html[lang=ru] main .event-hero-image__detail-text {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .event-hero-image__detail-text {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .event-hero-image__detail-text {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .event-hero-image__detail-text {
  font-family: "Sarabun";
}
html[lang=ja] main .event-hero-image__detail-text {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .event-hero-image__detail-text {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .event-hero-image__detail-text {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .event-hero-image__detail-text {
  font-family: "Noto Serif KR";
}
@media (min-width: 1024px) {
  .event-hero-image__detail-text {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: normal;
    line-height: 65px;
    text-align: right;
    padding-right: 61px;
  }
  html[lang=ru] main .event-hero-image__detail-text {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .event-hero-image__detail-text {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .event-hero-image__detail-text {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .event-hero-image__detail-text {
    font-family: "Sarabun";
  }
  html[lang=ja] main .event-hero-image__detail-text {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .event-hero-image__detail-text {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .event-hero-image__detail-text {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .event-hero-image__detail-text {
    font-family: "Noto Serif KR";
  }
}
.event-hero-image__detail-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width: 1024px) {
  .event-hero-image__detail-info {
    flex-basis: 60%;
  }
}
.event-hero-image__info {
  color: #54565B;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  pointer-events: none;
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
}
html[lang=ru] main .event-hero-image__info {
  font-family: "Open Sans";
}
html[lang=vi] main .event-hero-image__info {
  font-family: "Open Sans";
}
html[lang=ar] main .event-hero-image__info {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .event-hero-image__info {
  font-family: "Prompt";
}
html[lang=ja] main .event-hero-image__info {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .event-hero-image__info {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .event-hero-image__info {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .event-hero-image__info {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .event-hero-image__info {
    font-family: "Nanami Light", Trebuchet MS, sans-serif;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 32px;
  }
  html[lang=ru] main .event-hero-image__info {
    font-family: "Open Sans";
  }
  html[lang=vi] main .event-hero-image__info {
    font-family: "Open Sans";
  }
  html[lang=ar] main .event-hero-image__info {
    font-family: "Tajawal";
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .event-hero-image__info {
    font-family: "Prompt";
  }
  html[lang=ja] main .event-hero-image__info {
    font-family: "Noto Sans JP";
  }
  html[lang=zh-s] main .event-hero-image__info {
    font-family: "Noto Sans SC";
  }
  html[lang=zh-t] main .event-hero-image__info {
    font-family: "Noto Sans TC";
  }
  html[lang=ko] main .event-hero-image__info {
    font-family: "Noto Sans KR";
  }
}
.event-hero-image__info.\--calendar::before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(26%) sepia(14%) saturate(1494%) hue-rotate(149deg) brightness(96%) contrast(96%);
  background-image: url("/wp-content/themes/tahoesouth/dist/calendar.ebdaeb65.svg");
  background-size: 20px 24px;
}
.event-hero-image__auxiliary-links {
  padding-top: 30px;
  position: relative;
}
.event-hero-image__auxiliary-links::before {
  filter: invert(23%) sepia(58%) saturate(444%) hue-rotate(149deg) brightness(92%) contrast(90%);
  position: absolute;
  top: 5px;
}
.event-hero-image__link-container, .event-hero-image__link {
  color: #54565B;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  transition: 0.25s color;
}
html[lang=ru] main .event-hero-image__link-container, html[lang=ru] main .event-hero-image__link {
  font-family: "Open Sans";
}
html[lang=vi] main .event-hero-image__link-container, html[lang=vi] main .event-hero-image__link {
  font-family: "Open Sans";
}
html[lang=ar] main .event-hero-image__link-container, html[lang=ar] main .event-hero-image__link {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .event-hero-image__link-container, html[lang=th] main .event-hero-image__link {
  font-family: "Prompt";
}
html[lang=ja] main .event-hero-image__link-container, html[lang=ja] main .event-hero-image__link {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .event-hero-image__link-container, html[lang=zh-s] main .event-hero-image__link {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .event-hero-image__link-container, html[lang=zh-t] main .event-hero-image__link {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .event-hero-image__link-container, html[lang=ko] main .event-hero-image__link {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .event-hero-image__link-container, .event-hero-image__link {
    font-family: "Nanami Light", Trebuchet MS, sans-serif;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 32px;
  }
  html[lang=ru] main .event-hero-image__link-container, html[lang=ru] main .event-hero-image__link {
    font-family: "Open Sans";
  }
  html[lang=vi] main .event-hero-image__link-container, html[lang=vi] main .event-hero-image__link {
    font-family: "Open Sans";
  }
  html[lang=ar] main .event-hero-image__link-container, html[lang=ar] main .event-hero-image__link {
    font-family: "Tajawal";
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .event-hero-image__link-container, html[lang=th] main .event-hero-image__link {
    font-family: "Prompt";
  }
  html[lang=ja] main .event-hero-image__link-container, html[lang=ja] main .event-hero-image__link {
    font-family: "Noto Sans JP";
  }
  html[lang=zh-s] main .event-hero-image__link-container, html[lang=zh-s] main .event-hero-image__link {
    font-family: "Noto Sans SC";
  }
  html[lang=zh-t] main .event-hero-image__link-container, html[lang=zh-t] main .event-hero-image__link {
    font-family: "Noto Sans TC";
  }
  html[lang=ko] main .event-hero-image__link-container, html[lang=ko] main .event-hero-image__link {
    font-family: "Noto Sans KR";
  }
}
.event-hero-image__link-container:hover, .event-hero-image__link:hover {
  color: #005F80;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #82CFCD;
}
.event-hero-image__link-container::before, .event-hero-image__link::before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(26%) sepia(14%) saturate(1494%) hue-rotate(149deg) brightness(96%) contrast(96%);
}
@media (min-width: 768px) {
  .event-hero-image__link-container::before, .event-hero-image__link::before {
    margin-bottom: 5px;
  }
}
.event-hero-image__link-container.\--tripadvisor::before, .event-hero-image__link.\--tripadvisor::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/social-Tripadvisor.e0307248.svg");
  background-size: 26px 15px;
}
.event-hero-image__link-container.\--website::before, .event-hero-image__link.\--website::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/external-link.208411ae.svg");
  background-size: 19px 18px;
}
.event-hero-image__link-container.\--email::before, .event-hero-image__link.\--email::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/envelope.e450bdc3.svg");
  background-size: 24px 15px;
}
.event-hero-image__link-container.\--phone::before, .event-hero-image__link.\--phone::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/phone.d1c90d7e.svg");
  background-size: 16px 24px;
}
.event-hero-image__link-container.\--add, .event-hero-image__link.\--add {
  width: 100%;
}
.event-hero-image__link-container.\--add::before, .event-hero-image__link.\--add::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/plus.f7bedf78.svg");
  background-size: 13px 13px;
}
.event-hero-image__link-container.\--address, .event-hero-image__link.\--address {
  width: 100%;
}
.event-hero-image__link-container.\--address::before, .event-hero-image__link.\--address::before {
  background-image: url("/wp-content/themes/tahoesouth/dist/marker.4a8595be.svg");
  background-size: 20px 24px;
}
.event-hero-image__link-container {
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  margin-right: 25px;
}
.event-hero-image__link-container::before {
  display: none;
}
@media (min-width: 1024px) {
  .event-hero-image__auxiliary-button {
    margin-bottom: 20px;
  }
}
.event-hero-image__images-container {
  width: 100%;
}
@media (min-width: 1024px) {
  .event-hero-image__images-container {
    flex-basis: 60%;
    max-width: 60%;
    max-height: 500px;
    align-self: center;
  }
}
.event-hero-image__image {
  vertical-align: bottom;
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .event-hero-image__image {
    max-height: 500px;
    object-fit: unset;
  }
}
.event-hero-image .image-slider__info {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .event-hero-image .image-slider__info {
    padding-right: 0;
  }
}

.tribe-events-schedule {
  display: none;
}
.tribe-events-schedule__datetime {
  visibility: hidden;
}
.tribe-events-event-meta {
  display: none;
}

.tribe-block.tribe-block__events-link {
  display: none;
}

.stakeholder-listing__filters {
  display: inline-flex;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 70px;
  flex-wrap: wrap;
  color: #54565B;
}
@media (min-width: 768px) {
  .stakeholder-listing__filters {
    display: flex;
    flex-wrap: nowrap;
  }
}
.stakeholder-listing__filter {
  margin-bottom: 14px;
  width: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .stakeholder-listing__filter {
    width: auto;
    margin-right: 30px;
    margin-bottom: 20px;
    flex-basis: 33%;
  }
}
.stakeholder-listing__filter.\--hidden {
  display: none;
}
.stakeholder-listing__filter:nth-child(3) .select {
  margin: 0;
}
.stakeholder-listing__select svg {
  top: 31px;
}
@media (min-width: 768px) {
  .stakeholder-listing__select svg {
    top: 37px;
  }
}
.stakeholder-listing__select-label {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
}
html[lang=ru] main .stakeholder-listing__select-label {
  font-family: "Open Sans";
}
html[lang=vi] main .stakeholder-listing__select-label {
  font-family: "Open Sans";
}
html[lang=ar] main .stakeholder-listing__select-label {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .stakeholder-listing__select-label {
  font-family: "Prompt";
}
html[lang=ja] main .stakeholder-listing__select-label {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .stakeholder-listing__select-label {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .stakeholder-listing__select-label {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .stakeholder-listing__select-label {
  font-family: "Noto Sans KR";
}
.stakeholder-listing__select-input {
  margin-top: 4px;
  border-radius: 0;
  padding-left: 0;
}
.stakeholder-listing__submit {
  opacity: 0;
  position: absolute;
}
.stakeholder-listing__submit:focus {
  opacity: 1;
}
.stakeholder-listing__results {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  flex-basis: 50%;
  margin-bottom: 14px;
  align-self: flex-end;
}
html[lang=ru] main .stakeholder-listing__results {
  font-family: "Open Sans";
}
html[lang=vi] main .stakeholder-listing__results {
  font-family: "Open Sans";
}
html[lang=ar] main .stakeholder-listing__results {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .stakeholder-listing__results {
  font-family: "Prompt";
}
html[lang=ja] main .stakeholder-listing__results {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .stakeholder-listing__results {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .stakeholder-listing__results {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .stakeholder-listing__results {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .stakeholder-listing__results {
    flex-basis: calc(33% / 2);
    align-self: center;
    float: right;
    margin-bottom: 0;
  }
}
.stakeholder-listing__results-text {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: right;
}
html[lang=ru] main .stakeholder-listing__results-text {
  font-family: "Open Sans";
}
html[lang=vi] main .stakeholder-listing__results-text {
  font-family: "Open Sans";
}
html[lang=ar] main .stakeholder-listing__results-text {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .stakeholder-listing__results-text {
  font-family: "Prompt";
}
html[lang=ja] main .stakeholder-listing__results-text {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .stakeholder-listing__results-text {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .stakeholder-listing__results-text {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .stakeholder-listing__results-text {
  font-family: "Noto Sans KR";
}

.stakeholder-listing-cards {
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.stakeholder-listing-cards.--active {
  display: flex;
}
.stakeholder-listing-card {
  text-align: center;
  margin-bottom: 30px;
  flex-basis: calc(50% - 10px);
  margin-right: 20px;
}
.stakeholder-listing-card:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .stakeholder-listing-card:nth-of-type(2n) {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .stakeholder-listing-card {
    flex-basis: calc((100% / 3) - (40px/3));
    margin-right: 20px;
  }
  .stakeholder-listing-card:nth-of-type(3n) {
    margin-right: 0;
  }
}
.stakeholder-listing-card::after {
  filter: invert(82%) sepia(10%) saturate(1230%) hue-rotate(130deg) brightness(94%) contrast(86%);
  margin: 0 auto;
}
.stakeholder-listing-card__link {
  text-decoration: none;
  position: relative;
  display: block;
}
.stakeholder-listing-card__link:hover .stakeholder-listing-card__top-container, .stakeholder-listing-card__link:focus .stakeholder-listing-card__top-container {
  border-radius: 30px;
}
.stakeholder-listing-card__link:hover .stakeholder-listing-card__title,
.stakeholder-listing-card__link:hover .stakeholder-listing-card__type, .stakeholder-listing-card__link:focus .stakeholder-listing-card__title,
.stakeholder-listing-card__link:focus .stakeholder-listing-card__type {
  color: #005F80;
}
.stakeholder-listing-card__top-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  transition: border-radius 0.25s;
}
.stakeholder-listing-card__image {
  object-fit: cover;
  object-position: center;
  height: 135px;
  width: 100%;
  vertical-align: bottom;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .stakeholder-listing-card__image {
    height: 317px;
  }
}
.stakeholder-listing-card__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 18px;
  margin-bottom: 25px;
  transition: color 0.25s;
  color: #54565B;
}
html[lang=ru] main .stakeholder-listing-card__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .stakeholder-listing-card__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .stakeholder-listing-card__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .stakeholder-listing-card__title {
  font-family: "Sarabun";
}
html[lang=ja] main .stakeholder-listing-card__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .stakeholder-listing-card__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .stakeholder-listing-card__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .stakeholder-listing-card__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .stakeholder-listing-card__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: normal;
    line-height: 32px;
    margin-bottom: 20px;
  }
  html[lang=ru] main .stakeholder-listing-card__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .stakeholder-listing-card__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .stakeholder-listing-card__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .stakeholder-listing-card__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .stakeholder-listing-card__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .stakeholder-listing-card__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .stakeholder-listing-card__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .stakeholder-listing-card__title {
    font-family: "Noto Serif KR";
  }
}
.stakeholder-listing-card__type {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 16px;
  margin-bottom: 20px;
  transition: color 0.25s;
  color: #54565B;
}
html[lang=ru] main .stakeholder-listing-card__type {
  font-family: "Open Sans";
}
html[lang=vi] main .stakeholder-listing-card__type {
  font-family: "Open Sans";
}
html[lang=ar] main .stakeholder-listing-card__type {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .stakeholder-listing-card__type {
  font-family: "Prompt";
}
html[lang=ja] main .stakeholder-listing-card__type {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .stakeholder-listing-card__type {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .stakeholder-listing-card__type {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .stakeholder-listing-card__type {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .stakeholder-listing-card__type {
    font-family: "Nanami Light", Trebuchet MS, sans-serif;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 18px;
  }
  html[lang=ru] main .stakeholder-listing-card__type {
    font-family: "Open Sans";
  }
  html[lang=vi] main .stakeholder-listing-card__type {
    font-family: "Open Sans";
  }
  html[lang=ar] main .stakeholder-listing-card__type {
    font-family: "Tajawal";
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .stakeholder-listing-card__type {
    font-family: "Prompt";
  }
  html[lang=ja] main .stakeholder-listing-card__type {
    font-family: "Noto Sans JP";
  }
  html[lang=zh-s] main .stakeholder-listing-card__type {
    font-family: "Noto Sans SC";
  }
  html[lang=zh-t] main .stakeholder-listing-card__type {
    font-family: "Noto Sans TC";
  }
  html[lang=ko] main .stakeholder-listing-card__type {
    font-family: "Noto Sans KR";
  }
}
.stakeholder-listing-card__exclusive-tag {
  position: absolute;
  right: 0;
  top: 10px;
}
@media (min-width: 768px) {
  .stakeholder-listing-card__exclusive-tag {
    top: 20px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-direction: column;
}
.pagination__inner-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination::after {
  content: "";
  height: 4px;
  width: 70px;
  background-color: #82CFCD;
  display: block;
  margin: 30px auto 30px;
}
.pagination__items {
  display: flex;
}
.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0 2.5px;
  color: #005F80;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0;
  transition: background-color 0.25s, border 0.25s;
  margin-bottom: 0 !important;
}
html[lang=ru] main .pagination__item {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .pagination__item {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .pagination__item {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .pagination__item {
  font-family: "Sarabun";
}
html[lang=ja] main .pagination__item {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .pagination__item {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .pagination__item {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .pagination__item {
  font-family: "Noto Serif KR";
}
.pagination__item:hover {
  background-color: #EFEFEF;
  cursor: pointer;
}
.pagination__item.\--dots {
  border: none;
}
.pagination__item.\--active {
  background-color: #005F80;
  color: #FFFFFF;
}
.pagination__page-button {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: lowercase;
  background-color: transparent;
  height: 38px;
  padding: 0 15px;
  margin: 0 10px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  color: #54565B;
  transition: background-color 0.25s, border 0.25s;
}
html[lang=ru] main .pagination__page-button {
  font-family: "Open Sans";
}
html[lang=vi] main .pagination__page-button {
  font-family: "Open Sans";
}
html[lang=ar] main .pagination__page-button {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .pagination__page-button {
  font-family: "Prompt";
}
html[lang=ja] main .pagination__page-button {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .pagination__page-button {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .pagination__page-button {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .pagination__page-button {
  font-family: "Noto Sans KR";
}
.pagination__page-button:hover {
  background-color: #EFEFEF;
}
.pagination__page-button::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 9px;
  mask-image: url("/wp-content/themes/tahoesouth/dist/carat.345fe7fe.svg");
  -webkit-mask-image: url("/wp-content/themes/tahoesouth/dist/carat.345fe7fe.svg");
  background-color: #005F80;
  pointer-events: none;
  mask-size: 11px 15px;
  -webkit-mask-size: 11px 15px;
  width: 11px;
  height: 15px;
}
@media (min-width: 768px) {
  .pagination__page-button::after {
    mask-size: 7px 9px;
    -webkit-mask-size: 7px 9px;
    width: 7px;
    height: 9px;
    top: 16px;
  }
}
.pagination__page-button:disabled {
  border: none;
  opacity: 0.5;
  cursor: auto;
}
.pagination__page-button span {
  display: none;
}
@media (min-width: 768px) {
  .pagination__page-button {
    padding: 0 25px 0 15px;
  }
  .pagination__page-button span {
    display: inline-block;
    color: #005F80;
  }
}
.pagination__page-button.\--previous {
  padding: 0 15px;
}
.pagination__page-button.\--previous::after {
  transform: rotate(180deg);
  left: 9px;
  right: auto;
}
@media (min-width: 768px) {
  .pagination__page-button.\--previous {
    padding: 0 15px 0 25px;
  }
}

.map {
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .map {
    padding: 50px 0;
  }
}
.map__subtitle {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16.8px;
  font-size: 14px;
  line-height: 1.28571428;
  color: #54565B;
}
html[lang=ru] main .map__subtitle {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .map__subtitle {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .map__subtitle {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .map__subtitle {
  font-family: "Sarabun";
}
html[lang=ja] main .map__subtitle {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .map__subtitle {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .map__subtitle {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .map__subtitle {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .map__subtitle {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16.8px;
    margin-bottom: 8px;
  }
  html[lang=ru] main .map__subtitle {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .map__subtitle {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .map__subtitle {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .map__subtitle {
    font-family: "Sarabun";
  }
  html[lang=ja] main .map__subtitle {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .map__subtitle {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .map__subtitle {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .map__subtitle {
    font-family: "Noto Serif KR";
  }
}
.map__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: normal;
  line-height: 39px;
  color: #54565B;
  margin-bottom: 10px;
}
html[lang=ru] main .map__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .map__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .map__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .map__title {
  font-family: "Sarabun";
}
html[lang=ja] main .map__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .map__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .map__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .map__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .map__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: normal;
    line-height: 46px;
    margin-bottom: 20px;
  }
  html[lang=ru] main .map__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .map__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .map__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .map__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .map__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .map__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .map__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .map__title {
    font-family: "Noto Serif KR";
  }
}
.map__description p {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  color: #54565B;
}
html[lang=ru] main .map__description p {
  font-family: "Open Sans";
}
html[lang=vi] main .map__description p {
  font-family: "Open Sans";
}
html[lang=ar] main .map__description p {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .map__description p {
  font-family: "Prompt";
}
html[lang=ja] main .map__description p {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .map__description p {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .map__description p {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .map__description p {
  font-family: "Noto Sans KR";
}
.map__text-content {
  position: relative;
}
@media (min-width: 768px) {
  .map__text-content {
    padding-top: 7px;
  }
}
.map__gmap-container {
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .map__gmap-container {
    margin-top: 50px;
  }
}
.map__gmap {
  width: 100%;
  height: 250px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .map__gmap {
    height: 430px;
  }
}

.cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #313534;
  padding: 12px;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid #1d4e5e;
  color: #FFFFFF;
}
.cookie-banner.--active {
  display: block;
}
.cookie-banner__container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookie-banner__text {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 18px;
  font-size: 13px;
}
html[lang=ru] main .cookie-banner__text {
  font-family: "Open Sans";
}
html[lang=vi] main .cookie-banner__text {
  font-family: "Open Sans";
}
html[lang=ar] main .cookie-banner__text {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .cookie-banner__text {
  font-family: "Prompt";
}
html[lang=ja] main .cookie-banner__text {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .cookie-banner__text {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .cookie-banner__text {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .cookie-banner__text {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .cookie-banner__text {
    font-family: "Nanami Light", Trebuchet MS, sans-serif;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 28px;
    font-size: 15px;
  }
  html[lang=ru] main .cookie-banner__text {
    font-family: "Open Sans";
  }
  html[lang=vi] main .cookie-banner__text {
    font-family: "Open Sans";
  }
  html[lang=ar] main .cookie-banner__text {
    font-family: "Tajawal";
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .cookie-banner__text {
    font-family: "Prompt";
  }
  html[lang=ja] main .cookie-banner__text {
    font-family: "Noto Sans JP";
  }
  html[lang=zh-s] main .cookie-banner__text {
    font-family: "Noto Sans SC";
  }
  html[lang=zh-t] main .cookie-banner__text {
    font-family: "Noto Sans TC";
  }
  html[lang=ko] main .cookie-banner__text {
    font-family: "Noto Sans KR";
  }
}
.cookie-banner__link {
  color: #FFFFFF;
}
.cookie-banner__button {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 18px;
  font-size: 13px;
  font-weight: bold;
  margin-left: 10px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  border: none;
  appearance: unset;
  padding: 2px 16px;
  border-radius: 20px;
}
html[lang=ru] main .cookie-banner__button {
  font-family: "Open Sans";
}
html[lang=vi] main .cookie-banner__button {
  font-family: "Open Sans";
}
html[lang=ar] main .cookie-banner__button {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .cookie-banner__button {
  font-family: "Prompt";
}
html[lang=ja] main .cookie-banner__button {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .cookie-banner__button {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .cookie-banner__button {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .cookie-banner__button {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .cookie-banner__button {
    font-family: "Nanami Light", Trebuchet MS, sans-serif;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 28px;
    font-size: 15px;
    font-weight: bold;
  }
  html[lang=ru] main .cookie-banner__button {
    font-family: "Open Sans";
  }
  html[lang=vi] main .cookie-banner__button {
    font-family: "Open Sans";
  }
  html[lang=ar] main .cookie-banner__button {
    font-family: "Tajawal";
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .cookie-banner__button {
    font-family: "Prompt";
  }
  html[lang=ja] main .cookie-banner__button {
    font-family: "Noto Sans JP";
  }
  html[lang=zh-s] main .cookie-banner__button {
    font-family: "Noto Sans SC";
  }
  html[lang=zh-t] main .cookie-banner__button {
    font-family: "Noto Sans TC";
  }
  html[lang=ko] main .cookie-banner__button {
    font-family: "Noto Sans KR";
  }
}
.cookie-banner__button:hover {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.loading {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 80px;
  flex-direction: column;
}
.loading.--active {
  display: flex;
}
.loading__inner-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading__inner-container .loading-symbol {
  width: 100px;
}

.alert-banner {
  display: none;
  margin-top: 10px;
  background-color: #FFFFFF;
  transition: filter 0.25s;
}
.site__header.\--scrolled .alert-banner {
  margin-top: 0px;
}
@media (min-width: 1024px) {
  .alert-banner {
    margin-top: 0px;
  }
}
.alert-banner.--active {
  display: block;
}
.alert-banner__container {
  border-radius: 4px;
}
.--info .alert-banner__container {
  background-color: #F9E7CF;
}
.--warning .alert-banner__container {
  background-color: #F9E7CF;
}
.--dropdown-shown .alert-banner__container {
  opacity: 0.5;
}
.alert-banner__content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 6px;
  justify-content: center;
  color: white;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
}
html[lang=ru] main .alert-banner__content {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .alert-banner__content {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .alert-banner__content {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .alert-banner__content {
  font-family: "Sarabun";
}
html[lang=ja] main .alert-banner__content {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .alert-banner__content {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .alert-banner__content {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .alert-banner__content {
  font-family: "Noto Serif KR";
}
@media (max-width: 768px) {
  .alert-banner__content {
    flex-wrap: wrap;
    text-align: center;
  }
}
.alert-banner__text {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #234C5A;
  margin-bottom: 0px;
  margin-top: 5px;
}
html[lang=ru] main .alert-banner__text {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .alert-banner__text {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .alert-banner__text {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .alert-banner__text {
  font-family: "Sarabun";
}
html[lang=ja] main .alert-banner__text {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .alert-banner__text {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .alert-banner__text {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .alert-banner__text {
  font-family: "Noto Serif KR";
}
@media (max-width: 768px) {
  .alert-banner__text {
    margin-top: 5px;
  }
}
.alert-banner__link {
  text-decoration: none;
}
.alert-banner__link__icon {
  background-image: url("/wp-content/themes/tahoesouth/dist/alert-link.ecf408e9.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
  margin-left: 7px;
  padding-right: 7px;
}
.alert-banner__link:hover {
  text-decoration: underline;
  text-decoration-color: #234C5A;
}
.alert-banner__close {
  margin-left: 20px;
  background-color: transparent;
  border-radius: 100px;
  line-height: 0;
  padding: 0px 3px;
  -webkit-button-appearence: none;
  border: none;
  cursor: pointer;
  opacity: 0.35;
}
.alert-banner__close:hover {
  opacity: 0.65;
}
@media (max-width: 768px) {
  .alert-banner__close {
    position: absolute;
    right: 10px;
    top: 12px;
  }
}
.alert-banner__close__image {
  height: 14px;
}
.alert-banner__icon {
  fill: #005F80;
  height: 24px;
  min-width: 24px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .alert-banner__icon {
    margin-right: 0px;
  }
}

.site__header .--scrolled .alert-banner .--active {
  margin-top: 0px;
}

.search-results-listing__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
}
.search-results-listing__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: normal;
  line-height: 60px;
}
html[lang=ru] main .search-results-listing__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .search-results-listing__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .search-results-listing__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .search-results-listing__title {
  font-family: "Sarabun";
}
html[lang=ja] main .search-results-listing__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .search-results-listing__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .search-results-listing__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .search-results-listing__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .search-results-listing__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 60px;
    letter-spacing: normal;
    line-height: 77px;
  }
  html[lang=ru] main .search-results-listing__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .search-results-listing__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .search-results-listing__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .search-results-listing__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .search-results-listing__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .search-results-listing__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .search-results-listing__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .search-results-listing__title {
    font-family: "Noto Serif KR";
  }
}
.search-results-listing__result-count {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
}
html[lang=ru] main .search-results-listing__result-count {
  font-family: "Open Sans";
}
html[lang=vi] main .search-results-listing__result-count {
  font-family: "Open Sans";
}
html[lang=ar] main .search-results-listing__result-count {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .search-results-listing__result-count {
  font-family: "Prompt";
}
html[lang=ja] main .search-results-listing__result-count {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .search-results-listing__result-count {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .search-results-listing__result-count {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .search-results-listing__result-count {
  font-family: "Noto Sans KR";
}
.search-results-listing__highlighted-number {
  font-weight: 800;
}
.search-results-listing__form-container {
  display: flex;
  justify-content: center;
}
.search-results-listing__form {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 300px;
  padding-bottom: 30px;
}
.search-results-listing__form .search-submit {
  background: none;
  border: 0;
  top: 7px;
  color: #005F80;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.search-results-listing__form .search-submit .search-icon path {
  fill: #000000;
  transition: fill 0.25s;
}
.search-results-listing__form .search-submit:hover .search-icon path, .search-results-listing__form .search-submit:focus .search-icon path {
  fill: #234C5A;
}
.search-results-listing__form .search-icon {
  height: 21px;
}
.search-results-listing__form-input {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 32px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #000000;
  text-align: left;
  text-transform: none;
  width: 100%;
  transition: background-color 0.25s, border 0.25s;
  padding: 4px 35px 0 5px;
}
html[lang=ru] main .search-results-listing__form-input {
  font-family: "Open Sans";
}
html[lang=vi] main .search-results-listing__form-input {
  font-family: "Open Sans";
}
html[lang=ar] main .search-results-listing__form-input {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .search-results-listing__form-input {
  font-family: "Prompt";
}
html[lang=ja] main .search-results-listing__form-input {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .search-results-listing__form-input {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .search-results-listing__form-input {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .search-results-listing__form-input {
  font-family: "Noto Sans KR";
}
.search-results-listing__form-input::placeholder {
  color: #000000;
}
.search-results-listing__form-input:hover {
  background-color: #D2D2D2;
  border-bottom-color: transparent;
}
.search-results-listing__form-input:focus {
  outline: 2px solid #A0D5B1;
  border-bottom-color: transparent;
}
.search-results-listing__results-section:not(:last-of-type) {
  margin-bottom: 30px;
}
.search-results-listing__results-section-title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: normal;
  line-height: 39px;
  margin-bottom: 20px;
}
html[lang=ru] main .search-results-listing__results-section-title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .search-results-listing__results-section-title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .search-results-listing__results-section-title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .search-results-listing__results-section-title {
  font-family: "Sarabun";
}
html[lang=ja] main .search-results-listing__results-section-title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .search-results-listing__results-section-title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .search-results-listing__results-section-title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .search-results-listing__results-section-title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .search-results-listing__results-section-title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: normal;
    line-height: 46px;
  }
  html[lang=ru] main .search-results-listing__results-section-title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .search-results-listing__results-section-title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .search-results-listing__results-section-title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .search-results-listing__results-section-title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .search-results-listing__results-section-title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .search-results-listing__results-section-title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .search-results-listing__results-section-title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .search-results-listing__results-section-title {
    font-family: "Noto Serif KR";
  }
}
.search-results-listing__result-title {
  color: #005F80;
}
.search-results-listing__result-body > p {
  color: #54565B;
}
.search-results-listing__results-section-results {
  list-style: none;
  list-style-type: none !important;
  border-top: 1px solid #D2D2D2;
}
.search-results-listing__results-section-result {
  margin-bottom: 0 !important;
}
.search-results-listing__result-link {
  color: inherit;
  text-decoration: none;
}
.search-results-listing__result-link:hover .search-results-listing__result-image, .search-results-listing__result-link:focus .search-results-listing__result-image {
  border-radius: 30px;
}
.search-results-listing__result-link:hover .search-results-listing__result-title, .search-results-listing__result-link:focus .search-results-listing__result-title {
  color: #EE792F;
  text-decoration: underline;
}
.search-results-listing__result-link:hover .search-results-listing__result-body > p, .search-results-listing__result-link:focus .search-results-listing__result-body > p {
  text-decoration: none !important;
  color: #54565B;
}
.search-results-listing__result {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D2D2D2;
}
@media (min-width: 768px) {
  .search-results-listing__result {
    flex-direction: row;
  }
}
.search-results-listing__result-image-container {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .search-results-listing__result-image-container {
    width: 25%;
    margin-bottom: 0;
  }
}
.search-results-listing__result-image {
  vertical-align: bottom;
  transition: border-radius 0.25s;
}
.search-results-listing__result-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .search-results-listing__result-content {
    width: 75%;
    padding-left: 35px;
  }
}
.search-results-listing__result-title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 32px;
  margin-bottom: 15px;
  transition: color 0.25s;
}
html[lang=ru] main .search-results-listing__result-title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .search-results-listing__result-title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .search-results-listing__result-title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .search-results-listing__result-title {
  font-family: "Sarabun";
}
html[lang=ja] main .search-results-listing__result-title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .search-results-listing__result-title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .search-results-listing__result-title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .search-results-listing__result-title {
  font-family: "Noto Serif KR";
}
.search-results-listing__empty-posts {
  text-align: center;
  margin-top: 80px;
}

.webcam-card__inner-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .webcam-card__featured-image-container {
    width: 100%;
    left: unset;
    right: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.webcam-card__featured-image {
  vertical-align: bottom;
  margin-bottom: 15px;
  transition: border-radius 0.25s;
  object-fit: cover;
  max-height: 290px;
  width: 100%;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .webcam-card__featured-image {
    margin-bottom: 20px;
    max-height: 383px;
  }
}
.webcam-card__information {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.webcam-card__title {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 28px;
  color: #54565B;
  transition: color 0.25s;
  text-align: center;
}
html[lang=ru] main .webcam-card__title {
  font-family: "Open Sans";
}
html[lang=vi] main .webcam-card__title {
  font-family: "Open Sans";
}
html[lang=ar] main .webcam-card__title {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .webcam-card__title {
  font-family: "Prompt";
}
html[lang=ja] main .webcam-card__title {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .webcam-card__title {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .webcam-card__title {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .webcam-card__title {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .webcam-card__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: normal;
    line-height: 32px;
    margin-bottom: 32px;
  }
  html[lang=ru] main .webcam-card__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .webcam-card__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .webcam-card__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .webcam-card__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .webcam-card__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .webcam-card__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .webcam-card__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .webcam-card__title {
    font-family: "Noto Serif KR";
  }
}
.webcam-card__title::after {
  filter: invert(82%) sepia(10%) saturate(1230%) hue-rotate(130deg) brightness(94%) contrast(86%);
  margin: 10px auto 0;
}
@media (min-width: 768px) {
  .webcam-card__title::after {
    margin: 20px auto 0;
  }
}
.webcam-card__link {
  text-decoration: none;
}
.webcam-card__link:hover .webcam-card__featured-image, .webcam-card__link:focus .webcam-card__featured-image {
  border-radius: 30px;
}
.webcam-card__link:hover .webcam-card__title, .webcam-card__link:focus .webcam-card__title {
  color: #005F80;
}
.webcam-card.\--small {
  flex-direction: row;
  margin-bottom: 25px;
}
.webcam-card.\--small .webcam-card__title {
  margin-bottom: 6px;
  text-align: left;
}
@media (min-width: 768px) {
  .webcam-card.\--small .webcam-card__title {
    margin-bottom: 25px;
  }
}
.webcam-card.\--small .webcam-card__title::after {
  margin-left: 0;
}
.webcam-card.\--small .webcam-card__information {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .webcam-card.\--small .webcam-card__information {
    position: relative;
    top: -10px;
  }
}
.webcam-card.\--small .webcam-card__date {
  align-items: flex-start;
}
.webcam-card.\--small .webcam-card__inner-container {
  flex-direction: row;
}
.webcam-card.\--small .webcam-card__featured-image-container {
  flex-shrink: 0;
  width: auto;
  left: unset;
  right: unset;
  margin-left: unset;
  margin-right: unset;
}
.webcam-card.\--small .webcam-card__featured-image {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 0;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .webcam-card.\--small .webcam-card__featured-image {
    margin-right: 40px;
    margin-bottom: 20px;
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 768px) {
  .webcam-card.\--small:not(:last-of-type) {
    margin-bottom: 70px;
  }
}

.webcams-listing-card {
  width: 100%;
}
.webcams-listing-card__link {
  text-decoration: none;
}
.webcams-listing-card__link:hover .webcams-listing-card__image, .webcams-listing-card__link:focus .webcams-listing-card__image {
  border-radius: 30px;
}
.webcams-listing-card__link:hover .webcams-listing-card__title, .webcams-listing-card__link:focus .webcams-listing-card__title {
  color: #005F80;
}
.webcams-listing-card__link:hover .webcams-listing-card__image-container::after, .webcams-listing-card__link:focus .webcams-listing-card__image-container::after {
  right: 15px;
  bottom: 29px;
}
.webcams-listing-card__image-container-outer {
  position: relative;
}
.webcams-listing-card__image-container::after {
  content: "";
  background-color: #005F80;
  background-image: url("/wp-content/themes/tahoesouth/dist/external-link-white.ff058158.svg");
  height: 20px;
  width: 20px;
  right: 0px;
  bottom: 14px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  transition: all 0.25s;
}
@media (min-width: 768px) {
  .webcams-listing-card__image-container::after {
    background-size: 20px;
    height: 40px;
    width: 40px;
  }
}
.webcams-listing-card__image {
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
  transition: border-radius 0.25s;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 15px;
}
.webcams-listing-card__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 18px;
  transition: color 0.25s;
  color: #54565B;
  font-size: 16px;
  line-height: 18px;
}
html[lang=ru] main .webcams-listing-card__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .webcams-listing-card__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .webcams-listing-card__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .webcams-listing-card__title {
  font-family: "Sarabun";
}
html[lang=ja] main .webcams-listing-card__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .webcams-listing-card__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .webcams-listing-card__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .webcams-listing-card__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .webcams-listing-card__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: normal;
    line-height: 32px;
    font-size: 18px;
    line-height: 20px;
  }
  html[lang=ru] main .webcams-listing-card__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .webcams-listing-card__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .webcams-listing-card__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .webcams-listing-card__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .webcams-listing-card__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .webcams-listing-card__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .webcams-listing-card__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .webcams-listing-card__title {
    font-family: "Noto Serif KR";
  }
}

.adjacent-pagination {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.adjacent-pagination.\--hidden {
  display: none;
}
.adjacent-pagination__link-item {
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.adjacent-pagination__link-item.\--next {
  justify-content: flex-start;
}
.adjacent-pagination__link-item.\--next .adjacent-pagination__link-info {
  align-items: flex-start;
}
.adjacent-pagination__link-item.\--next .adjacent-pagination__link-icon {
  transform: unset;
  margin-right: unset;
  margin-left: 10px;
}
.adjacent-pagination__link-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .adjacent-pagination__link-info {
    padding: 25px 50px;
  }
}
.adjacent-pagination__link {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 32px;
  color: #005F80;
  transition: color 0.25s, border-color 0.25s;
  display: flex;
  align-items: center;
  font-weight: 900;
  text-decoration: none;
  padding: 7px 45px;
  border: 2px solid #005F80;
  border-bottom-width: 5px;
}
html[lang=ru] main .adjacent-pagination__link {
  font-family: "Open Sans";
}
html[lang=vi] main .adjacent-pagination__link {
  font-family: "Open Sans";
}
html[lang=ar] main .adjacent-pagination__link {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .adjacent-pagination__link {
  font-family: "Prompt";
}
html[lang=ja] main .adjacent-pagination__link {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .adjacent-pagination__link {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .adjacent-pagination__link {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .adjacent-pagination__link {
  font-family: "Noto Sans KR";
}
.adjacent-pagination__link:hover {
  border-color: #234C5A;
  color: #234C5A;
}
.adjacent-pagination__link:hover .adjacent-pagination__link-icon path {
  fill: #234C5A;
}
.adjacent-pagination__link-icon {
  margin-right: 10px;
  margin-bottom: 1px;
  width: 8px;
  height: 15px;
  transform: rotateZ(180deg);
}
.adjacent-pagination__link-icon path {
  fill: #005F80;
  transition: fill 0.25s;
}
.adjacent-pagination__link-post-title {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 18px;
  color: #54565B;
  display: block;
  margin-top: 17px;
}
html[lang=ru] main .adjacent-pagination__link-post-title {
  font-family: "Open Sans";
}
html[lang=vi] main .adjacent-pagination__link-post-title {
  font-family: "Open Sans";
}
html[lang=ar] main .adjacent-pagination__link-post-title {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .adjacent-pagination__link-post-title {
  font-family: "Prompt";
}
html[lang=ja] main .adjacent-pagination__link-post-title {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .adjacent-pagination__link-post-title {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .adjacent-pagination__link-post-title {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .adjacent-pagination__link-post-title {
  font-family: "Noto Sans KR";
}

.wp-block-embed iframe {
  clip: unset !important;
}

.special-offers {
  overflow-y: hidden;
  position: relative;
  padding: 40px 0;
}
.special-offers__subtitle {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16.8px;
  color: #234C5A;
}
html[lang=ru] main .special-offers__subtitle {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .special-offers__subtitle {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .special-offers__subtitle {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .special-offers__subtitle {
  font-family: "Sarabun";
}
html[lang=ja] main .special-offers__subtitle {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .special-offers__subtitle {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .special-offers__subtitle {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .special-offers__subtitle {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .special-offers__subtitle {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16.8px;
    margin-bottom: 8px;
  }
  html[lang=ru] main .special-offers__subtitle {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .special-offers__subtitle {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .special-offers__subtitle {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .special-offers__subtitle {
    font-family: "Sarabun";
  }
  html[lang=ja] main .special-offers__subtitle {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .special-offers__subtitle {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .special-offers__subtitle {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .special-offers__subtitle {
    font-family: "Noto Serif KR";
  }
}
.special-offers__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: normal;
  line-height: 39px;
  color: #54565B;
  margin-bottom: 24px;
}
html[lang=ru] main .special-offers__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .special-offers__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .special-offers__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .special-offers__title {
  font-family: "Sarabun";
}
html[lang=ja] main .special-offers__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .special-offers__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .special-offers__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .special-offers__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .special-offers__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: normal;
    line-height: 46px;
    margin-bottom: 53px;
  }
  html[lang=ru] main .special-offers__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .special-offers__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .special-offers__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .special-offers__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .special-offers__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .special-offers__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .special-offers__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .special-offers__title {
    font-family: "Noto Serif KR";
  }
}
.special-offers__offers {
  display: flex;
  flex-direction: column;
}
.special-offers__offer-item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(248, 234, 212, 0.5);
  transition: border-radius 0.25s;
  overflow: hidden;
  border-radius: 15px;
}
.special-offers__offer-item:not(:last-of-type) {
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .special-offers__offer-item {
    flex-direction: row;
    height: 350px;
  }
  .special-offers__offer-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.special-offers__offer-item:hover, .special-offers__offer-item:focus {
  border-radius: 30px;
}
.special-offers__offer-item:hover .special-offers__offer-title, .special-offers__offer-item:focus .special-offers__offer-title {
  color: #005F80;
}
.special-offers__offer-item:hover .special-offers__offer-image, .special-offers__offer-item:focus .special-offers__offer-image {
  transform: scale(1.05);
}
.special-offers__offer-image-container {
  width: 100%;
  flex-shrink: 0;
  height: 225px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .special-offers__offer-image-container {
    width: calc(100% / 3);
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .special-offers__offer-image-container {
    width: 450px;
    height: 100%;
  }
}
.special-offers__offer-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s;
}
.special-offers__offer-info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 17px;
}
.special-offers__offer-info.--exclusive {
  padding: 15px 17px 30px;
}
@media (min-width: 768px) {
  .special-offers__offer-info {
    padding: 30px 35px;
    justify-content: center;
  }
  .special-offers__offer-info.--exclusive {
    padding: 30px 35px;
  }
}
.special-offers__exclusive-tag {
  position: relative;
  left: -17px;
  align-self: flex-start;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .special-offers__exclusive-tag {
    left: -35px;
    margin-bottom: 20px;
  }
}
.special-offers__offer-title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #54565B;
  margin-bottom: 15px;
  transition: color 0.25s;
}
html[lang=ru] main .special-offers__offer-title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .special-offers__offer-title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .special-offers__offer-title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .special-offers__offer-title {
  font-family: "Sarabun";
}
html[lang=ja] main .special-offers__offer-title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .special-offers__offer-title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .special-offers__offer-title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .special-offers__offer-title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .special-offers__offer-title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
  }
  html[lang=ru] main .special-offers__offer-title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .special-offers__offer-title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .special-offers__offer-title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .special-offers__offer-title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .special-offers__offer-title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .special-offers__offer-title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .special-offers__offer-title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .special-offers__offer-title {
    font-family: "Noto Serif KR";
  }
}
.special-offers__offer-description {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  color: #54565B;
  margin-bottom: 5px;
}
html[lang=ru] main .special-offers__offer-description {
  font-family: "Open Sans";
}
html[lang=vi] main .special-offers__offer-description {
  font-family: "Open Sans";
}
html[lang=ar] main .special-offers__offer-description {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .special-offers__offer-description {
  font-family: "Prompt";
}
html[lang=ja] main .special-offers__offer-description {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .special-offers__offer-description {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .special-offers__offer-description {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .special-offers__offer-description {
  font-family: "Noto Sans KR";
}
.special-offers__offer-expiration {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 18px;
  color: #54565B;
  font-style: italic;
  line-height: 24px;
}
html[lang=ru] main .special-offers__offer-expiration {
  font-family: "Open Sans";
}
html[lang=vi] main .special-offers__offer-expiration {
  font-family: "Open Sans";
}
html[lang=ar] main .special-offers__offer-expiration {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .special-offers__offer-expiration {
  font-family: "Prompt";
}
html[lang=ja] main .special-offers__offer-expiration {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .special-offers__offer-expiration {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .special-offers__offer-expiration {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .special-offers__offer-expiration {
  font-family: "Noto Sans KR";
}
.special-offers__offer-expiration::after {
  margin-top: 18px;
  filter: invert(82%) sepia(10%) saturate(1230%) hue-rotate(130deg) brightness(94%) contrast(86%);
}
@media (min-width: 768px) {
  .special-offers__offer-expiration::after {
    margin-top: 15px;
  }
}
.special-offers__offer-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.exclusive-offer-tag {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #82CFCD;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .exclusive-offer-tag {
    padding: 8px 12px;
  }
}
.exclusive-offer-tag__icon {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/tahoesouth/dist/star.9fe36def.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 27px;
}
@media (min-width: 768px) {
  .exclusive-offer-tag__icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-bottom: 3px;
  }
}
.exclusive-offer-tag__text {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  display: none;
  align-items: center;
}
html[lang=ru] main .exclusive-offer-tag__text {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .exclusive-offer-tag__text {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .exclusive-offer-tag__text {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .exclusive-offer-tag__text {
  font-family: "Sarabun";
}
html[lang=ja] main .exclusive-offer-tag__text {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .exclusive-offer-tag__text {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .exclusive-offer-tag__text {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .exclusive-offer-tag__text {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .exclusive-offer-tag__text {
    display: flex;
  }
}
.exclusive-offer-tag.--always-show-text {
  padding: 8px 12px;
}
.exclusive-offer-tag.--always-show-text .exclusive-offer-tag__icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-bottom: 3px;
}
.exclusive-offer-tag.--always-show-text .exclusive-offer-tag__text {
  display: flex;
}
.exclusive-offer-tag.--special {
  background-color: #D41A69;
}
.exclusive-offer-tag.--special .exclusive-offer-tag__icon {
  background-image: url("/wp-content/themes/tahoesouth/dist/tag.1a9ae934.svg");
}

.amptravel-gallery--scroll-wrapper {
  grid-template-rows: repeat(1, 1fr) !important;
}

.special-offer-listing-card {
  text-align: left;
  margin-bottom: 30px;
  flex-basis: calc(50% - 10px);
  margin-right: 20px;
}
.special-offer-listing-card:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .special-offer-listing-card:nth-of-type(2n) {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .special-offer-listing-card {
    flex-basis: calc((100% / 3) - (40px/3));
  }
  .special-offer-listing-card:nth-of-type(3n) {
    margin-right: 0;
  }
}
.special-offer-listing-card__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.special-offer-listing-card__top-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  transition: border-radius 0.25s;
}
.special-offer-listing-card__link {
  text-decoration: none;
  position: relative;
  display: block;
}
.special-offer-listing-card__link:hover .special-offer-listing-card__top-container, .special-offer-listing-card__link:focus .special-offer-listing-card__top-container {
  border-radius: 30px;
}
.special-offer-listing-card__link:hover .special-offer-listing-card__title, .special-offer-listing-card__link:focus .special-offer-listing-card__title {
  color: #005F80;
}
.special-offer-listing-card__image {
  object-fit: cover;
  object-position: center;
  height: 135px;
  width: 100%;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .special-offer-listing-card__image {
    height: 400px;
  }
}
.special-offer-listing-card__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  margin-bottom: 15px;
  transition: color 0.25s;
  color: #54565B;
}
html[lang=ru] main .special-offer-listing-card__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .special-offer-listing-card__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .special-offer-listing-card__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .special-offer-listing-card__title {
  font-family: "Sarabun";
}
html[lang=ja] main .special-offer-listing-card__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .special-offer-listing-card__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .special-offer-listing-card__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .special-offer-listing-card__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .special-offer-listing-card__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    margin-bottom: 18px;
  }
  html[lang=ru] main .special-offer-listing-card__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .special-offer-listing-card__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .special-offer-listing-card__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .special-offer-listing-card__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .special-offer-listing-card__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .special-offer-listing-card__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .special-offer-listing-card__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .special-offer-listing-card__title {
    font-family: "Noto Serif KR";
  }
}
.special-offer-listing-card__description {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  margin-bottom: 5px;
  transition: color 0.25s;
  color: #313534;
}
html[lang=ru] main .special-offer-listing-card__description {
  font-family: "Open Sans";
}
html[lang=vi] main .special-offer-listing-card__description {
  font-family: "Open Sans";
}
html[lang=ar] main .special-offer-listing-card__description {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .special-offer-listing-card__description {
  font-family: "Prompt";
}
html[lang=ja] main .special-offer-listing-card__description {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .special-offer-listing-card__description {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .special-offer-listing-card__description {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .special-offer-listing-card__description {
  font-family: "Noto Sans KR";
}
.special-offer-listing-card__date {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 18px;
  color: #313534;
  font-style: italic;
  line-height: 24px;
}
html[lang=ru] main .special-offer-listing-card__date {
  font-family: "Open Sans";
}
html[lang=vi] main .special-offer-listing-card__date {
  font-family: "Open Sans";
}
html[lang=ar] main .special-offer-listing-card__date {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .special-offer-listing-card__date {
  font-family: "Prompt";
}
html[lang=ja] main .special-offer-listing-card__date {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .special-offer-listing-card__date {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .special-offer-listing-card__date {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .special-offer-listing-card__date {
  font-family: "Noto Sans KR";
}
.special-offer-listing-card__date::after {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .special-offer-listing-card__date::after {
    margin-top: 15px;
  }
}
.special-offer-listing-card__exclusive-tag {
  position: absolute;
  right: 0;
  top: 10px;
}
@media (min-width: 768px) {
  .special-offer-listing-card__exclusive-tag {
    top: 20px;
  }
}

.stakeholder-feed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: rgba(248, 234, 212, 0.5);
  padding-top: 70px;
  padding-bottom: 40px;
  overflow: hidden;
  border-radius: 15px;
}
.stakeholder-feed.--hidden {
  display: none;
}
@media (min-width: 1024px) {
  .stakeholder-feed {
    width: 97vw;
    left: 47%;
    transform: translatex(-50%);
    margin-left: 27px;
  }
}
@media (min-width: 768px) {
  .stakeholder-feed {
    padding-bottom: 60px;
  }
}
.stakeholder-feed__inner-container {
  position: relative;
}
.stakeholder-feed__intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 768px) {
  .stakeholder-feed__intro {
    margin-bottom: 40px;
    flex-wrap: nowrap;
  }
}
.stakeholder-feed__intro-text {
  display: flex;
  flex-direction: column;
  position: relative;
}
.stakeholder-feed__action-container {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .stakeholder-feed__action-container {
    margin-bottom: 0;
  }
}
.stakeholder-feed__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 44px;
  letter-spacing: normal;
  line-height: 57px;
  color: #54565B;
  margin-bottom: 20px;
}
html[lang=ru] main .stakeholder-feed__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .stakeholder-feed__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .stakeholder-feed__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .stakeholder-feed__title {
  font-family: "Sarabun";
}
html[lang=ja] main .stakeholder-feed__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .stakeholder-feed__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .stakeholder-feed__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .stakeholder-feed__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .stakeholder-feed__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: normal;
    line-height: 65px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  html[lang=ru] main .stakeholder-feed__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .stakeholder-feed__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .stakeholder-feed__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .stakeholder-feed__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .stakeholder-feed__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .stakeholder-feed__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .stakeholder-feed__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .stakeholder-feed__title {
    font-family: "Noto Serif KR";
  }
}
.stakeholder-feed__subtitle {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16.8px;
  color: #54565B;
}
html[lang=ru] main .stakeholder-feed__subtitle {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .stakeholder-feed__subtitle {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .stakeholder-feed__subtitle {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .stakeholder-feed__subtitle {
  font-family: "Sarabun";
}
html[lang=ja] main .stakeholder-feed__subtitle {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .stakeholder-feed__subtitle {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .stakeholder-feed__subtitle {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .stakeholder-feed__subtitle {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .stakeholder-feed__subtitle {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  html[lang=ru] main .stakeholder-feed__subtitle {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .stakeholder-feed__subtitle {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .stakeholder-feed__subtitle {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .stakeholder-feed__subtitle {
    font-family: "Sarabun";
  }
  html[lang=ja] main .stakeholder-feed__subtitle {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .stakeholder-feed__subtitle {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .stakeholder-feed__subtitle {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .stakeholder-feed__subtitle {
    font-family: "Noto Serif KR";
  }
}
.stakeholder-feed__content {
  position: relative;
}
@media (min-width: 768px) {
  .stakeholder-feed__content {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.stakeholder-feed__featured {
  flex-basis: 100%;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .stakeholder-feed__featured {
    flex-basis: 440px;
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.stakeholder-feed__more {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .stakeholder-feed__more {
    flex-basis: 580px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.stakeholder-feed__cards {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .stakeholder-feed__cards {
    flex-direction: row;
    justify-content: space-between;
  }
}

.stakeholder-card {
  flex-basis: 100%;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .stakeholder-card {
    flex-basis: calc(33% - 15px);
    margin-bottom: unset;
  }
}
.stakeholder-card__inner-container {
  display: flex;
  flex-direction: row;
}
@media (min-width: 768px) {
  .stakeholder-card__inner-container {
    flex-direction: column;
  }
}
.stakeholder-card__image-container {
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  min-width: 100px;
}
@media (min-width: 768px) {
  .stakeholder-card__image-container {
    width: 100%;
    height: auto;
    left: unset;
    right: unset;
    margin-left: unset;
    margin-right: unset;
    margin-bottom: 20px;
  }
}
.stakeholder-card__image {
  vertical-align: bottom;
  transition: border-radius 0.25s;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 15px;
}
.stakeholder-card__image img {
  object-fit: cover;
}
@media (min-width: 768px) {
  .stakeholder-card__image {
    aspect-ratio: 366/318;
  }
}
.stakeholder-card__title {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 28px;
  color: #54565B;
  transition: color 0.25s;
  margin-bottom: 6px;
}
html[lang=ru] main .stakeholder-card__title {
  font-family: "Open Sans";
}
html[lang=vi] main .stakeholder-card__title {
  font-family: "Open Sans";
}
html[lang=ar] main .stakeholder-card__title {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .stakeholder-card__title {
  font-family: "Prompt";
}
html[lang=ja] main .stakeholder-card__title {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .stakeholder-card__title {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .stakeholder-card__title {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .stakeholder-card__title {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .stakeholder-card__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: normal;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
  }
  html[lang=ru] main .stakeholder-card__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .stakeholder-card__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .stakeholder-card__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .stakeholder-card__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .stakeholder-card__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .stakeholder-card__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .stakeholder-card__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .stakeholder-card__title {
    font-family: "Noto Serif KR";
  }
}
.stakeholder-card__category {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 24px;
  color: #54565B;
}
html[lang=ru] main .stakeholder-card__category {
  font-family: "Open Sans";
}
html[lang=vi] main .stakeholder-card__category {
  font-family: "Open Sans";
}
html[lang=ar] main .stakeholder-card__category {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .stakeholder-card__category {
  font-family: "Prompt";
}
html[lang=ja] main .stakeholder-card__category {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .stakeholder-card__category {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .stakeholder-card__category {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .stakeholder-card__category {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .stakeholder-card__category {
    font-family: "Nanami Light", Trebuchet MS, sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 18px;
    text-align: center;
  }
  html[lang=ru] main .stakeholder-card__category {
    font-family: "Open Sans";
  }
  html[lang=vi] main .stakeholder-card__category {
    font-family: "Open Sans";
  }
  html[lang=ar] main .stakeholder-card__category {
    font-family: "Tajawal";
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .stakeholder-card__category {
    font-family: "Prompt";
  }
  html[lang=ja] main .stakeholder-card__category {
    font-family: "Noto Sans JP";
  }
  html[lang=zh-s] main .stakeholder-card__category {
    font-family: "Noto Sans SC";
  }
  html[lang=zh-t] main .stakeholder-card__category {
    font-family: "Noto Sans TC";
  }
  html[lang=ko] main .stakeholder-card__category {
    font-family: "Noto Sans KR";
  }
}
.stakeholder-card__category::after {
  margin-top: 10px;
  filter: invert(83%) sepia(8%) saturate(1432%) hue-rotate(129deg) brightness(94%) contrast(84%);
}
@media (min-width: 768px) {
  .stakeholder-card__category::after {
    background-image: url("/wp-content/themes/tahoesouth/dist/arrow-flourish.350494ae.svg");
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
.stakeholder-card__link {
  text-decoration: none;
}
.stakeholder-card__link:hover .stakeholder-card__image, .stakeholder-card__link:focus .stakeholder-card__image {
  border-radius: 30px;
}
.stakeholder-card__link:hover .stakeholder-card__title, .stakeholder-card__link:focus .stakeholder-card__title {
  color: #005F80;
}
.stakeholder-card.\--small {
  flex-direction: row;
  margin-bottom: 25px;
}
.stakeholder-card.\--small .stakeholder-card__title {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 28px;
}
html[lang=ru] main .stakeholder-card.\--small .stakeholder-card__title {
  font-family: "Open Sans";
}
html[lang=vi] main .stakeholder-card.\--small .stakeholder-card__title {
  font-family: "Open Sans";
}
html[lang=ar] main .stakeholder-card.\--small .stakeholder-card__title {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .stakeholder-card.\--small .stakeholder-card__title {
  font-family: "Prompt";
}
html[lang=ja] main .stakeholder-card.\--small .stakeholder-card__title {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .stakeholder-card.\--small .stakeholder-card__title {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .stakeholder-card.\--small .stakeholder-card__title {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .stakeholder-card.\--small .stakeholder-card__title {
  font-family: "Noto Sans KR";
}
@media (min-width: 768px) {
  .stakeholder-card.\--small .stakeholder-card__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: normal;
    line-height: 32px;
  }
  html[lang=ru] main .stakeholder-card.\--small .stakeholder-card__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .stakeholder-card.\--small .stakeholder-card__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .stakeholder-card.\--small .stakeholder-card__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .stakeholder-card.\--small .stakeholder-card__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .stakeholder-card.\--small .stakeholder-card__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .stakeholder-card.\--small .stakeholder-card__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .stakeholder-card.\--small .stakeholder-card__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .stakeholder-card.\--small .stakeholder-card__title {
    font-family: "Noto Serif KR";
  }
}
.stakeholder-card.\--small .stakeholder-card__inner-container {
  flex-direction: row;
}
@media (min-width: 768px) {
  .stakeholder-card.\--small .stakeholder-card__inner-container {
    flex-direction: column;
  }
}
.stakeholder-card.\--small .stakeholder-card__image-container {
  flex-shrink: 0;
  width: auto;
  left: unset;
  right: unset;
  margin-left: unset;
  margin-right: unset;
}
.stakeholder-card.\--small .stakeholder-card__image {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .stakeholder-card.\--small .stakeholder-card__image {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .stakeholder-card.\--small {
    margin-bottom: 0;
  }
}

.sport-venue-highlights {
  margin-top: 30px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .sport-venue-highlights {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.sport-venue-highlights__intro {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sport-venue-highlights__intro {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 37px;
  }
}
.sport-venue-highlights__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: normal;
  line-height: 39px;
  margin-bottom: 28px;
}
html[lang=ru] main .sport-venue-highlights__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .sport-venue-highlights__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .sport-venue-highlights__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .sport-venue-highlights__title {
  font-family: "Sarabun";
}
html[lang=ja] main .sport-venue-highlights__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .sport-venue-highlights__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .sport-venue-highlights__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .sport-venue-highlights__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .sport-venue-highlights__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: normal;
    line-height: 46px;
    margin-bottom: 0;
  }
  html[lang=ru] main .sport-venue-highlights__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .sport-venue-highlights__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .sport-venue-highlights__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .sport-venue-highlights__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .sport-venue-highlights__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .sport-venue-highlights__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .sport-venue-highlights__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .sport-venue-highlights__title {
    font-family: "Noto Serif KR";
  }
}
.sport-venue-highlights__cta {
  align-self: flex-start;
}
.sport-venue-highlights__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 150px);
  grid-gap: 4px;
}
@media (min-width: 768px) {
  .sport-venue-highlights__stats {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 21px;
    grid-template-rows: 200px;
  }
}
.sport-venue-highlights__stat {
  background-color: #F6F6F6;
  border: 1px solid #E2E2E2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.sport-venue-highlights__stat-value {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: center;
}
html[lang=ru] main .sport-venue-highlights__stat-value {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .sport-venue-highlights__stat-value {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .sport-venue-highlights__stat-value {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .sport-venue-highlights__stat-value {
  font-family: "Sarabun";
}
html[lang=ja] main .sport-venue-highlights__stat-value {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .sport-venue-highlights__stat-value {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .sport-venue-highlights__stat-value {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .sport-venue-highlights__stat-value {
  font-family: "Noto Serif KR";
}
.sport-venue-highlights__stat-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  text-align: center;
}
html[lang=ru] main .sport-venue-highlights__stat-title {
  font-family: "Open Sans";
}
html[lang=vi] main .sport-venue-highlights__stat-title {
  font-family: "Open Sans";
}
html[lang=ar] main .sport-venue-highlights__stat-title {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .sport-venue-highlights__stat-title {
  font-family: "Prompt";
}
html[lang=ja] main .sport-venue-highlights__stat-title {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .sport-venue-highlights__stat-title {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .sport-venue-highlights__stat-title {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .sport-venue-highlights__stat-title {
  font-family: "Noto Sans KR";
}
.sport-venue-highlights__stat-title::after {
  margin-top: 15px;
}

.sport-venue-information {
  margin: 60px 0px;
}
.sport-venue-information__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 32px;
  margin-bottom: 30px;
}
html[lang=ru] main .sport-venue-information__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .sport-venue-information__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .sport-venue-information__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .sport-venue-information__title {
  font-family: "Sarabun";
}
html[lang=ja] main .sport-venue-information__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .sport-venue-information__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .sport-venue-information__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .sport-venue-information__title {
  font-family: "Noto Serif KR";
}
.sport-venue-information__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4px;
}
@media (min-width: 768px) {
  .sport-venue-information__inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 21px;
  }
}
.sport-venue-information__block__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 32px;
  margin-bottom: 10px;
}
html[lang=ru] main .sport-venue-information__block__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .sport-venue-information__block__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .sport-venue-information__block__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .sport-venue-information__block__title {
  font-family: "Sarabun";
}
html[lang=ja] main .sport-venue-information__block__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .sport-venue-information__block__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .sport-venue-information__block__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .sport-venue-information__block__title {
  font-family: "Noto Serif KR";
}
.sport-venue-information__block__value {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
}
html[lang=ru] main .sport-venue-information__block__value {
  font-family: "Open Sans";
}
html[lang=vi] main .sport-venue-information__block__value {
  font-family: "Open Sans";
}
html[lang=ar] main .sport-venue-information__block__value {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .sport-venue-information__block__value {
  font-family: "Prompt";
}
html[lang=ja] main .sport-venue-information__block__value {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .sport-venue-information__block__value {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .sport-venue-information__block__value {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .sport-venue-information__block__value {
  font-family: "Noto Sans KR";
}

#lightningLocator .flowruntimeBody {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#lightningLocator .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#lightningLocator input[type=text], #lightningLocator input[type=tel] {
  border: unset !important;
  border-bottom: 2px solid black !important;
  border-radius: 0px !important;
  font-size: 17px !important;
  padding: 8px 0px !important;
  height: auto !important;
  font-family: "Vista Sans" !important;
}
#lightningLocator input[type=text]:focus, #lightningLocator input[type=tel]:focus {
  border: 2px solid #005F80 !important;
  box-shadow: unset !important;
}
#lightningLocator textarea, #lightningLocator select {
  border: 2px solid black !important;
  border-radius: unset !important;
  font-size: 17px !important;
  padding: 10px !important;
  height: auto !important;
  font-family: "Vista Sans" !important;
}
#lightningLocator textarea:focus, #lightningLocator select:focus {
  border: 2px solid #005F80 !important;
  box-shadow: unset !important;
}
#lightningLocator .slds-form-element__label {
  font-family: "Vista Sans" !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  letter-spacing: normal !important;
  line-height: 18px !important;
  color: #54565B !important;
  text-transform: uppercase !important;
  padding-right: 0em;
}
#lightningLocator .slds-form-element__help {
  font-family: "Vista Sans" !important;
}
#lightningLocator .slds-input__icon.slds-input__icon_right {
  margin-top: -0.575rem !important;
}
#lightningLocator .slds-file-selector__text, #lightningLocator span.slds-file-selector__button, #lightningLocator p {
  font-family: "Vista Sans" !important;
}
#lightningLocator .slds-card__footer {
  justify-content: center !important;
}
#lightningLocator .slds-card__footer .actionsLeft.slds-grid {
  display: none !important;
}
#lightningLocator .slds-card__footer button {
  --slds-c-button-color-background-hover: unset !important;
}
#lightningLocator .slds-select_container:before {
  top: 17px !important;
}
#lightningLocator .slds-select_container:after {
  bottom: 17px !important;
}
#lightningLocator abbr.slds-required {
  font-weight: 800 !important;
  font-family: "Vista Sans" !important;
  font-size: 14px !important;
}

.slds-popover {
  font-family: "Vista Sans" !important;
}

.subnav {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 20%;
  height: 100vh;
  z-index: 100000000;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
  /* Subnavigation Pane */
  /* Newsletter Pane */
  /* Share Pane */
}
@media (min-width: 768px) {
  .subnav {
    bottom: unset;
    top: 20%;
    width: 500px;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .subnav.\--right {
    right: 0;
    left: unset;
    align-items: flex-end;
  }
}
.subnav__inner-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 45px;
  width: auto;
  pointer-events: all;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .subnav__inner-container {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    width: 40px;
  }
}
.subnav__toggles {
  z-index: 1;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .subnav__toggles {
    flex-direction: column;
  }
}
.subnav__toggle {
  border: none;
  width: 40px;
  height: 40px;
  background-color: #FCD06E;
  transition: background-color 0.25s, opacity 0.25s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.subnav__toggle:focus:not(:focus-visible) {
  outline: none;
}
.subnav__toggle:not(:last-of-type) {
  border-right: 1px solid #F8EAD4;
}
@media (min-width: 768px) {
  .subnav__toggle:not(:last-of-type) {
    border-right: unset;
    border-bottom: 1px solid white;
  }
}
.subnav__toggle.\--enabled {
  background-color: #F8EAD4;
}
.subnav__toggle.\--enabled:hover .subnav__toggle-icon {
  background-color: #234C5A;
}
.subnav__toggle.\--enabled .subnav__toggle-icon {
  mask-image: url("/wp-content/themes/tahoesouth/dist/icon-close.7fb2fa52.svg");
  -webkit-mask-image: url("/wp-content/themes/tahoesouth/dist/icon-close.7fb2fa52.svg");
  transition: background-color 0.15s ease;
}
.subnav__toggle.\--alert {
  background-color: #FCD06E;
  border-bottom: 1px solid white;
}
.subnav__toggle.\--alert .subnav__toggle-hint {
  white-space: nowrap;
  background-color: #FCD06E;
}
.subnav__toggle.\--alert:not(.--alert-hidden) .subnav__toggle-hint {
  opacity: 1;
  transform: translateX(-40px);
  padding-left: 16px;
}
.subnav__toggle.\--hidden {
  opacity: 0;
  pointer-events: none;
}
.subnav__toggle:not(.\--enabled):hover .subnav__toggle-hint {
  transform: translateX(calc(100% - 1px));
  opacity: 1;
}
.subnav__toggle:not(.\--enabled):hover .subnav__toggle-hint.\--right {
  transform: translateX(-40px);
  padding-left: 16px;
}
.subnav__toggle.\--nav {
  width: 40px;
  height: 40px;
}
.subnav__toggle.\--nav.\--enabled .subnav__toggle-nav-icon {
  transform: rotateZ(0deg) scaleX(0.75);
}
.subnav__toggle.\--nav.\--enabled .subnav__toggle-nav-icon::before {
  transform: translateY(5px);
}
.subnav__toggle.\--nav.\--enabled .subnav__toggle-nav-icon::after {
  transform: translateY(-5px);
}
.subnav__toggle.\--nav:hover .subnav__toggle-nav-icon::before, .subnav__toggle.\--nav:hover .subnav__toggle-nav-icon::after {
  background-color: red;
}
.subnav__toggle.\--desktop-only {
  display: none;
}
@media (min-width: 768px) {
  .subnav__toggle.\--desktop-only {
    display: flex;
  }
}
.subnav__toggle.\--mobile-only {
  display: flex;
}
@media (min-width: 768px) {
  .subnav__toggle.\--mobile-only {
    display: none;
  }
}
.subnav__toggle__notification-dot {
  width: 15px;
  height: 15px;
  background-color: #e44d48;
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  top: -7px;
  left: -7px;
  transform: scale(1);
  animation: pulse-dot 2s infinite;
  box-shadow: 0 0 0 0 #e44d48;
}
.subnav__toggle__notification-dot.--hidden {
  display: none;
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(228, 77, 72, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(228, 77, 72, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(228, 77, 72, 0);
  }
}
.subnav__toggle__notification-banner {
  background-color: #FCD06E;
  color: yellow;
  position: absolute;
  width: max-content;
  z-index: 0;
  right: 40px;
  padding: var(--spacing-XSmall);
  display: flex;
  align-items: center;
  transition: all 0.25s;
  text-transform: uppercase;
}
.subnav__toggle__notification-banner.--hidden {
  right: -300px;
}
.subnav__toggle__notification-banner__close {
  width: 25px;
  height: 25px;
  background-color: red;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
}
.subnav__toggle__notification-banner__close::before, .subnav__toggle__notification-banner__close::after {
  content: "";
  border: 1px solid red;
  position: absolute;
  height: 20px;
  left: 11px;
  top: 2.5px;
}
.subnav__toggle__notification-banner__close::before {
  transform: rotate(45deg);
}
.subnav__toggle__notification-banner__close::after {
  transform: rotate(-45deg);
}
.subnav__toggle__notification-banner__text {
  font-size: 15px;
  cursor: pointer;
}
.subnav__help-text {
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.25s;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 12px;
  opacity: 1;
}
.subnav__help-text.--hidden {
  opacity: 0;
}
@media (min-width: 768px) {
  .subnav__help-text {
    font-size: 16px;
  }
}
.subnav__toggle-nav-icon {
  pointer-events: none;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s;
  will-change: transform;
}
.subnav__toggle-nav-icon::before, .subnav__toggle-nav-icon::after {
  content: "";
  width: 38px;
  height: 2px;
  background-color: #FCD06E;
  transition: transform 0.25s, background-color 0.25s;
}
@media (min-width: 768px) {
  .subnav__toggle-nav-icon::before, .subnav__toggle-nav-icon::after {
    width: 33px;
  }
}
.subnav__toggle-nav-icon::before {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .subnav__toggle-nav-icon {
    transform: rotateZ(90deg);
  }
}
.subnav__toggle-icon {
  pointer-events: none;
  height: 22px;
  width: 22px;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #234C5A;
  transition: background-color 0.25s;
}
.subnav__toggle-icon.\--alert {
  -webkit-mask-image: url("/wp-content/themes/tahoesouth/dist/icon-bell.44d4b678.svg");
  mask-image: url("/wp-content/themes/tahoesouth/dist/icon-bell.44d4b678.svg");
}
.subnav__toggle-icon.\--newsletter {
  -webkit-mask-image: url("/wp-content/themes/tahoesouth/dist/icon-newsletter.5b7514f3.svg");
  mask-image: url("/wp-content/themes/tahoesouth/dist/icon-newsletter.5b7514f3.svg");
}
.subnav__toggle-icon.\--share {
  -webkit-mask-image: url("/wp-content/themes/tahoesouth/dist/icon-share.96438cb1.svg");
  mask-image: url("/wp-content/themes/tahoesouth/dist/icon-share.96438cb1.svg");
}
.subnav__toggle-hint {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #FCD06E;
  pointer-events: none;
  align-items: center;
  padding: 9px 9px 9px 4px;
  text-transform: uppercase;
  font-size: 14px !important;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 17px;
  color: #234C5A;
  z-index: -1;
  opacity: 0;
  transition: transform 0.25s, opacity 0.25s;
  will-change: transform;
  display: none;
}
.\--alert .subnav__toggle-hint {
  pointer-events: all;
}
.\--hidden.--alert .subnav__toggle-hint {
  pointer-events: none;
}
html[lang=ru] main .subnav__toggle-hint {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .subnav__toggle-hint {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .subnav__toggle-hint {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .subnav__toggle-hint {
  font-family: "Sarabun";
}
html[lang=ja] main .subnav__toggle-hint {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .subnav__toggle-hint {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .subnav__toggle-hint {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .subnav__toggle-hint {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .subnav__toggle-hint {
    display: flex;
  }
  .subnav__toggle-hint:hover {
    transform: translateX(-40px);
  }
}
.subnav__panes {
  position: absolute;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .subnav__panes {
    flex-direction: column;
  }
}
.subnav__newsletter-link.force-color {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #234C5A;
}
html[lang=ru] main .subnav__newsletter-link.force-color {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .subnav__newsletter-link.force-color {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .subnav__newsletter-link.force-color {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .subnav__newsletter-link.force-color {
  font-family: "Sarabun";
}
html[lang=ja] main .subnav__newsletter-link.force-color {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .subnav__newsletter-link.force-color {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .subnav__newsletter-link.force-color {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .subnav__newsletter-link.force-color {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .subnav.\--right .subnav__pane {
    right: -40px;
    padding-left: 0px;
    padding-right: 40px;
  }
}
.subnav__pane {
  position: absolute;
  transform: translateY(100%);
  will-change: tranform;
  transition: transform 0.25s, opacity 0.25s;
  background-color: #FCD06E;
  padding-bottom: 50px;
  opacity: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .subnav__pane {
    bottom: unset;
    padding-bottom: 0;
    padding-left: 50px;
    transform: translateX(-100%);
  }
  .subnav__pane.\--right {
    transform: translateX(100%);
  }
}
.subnav__pane.\--open {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 768px) {
  .subnav__pane.\--open {
    transform: translateX(0);
  }
}
.subnav__pane.\--nav {
  width: 100vw;
}
@media (min-width: 768px) {
  .subnav__pane.\--nav {
    height: 100vh;
    width: 500px;
  }
}
.subnav__pane.\--newsletter {
  width: 100vw;
  margin-top: 40px;
}
.\--has-alert .subnav__pane.\--newsletter {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .subnav__pane.\--newsletter {
    width: 370px;
  }
}
.subnav__pane.\--share {
  width: 100vw;
  margin-top: -40px;
}
.\--has-alert .subnav__pane.\--share {
  margin-top: 0;
}
@media (min-width: 768px) {
  .subnav__pane.\--share {
    width: 160px;
  }
}
.subnav__nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  max-height: 80vh;
  overflow-y: auto;
  scrollbar-width: auto;
  scrollbar-color: red red;
  /* Chrome, Edge, and Safari */
}
.subnav__nav::-webkit-scrollbar {
  width: 16px;
  transition: all 0.25s;
}
.subnav__nav::-webkit-scrollbar-track {
  background: red;
}
.subnav__nav::-webkit-scrollbar-thumb {
  background-color: red;
  border-radius: 10px;
  border: 3px solid red;
}
.subnav__nav:hover::-webkit-scrollbar-thumb {
  background-color: red;
}
@media (min-width: 768px) {
  .subnav__nav {
    padding-left: 60px;
    padding-top: 60px;
    max-height: none;
    height: 100vh;
  }
}
.subnav__link {
  text-decoration: none;
}
.subnav__link:hover .subnav__link-item, .subnav__link:focus .subnav__link-item {
  color: red;
}
.subnav__link-item {
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  transition: color 0.25s;
  padding-bottom: 20px;
  padding-left: 20px;
}
.subnav__link-item .carat-icon {
  display: inline-block;
  margin-left: 12px;
  width: 11px;
  height: 16px;
  margin-bottom: 2px;
}
.subnav__link-item .carat-icon path {
  fill: red;
}
.subnav__sublinks-container {
  display: flex;
  flex-direction: column;
}
.subnav__sublink {
  text-decoration: none;
}
.subnav__sublink:hover .subnav__sublink-item, .subnav__sublink:focus .subnav__sublink-item {
  background-color: rgba(0, 0, 0, 0.3);
}
.subnav__sublink:hover .subnav__sublink-item-title, .subnav__sublink:focus .subnav__sublink-item-title {
  color: red;
}
.subnav__sublink-item {
  display: flex;
  align-items: center;
  height: 45px;
  position: relative;
  transition: background-color 0.25s;
}
.subnav__sublink-item.\--active {
  background-color: rgba(0, 0, 0, 0.3);
}
.subnav__sublink-item.\--active::after {
  content: "";
  width: 4px;
  height: 100%;
  background-color: red;
  margin-left: auto;
}
.subnav__sublink-item.\--active .subnav__sublink-item-title {
  font-weight: 900;
}
@media (min-width: 768px) {
  .subnav__sublink-item.\--road-trip {
    height: 74px;
  }
}
.subnav__sublink-item-title {
  padding-left: 20px;
  transition: color 0.25s;
}
.subnav__sublink-item-image {
  margin-left: 20px;
  width: 37px;
}
@media (min-width: 768px) {
  .subnav__sublink-item-image {
    width: 60px;
    margin-left: 7px;
  }
}
.subnav__newsletter-container {
  padding: 30px 5px 30px 30px;
}
.subnav__newsletter-container.--hidden {
  display: none;
}
.subnav__newsletter-title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  color: #234C5A;
  margin-bottom: 5px;
  font-size: 25px;
}
html[lang=ru] main .subnav__newsletter-title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .subnav__newsletter-title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .subnav__newsletter-title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .subnav__newsletter-title {
  font-family: "Sarabun";
}
html[lang=ja] main .subnav__newsletter-title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .subnav__newsletter-title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .subnav__newsletter-title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .subnav__newsletter-title {
  font-family: "Noto Serif KR";
}
.subnav__newsletter-description {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  color: #234C5A;
  text-align: left !important;
  margin-bottom: 10px;
  font-size: 18px;
}
html[lang=ru] main .subnav__newsletter-description {
  font-family: "Open Sans";
}
html[lang=vi] main .subnav__newsletter-description {
  font-family: "Open Sans";
}
html[lang=ar] main .subnav__newsletter-description {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .subnav__newsletter-description {
  font-family: "Prompt";
}
html[lang=ja] main .subnav__newsletter-description {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .subnav__newsletter-description {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .subnav__newsletter-description {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .subnav__newsletter-description {
  font-family: "Noto Sans KR";
}
.subnav__newsletter-description.--no-margin {
  margin-bottom: 0px;
}
.subnav__newsletter-cta {
  font-family: Nunito Sans, arial;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  color: red;
  transition: color 0.25s;
}
.subnav__newsletter-cta::after {
  content: "";
  width: 8px;
  height: 12px;
  background-color: red;
  -webkit-mask-size: contain;
  mask-size: contain;
  display: inline-block;
  transition: transform 0.25s, color 0.25s;
  margin-left: 6px;
}
.subnav__newsletter-cta:hover {
  text-decoration: underline;
  color: red;
}
.subnav__newsletter-cta:hover::after {
  background-color: red;
  transform: translateX(4px);
}
.subnav__newsletter-hubspot-form .hs_recaptcha {
  display: none;
}
.subnav__newsletter-hubspot-form .hs-button {
  background-color: red;
  box-shadow: inset 0 -4px 0 0 red;
  transition: box-shadow 0.25s;
  align-items: center;
  border-radius: 25px;
  display: flex;
  height: 50px;
  padding: 0 30px;
  border-width: 0;
  text-decoration: none;
  margin-top: 15px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.subnav__newsletter-hubspot-form .hs-button:hover {
  box-shadow: inset 0 -50px 0 0 red;
}
.subnav__newsletter-hubspot-form .hs_email label:not(.hs-error-msg),
.subnav__newsletter-hubspot-form .hs_zip label:not(.hs-error-msg) {
  display: none;
}
.subnav__newsletter-hubspot-form .hs_email input,
.subnav__newsletter-hubspot-form .hs_zip input {
  padding: 14px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  border: 0;
}
.subnav__newsletter-hubspot-form .hs-form-booleancheckbox {
  padding-left: 30px;
}
.subnav__newsletter-hubspot-form .hs-form-booleancheckbox input {
  margin-left: -23px;
  margin-right: 10px;
}
.subnav__newsletter-hubspot-form .hs-error-msgs {
  text-align: left;
  color: #ebce9d;
}
.subnav__newsletter-hubspot-form .hs_error_rollup {
  display: none;
}
.subnav__share-container {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: var(--spacing-Medium);
  padding-right: var(--spacing-Medium);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subnav__share-title {
  color: #234C5A;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 17px;
  flex-shrink: 0;
}
html[lang=ru] main .subnav__share-title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .subnav__share-title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .subnav__share-title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .subnav__share-title {
  font-family: "Sarabun";
}
html[lang=ja] main .subnav__share-title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .subnav__share-title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .subnav__share-title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .subnav__share-title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .subnav__share-title {
    margin-bottom: 16px;
  }
}
.subnav__share-options {
  display: flex;
}
@media (min-width: 768px) {
  .subnav__share-options {
    flex-direction: column;
    width: unset;
    height: 100%;
  }
}
.subnav__share-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #234C5A;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.25s;
}
.subnav__share-button:not(:last-of-type) {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .subnav__share-button:not(:last-of-type) {
    margin-right: unset;
    margin-bottom: 10px;
  }
}
.subnav__share-button::before {
  content: "";
  width: 24px;
  height: 24px;
  mask-size: 18px 18px;
  -webkit-mask-size: 18px 18px;
  background-color: #FCD06E;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.subnav__share-button:hover {
  opacity: 0.8;
}
.subnav__share-button.\--facebook::before {
  mask-image: url("/wp-content/themes/tahoesouth/dist/social-Facebook.3d5d4687.svg");
  -webkit-mask-image: url("/wp-content/themes/tahoesouth/dist/social-Facebook.3d5d4687.svg");
}
.subnav__share-button.\--twitter::before {
  mask-image: url("/wp-content/themes/tahoesouth/dist/social-Twitter.41ef728a.svg");
  -webkit-mask-image: url("/wp-content/themes/tahoesouth/dist/social-Twitter.41ef728a.svg");
}
.subnav__share-button.\--email::before {
  -webkit-mask-image: url("/wp-content/themes/tahoesouth/dist/icon-newsletter.5b7514f3.svg");
  mask-image: url("/wp-content/themes/tahoesouth/dist/icon-newsletter.5b7514f3.svg");
}
.subnav__share-button.\--pinterest::before {
  mask-image: url("/wp-content/themes/tahoesouth/dist/social-Pinterest.cbb9398a.svg");
  -webkit-mask-image: url("/wp-content/themes/tahoesouth/dist/social-Pinterest.cbb9398a.svg");
}
.subnav__share-button.\--more::before {
  mask-image: url("/wp-content/themes/tahoesouth/dist/icon-close.7fb2fa52.svg");
  -webkit-mask-image: url("/wp-content/themes/tahoesouth/dist/icon-close.7fb2fa52.svg");
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .subnav.\--no-bottom {
    bottom: unset;
    top: 10%;
    width: 500px;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 500px;
    /* Subnavigation Pane */
    /* Share Pane */
  }
  .subnav.\--no-bottom.\--right {
    right: 0;
    left: unset;
    align-items: flex-end;
  }
  .subnav.\--no-bottom .subnav__inner-container {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .subnav.\--no-bottom .subnav__toggles {
    flex-direction: column;
  }
  .subnav.\--no-bottom .subnav__toggle:not(:last-of-type) {
    border-right: unset;
    border-bottom: 1px solid white;
  }
  .subnav.\--no-bottom .subnav__panes {
    flex-direction: column;
    width: 100%;
  }
  .subnav.\--no-bottom .subnav.\--right .subnav__pane {
    right: -40px;
    padding-left: 0px;
    padding-right: 50px;
  }
  .subnav.\--no-bottom .subnav__pane {
    bottom: unset;
    padding-bottom: 0;
    padding-left: 50px;
    transform: translateX(-100%);
    max-width: 100%;
  }
  .subnav.\--no-bottom .subnav__pane.\--right {
    transform: translateX(100%);
  }
  .subnav.\--no-bottom .subnav__pane.\--open {
    transform: translateX(0);
  }
  .subnav.\--no-bottom .subnav__pane.\--open.\--right {
    transform: translateX(calc(-100% + 50px));
    padding-left: unset;
    padding-right: 50px;
  }
  .subnav.\--no-bottom .subnav__pane.\--nav {
    height: 100vh;
  }
  .subnav.\--no-bottom .subnav__pane.\--newsletter {
    width: 370px;
  }
  .subnav.\--no-bottom .subnav__pane.\--share {
    width: 160px;
  }
  .subnav.\--no-bottom .subnav__nav {
    padding-top: 60px;
    max-height: none;
    height: 100vh;
  }
  .subnav.\--no-bottom .subnav__share-container {
    padding-right: 35px;
  }
  .subnav.\--no-bottom .subnav__share-title {
    margin-bottom: 5px;
  }
  .subnav.\--no-bottom .subnav__share-options {
    flex-direction: column;
    width: unset;
    height: 100%;
  }
  .subnav.\--no-bottom .subnav__share-button:not(:last-of-type) {
    margin-right: unset;
    margin-bottom: 10px;
  }
}
/* Import from these directories (sub-imports are in index.scss within each dir) */

/*# sourceMappingURL=/wp-content/themes/tahoesouth/dist/main.css.map */