.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 8px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  border: none;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 100%;
  height: 18px;
  margin-left: 5px;
  margin-top: 5px;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  resize: none;
  vertical-align: bottom;
  word-break: keep-all;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  left: -100000px;
  position: absolute;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  background-color: #fff;
  border: 0;
  display: block;
  filter: alpha(opacity=0);
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 99;
}
.select2-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
  padding-right: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default
  .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  font-weight: 700;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
  position: absolute;
  right: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  max-width: 100%;
  overflow: hidden;
  padding: 0 0 0 20px;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  left: 0;
  padding: 0 4px;
  position: absolute;
  top: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  -webkit-appearance: textfield;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  border: 1px solid #aaa;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
  outline: 0;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  border: none;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  background-image: -webkit-linear-gradient(top, #fff, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  box-shadow: none;
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23212529%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z%22%2F%3E%3C%2Fsvg%3E");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%230c63e4%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z%22%2F%3E%3C%2Fsvg%3E");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}
.accordion-button {
  align-items: center;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  color: var(--bs-accordion-btn-color);
  display: flex;
  font-size: 1rem;
  overflow-anchor: none;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  position: relative;
  text-align: left;
  transition: var(--bs-accordion-transition);
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0
    var(--bs-accordion-border-color);
  color: var(--bs-accordion-active-color);
}
.accordion-button:not(.collapsed):after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button:after {
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  content: "";
  flex-shrink: 0;
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  transition: var(--bs-accordion-btn-icon-transition);
  width: var(--bs-accordion-btn-icon-width);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  border-color: var(--bs-accordion-btn-focus-border-color);
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  outline: 0;
  z-index: 3;
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
  color: var(--bs-accordion-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  border-bottom-right-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  height: auto;
  transition: width 0.35s ease;
  width: 0;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-success-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-border-opacity)
  ) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-1 {
  --bs-border-width: 1px;
}
.border-2 {
  --bs-border-width: 2px;
}
.border-3 {
  --bs-border-width: 3px;
}
.border-4 {
  --bs-border-width: 4px;
}
.border-5 {
  --bs-border-width: 5px;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-body-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-end,
.rounded-top {
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom,
.rounded-end {
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-bottom,
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-start {
  border-top-left-radius: var(--bs-border-radius) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-md-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-md-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-md-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-body-font-family: JanuSans, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align);
}
hr {
  border: 0;
  border-top: 1px solid;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Classic Roman, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 1.2rem;
  margin-top: 0;
}
abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  background-color: var(--bs-highlight-bg);
  padding: 0.1875em;
}
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
code {
  word-wrap: break-word;
  color: var(--bs-code-color);
  font-size: 0.875em;
}
a > code {
  color: inherit;
}
kbd {
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
  color: var(--bs-body-bg);
  font-size: 0.875em;
  padding: 0.1875rem 0.375rem;
}
kbd kbd {
  font-size: 1em;
  padding: 0;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  caption-side: bottom;
}
caption {
  color: #6c757d;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  float: left;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  cursor: pointer;
  display: list-item;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1130px;
  }
}
@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  color: #6c757d;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: -1rem;
}
.blockquote-footer:before {
  content: "— ";
}
@font-face {
  font-display: swap;
  font-family: Classic Roman;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/eddd42316b3424578e73.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Macklin;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/92f8ea6b678963772a37.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Macklin;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/2d53bd6bb3b44aa015bf.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: JanuSans;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/f232c157be931ab36983.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: JanuSans;
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/0eac016493d18ea3403e.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: JanuSans;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/84712cf1205ebc89e191.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: JanuSans;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/676be67c5e3ce7d8b0cc.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: AritaBuri;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/1c098ae1a34dc96eab33.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: AritaBuri;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/9690d1c37c5b22581a5a.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: AritaBuri;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/780add1939c0ba1dd4c1.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: AritaBuri;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/9e872411027ea092b5f8.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: AritaBuri;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/3577ae014f928789d5eb.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: MaruBuri;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/e72d8ee123e98bdda321.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: MaruBuri;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/9690d1c37c5b22581a5a.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: MaruBuri;
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/9edf7c13910d46a258f0.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: MaruBuri;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/666ec0bf94ac293ec131.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: MaruBuri;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/caf437fa512d67104acc.woff2) format("woff2");
}
.footer,
.main {
  position: relative;
}
.footer:after,
.footer:before,
.main:after,
.main:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease-in;
  z-index: 2;
}
* {
  -webkit-font-smoothing: antialiased;
}
body,
html {
  background: #fcfaf7;
  color: #1a1c1e;
  font-family: JanuSans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 22px;
  scroll-padding-top: 80px;
}
html[dir="rtl"] {
  overflow-x: hidden;
}
.body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
.body--state-scroll-lock {
  margin-right: var(--scroll-bar-width);
  overflow: hidden;
}
.body.rtl {
  overflow-x: hidden;
}
a {
  color: #2b3238;
  text-decoration: none;
  transition: color 0.3s;
}
a:active,
a:focus,
a:hover {
  color: rgba(43, 50, 56, 0.4);
}
.main {
  flex-grow: 1;
}
.main--overlay-dark:after {
  opacity: 0.99;
}
.hidden {
  display: none;
  visibility: hidden;
}
.single-post .main > * {
  letter-spacing: 0.02em;
}
.single-post .main > .alignfull {
  max-width: none;
}
.single-post .main > .alignleft {
  float: left;
}
.single-post .main > .alignright {
  float: right;
}
b,
strong {
  font-family: sans-serif;
}
.grecaptcha-badge,
.otgs-development-site-front-end {
  display: none !important;
  visibility: hidden !important;
}
.brightcove-video-container,
.brightcove-video-container > div,
.brightcove-video-container > div > div,
.brightcove-video-container > img {
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  position: relative !important;
  width: 100% !important;
}
.hero__media--brightcove_video .brightcove-video-container div > div {
  padding-top: 0 !important;
}
.brightcove-video-container video,
.brightcove-video-container video-js {
  border-radius: 4px;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  position: relative !important;
  width: 100% !important;
}
.brightcove-video-container__preview-text {
  background-color: rgba(255, 55, 55, 0.28);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 10px;
  position: absolute;
}
@media (max-width: 767.98px) {
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 40px;
  }
}
@media (min-width: 1440px) {
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}
.mapster-wp-maps-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .mapster-wp-maps-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .mapster-wp-maps-container {
    padding-bottom: 40px;
  }
}
ul.container {
  padding-left: 40px;
}
.wp-block-image.size-full,
.wp-block-image.size-full img {
  width: 100%;
}
@media (max-width: 767.98px) {
  #wpadminbar li#wp-admin-bar-duplicate-post,
  #wpadminbar li#wp-admin-bar-my-sites,
  #wpadminbar li#wp-admin-bar-wpseo-menu {
    display: none;
  }
}
.wp-block-columns {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .wp-block-columns p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.c-hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 30px;
  margin: auto;
  outline: none !important;
  top: 0;
  transition: 0.3s ease-in-out;
  width: 30px;
}
.c-hamburger,
.c-hamburger__item {
  display: block;
  left: 0;
  position: absolute;
  transform: rotate(0deg);
}
.c-hamburger__item {
  background: #000;
  border-radius: 10px;
  height: 1px;
  opacity: 1;
  transform-origin: left center;
  transition: 0.25s ease-in-out;
  width: 100%;
}
.c-hamburger__item--first {
  top: -1px;
}
.c-hamburger__item--first.c-hamburger__item--state-open {
  left: 15%;
  top: -15%;
  transform: rotate(45deg);
}
.c-hamburger__item--second {
  top: 6px;
}
.c-hamburger__item--second.c-hamburger__item--state-open {
  opacity: 0;
  width: 0;
}
.c-hamburger__item--third {
  top: 13px;
}
.c-hamburger__item--third.c-hamburger__item--state-open {
  left: 15%;
  top: 55%;
  transform: rotate(-45deg);
}
.c-language-switcher {
  position: relative;
}
.c-language-switcher--position-footer {
  width: -moz-fit-content;
  width: fit-content;
}
.c-language-switcher__button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  position: relative;
  text-align: left;
}
.c-language-switcher__button--position-footer,
.c-language-switcher__button--position-mobile-controls {
  background-color: #e2dbd6;
  border-radius: 4px;
}
.c-language-switcher__button--position-footer[aria-expanded="true"],
.c-language-switcher__button--position-mobile-controls[aria-expanded="true"] {
  border-radius: 0 0 4px 4px;
}
.c-language-switcher__current {
  -webkit-margin-end: 25px;
  color: #1a1c1e;
  display: inline-block;
  font-family: JanuSans, sans-serif;
  font-size: 10px;
  font-weight: 300;
  margin-inline-end: 25px;
  min-height: 10px;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
}
.c-language-switcher__current:after {
  background: #1a1c1e;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: -14px;
  top: 3px;
  transition: 0.3s;
  width: 9px;
}
html[dir="rtl"] .c-language-switcher__current:after {
  left: -14px;
  right: auto;
}
.c-language-switcher__current--open:after {
  transform: rotate(180deg);
}
.c-language-switcher__current--position-header {
  -webkit-margin-end: 23px;
  margin-inline-end: 23px;
  padding: 0 10px;
}
.c-language-switcher__current--position-mobile-controls {
  -webkit-margin-end: 21px;
  margin-inline-end: 21px;
  padding: 4px 10px;
}
.c-language-switcher__current--position-mobile-controls:after {
  right: -13px;
  top: 10px;
}
.c-language-switcher__current--position-footer {
  -webkit-margin-end: 25px;
  margin-inline-end: 25px;
  padding: 4px 10px;
}
.c-language-switcher__current--position-footer:after {
  right: -12px;
  top: 11px;
}
.c-language-switcher__list {
  background-color: #efeae6;
  border-radius: 0;
  height: 0;
  margin: 0;
  min-width: 120px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 20px;
  transition: 0.3s ease-out;
  z-index: 5;
}
@media (min-width: 768px) {
  .c-language-switcher__list {
    right: -20px;
    top: 29px;
  }
  html[dir="rtl"] .c-language-switcher__list {
    left: -20px;
    right: auto;
  }
}
.c-language-switcher__list--position-mobile-controls {
  top: 0;
  translate: 0 -100%;
}
.c-language-switcher__list--position-footer {
  border-radius: 0;
  bottom: 29px;
  left: 0;
  right: auto;
  top: auto;
}
html[dir="rtl"] .c-language-switcher__list--position-footer {
  left: auto;
  right: 0;
}
.c-language-switcher__item {
  border-top: 1px solid #e2dbd6;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.c-language-switcher__item:last-child {
  border-bottom: 1px solid #e2dbd6;
}
.c-language-switcher__item:before {
  content: none;
}
.c-language-switcher__item:hover {
  background-color: #e2dbd6;
}
.c-language-switcher__link {
  display: inline-block;
  font-family: JanuSans, sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: 14px;
  outline: none;
  padding: 4px 0 !important;
  text-transform: uppercase;
  transition: color 0.3s, opacity 0.3s;
  width: 100%;
}
.c-language-switcher__link,
.c-language-switcher__link:active,
.c-language-switcher__link:focus,
.c-language-switcher__link:hover {
  color: #1a1c1e;
  text-decoration: none;
}
.c-language-switcher__link[tabindex="-1"] {
  opacity: 0;
}
.c-language-switcher__link[tabindex="0"] {
  opacity: 1;
}
@media (min-width: 768px) {
  [lang="ja"] .c-language-switcher__current--position-header {
    margin-right: 10px;
  }
  [lang="zh-hans"] .c-language-switcher__current--position-header {
    margin-right: 10px;
    padding: 0 5px;
  }
}
.c-appeared {
  opacity: 0;
}
.c-appeared--down {
  transform: translateY(70px);
}
.c-appeared--done {
  animation: c-appeared-animation 0.7s ease-out forwards;
}
@keyframes c-appeared-animation {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-button {
  align-items: center;
  color: #1a1c1e;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  height: 30px;
  letter-spacing: 2px;
  line-height: 1.3em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s;
  white-space: nowrap;
  z-index: 1;
}
.c-button:before {
  background-color: #e2dbd6;
  border-radius: 4px;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition: all 0.5s;
  width: 100%;
  z-index: -1;
}
.c-button:link,
.c-button:visited {
  background-color: #fcfaf7;
  color: #1a1c1e;
}
.c-button:active,
.c-button:hover {
  color: #1a1c1e;
}
.c-button:active:before,
.c-button:hover:before {
  height: 100%;
}
.c-button--primary {
  background-color: #f5f1ee;
  border: 1px solid #1a1c1e;
  border-radius: 4px;
  letter-spacing: 1.44px;
  line-height: 14px;
  padding: 8px 12px;
}
.c-button--primary:before {
  background-color: #e2dbd6;
  color: #1a1c1e;
}
.c-button--primary:focus {
  outline: none;
}
.c-button--primary:active {
  background-color: #1a1c1e;
  color: #efeae6;
}
.c-button--secondary {
  background-color: #fcfaf7;
  border: none;
  border-bottom: 1px solid #1a1c1e;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
}
.c-button--secondary:before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.c-button--gray {
  background-color: #e2dbd6;
  border: none;
  color: #1a1c1e;
}
.c-button--gray:hover {
  background-color: #d9d9d9;
  color: #1a1c1e;
}
.c-button--gray:active {
  background-color: #1a1c1e;
  color: #efeae6;
}
.c-button--dark {
  background-color: #1a1c1e;
  border: none;
  color: #fcfaf7;
}
.c-button--dark:active,
.c-button--dark:hover {
  background-color: #e2dbd6;
  color: #1a1c1e;
}
.c-button--text-small {
  font-size: 10px;
}
.c-button--wrap {
  white-space: normal;
}
.c-button--wide {
  padding-left: 41px;
  padding-right: 41px;
}
.c-button--wide-high {
  align-items: center;
  justify-content: center;
  min-height: 42px;
  min-width: 158px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .c-button--wide-high {
    padding-left: 41px;
    padding-right: 41px;
  }
}
.c-button--transparent {
  background-color: transparent !important;
}
.c-button--arrow-left {
  padding-left: 27px;
  padding-right: 12px;
  position: relative;
}
.c-button--arrow-left:after {
  border: solid;
  border-color: #1a1c1e;
  border-width: 0 1px 1px 0;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 9px;
  left: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  transform: rotate(135deg);
  width: 9px;
}
.c-button--arrow-right {
  padding-left: 12px;
  padding-right: 27px;
  position: relative;
}
.c-button--arrow-right:after {
  border: solid;
  border-color: #1a1c1e;
  border-width: 0 1px 1px 0;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 9px;
  margin: auto;
  position: absolute;
  right: 12px;
  top: 0;
  transform: rotate(-45deg);
  width: 9px;
}
.c-button--signup {
  font-weight: 300;
  height: 25px;
  letter-spacing: 1px;
  padding-inline: 12px 27px;
  position: relative;
}
.c-button--signup:after {
  border: solid;
  border-color: #1a1c1e;
  border-width: 0 1px 1px 0;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 7px;
  margin: auto;
  position: absolute;
  right: 12px;
  top: 0;
  transform: rotate(-45deg);
  width: 7px;
}
html[dir="rtl"] .c-button--signup:after {
  left: 12px;
  right: auto;
  transform: rotate(135deg);
}
.c-button--signup-full {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: center;
  max-width: 275px;
  text-align: center;
  width: 100%;
}
.c-button--signup-full:after {
  margin: 0 0 0 12px;
  position: static;
}
.c-button--signup.c-button--bg-light-orange {
  background: #3b4044;
  color: #e2dbd6;
}
.c-button--signup.c-button--bg-light-orange:after {
  border-color: #e2dbd6;
}
.c-button--signup.c-button--bg-light-orange:hover {
  color: #3b4044;
}
.c-button--signup.c-button--bg-light-orange:hover:after {
  border-color: #3b4044;
}
.c-button--active,
.c-button.active {
  background-color: #1a1c1e;
  color: #efeae6;
}
.c-button--active:after,
.c-button.active:after {
  border-color: #efeae6;
}
.c-button--disabled,
.c-button.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.choices {
  font-size: 16px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*="select-one"] {
  cursor: pointer;
}
.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .choices__input {
  background-color: #fff;
  border-bottom: 1px solid transparent;
  display: block;
  margin: 0;
  padding: 10px;
  width: 100%;
}
.choices[data-type*="select-one"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  background-size: 8px;
  border-radius: 10em;
  height: 20px;
  margin-right: 25px;
  margin-top: -10px;
  opacity: 0.25;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
}
.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #9d9c9b;
}
.choices[data-type*="select-one"]
  .choices__item[data-value=""]
  .choices__button {
  display: none;
}
.choices[data-type*="select-one"]:after {
  border: 5px solid transparent;
  border-top-color: #9d9c9b;
  content: "";
  height: 0;
  margin-top: -2.5px;
  pointer-events: none;
  position: absolute;
  right: 11.5px;
  top: 50%;
  width: 0;
}
.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #9d9c9b;
  margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  left: 0;
  margin-left: 25px;
  margin-right: 0;
  right: auto;
}
.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
  background-size: 8px;
  border-left: 1px solid #008fa1;
  border-radius: 0;
  display: inline-block;
  line-height: 1;
  margin: 0 -4px 0 8px;
  opacity: 0.75;
  padding-left: 16px;
  position: relative;
  width: 8px;
}
.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}
.choices__inner {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
  padding: 7.5px 7.5px 3.75px;
  vertical-align: top;
  width: 100%;
}
.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: transparent;
}
.is-flipped.is-open .choices__inner,
.is-open .choices__inner {
  border-radius: 0 0 0 0;
}
.choices__list {
  list-style: none;
  margin: 0;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir="rtl"] .choices__list--single {
  padding-left: 16px;
  padding-right: 4px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3.75px;
  margin-right: 3.75px;
  padding: 4px 10px;
  vertical-align: middle;
  word-break: break-all;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
  margin-left: 3.75px;
  margin-right: 0;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  background-color: #fcfaf7;
  border: 1px solid transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: -1px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  will-change: visibility;
  word-break: break-all;
  z-index: 1;
}
.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible;
}
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: transparent;
}
.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  border-radius: 0.25rem 0.25rem 0 0;
  bottom: 100%;
  margin-bottom: -1px;
  margin-top: 0;
  top: auto;
}
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  -webkit-overflow-scrolling: touch;
  max-height: 300px;
  overflow: auto;
  position: relative;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  font-size: 14px;
  padding: 10px;
  position: relative;
}
[dir="rtl"] .choices__list--dropdown .choices__item,
[dir="rtl"] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after,
  .choices__list[aria-expanded] .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable,
  [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable {
    padding-left: 100px;
    padding-right: 10px;
    text-align: right;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after,
  [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable:after {
    left: 10px;
    right: auto;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.choices__heading {
  border-bottom: 1px solid rgba(26, 26, 26, 0);
  color: gray;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
}
.choices__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.choices__button:focus {
  outline: none;
}
.choices__input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  max-width: 100%;
  padding: 4px 0 4px 2px;
  vertical-align: baseline;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}
[dir="rtl"] .choices__input {
  padding-left: 0;
  padding-right: 2px;
}
.choices__placeholder {
  opacity: 0.5;
}
.choices {
  margin-bottom: 0;
}
.choices--invalid .choices__inner {
  border-bottom: 1px solid red !important;
}
.choices__placeholder {
  opacity: 0.4;
}
.choices__placeholder[role="option"] {
  display: none;
}
.choices[data-type*="select-one"]:after {
  border-style: none;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #1a1c1e;
  height: 10px;
  transition: rotate 0.3s;
  width: 16px;
}
.choices[data-type*="select-one"].is-open:after {
  border-color: #1a1c1e transparent transparent;
  margin-top: -2.5px;
  rotate: 180deg;
}
.choices__list {
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
}
.choices__list--dropdown {
  border-top: none;
  display: none;
  left: -3px;
  margin-top: 5px !important;
  right: -3px;
  width: auto !important;
}
.is-flipped .choices__list--dropdown {
  margin-bottom: 5px !important;
  margin-top: 0 !important;
}
.choices__list--dropdown .choices__list {
  padding: 3px;
}
.choices__list--dropdown.is-active {
  display: block;
  z-index: 2;
}
.choices__inner {
  border-bottom: 1px solid #1a1c1e !important;
  min-height: 38px !important;
  padding-left: 0;
}
.choices__inner:has(.wpcf7-not-valid) {
  border-bottom: 1px solid red !important;
}
.choices__item {
  padding-left: 0 !important;
}
.choices__item--choice {
  border-bottom: 1px solid #1a1c1e !important;
  color: rgba(26, 28, 30, 0.4);
}
.choices__item.is-highlighted {
  background-color: #fcfaf7 !important;
  color: #1a1c1e;
}
.choices__item.is-focused {
  box-shadow: 0 0 5px 0 #010bff;
}
.choices__item:after {
  display: none;
}
.choices__input {
  background-color: #fcfaf7 !important;
  border-bottom: 1px solid #1a1c1e !important;
}
html[dir="rtl"] .choices[data-type*="select-one"]:after {
  left: 11.5px;
  right: auto;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #1a1c1e;
  border-radius: 0;
  height: 38px;
  transition: border-color 0.2s;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #1a1c1e;
  font-family: JanuSans, sans-serif;
  line-height: 37px;
  padding-left: 0;
  padding-right: 36px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #1a1c1e;
  opacity: 0.4;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 220px;
  padding: 3px;
}
.select2-container--default.select2-container--focus
  .select2-selection--single {
  border-bottom: 1px solid #1a1c1e;
  box-shadow: none;
}
.select2-container--default .select2-search--dropdown {
  margin-bottom: 3px;
  padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #fcfaf7;
  border: none;
  border-bottom: 1px solid #1a1c1e;
  border-radius: 0;
  color: #1a1c1e;
  font-family: JanuSans, sans-serif;
  outline: none;
  padding: 8px 0;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-bottom: 1px solid #1a1c1e;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field::-moz-placeholder {
  color: #1a1c1e;
  opacity: 0.4;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field::placeholder {
  color: #1a1c1e;
  opacity: 0.4;
}
.select2-container--default:has(.select2-selection) {
  position: relative;
}
.select2-container--default:has(.select2-selection):after {
  border-style: none;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #1a1c1e;
  content: "";
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transition: rotate 0.3s;
  width: 16px;
  z-index: 1;
}
.select2-container--default:has(
    .select2-selection
  ).select2-container--open:after {
  border-color: #1a1c1e transparent transparent;
  margin-top: -7.5px;
  rotate: 180deg;
}
body.c-key-down
  .select2-container--default.select2-container--focus
  .select2-selection--single {
  box-shadow: 0 0 5px 0 #010bff;
}
.select2-dropdown {
  background-color: #fcfaf7;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(26, 28, 30, 0.1);
  margin-top: 5px;
}
.select2-container {
  top: 100% !important;
}
.select2-results__option {
  border-bottom: 1px solid #1a1c1e;
  color: rgba(26, 28, 30, 0.6);
  font-family: JanuSans, sans-serif;
  padding: 10px 0;
  transition: all 0.2s;
}
.select2-results__option:last-child {
  border-bottom: none;
}
.select2-results__option[aria-selected="true"] {
  background-color: transparent;
  color: #1a1c1e;
}
.select2-results__option.select2-results__option--highlighted {
  background-color: #fcfaf7;
  color: #1a1c1e;
}
.select2-results__option.select2-results__option--disabled {
  opacity: 0.4;
}
.select2-results__message {
  color: rgba(26, 28, 30, 0.6);
  font-family: JanuSans, sans-serif;
  padding: 10px 0;
}
html[dir="rtl"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 36px;
  padding-right: 0;
}
html[dir="rtl"] .select2-container--default:has(.select2-selection):after {
  left: 12px;
  right: auto;
}
.c-link {
  background: transparent;
  border: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none !important;
  white-space: nowrap;
}
.c-link--normal {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 20px;
}
.c-link--small {
  line-height: 16px;
}
.c-link--adaptive,
.c-link--small {
  font-size: 10px;
  letter-spacing: 0.1em;
}
.c-link--adaptive {
  line-height: 14px;
}
@media (min-width: 768px) {
  .c-link--adaptive {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 16px;
  }
}
.c-link--dark {
  color: #1a1c1e;
  transition: color 0.3s;
}
.c-link--dark:link,
.c-link--dark:visited {
  color: #1a1c1e;
}
.c-link--dark:active,
.c-link--dark:focus,
.c-link--dark:hover {
  color: rgba(26, 28, 30, 0.4);
}
.c-link--navy {
  color: #2b3238;
  font-family: JanuSans, sans-serif;
  font-weight: 300;
  transition: color 0.3s;
}
.c-link--navy:link,
.c-link--navy:visited {
  color: #2b3238;
}
.c-link--navy:active,
.c-link--navy:focus,
.c-link--navy:hover {
  color: rgba(43, 50, 56, 0.4);
}
.c-link--heading {
  color: #2b3238;
  font-family: Macklin, sans-serif;
  font-weight: 400;
  transition: color 0.3s;
}
.c-link--heading:link,
.c-link--heading:visited {
  color: #2b3238;
}
.c-link--heading:active,
.c-link--heading:focus,
.c-link--heading:hover {
  color: rgba(43, 50, 56, 0.4);
}
.c-link--uppercase {
  text-transform: uppercase;
}
.c-link--no-link {
  cursor: pointer;
}
body.c-key-down :focus {
  box-shadow: 0 0 5px 0 #010bff !important;
  outline: none;
}
.c-title {
  font-family: Classic Roman, sans-serif;
  line-height: 1.3em;
  text-transform: uppercase;
}
.c-title--primary {
  font-size: 40px;
}
.c-title--primary [lang="zh-hans"],
[lang="ja"] .c-title--primary {
  line-height: 54px;
}
@media (min-width: 1200px) {
  .c-title--primary {
    font-size: 64px;
  }
  [lang="ja"] .c-title--primary,
  [lang="zh-hans"] .c-title--primary {
    font-size: 65px;
    line-height: 82px;
  }
}
.c-title--secondary {
  font-size: 32px;
}
@media (min-width: 1200px) {
  .c-title--secondary {
    font-size: 52px;
  }
}
.c-title--tertiary {
  font-size: 24px;
}
@media (min-width: 1200px) {
  .c-title--tertiary {
    font-size: 32px;
  }
}
.c-logo {
  display: flex;
  font-size: 0 !important;
  text-indent: -10000px;
}
.c-logo:before {
  background-color: transparent;
  content: "";
  display: block;
  height: 20px;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2265%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m17.43%201.019-5.782%2017.878%202.263-1.33%201.928-5.799h5.223v-.057l2.318%207.017%201.704-.934L19.331.057l-1.9.962Zm-1.117%209.42%202.153-6.691%202.178%206.69h-4.33ZM3.91%2013.522c0%203.253-.893%204.865-3.91%205.856L.363%2020c3.632-.368%205.56-2.348%205.56-6.139V0L3.91%201.019v12.504-.001Zm37.096%201.41L32.737.084l-1.815.935v17.765l1.787-.962V3.962l8.24%2014.765%201.844-1.047V.028l-1.787.848v14.056ZM59.947.933V13.07c0%203.056-1.173%204.272-4.023%204.272-2.597%200-4.022-1.527-4.022-4.272V0L49.89%201.019V13.07c0%203.791%202.653%205.63%206.033%205.63%203.38%200%205.894-1.839%205.894-5.63V0l-1.871.933Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2265%22%20height%3D%2220%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m17.43%201.019-5.782%2017.878%202.263-1.33%201.928-5.799h5.223v-.057l2.318%207.017%201.704-.934L19.331.057l-1.9.962Zm-1.117%209.42%202.153-6.691%202.178%206.69h-4.33ZM3.91%2013.522c0%203.253-.893%204.865-3.91%205.856L.363%2020c3.632-.368%205.56-2.348%205.56-6.139V0L3.91%201.019v12.504-.001Zm37.096%201.41L32.737.084l-1.815.935v17.765l1.787-.962V3.962l8.24%2014.765%201.844-1.047V.028l-1.787.848v14.056ZM59.947.933V13.07c0%203.056-1.173%204.272-4.023%204.272-2.597%200-4.022-1.527-4.022-4.272V0L49.89%201.019V13.07c0%203.791%202.653%205.63%206.033%205.63%203.38%200%205.894-1.839%205.894-5.63V0l-1.871.933Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: background-color 0.25s linear;
  width: 65px;
}
.c-logo--black:before {
  background-color: #000;
}
.c-logo--position-header {
  width: -moz-fit-content;
  width: fit-content;
}
.c-logo--position-header:before {
  height: 15px;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 49px;
}
@media (min-width: 768px) {
  .c-logo--position-header:before {
    height: 20px;
    width: 65px;
  }
}
.c-spacing__top--small {
  padding-top: 15px !important;
}
@media (min-width: 768px) {
  .c-spacing__top--small {
    padding-top: 40px !important;
  }
}
.c-spacing__top--medium {
  padding-top: 40px !important;
}
@media (min-width: 768px) {
  .c-spacing__top--medium {
    padding-top: 60px !important;
  }
}
.c-spacing__top--large {
  padding-top: 80px !important;
}
@media (min-width: 768px) {
  .c-spacing__top--large {
    padding-top: 120px !important;
  }
}
.c-spacing__bottom--small {
  padding-bottom: 15px !important;
}
@media (min-width: 768px) {
  .c-spacing__bottom--small {
    padding-bottom: 40px !important;
  }
}
.c-spacing__bottom--medium {
  padding-bottom: 40px !important;
}
@media (min-width: 768px) {
  .c-spacing__bottom--medium {
    padding-bottom: 60px !important;
  }
}
.c-spacing__bottom--large {
  padding-bottom: 80px !important;
}
@media (min-width: 768px) {
  .c-spacing__bottom--large {
    padding-bottom: 120px !important;
  }
}
.block-error {
  align-items: center;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.block-error--border-red {
  border: 1px solid red;
}
.block-error__image--broken {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAAlwSFlzAAAHYgAAB2IBOHqZ2wAAAvFQTFRFR3BMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcV11IwAAAPp0Uk5TACLM/kS7gBHu3aoB+vsDCgT5/RAFAgdBBvwN8i71HhX3C1gahgjwLNDfGz/FuiDvpLjHRhwlkS9T18T4Q+Lsva1vnaLGyww1nF7kzuHq1UhVbuhn7WxND3a5vj3D54UJ8Q6znuvWwadpSiuxl3jAh2hO83xdPjg8RYgfn1mYFsrTtNhCZoquUfZ1N3+EZSeyWl/0tn3pq4zUcpZ3m97jjyqQUhRhyM1M0pl6o+aJMRI224PaOmPPsKCBXGuUqHm8ftmLr5UzVxkjRygtcDLcGMKOUHS3O0AhZCasTzBzoYJJv2J7YNHgjclxmhNWWx1qS5MX5ZJUpm05tQ3b/fYAAAyKSURBVHja7Z11YBRHF8A3XEggF5eLEFeIkYQkEAiSICG4u7u7U9yluBcKlEKRFi3aAqXuX12/er/2c9f96yskmTd3WZm93SU3O/P+uszuvDfvl73ZmTfz5gSBCxcuXLhw4cKFCxcuXLhw4cKFCxcuXLgwLcGvXB2Rd72+cZKXHOFqY1FOo7js5Fqme3Y20Gy+36EPZydo9T7pT2MaiYbLsAvOVgbZHhRPcy517DPesliyOEOD+yn7TfD+vux2MjPfVl1c6VT8vDm2xZMfRBD+92e2Es2SZ3FD62tKG+OlmdGmWW+cReL/osdF82Qubql1TanNgZXuMNG8mDdQzf3A1FAzG/AMbqtbTWloFFa61kz7YpOLyv6ntTPVvPgkbgzZuubUM5jbgrgBiv63Ndd6vzDc2tCaTnCe0zO42tw2BCQrvPqvm2z7CWd7H1YReNm5dPMuc1sR0kwWwFFzLTeOdDW4Jj897r1erqXNJ9hMbUejIhn/N7jYHeV3due33kbJ0HjygcjfPzbMrPe//rP/tAuBa2mSVk+0cbprcLMoywzrc882cPItVfKucvyWU5HWmtmEpfrj3cCbErfE4l+ApWmWm9xldcf8e0nihtvY9UFWnN7G3wMHbW/VurwEG4Ift+YE//N+4OLYWld/gIv5gRYNcUTCML9RkOvFEughXrdskOcG/Jddx4PxcOl960a5MuOQl+Uul35EV0Jfs3CcD4ItTWSvtLRyoHMBPOgnnK/URxcOWhlAYD/p4JQgHEEXFlg61g3/6HnOF4BMgqUBTEN+9ne+EIIuRFkawEzk5x3nC9A5WHu5xwf56cMBcAAcAAfAAXAAHgogbLNcbDmMBQC+h/1lg/r+y5IsDyCmnuK6RrbD6gCmq6zsbLI6gNYqAFZaHMBbamt7iRYHMEgNwHCLA/hODUB7awMY7a/i/5wiawN4QsX/cWssPg44jFrSx6+2nCvztfpIEO0dE9cxOReIhZZEMgngMVi/jGISwAzUkPXUT4d9s4aO1vESfJRyAGFLf/El8XiQ2y/BQroBBHWtUndX224LeAmepjwitKVG31+01LI/Lr2vmkIARySTATS8BD+hG0AwKMx16yU4KpxuAHZIuunt1kvwC4Hyr8BupPAueaWB8BK8SjuASRDHJZ++tICdjJm0A0iBnbePEFfqLLrVdXrmQKgj0jiRuOPoorKfmyoALyCN6aSzmubQiqH0A8C88SasMt3sl+DDnQzBxrNiwhoTUA0/wQIA/im7K1NSMvt/FyqdXkcrAG/Q2Vzt3viylnjCpi2FHgD2T77qHynZy4WnI517FFVsO+u6GtpVoAZA0YO2p99Olli3n4h0dlSY/tw8UDv0PYIaAIVo+upfv79rXtwjauM6e8XiS5Kx/4W0AAic4fzk+px3ignByH5W7boRC492k1n76BNMC4C5tdre7W+L4BV+V+bkhF9my6WHnpZf/FHO2UpZO21qQT03BayGnOp8a6ROAM8GSDU/fWJydZZ+b1jR7oRVi5pc3kZx8VPhpIeI5BUG5tU2OJ6gB0BYE9n85Jzn7ncIuVDSoqbSyA156Uptim77pYLJyMYG5xG3+dHuPoB/K6rusXih/TforxtVkdIB7RVPJ4luWfYrJYtrA4xPpT4X7i6A71V1/9QQ1nQDBd+d2xMVN35M3akcObCXm5JMvj3NPQDbtKX5rxusuO4fty85Rs3iTZPS6Ze5BcDR1cBjLcZUdlK32Mu0UwVuuQMAP2yhw9yOOhqX81eijX8jW5vlv9g0TDuAnpjHTXMFIaFyjLunD+0gs7jHxDMlXtAMYPlwrHp1zC9owJk+7lh/ishiWlMTATR1aARgX4XVPowNjRcu1n4GzHyNAWNRPNC3wuuBdIADD7yUZSl8X6sKKmb1wDQu0ghgFla3xGXzcixBh7B6xDsr0R+/JgKwDGp3RlOFb1DZCpXqK9Cd36Dp+lhQeVQbADs2BGwl0f7CSfkKHcLpLfcPdoOJkBcRAPAgG9abS+GEHuWXaAyMoErheS3A8oU1AUjB3CmTvmX0H/MaSHnfcXr1Lj/4Sv+BCEAbqT4jCNIdeyr32TBKxzYszEalDbUB+DPcvcoue1fwmmLnyUJo9kG0UGqHCBhZABiGUXjoZRjhQkIqum8YVnoBRiIavwJ7a25+WiXRtvmeetUdQvSQ/nigLwbZ20j2FpRu4FbCpPeW6L6tMkq1dYI1ix6hBBH/wkmrmjQZ86gLqUytW5+lG7hI8tGuPYgKkV6jcBtAeH5VpEvLyrezHEP27ukBgHUCSrsK18BKbZIhAITwSeMD/IeUuh+aWkASMCUIWWXLhbhkAmEtBWMA3I/rRAg6pBmy11YXgBFEeoZIdwH6AOiTXlr3Q8o0EEAGNJQXGAU08xQAV2EQqwtAJ39Nw26X8VIdAjiodeVUroEFmgB0EDwFAHRLl/UBmKkJQKrHAHhfaxagXAN7agLwhscAgN1AffUB0NQJuE6Z6hCAn9YtVLINzNEAYLDgMQAGI3uTdQKYrAFAT88BUKB1JVi+gc+42wXWKQCIR8XqBWBPvkTk/pVX7R4EAHYELtEL4H6M1ktdlisrfdgAYInQ1wAA7krdAYhAcVNbMJMABiJzuwQmAcAJnv9gE8DnsKzAJgBf1AfkswkA4tnPMQrgv9VBmgNpjAIQBjxY6ikoFFgFIIR9X5zazC6wC8D9tnIAHAAHoN7DMA1gybk54pyv45kFEFu1mWLceUYBBI+vWXjPZRMALBeO92USwCa4dYaDRQC/wwKhE+0MAtiMh4IXs/gWGIITmMQggMIueBLKAAYHQhn4xuqNCxgcCkeGYATGFTE4F9iB79d+N4HByZAP3hGeDNICoKFnikYA9rE4Ab8IDQA8XsiemOrNrMqxZysDEEbjSaZ7A9kDIGTiaWaxDAIQMrAk5c0sAhCmqmXUWBxAJmwR3i2wCAAbC8xmEUAwHM/ZOpBFABugylwtI0FfzxTtAGALaUAKiytDr0Ninh+TS2Mviur5VFYG4IDfWi+xswhgHlR4m0QpHG/isAYAyKfbeIFEKTwwKZYAgB1RPZZI6T30McsSAODndcUKIqX/Qx+3WAFAp1Ho9mtkSn9GH0/RDyDmYjHc/hmZUsjktOVSDCBqSi8fvx746ZzpSWRKEyCO/HsqAYQ/cD261syhmFQpnNER8CZlAOwVN9tdiZaZOh0jVQpn/4n1A6kCkPCRwtRxJbHS5di5Ly/SBCB4mNLc2RZJrBQ7qMecX7gxCcBO5ejBgXBSpV54DuoIOzUAVqnETzYRK/0ZrzY1nhYA3VUAxOWSKo3B9xWIiTN9qQBQqBpCa0es1DvUqWKi35MZUR4P4Ckpn/e23Y79NZlY6VaJB6iBh4gcAJdjBpvWa1/m/ZogRPwWyn5KIgVgb09fVLgdKl99pncpnElbgT3OPsSPlSOHOgCwceAD5wuHoMaoIOLvVZQfZQDCbHJZ2L57RdUYh4TSwHU2qgBkoeJ+rt5VqneDkkpnj6MJwNuouNZJUnb4yRIvTa8W3+JQegDcQMX7a7k3pWaz3BCt79aM9tG0AIDTy2/V9m9W1de5e5H2KaaXz7tUAHDABGaKhINfjhfF6PWfuhdlKZrVObtPiIcDeAWi/8GSLsY3D9MXZ3MYvrjr5n3Sbf0MlZ58KAuO5gd1Ze+TvvAyKp3GJgBYAOvLJICIOaj0IpMAtqHC6CAmAbyKCnsITAKAX+nNYxMALGZ8xSYA+FXLDDYBoHhQnsAogIFVU96P0lgFIATu2Ndh3wazW+XBAB5OqzgADoAD4AC0StIbPre7HpFY2SJdAUNFXcYXjC2LpAtA0rwc/4cSEvNMACd8GnhG1ljdAAg+2MhDkqbqBsCxxqLIMoDKXSLTAB7zpLzBOgCwTmQbwB2RbQAtbGwD+NTlV0ELLn+7LSFCt9qg5e9Ulg+nAIB9Bu59wLIpRo6tglt4PoB5uP8dYgWDxeMBOPB9pmfCBeYA9MX8vywYLzYPB2C/Asq+NmOrOcyvOhmmMwY2xOrW9TH4f2mkGRGVEhMSGyHI0E23LmxfprcZ/mOnAbxkmE7YUV1fty7YsTrBnJjadCA8yHiVd/TqWgK6WpgD4DzWyV6fH6RbX1DWVNLcMqJRsEi1lOjm+QPdAB7RDaCcav+76p+xfEGz/60W6O+iBtMMwIgsyTEU+z/TiJfUFmrd9+9ryFs6ZQ6l/q+cb9A4ZXYije63XmtconzGxO5U+d6qz3v7SyMELly4cOHChQsXLly4cOHChQsXLly4cOHCovwfD17osLEdmzUAAAAASUVORK5CYII=);
  background-size: contain;
  height: 300px;
  width: 300px;
}
.block-error__image--expired {
  background-image: url(../images/f9234dff9f79e77cbf82.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  max-width: 500px;
  width: 100%;
}
.block-error__message {
  color: red;
}
.header {
  --header-primary-height: 35px;
  --header-primary-height-negative: calc(var(--header-primary-height) * -1);
  --header-secondary-height: 22px;
  --header-secondary-height-negative: calc(var(--header-secondary-height) * -1);
  --destination-toggler-width: 90px;
  --header-primary-padding-top-bottom: 10px;
  --header-padding-left-right: 0px;
  --header-secondary-padding-top-bottom: 8px;
  --header-transition-duration: 500ms;
  --header-transition-delay: 1ms;
  margin-bottom: 20px;
  position: sticky;
  top: 0;
  z-index: 4;
}
@media (min-width: 768px) {
  .header {
    --header-primary-height: 44px;
    --header-primary-padding-top-bottom: 12px;
  }
}
@media (min-width: 950px) {
  .header {
    --destination-toggler-width: 150px;
  }
}
.header--state-mobile-open {
  height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  width: 100vw;
}
.header__wrap {
  background-color: #fcfaf7;
  transition-delay: var(--header-transition-delay);
  transition-duration: var(--header-transition-duration);
  transition-timing-function: ease;
}
.header__wrap--level-primary.header__wrap--state-hidden,
.header__wrap--level-primary.header__wrap--state-init {
  /*transform: translateY(var(--header-primary-height-negative));*/
}
.header__wrap--level-secondary {
  display: none;
}
@media (min-width: 768px) {
  .header__wrap--level-secondary {
    border: 1px solid #e2dbd6;
    border-left: none;
    border-right: none;
    display: block;
  }
}
.header__wrap--level-secondary.header__wrap--state-init {
  transform: translateY(
    calc(
      var(--header-secondary-height-negative) +
        var(--header-primary-height-negative)
    )
  );
}
.header__wrap--level-secondary.header__wrap--state-hidden {
  transform: translateY(var(--header-primary-height-negative));
  transition-duration: var(--header-transition-duration);
}
.header__container {
  align-items: center;
  background-color: #fcfaf7;
  display: grid;
  font-size: 12px;
  grid-template-columns: repeat(2, 1fr);
  line-height: 1.4;
  margin: 0 auto;
  width: 100%;
}
.header__container--level-primary {
  grid-template-rows: minmax(var(--header-primary-height), auto);
  padding: 0 var(--header-padding-left-right);
}
@media (min-width: 768px) {
  .header__container--level-primary {
    grid-template-columns: minmax(65px, auto) 1fr minmax(100px, auto);
  }
}
.header__container--level-secondary {
  grid-template-columns: minmax(var(--destination-toggler-width), auto) 1fr minmax(
      calc(250px + var(--header-padding-left-right)),
      auto
    );
  grid-template-rows: minmax(calc(var(--header-secondary-height) - 2px), auto);
  padding: 0 0 0 var(--header-padding-left-right);
}
.header__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: auto;
  position: fixed;
  top: 0;
  transition: opacity 0.3s;
  transition-delay: 0.1s;
  width: 100%;
  z-index: -1;
}
.header__overlay--state-visible {
  opacity: 1;
  z-index: 2;
}
.header__navigation-wrap {
  display: none;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .header__navigation-wrap {
    display: block;
  }
}
.header__navigation-wrap--level-secondary {
  line-height: calc(var(--header-secondary-height) - 2px);
  max-width: 100%;
  overflow-x: auto;
}
@media (min-width: 950px) {
  .header__navigation-wrap--level-secondary {
    overflow-x: hidden;
  }
}
.header__navigation-wrap--state-fade {
  opacity: 0.5;
}
.header__navigation-wrap--state-hidden {
  opacity: 0;
  pointer-events: none;
}
.header__navigation-item-wrap {
  position: relative;
}
.header__navigation-action {
  padding: var(--header-secondary-padding-top-bottom) 0;
}
.header__navigation {
  align-items: center;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
.header__navigation--level-primary {
  justify-content: center;
}
.header__navigation--level-secondary {
  justify-content: start;
  overflow-y: hidden;
}
.header__navigation-item {
  flex-shrink: 0;
  list-style: none;
  margin: 0 6px;
}
@media (min-width: 950px) {
  .header__navigation-item {
    margin: 0 14px;
  }
}
.header__navigation-item:first-child {
  margin-left: 0;
}
.header__navigation-item:last-child {
  margin-right: 0;
}
.header__navigation-link {
  background-color: transparent;
  border: none;
  color: #1a1c1e;
  font-family: JanuSans, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.8px;
  padding-left: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}
.header__navigation-link--active,
.header__navigation-link:active,
.header__navigation-link:focus,
.header__navigation-link:hover {
  color: #2b3238;
}
.header__navigation-link--state-faded {
  opacity: 0.5 !important;
}
.header__navigation-link--style-arrow {
  display: inline-block;
  height: 14px;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: -15px;
  top: 3px;
  width: 14px;
}
.header__navigation-link--style-arrow:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%231A1C1E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.938%207.459%207.396%207l-.458-.458L.458.062%200%20.521%206.48%207%200%2013.48l.458.457%206.48-6.48Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 8px;
  position: absolute;
  top: 3px;
  width: 14px;
}
.header__navigation-link--style-arrow[data-active="true"] {
  opacity: 1;
  rotate: 90deg;
  top: 1px;
}
.header__navigation-link--style-arrow:focus {
  opacity: 1;
}
.header__navigation-link--style-plus {
  background-image: url("data:image/svg+xml,%3csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.21 3.79V0h-.42v3.79H0v.42h3.79V8h.42V4.21H8v-.42H4.21Z' fill='%231A1C1E'/%3e%3c/svg%3e");
  display: inline-block;
  height: 8px;
  margin-left: 8px;
  position: relative;
  width: 8px;
}
.header__navigation-link--content-destinations:hover {
  opacity: 0.5;
}
.header__navigation-link--content-destinations[data-active="true"] span {
  transform: rotate(45deg);
}
.header__controls {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .header__controls {
    align-items: normal;
    height: auto;
  }
}
.header__booking-wrap--level-primary {
  display: block;
  height: 100%;
}
@media (min-width: 768px) {
  .header__booking-wrap--level-primary {
    display: none;
  }
}
.header__booking-wrap--level-secondary {
  width: 100%;
}
.header__booking-btn {
  background: #3b4044;
  color: #fcfaf7;
  font-family: JanuSans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.16;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s;
}
.header__booking-btn--level-primary {
  border-radius: 2px;
  display: block;
  height: 100%;
  margin-right: 10px;
  padding: 10px 12px;
}
.header__booking-btn--level-secondary {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  padding: 9px 0;
  text-align: center;
  width: 100%;
}
.header__booking-wrap--dropdown {
  max-width: 130px;
  position: relative;
  text-align: right;
}
.header__booking-wrap--level-primary {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}
.header__booking-wrap--level-primary .header__booking-btn--dropdown {
  border-radius: 2px;
  display: block;
  height: 100%;
  padding: 10px 12px;
}
@media (max-width: 767.98px) {
  .header__booking-wrap--level-primary .header__booking-btn--dropdown {
    border-color: transparent;
    border-radius: 2px;
    height: auto;
    padding: 7.5px 12px;
    position: relative;
    top: 2px;
    width: 80px;
  }
  .header__booking-wrap--level-primary .header__booking-btn--dropdown:after {
    align-items: center;
    content: "▲";
    display: inline-flex;
    justify-content: center;
    left: 5px;
    position: relative;
    rotate: 180deg;
    scale: 0.8;
    top: -1px;
  }
  html[dir="rtl"]
    .header__booking-wrap--level-primary
    .header__booking-btn--dropdown:after {
    left: auto;
    right: 5px;
  }
  .header__booking-wrap--level-primary .header__booking-btn--dropdown.open {
    background-color: #fff !important;
    border-color: #e2dbd6 !important;
    color: #1a1c1e !important;
  }
}
.header__booking-dropdown {
  display: none;
  list-style-type: none;
  margin: 4px 0 0;
  padding: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 5;
}
.header__booking-dropdown.open {
  display: block;
}
@media (max-width: 767.98px) {
  .header__booking-dropdown {
    right: -60px;
    width: 100vw;
  }
  html[dir="rtl"] .header__booking-dropdown {
    left: -60px;
    right: auto;
  }
}
.header__booking-option {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .header__booking-option:last-of-type a {
    border-radius: 0 0 4px 4px;
  }
}
.header__booking-item {
  background-color: #efeae6;
  border: 1px solid transparent;
  border-radius: 0;
  color: #1a1c1e;
  display: inline-flex;
  font-family: JanuSans, sans-serif;
  font-size: 10px;
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 14px;
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s;
  width: 100%;
}
@media (max-width: 767.98px) {
  .header__booking-item {
    align-items: center;
    background: #efeae6;
    border-color: #e2dbd6;
    border-radius: 0;
    display: flex;
    font-weight: 300;
    justify-content: center;
    line-height: 20px;
    padding: 8px 8px 8px 14px;
    width: 100%;
  }
}
.header__booking-item:hover {
  background-color: #e2dbd6;
  border-color: #e2dbd6;
  color: #1a1c1e;
}
.header__booking-button,
.header__booking-cta {
  -webkit-margin-end: 4px;
  align-items: center;
  background: #e2dbd6;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #1a1c1e;
  display: inline-flex;
  font-family: JanuSans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 14px;
  margin-inline-end: 4px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 7.5px 12px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s;
}
.header__booking-button:hover,
.header__booking-cta:hover {
  background-color: #3b4044;
  border-color: transparent;
  color: #fff;
}
.header__booking-button {
  background: #1a1c1e;
  color: #e2dbd6;
  display: inline-block;
  text-align: center;
  width: 130px;
}
@media (max-width: 767.98px) {
  .header__booking-button {
    position: relative;
    top: 2px;
    width: auto;
  }
}
.header__booking-button:hover {
  background-color: #e2dbd6;
  border-color: #e2dbd6;
  color: #1a1c1e;
}
.header__booking-button:focus {
  color: #fff;
}
.header__booking-btn--dropdown {
  border: 1px solid transparent;
  border-radius: 4px;
  padding-bottom: 7.5px;
  padding-top: 7.5px;
}
@media (min-width: 768px) {
  .header__booking-btn--dropdown {
    width: 130px;
  }
  .header__booking-btn--dropdown:after {
    align-items: center;
    content: "▲";
    display: inline-flex;
    inset-inline-start: 10px;
    justify-content: center;
    position: relative;
    rotate: 180deg;
    scale: 0.8;
    top: -1px;
  }
}
.header__booking-btn--dropdown:hover {
  background-color: #e2dbd6;
  border-color: #e2dbd6;
  color: #1a1c1e;
}
.header__booking-btn--dropdown.open {
  background-color: #fff;
  border-color: #e2dbd6;
  color: #1a1c1e;
}
@media (min-width: 768px) {
  .header__booking-btn--dropdown.open {
    border-radius: 4px 4px 0 0;
  }
}
.header__booking-btn--dropdown.open:after {
  rotate: 0deg;
  top: 0;
}
.header__lang-switcher {
  display: none;
}
@media (min-width: 768px) {
  .header__lang-switcher {
    -webkit-margin-start: 10px;
    display: block;
    margin-inline-start: 10px;
  }
}
.header__menu-button {
  position: relative;
  top: -6px;
  width: 30px;
}
@media (min-width: 768px) {
  .header__menu-button--layout-with-language-switcher {
    top: 0;
  }
}
.navigation {
  --navigation-padding-left-right: 20px;
  --mobile-breadcrumbs-width: 32px;
  --mobile-nav-height: 100dvh;
  --mobile-nav-width: 100dvw;
  grid-column-gap: 30px;
  background-color: #f5f1ee;
  border-bottom: 1px solid #f5f1ee;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  left: 0;
  max-height: 80vh;
  opacity: 0;
  overflow-y: auto;
  padding: 0 var(--navigation-padding-left-right);
  pointer-events: none;
  position: absolute;
  transition-duration: 0.3s;
  transition-property: opacity;
  width: 100%;
  z-index: -1;
}
.navigation--state-open {
  max-height: 100vh;
  opacity: 1;
  pointer-events: auto;
  z-index: 3;
}
.navigation--layout-hamburger {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .navigation--layout-hamburger {
    grid-template-columns: repeat(4, 1fr);
  }
}
.navigation--layout-text-columns {
  grid-column-gap: 20px;
  grid-template-columns: repeat(var(--navigation-columns-count), 1fr) 2fr;
  grid-template-rows: auto;
}
.navigation--layout-image-grid {
  grid-template-columns: 1fr;
}
.navigation--layout-destinations {
  grid-template-columns: repeat(24, 1fr);
  margin-top: 9px;
}
.navigation--layout-mobile {
  display: block;
  height: var(--mobile-nav-height);
  overflow: hidden;
  padding: 0;
  transform: translateX(-100%);
  transition-duration: 0.3s, 0.3s;
  transition-property: transform, opacity;
}
@supports (height: 100dvh) {
  .navigation--layout-mobile {
    height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
  }
}
.navigation--state-open.navigation--layout-mobile {
  transform: translateX(0);
  transition-delay: 0ms, 0ms;
  transition-duration: 0.3s, 0ms;
  width: var(--mobile-nav-width);
}
@supports (width: 100dvw) {
  .navigation--state-open.navigation--layout-mobile {
    width: 100dvw;
  }
}
.navigation--state-closed.navigation--layout-mobile {
  max-height: 100vh;
  transform: translateX(-100%);
  transition-delay: 0ms, 0.3s;
}
.navigation__column {
  display: block;
  margin: 0;
  padding: 28px 0 70px;
}
@media (min-width: 1200px) {
  .navigation__column {
    padding: 28px 0 120px;
  }
}
@media (min-width: 768px) {
  .navigation__column:first-child {
    -webkit-border-end: 1px solid #e2dbd6;
    border-inline-end: 1px solid #e2dbd6;
  }
}
.navigation__column--layout-text-columns {
  -webkit-border-end: 1px solid #e2dbd6;
  border-inline-end: 1px solid #e2dbd6;
  padding: 60px 0 28px;
}
.navigation__column--layout-image-grid {
  padding: 60px 0 56px;
}
.navigation__column--layout-image-grid:first-child {
  -webkit-border-end: none;
  border-inline-end: none;
}
.navigation__column--layout-destinations {
  padding: 0 0 120px;
}
.navigation__column--layout-mobile {
  grid-column-gap: 8px;
  background-color: #f5f1ee;
  display: grid;
  grid-template-columns: [full-start] 1fr [main-start] repeat(6, 1fr) [main-end] 0 [full-end];
  height: 100%;
  margin-left: var(--mobile-breadcrumbs-width);
  opacity: 1;
  overflow: hidden;
  padding: 0;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 3;
}
.navigation__column--content-destination-selector {
  grid-column: 1/7;
}
.navigation__column--content-destination-menu {
  display: grid;
  grid-column: 9/16;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  padding-top: 60px;
}
.navigation__column--content-destination-meta {
  grid-column: 16/25;
  padding-top: 20px;
}
.navigation__column--content-hover-image {
  grid-column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  height: 100%;
  padding: 60px 0 28px;
}
.navigation__mobile-wrap {
  display: block;
  grid-column: full;
  height: 100%;
  overflow: hidden;
  padding: 60px 0 40px;
}
.navigation__mobile-wrap--layout-full-width {
  grid-column: full;
}
.navigation__mobile-nav {
  height: 100%;
  list-style-type: none;
  margin-bottom: 0;
  overflow: hidden;
  padding-left: 40px;
  position: relative;
  width: 100%;
}
.navigation__mobile-nav-item {
  margin: 8px 0;
}
.navigation__mobile-nav-item:first-child {
  margin-top: 0;
}
.navigation__mobile-nav-item:last-child {
  margin-bottom: 0;
}
.navigation__mobile-nav-item--content-destination {
  margin-bottom: 60px;
}
.navigation__mobile-nav-link {
  background-color: transparent;
  border: none;
  color: #1a1c1e;
  display: block;
  font-family: JanuSans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.57;
  padding: 0 20px 0 0;
  text-decoration: none;
  text-transform: capitalize;
  transition: color 0.3s ease-in, opacity 0.1s ease-in-out;
}
.navigation__mobile-nav-link:focus,
.navigation__mobile-nav-link:hover {
  color: #3b4044;
}
.navigation__mobile-nav-link--state-hidden {
  opacity: 0;
}
.navigation__mobile-nav-link--has-children {
  position: relative;
}
.navigation__mobile-nav-link--has-children:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%231A1C1E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.938%207.459%207.396%207l-.458-.458L.458.062%200%20.521%206.48%207%200%2013.48l.458.457%206.48-6.48Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 8px;
  margin-left: 12px;
  position: absolute;
  top: 7px;
  width: 14px;
}
.navigation__mobile-nav-sub {
  background-color: #f5f1ee;
  height: 100%;
  list-style: none;
  max-height: calc(var(--mobile-nav-height) - 60px);
  opacity: 0;
  overflow: hidden auto;
  padding-bottom: 90px;
  padding-left: 40px;
  padding-right: 47px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  transition: all 0.35s ease-in-out;
  visibility: hidden;
  width: 100%;
}
@supports (height: 100dvh) {
  .navigation__mobile-nav-sub {
    height: calc(100dvh - 60px);
  }
}
.navigation__mobile-nav-sub--state-active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  z-index: 2;
}
.navigation__mobile-nav-sub--layout-destinations {
  padding-left: 40px;
  padding-right: 20px;
}
.navigation__breadcrumbs {
  background: #e2dbd6;
  bottom: 0;
  left: 0;
  position: absolute;
  rotate: -90deg;
  transform-origin: 0 0;
  width: 100vh;
  z-index: 3;
}
.navigation__breadcrumb-button {
  background-color: transparent;
  border: none;
  color: #3b4044;
  display: inline-block;
  font-family: JanuSans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 0 24px;
  padding: 8px 0;
  text-transform: uppercase;
}
.navigation__breadcrumb-button:last-child {
  margin-right: 0;
}
.navigation__hover-image-block {
  grid-column: 3/11;
}
.navigation__hover-image-placeholder {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  height: 0;
  transition: opacity 0.3s ease-in 0ms, background-image 10ms ease-in 0.3s;
}
.navigation__hover-image-placeholder--layout-destinations {
  height: min(65vh, 635px);
}
.navigation__hover-image-placeholder--state-visible {
  height: 335px;
}
.navigation__hover-caption-placeholder {
  display: block;
  margin-top: 16px;
  min-height: 16px;
  text-align: center;
}
.navigation__hover-caption-placeholder,
.navigation__menu-title {
  color: #3b4044;
  font-family: JanuSans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-transform: uppercase;
}
.navigation__menu-title {
  display: none;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navigation__menu-title {
    display: block;
  }
}
.navigation__navigation {
  list-style: none;
  padding: 0;
}
.navigation__image-grid-wrap {
  grid-column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(var(--navigation-columns-count), 1fr);
  grid-template-rows: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.navigation__image-grid-image {
  border-radius: 4px;
  height: 335px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.navigation__image-grid-caption {
  display: block;
  margin-top: 20px;
}
.navigation__item {
  margin: 8px 0;
}
.navigation__link {
  color: #1a1c1e;
  font-family: JanuSans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.38;
  text-decoration: none;
  text-transform: capitalize;
  transition: opacity 0.3s ease-in;
}
.navigation__link[tabindex="-1"] {
  opacity: 0;
}
.navigation__link[tabindex="0"] {
  opacity: 1;
}
.navigation__link--layout-image-grid {
  color: #1a1c1e;
  font-family: Classic Roman, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}
.navigation__link--layout-image-grid.navigation__link--active,
.navigation__link--layout-image-grid:focus,
.navigation__link--layout-image-grid:hover {
  color: #3b4044;
}
.navigation__link--position-destination {
  display: block;
  width: 100%;
}
.navigation__link--position-hamburger {
  font-size: 14px;
}
.navigation__link--active,
.navigation__link:focus,
.navigation__link:hover {
  color: #1a1c1e;
}
.navigation__link--state-faded {
  opacity: 0.4 !important;
}
.navigation__destination--location-new {
  padding-top: 60px;
}
.navigation__destination--layout-mobile:first-child {
  padding-top: 0;
}
.navigation__destination-location {
  color: #2b3238;
  display: block;
  font-family: Macklin, sans-serif;
  font-size: 12px;
  letter-spacing: 0.84px;
  line-height: 1.33;
  padding-bottom: 4px;
  position: relative;
  text-transform: uppercase;
}
.navigation__destination-location:after {
  background-color: #e2dbd6;
  bottom: 0;
  content: "";
  height: 1px;
  inset-inline-start: -40px;
  position: absolute;
  width: calc(100% + 40px);
}
@media (min-width: 768px) {
  .navigation__destination-location:after {
    inset-inline-start: calc(var(--navigation-padding-left-right) * -1);
    width: calc(100% + var(--navigation-padding-left-right));
  }
}
.navigation__destination-link {
  background-color: transparent;
  border: none;
  display: block;
  margin-top: 20px;
  padding: 0;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .navigation__destination-link--state-faded {
    opacity: 0.5 !important;
  }
}
.navigation__destination-link[data-active="true"]:not(
    .navigation__destination-link--state-faded
  ) {
  opacity: 1;
}
.navigation__destination-link[data-active="false"] {
  opacity: 0.5;
}
.navigation__destination-link[data-hovered="true"] {
  opacity: 1;
}
.navigation__destination-title {
  color: #2b3238;
  display: block;
  font-family: JanuSans, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1.32px;
  line-height: 1.3;
  text-transform: uppercase;
}
@media screen and (min-width: 760px) and (max-width: 830px) {
  .navigation__destination-title {
    font-size: 20px;
  }
}
.navigation__destination-subtitle {
  color: #2b3238;
  display: block;
  font-family: JanuSans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: left;
  text-transform: uppercase;
}
.navigation__destination-nav {
  grid-column: 1/1;
  grid-row: 1/1;
  opacity: 0;
  position: relative;
  transition: all 0.3s;
  z-index: -1;
}
.navigation__destination-nav--state-active {
  opacity: 1;
  z-index: 2;
}
.navigation__destination-meta-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.navigation__destination-meta {
  grid-column: 1/1;
  grid-row: 1/1;
  opacity: 0;
  padding-top: 21px;
  transition: all 0.3s;
}
.navigation__destination-meta--state-active {
  opacity: 1;
}
.navigation__destinations-nav-controls {
  border-top: 1px solid #e2dbd6;
  bottom: 50px;
  padding-top: 21px;
  position: absolute;
  width: 100%;
}
.navigation__destinations-nav-control {
  border-bottom: 1px solid #1a1c1e;
  color: #1a1c1e;
  font-family: JanuSans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.17;
  padding: 0 10px 5px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.navigation__destinations-nav-control:focus,
.navigation__destinations-nav-control:hover {
  border-bottom-color: #3b4044;
}
.navigation__destination-info,
.navigation__destination-state {
  font-family: JanuSans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  text-transform: uppercase;
}
.navigation__destination-info p,
.navigation__destination-state p {
  margin-bottom: 0;
}
.navigation__destination-weather {
  display: block;
  margin-top: 17px;
}
.navigation__mobile-controls-wrap {
  grid-column-gap: 8px;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-left: var(--mobile-breadcrumbs-width);
  padding-bottom: 50px;
  position: absolute;
  width: 90%;
  z-index: 2;
}
.navigation__mobile-controls-wrap:after {
  background: linear-gradient(
    180deg,
    hsla(26, 26%, 95%, 0.1) -50%,
    #f5f1ee 83.48%
  );
  content: "";
  display: block;
  height: 150%;
  left: 0;
  position: absolute;
  top: -30%;
  width: 100%;
  z-index: 1;
}
.navigation__mobile-controls {
  display: flex;
  grid-column: 1/7;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 5px;
  z-index: 2;
}
.navigation__mobile-accordion {
  --bs-accordion-color: $dark;
  --bs-accordion-bg: $pale-red;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-color: $dark;
  --bs-accordion-btn-bg: $pale-red;
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-focus-border-color: $pale-red;
  --bs-accordion-active-color: $dark;
  --bs-accordion-active-bg: $pale-red;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%221%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%231A1C1E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.473.947h-18V0h18v.947Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --bs-accordion-btn-icon-transform: initial;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%231A1C1E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.474%208.526V0h-.948v8.526H0v.948h8.526V18h.948V9.474H18v-.948H9.474Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  --bs-accordion-body-padding-x: 0;
}
.navigation__mobile-accordion-button {
  border-bottom: initial;
  padding: 8px 8px 8px 0;
  position: relative;
  text-transform: capitalize;
}
.navigation__mobile-accordion-button:before {
  background-color: #a6a8aa;
  bottom: 0;
  content: "";
  height: 1px;
  left: -40px;
  position: absolute;
  width: calc(100% + 60px);
}
.navigation__mobile-accordion-button:not(.collapsed):after {
  background-position: 50%;
}
.navigation__mobile-accordion-button:focus {
  border-color: initial;
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0
    var(--bs-accordion-border-color);
}
.navigation__back-button {
  background-color: #fcfaf7;
  border: 1px solid #fcfaf7;
  border-radius: 4px;
  color: #1a1c1e;
  font-family: JanuSans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 16px;
  opacity: 0;
  padding: 4px 8px 4px 3px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.navigation__back-button:focus,
.navigation__back-button:hover {
  border-color: #e2dbd6;
}
.navigation__back-button:before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2214%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%231A1C1E%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.938%207.459%207.396%207l-.458-.458L.458.062%200%20.521%206.48%207%200%2013.48l.458.457%206.48-6.48Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 11px;
  margin-right: 8px;
  rotate: 180deg;
  vertical-align: sub;
  width: 14px;
}
.navigation__back-button--state-visible {
  opacity: 1;
}
.footer {
  color: #2b3238;
  flex-shrink: 0;
  font-family: JanuSans, sans-serif;
  font-size: 10px;
  font-weight: 400;
  padding: 0 0 20px;
}
.footer--corp {
  background-color: #f5f1ee;
}
.footer--overlay-dark:after {
  opacity: 0.99;
}
.footer .container {
  --bs-gutter-x: 20px;
}
@media (min-width: 992px) {
  .footer .container {
    --bs-gutter-x: 0;
  }
}
.footer__container {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .footer__container {
    padding: 0 20px;
  }
}
.footer__signup {
  margin-top: 12px;
}
@media (min-width: 992px) {
  .footer__signup {
    margin-top: 20px;
  }
}
.form__row {
  display: flex;
  position: relative;
}
.form__row--normal {
  padding-top: 20px;
}
.form__row--footer {
  padding-top: 32px;
}
.form__row--signup {
  gap: 12px;
}
.form__row--signup:after {
  background-color: var(--color-border, #fcfaf7);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.form__row--signup.form__row--bg-light-orange:after {
  background-color: var(--color-border, #a6a8aa);
}
.form__row--inline input[type="checkbox"] + span.wpcf7-list-item-label {
  display: inline;
}
.form__row .wpcf7-checkbox label {
  display: inline-flex !important;
}
.form__row .wpcf7-checkbox label span {
  line-height: 28px !important;
}
.form__row .wpcf7-checkbox input {
  min-width: 20px !important;
}
.form__item {
  position: relative;
  width: 100%;
}
.form__item--signup {
  flex: 1 1 auto;
  padding-bottom: 5px;
}
.form__item--signup:first-child:after {
  background-color: var(--color-border, #fcfaf7);
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  top: 0;
  width: 1px;
}
html[dir="rtl"] .form__item--signup:first-child:after {
  left: -6px;
  right: auto;
}
.form__item--signup.form__item--bg-light-orange:after {
  background-color: var(--color-border, #a6a8aa);
}
.form__item--footer {
  display: flex;
  flex: 0 1 max-content;
}
.form__item--footer .wpcf7-spinner {
  inset: 0;
  margin: 3px 3px auto auto;
  position: absolute;
}
.form__item--signup.form__item--footer .wpcf7-spinner {
  height: 19px;
  inset: 0;
  margin: 3px 3px auto auto;
  position: absolute;
  width: 19px;
}
.form__item--center {
  margin: auto;
}
.form__input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}
.form__input--normal {
  border-bottom: 1px solid #1a1c1e;
  font-size: 14px;
  height: 38px;
  padding: 0;
  width: 100%;
}
.form__input--normal::-moz-placeholder {
  color: rgba(26, 28, 30, 0.5);
}
.form__input--normal::placeholder {
  color: rgba(26, 28, 30, 0.5);
}
.form__input--normal.wpcf7-not-valid {
  border-bottom: 1px solid red;
}
.form__input--email {
  direction: inherit !important;
}
.form__input--select option {
  border-bottom: 1px solid #1a1c1e;
  color: rgba(26, 28, 30, 0.5);
}
.form__input--textarea {
  border: 1px solid #1a1c1e;
  border-radius: 5px;
  min-height: 180px;
  padding: 24px 30px;
}
.form__input--textarea.wpcf7-not-valid {
  border: 1px solid red;
}
.form__input--signup {
  background-color: transparent;
  border: none;
  color: #fcfaf7;
  font-size: 10px;
  height: 25px;
  letter-spacing: 0.1em;
  outline: none;
  padding: 0;
  width: 100%;
}
html[dir="rtl"] .form__input--signup {
  text-align: right;
}
.form__input--signup::-moz-placeholder {
  color: #fcfaf7;
  text-transform: uppercase;
}
.form__input--signup::placeholder {
  color: #fcfaf7;
  text-transform: uppercase;
}
.form__input--signup.form__input--bg-light-orange {
  color: #3b4044;
}
.form__input--signup.form__input--bg-light-orange::-moz-placeholder {
  color: #3b4044;
  text-transform: uppercase;
}
.form__input--signup.form__input--bg-light-orange::placeholder {
  color: #3b4044;
  text-transform: uppercase;
}
.form__label {
  color: #1a1c1e;
  cursor: auto;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.1em;
  margin-bottom: 6px;
  position: absolute;
  top: 13px;
  transition: 0.5s;
  z-index: 1;
}
.form__label:has(+ .wpcf7-form-control-wrap select) {
  padding-right: 40px;
}
.form__label.open {
  top: -10px;
}
.form__label--uppercase {
  text-transform: uppercase;
}
form {
  /*margin-bottom: 20px;*/
}
@media (max-width: 767.98px) {
  .wpcf7-list-item-label {
    font-size: 14px;
  }
  .wpcf7-list-item-label:before {
    top: 2px;
  }
}
.wpcf7 .screen-reader-response {
  display: none;
}
.form__row--fw-message + .wpcf7-response-output {
  max-width: 100% !important;
  text-align: center;
}
.wpcf7 {
  margin: auto;
  max-width: 690px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  border-radius: 4px;
  color: red;
  font-family: JanuSans, sans-serif;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.1em;
  margin: 20px 0 0;
  max-width: 480px;
  padding: 3px 0;
}
.wpcf7 form.invalid {
  --color-border: red;
}
.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
  background-color: transparent;
  color: #fa8c8c;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: transparent;
  color: #198754;
}
.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-list-item {
  display: block;
  margin: 0 0 8px;
}
.wpcf7-list-item input[type="checkbox"],
.wpcf7-list-item input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #1a1c1e;
  border-radius: 5px;
  display: inline-block;
  height: 20px;
  translate: 0 4px;
  width: 20px;
}
.wpcf7-list-item input[type="checkbox"]:hover,
.wpcf7-list-item input[type="radio"]:hover {
  background: #e2dbd6;
}
.wpcf7-list-item input[type="checkbox"]:checked,
.wpcf7-list-item input[type="radio"]:checked {
  background: #1a1c1e;
}
.wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label,
.wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label {
  -webkit-padding-start: 8px;
  display: inline-block;
  font-family: JanuSans, sans-serif;
  font-size: 16px;
  line-height: 22px;
  outline: none;
  padding-inline-start: 8px;
  position: relative;
  transition: 0.3s;
}
.wpcf7-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-not-valid-tip {
  background-color: transparent;
  border-radius: 4px;
  color: red;
  font-family: JanuSans, sans-serif;
  font-size: 12px !important;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-top: 3px;
  padding: 2px 0;
}
.signup {
  align-items: flex-start;
  border-radius: 4px;
  display: flex;
  flex-flow: column;
  gap: 30px;
  justify-content: space-between;
  padding: 12px 12px 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .signup {
    align-items: flex-end;
    flex-flow: row;
  }
}
@media (min-width: 992px) {
  .signup {
    padding: 30px 60px;
  }
}
.signup .wpcf7-not-valid-tip {
  bottom: -30px;
  position: absolute;
  white-space: nowrap;
}
.signup--bg-dark-blue {
  background-color: #3b4044;
  color: #fcfaf7;
}
.signup--bg-light-orange {
  background-color: #e2dbd6;
  color: #2b3238;
}
.signup__title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 26px;
  text-transform: uppercase;
}
.signup__title--bg-light-orange {
  color: #1a1c1e;
}
.signup__item {
  width: 100%;
}
@media (min-width: 768px) {
  .signup__item:first-child {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .signup__item,
  .signup__item:first-child {
    max-width: 450px;
  }
}
.signup__item--form {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .signup__item--form {
    margin-bottom: 6px;
    padding-top: 34px;
  }
}
.signup__item--link-view {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .signup__item--link-view {
    justify-content: flex-end;
  }
}
.signup__item_p {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.48px;
  line-height: 1.7em;
  margin: 0;
}
.parter {
  color: #2b3238;
  display: flex;
  font-family: JanuSans, sans-serif;
  font-size: 10px;
  font-weight: 300;
  gap: 80px;
  padding: 40px 0 20px;
}
@media (min-width: 992px) {
  .parter {
    gap: 100px;
  }
}
.parter-menu {
  margin: 0;
  padding: 0;
}
.parter-menu--destination {
  padding: 0 0 12px;
}
.parter-menu__item {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 16px;
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
}
.parter-menu__item--destination {
  margin: 0 0 4px;
}
.parter-menu__item:last-child {
  margin-bottom: 0;
}
.parter-menu__link {
  letter-spacing: 1px;
  white-space: wrap;
}
.parter-contact {
  -moz-column-gap: 80px;
  column-gap: 80px;
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 992px) {
  .parter-contact {
    gap: 100px;
  }
}
.parter-contact__label {
  color: #1a1c1e;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  margin: 0 0 12px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .parter-contact__label {
    margin: 0 0 12px;
  }
}
.parter-contact__info {
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 16px;
  max-width: 210px;
}
@media (min-width: 768px) {
  .parter-contact__info {
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 20px;
  }
}
.basement {
  align-items: flex-end;
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 992px) {
  .basement {
    align-items: flex-start;
    flex-flow: row nowrap;
    padding-top: 55px;
  }
}
.basement__item {
  margin-bottom: 5px;
  padding-top: 55px;
}
@media (min-width: 992px) {
  .basement__item {
    margin-bottom: unset;
    padding-top: unset;
  }
}
.basement__item--lang {
  padding-top: 0;
}
@media (min-width: 768px) {
  .basement__item--lang {
    flex: 1 1 auto;
    order: 3;
  }
}
@media (min-width: 992px) {
  .basement__item--lang {
    flex: 1 1 max-content;
    order: 2;
    padding-top: unset;
  }
}
@media (min-width: 1200px) {
  .basement__item--lang {
    flex: 2 1 max-content;
  }
}
.basement__item--logo {
  align-items: flex-end;
  display: flex;
  flex: 0 1 35%;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .basement__item--logo {
    flex: 0 1 110px;
    margin-bottom: 10px;
    order: 2;
  }
}
@media (min-width: 992px) {
  .basement__item--logo {
    flex: 1 1 max-content;
    margin-bottom: 0;
    margin-top: 3px;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .basement__item--logo {
    flex: 0 1 110px;
  }
}
.basement__item--connect {
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  .basement__item--connect {
    order: 1;
  }
}
@media (min-width: 992px) {
  .basement__item--connect {
    flex: 1 1 374px;
    order: 3;
  }
}
.basement__item--credits {
  flex: 0 1 65%;
}
@media (min-width: 768px) {
  .basement__item--credits {
    flex: 0 1 max-content;
    order: 4;
  }
}
.credits {
  display: flex;
  flex-flow: row wrap;
  gap: 5px 20px;
  margin: 2px 0 0;
  max-width: 340px;
  padding: 0;
}
.credits__item {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.credits__item:first-child,
.credits__item:nth-child(2) {
  width: auto;
}
.credits__details {
  display: none;
}
.socials {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .socials {
    align-items: center;
    flex-flow: row wrap;
  }
}
@media (min-width: 1200px) {
  .socials {
    gap: 42px;
  }
}
.socials--share {
  flex-direction: column;
  gap: 24px;
}
.socials__label {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 16px;
  text-transform: uppercase;
}
.socials__list {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .socials__list {
    gap: 14px;
    margin: 0;
  }
}
.socials__item {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.socials__link {
  align-items: center;
  display: inline-flex;
  font-size: 0;
  text-indent: -10000px;
}
.socials__link:before {
  content: "";
  display: block;
  height: 22px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: background-color 0.25s linear;
}
@media (min-width: 992px) {
  .socials__link:before {
    height: 20px;
  }
}
.socials__link--black:link:before,
.socials__link--black:visited:before {
  background-color: #2b3238;
}
.socials__link--black:active:before,
.socials__link--black:focus:before,
.socials__link--black:hover:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.socials__link--instagram:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2015%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.81%207c0-1.289%201.076-2.334%202.404-2.334%201.328%200%202.405%201.045%202.405%202.334%200%201.289-1.077%202.334-2.405%202.334C5.886%209.334%204.81%208.289%204.81%207Zm-1.3%200c0%201.985%201.658%203.594%203.704%203.594%202.046%200%203.704-1.609%203.704-3.594%200-1.985-1.658-3.594-3.704-3.594C5.168%203.406%203.51%205.015%203.51%207Zm6.69-3.737c0%20.166.05.329.145.467.095.138.23.246.388.31a.89.89%200%200%200%20.944-.182.816.816%200%200%200%20.188-.915.845.845%200%200%200-.319-.378.884.884%200%200%200-.48-.142h-.001a.88.88%200%200%200-.612.246.828.828%200%200%200-.254.594Zm-5.9%209.435c-.704-.031-1.086-.145-1.34-.241a2.249%202.249%200%200%201-.83-.524%202.154%202.154%200%200%201-.54-.804c-.099-.247-.216-.618-.248-1.3C1.307%209.09%201.3%208.869%201.3%207c0-1.87.008-2.09.042-2.829.032-.682.15-1.053.248-1.3a2.17%202.17%200%200%201%20.54-.805%202.23%202.23%200%200%201%20.83-.523c.254-.097.636-.21%201.34-.241.76-.034.988-.041%202.914-.041%201.926%200%202.154.007%202.915.04.704.032%201.085.146%201.34.242.337.126.577.278.83.523.252.245.408.478.54.805.098.247.216.618.247%201.3.035.739.043.96.043%202.83%200%201.868-.008%202.09-.043%202.828-.031.682-.15%201.053-.248%201.3-.13.327-.287.56-.54.804a2.25%202.25%200%200%201-.829.524c-.254.096-.636.21-1.34.24-.76.035-.989.042-2.915.042-1.927%200-2.154-.007-2.914-.041ZM4.24.042c-.768.034-1.293.152-1.751.326a3.551%203.551%200%200%200-1.278.807c-.402.389-.648.78-.832%201.24-.179.445-.3.954-.335%201.699C.008%204.86%200%205.099%200%207c0%201.901.008%202.14.044%202.886.035.745.156%201.254.335%201.7.184.46.43.85.832%201.24a3.56%203.56%200%200%200%201.278.806c.459.174.983.292%201.75.326.77.034%201.016.042%202.975.042%201.96%200%202.205-.008%202.974-.042.768-.034%201.293-.152%201.751-.325.475-.18.877-.419%201.278-.808a3.42%203.42%200%200%200%20.832-1.24c.178-.445.3-.954.335-1.699.035-.747.043-.985.043-2.886%200-1.901-.008-2.14-.043-2.886-.035-.745-.157-1.254-.335-1.7a3.434%203.434%200%200%200-.832-1.24A3.527%203.527%200%200%200%2011.94.368c-.46-.174-.984-.292-1.751-.326C9.419.008%209.174%200%207.215%200%205.255%200%205.009.008%204.24.042Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2015%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.81%207c0-1.289%201.076-2.334%202.404-2.334%201.328%200%202.405%201.045%202.405%202.334%200%201.289-1.077%202.334-2.405%202.334C5.886%209.334%204.81%208.289%204.81%207Zm-1.3%200c0%201.985%201.658%203.594%203.704%203.594%202.046%200%203.704-1.609%203.704-3.594%200-1.985-1.658-3.594-3.704-3.594C5.168%203.406%203.51%205.015%203.51%207Zm6.69-3.737c0%20.166.05.329.145.467.095.138.23.246.388.31a.89.89%200%200%200%20.944-.182.816.816%200%200%200%20.188-.915.845.845%200%200%200-.319-.378.884.884%200%200%200-.48-.142h-.001a.88.88%200%200%200-.612.246.828.828%200%200%200-.254.594Zm-5.9%209.435c-.704-.031-1.086-.145-1.34-.241a2.249%202.249%200%200%201-.83-.524%202.154%202.154%200%200%201-.54-.804c-.099-.247-.216-.618-.248-1.3C1.307%209.09%201.3%208.869%201.3%207c0-1.87.008-2.09.042-2.829.032-.682.15-1.053.248-1.3a2.17%202.17%200%200%201%20.54-.805%202.23%202.23%200%200%201%20.83-.523c.254-.097.636-.21%201.34-.241.76-.034.988-.041%202.914-.041%201.926%200%202.154.007%202.915.04.704.032%201.085.146%201.34.242.337.126.577.278.83.523.252.245.408.478.54.805.098.247.216.618.247%201.3.035.739.043.96.043%202.83%200%201.868-.008%202.09-.043%202.828-.031.682-.15%201.053-.248%201.3-.13.327-.287.56-.54.804a2.25%202.25%200%200%201-.829.524c-.254.096-.636.21-1.34.24-.76.035-.989.042-2.915.042-1.927%200-2.154-.007-2.914-.041ZM4.24.042c-.768.034-1.293.152-1.751.326a3.551%203.551%200%200%200-1.278.807c-.402.389-.648.78-.832%201.24-.179.445-.3.954-.335%201.699C.008%204.86%200%205.099%200%207c0%201.901.008%202.14.044%202.886.035.745.156%201.254.335%201.7.184.46.43.85.832%201.24a3.56%203.56%200%200%200%201.278.806c.459.174.983.292%201.75.326.77.034%201.016.042%202.975.042%201.96%200%202.205-.008%202.974-.042.768-.034%201.293-.152%201.751-.325.475-.18.877-.419%201.278-.808a3.42%203.42%200%200%200%20.832-1.24c.178-.445.3-.954.335-1.699.035-.747.043-.985.043-2.886%200-1.901-.008-2.14-.043-2.886-.035-.745-.157-1.254-.335-1.7a3.434%203.434%200%200%200-.832-1.24A3.527%203.527%200%200%200%2011.94.368c-.46-.174-.984-.292-1.751-.326C9.419.008%209.174%200%207.215%200%205.255%200%205.009.008%204.24.042Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  width: 22px;
}
.socials__link--youtube:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2019%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.517.417c.753.232%201.345.91%201.544%201.769.364%201.559.364%204.814.364%204.814s0%203.255-.364%204.814c-.202.862-.794%201.54-1.544%201.77-1.36.416-6.82.416-6.82.416s-5.457%200-6.82-.417c-.753-.232-1.345-.91-1.544-1.769C.969%2010.255.969%207%20.969%207s0-3.255.364-4.814c.202-.862.794-1.54%201.544-1.77C4.24%200%209.697%200%209.697%200s5.46%200%206.82.417Zm-4.029%206.891-4.535%203v-6l4.535%203Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2019%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16.517.417c.753.232%201.345.91%201.544%201.769.364%201.559.364%204.814.364%204.814s0%203.255-.364%204.814c-.202.862-.794%201.54-1.544%201.77-1.36.416-6.82.416-6.82.416s-5.457%200-6.82-.417c-.753-.232-1.345-.91-1.544-1.769C.969%2010.255.969%207%20.969%207s0-3.255.364-4.814c.202-.862.794-1.54%201.544-1.77C4.24%200%209.697%200%209.697%200s5.46%200%206.82.417Zm-4.029%206.891-4.535%203v-6l4.535%203Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  width: 27px;
}
.socials__link--linkedin:before {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjQ3NCAxMS45M2gtMi4wNzNWOC42ODJjMC0uNzc1LS4wMTYtMS43NzItMS4wOC0xLjc3Mi0xLjA4MSAwLTEuMjQ2Ljg0My0xLjI0NiAxLjcxNXYzLjMwNUg2LjAwMlY1LjI1aDEuOTkxdi45MWguMDI3Yy4yNzgtLjUyNC45NTUtMS4wNzkgMS45NjYtMS4wNzkgMi4xIDAgMi40ODkgMS4zODMgMi40ODkgMy4xODN2My42NjZaTTMuNjYgNC4zMzZhMS4yMDMgMS4yMDMgMCAxIDEgLjIzNi0yLjM4NSAxLjIwNCAxLjIwNCAwIDAgMS0uMjM2IDIuMzg1Wk00LjcgMTEuOTNIMi42MlY1LjI1SDQuN3Y2LjY4Wk0xMy41MSAwSDEuNThBMS4wMiAxLjAyIDAgMCAwIC41NDcgMS4wMDlWMTIuOTlBMS4wMiAxLjAyIDAgMCAwIDEuNTggMTRoMTEuOTNjLjU3IDAgMS4wMzctLjQ1IDEuMDM3LTEuMDA5VjEuMDFDMTQuNTQ3LjQ1MiAxNC4wOCAwIDEzLjUxIDBoLjAwMloiIGZpbGw9IiMxQTFDMUUiLz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjQ3NCAxMS45M2gtMi4wNzNWOC42ODJjMC0uNzc1LS4wMTYtMS43NzItMS4wOC0xLjc3Mi0xLjA4MSAwLTEuMjQ2Ljg0My0xLjI0NiAxLjcxNXYzLjMwNUg2LjAwMlY1LjI1aDEuOTkxdi45MWguMDI3Yy4yNzgtLjUyNC45NTUtMS4wNzkgMS45NjYtMS4wNzkgMi4xIDAgMi40ODkgMS4zODMgMi40ODkgMy4xODN2My42NjZaTTMuNjYgNC4zMzZhMS4yMDMgMS4yMDMgMCAxIDEgLjIzNi0yLjM4NSAxLjIwNCAxLjIwNCAwIDAgMS0uMjM2IDIuMzg1Wk00LjcgMTEuOTNIMi42MlY1LjI1SDQuN3Y2LjY4Wk0xMy41MSAwSDEuNThBMS4wMiAxLjAyIDAgMCAwIC41NDcgMS4wMDlWMTIuOTlBMS4wMiAxLjAyIDAgMCAwIDEuNTggMTRoMTEuOTNjLjU3IDAgMS4wMzctLjQ1IDEuMDM3LTEuMDA5VjEuMDFDMTQuNTQ3LjQ1MiAxNC4wOCAwIDEzLjUxIDBoLjAwMloiIGZpbGw9IiMxQTFDMUUiLz48L3N2Zz4=);
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 22px;
}
.socials__link--facebook:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2010%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.498%207.875.427-2.533H6.293V3.696c0-.693.367-1.37%201.542-1.37H9.05V.17A15.746%2015.746%200%200%200%206.912%200c-2.166%200-3.58%201.215-3.58%203.411v1.931H.93v2.533h2.4V14h2.962V7.875h2.205Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2010%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.498%207.875.427-2.533H6.293V3.696c0-.693.367-1.37%201.542-1.37H9.05V.17A15.746%2015.746%200%200%200%206.912%200c-2.166%200-3.58%201.215-3.58%203.411v1.931H.93v2.533h2.4V14h2.962V7.875h2.205Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 13px;
}
.socials__link--twitter:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2016%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.642%201.682a5.482%205.482%200%200%201-1.498.49c.24-.048.595-.546.737-.747a3.33%203.33%200%200%200%20.482-1.023c0-.028.024-.067%200-.087a.074.074%200%200%200-.08%200%207.024%207.024%200%200%201-1.772.79.109.109%200%200%201-.067.002.121.121%200%200%201-.058-.038%201.89%201.89%200%200%200-.154-.185%203.22%203.22%200%200%200-.847-.628%202.638%202.638%200%200%200-1.319-.25%202.882%202.882%200%200%200-1.253.396%203.41%203.41%200%200%200-.992.964c-.284.406-.49.877-.602%201.382a4.35%204.35%200%200%200-.031%201.462c0%20.083%200%20.095-.062.083-2.455-.415-4.469-1.414-6.114-3.56-.073-.094-.11-.094-.169%200-.716%201.249-.368%203.224.527%204.2.12.13.244.257.375.375a2.778%202.778%200%200%201-1.177-.375c-.07-.051-.107-.024-.11.071-.01.131-.01.264%200%20.395.071.63.288%201.227.626%201.73.34.502.788.892%201.301%201.13.126.062.256.108.39.138-.38.086-.77.1-1.154.04-.083-.02-.113.032-.083.122.507%201.58%201.605%202.062%202.41%202.331.11.02.22.02.345.051l-.021.024c-.238.498-1.198.834-1.639%201.008a5.192%205.192%200%200%201-2.513.37c-.134-.023-.165-.019-.2%200-.034.02%200%20.064.038.104.172.13.345.244.524.355a7.679%207.679%200%200%200%201.68.79c3.022.956%206.424.253%208.692-2.335%201.784-2.03%202.41-4.83%202.41-7.636%200-.106.114-.17.18-.225a6.51%206.51%200%200%200%201.18-1.414.456.456%200%200%200%20.083-.284c0-.06%200-.048-.066-.016Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2016%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.642%201.682a5.482%205.482%200%200%201-1.498.49c.24-.048.595-.546.737-.747a3.33%203.33%200%200%200%20.482-1.023c0-.028.024-.067%200-.087a.074.074%200%200%200-.08%200%207.024%207.024%200%200%201-1.772.79.109.109%200%200%201-.067.002.121.121%200%200%201-.058-.038%201.89%201.89%200%200%200-.154-.185%203.22%203.22%200%200%200-.847-.628%202.638%202.638%200%200%200-1.319-.25%202.882%202.882%200%200%200-1.253.396%203.41%203.41%200%200%200-.992.964c-.284.406-.49.877-.602%201.382a4.35%204.35%200%200%200-.031%201.462c0%20.083%200%20.095-.062.083-2.455-.415-4.469-1.414-6.114-3.56-.073-.094-.11-.094-.169%200-.716%201.249-.368%203.224.527%204.2.12.13.244.257.375.375a2.778%202.778%200%200%201-1.177-.375c-.07-.051-.107-.024-.11.071-.01.131-.01.264%200%20.395.071.63.288%201.227.626%201.73.34.502.788.892%201.301%201.13.126.062.256.108.39.138-.38.086-.77.1-1.154.04-.083-.02-.113.032-.083.122.507%201.58%201.605%202.062%202.41%202.331.11.02.22.02.345.051l-.021.024c-.238.498-1.198.834-1.639%201.008a5.192%205.192%200%200%201-2.513.37c-.134-.023-.165-.019-.2%200-.034.02%200%20.064.038.104.172.13.345.244.524.355a7.679%207.679%200%200%200%201.68.79c3.022.956%206.424.253%208.692-2.335%201.784-2.03%202.41-4.83%202.41-7.636%200-.106.114-.17.18-.225a6.51%206.51%200%200%200%201.18-1.414.456.456%200%200%200%20.083-.284c0-.06%200-.048-.066-.016Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  width: 23px;
}
.socials__link--pinterest:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.25.047C3.613.307.985%202.189.877%204.877c-.068%201.642.46%202.874%202.231%203.22.769-1.197-.248-1.46-.406-2.326-.65-3.545%204.636-5.963%207.402-3.488%201.913%201.714.654%206.988-2.433%206.44C4.715%208.198%209.118%204%206.76%203.176c-1.919-.67-2.938%202.049-2.029%203.4-.533%202.322-1.68%204.51-1.216%207.423%201.508-.965%202.016-2.813%202.433-4.74.757.406%201.162.828%202.129.894%203.565.243%205.556-3.14%205.07-6.26C12.712%201.126%209.582-.282%206.25.046Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.25.047C3.613.307.985%202.189.877%204.877c-.068%201.642.46%202.874%202.231%203.22.769-1.197-.248-1.46-.406-2.326-.65-3.545%204.636-5.963%207.402-3.488%201.913%201.714.654%206.988-2.433%206.44C4.715%208.198%209.118%204%206.76%203.176c-1.919-.67-2.938%202.049-2.029%203.4-.533%202.322-1.68%204.51-1.216%207.423%201.508-.965%202.016-2.813%202.433-4.74.757.406%201.162.828%202.129.894%203.565.243%205.556-3.14%205.07-6.26C12.712%201.126%209.582-.282%206.25.046Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 19px;
}
.socials__link--weibo:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2019%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.687.1a4.632%204.632%200%200%201%204.39%201.41%204.535%204.535%200%200%201%20.965%204.47v.003a.668.668%200%200%201-.84.425.66.66%200%200%201-.43-.832%203.23%203.23%200%200%200-.685-3.181%203.294%203.294%200%200%200-3.12-1.002.661.661%200%201%201-.279-1.292Zm-10.09%209.987c.188%201.877%202.68%203.171%205.565%202.888%202.883-.282%205.07-2.034%204.88-3.913-.184-1.877-2.675-3.172-5.56-2.888-2.884.284-5.072%202.034-4.884%203.913Zm11.327-3.35.006.002c1%20.308%202.114%201.052%202.111%202.363C16.041%2011.27%2012.89%2014%208.15%2014%204.536%2014%20.84%2012.262.84%209.405c0-1.495.954-3.224%202.597-4.852%202.195-2.177%204.756-3.17%205.718-2.213.423.422.464%201.15.192%202.02-.144.436.414.195.414.195%201.774-.737%203.323-.78%203.888.021.303.43.274%201.028-.005%201.722-.126.317.038.366.28.44Zm1.391-3.653a2.251%202.251%200%200%200-2.137-.684.572.572%200%200%200-.443.677.573.573%200%200%200%20.68.436c.37-.079.775.036%201.046.334.272.3.347.708.229%201.066a.57.57%200%200%200%20.37.718.576.576%200%200%200%20.724-.368%202.213%202.213%200%200%200-.469-2.18ZM7.817%209.755c.174.072.397-.01.498-.181.096-.174.034-.367-.14-.43-.17-.066-.384.015-.485.182-.099.167-.046.36.127.43Zm-1.75%201.419c.45.203%201.048.01%201.327-.432.274-.446.13-.953-.322-1.147-.447-.186-1.024.005-1.3.434-.28.432-.147.945.295%201.145ZM4.922%209.142C5.52%207.943%207.07%207.263%208.442%207.62c1.422.365%202.148%201.693%201.566%202.985-.59%201.319-2.282%202.025-3.72%201.564-1.385-.443-1.974-1.802-1.366-3.026Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2019%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.687.1a4.632%204.632%200%200%201%204.39%201.41%204.535%204.535%200%200%201%20.965%204.47v.003a.668.668%200%200%201-.84.425.66.66%200%200%201-.43-.832%203.23%203.23%200%200%200-.685-3.181%203.294%203.294%200%200%200-3.12-1.002.661.661%200%201%201-.279-1.292Zm-10.09%209.987c.188%201.877%202.68%203.171%205.565%202.888%202.883-.282%205.07-2.034%204.88-3.913-.184-1.877-2.675-3.172-5.56-2.888-2.884.284-5.072%202.034-4.884%203.913Zm11.327-3.35.006.002c1%20.308%202.114%201.052%202.111%202.363C16.041%2011.27%2012.89%2014%208.15%2014%204.536%2014%20.84%2012.262.84%209.405c0-1.495.954-3.224%202.597-4.852%202.195-2.177%204.756-3.17%205.718-2.213.423.422.464%201.15.192%202.02-.144.436.414.195.414.195%201.774-.737%203.323-.78%203.888.021.303.43.274%201.028-.005%201.722-.126.317.038.366.28.44Zm1.391-3.653a2.251%202.251%200%200%200-2.137-.684.572.572%200%200%200-.443.677.573.573%200%200%200%20.68.436c.37-.079.775.036%201.046.334.272.3.347.708.229%201.066a.57.57%200%200%200%20.37.718.576.576%200%200%200%20.724-.368%202.213%202.213%200%200%200-.469-2.18ZM7.817%209.755c.174.072.397-.01.498-.181.096-.174.034-.367-.14-.43-.17-.066-.384.015-.485.182-.099.167-.046.36.127.43Zm-1.75%201.419c.45.203%201.048.01%201.327-.432.274-.446.13-.953-.322-1.147-.447-.186-1.024.005-1.3.434-.28.432-.147.945.295%201.145ZM4.922%209.142C5.52%207.943%207.07%207.263%208.442%207.62c1.422.365%202.148%201.693%201.566%202.985-.59%201.319-2.282%202.025-3.72%201.564-1.385-.443-1.974-1.802-1.366-3.026Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  width: 27px;
}
.socials__link--whatsapp:before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2016%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.277%208.39c-.179-.087-1.057-.506-1.22-.565-.165-.057-.284-.086-.404.088-.118.173-.46.563-.565.679-.104.116-.209.13-.387.044-.179-.088-.755-.27-1.437-.86a5.244%205.244%200%200%201-.994-1.202c-.104-.173-.011-.267.078-.353.08-.078.179-.203.268-.304.09-.101.12-.173.18-.29.059-.115.03-.216-.016-.303-.045-.087-.402-.94-.55-1.287-.146-.338-.294-.292-.403-.298a7.946%207.946%200%200%200-.343-.006.664.664%200%200%200-.476.217c-.164.174-.625.593-.625%201.446s.64%201.678.73%201.794c.089.115%201.26%201.866%203.052%202.617.426.179.759.285%201.019.365a2.51%202.51%200%200%200%201.125.068c.343-.05%201.057-.419%201.206-.824.15-.405.15-.752.104-.824-.044-.072-.163-.116-.343-.202m-3.26%204.318h-.002a6.075%206.075%200%200%201-3.025-.804l-.217-.125-2.25.573.6-2.128-.141-.218a5.625%205.625%200%200%201-.908-3.068c0-3.18%202.667-5.766%205.946-5.766%201.587%200%203.08.6%204.202%201.69a5.73%205.73%200%200%201%201.291%201.871c.299.7.451%201.451.449%202.21-.002%203.178-2.668%205.765-5.944%205.765Zm5.06-10.673a7.123%207.123%200%200%200-2.32-1.51A7.296%207.296%200%200%200%208.016%200C4.076%200%20.867%203.112.866%206.937c0%201.223.329%202.416.955%203.468L.805%2014l3.791-.965a7.32%207.32%200%200%200%203.418.845h.003c3.94%200%207.15-3.112%207.151-6.938a6.716%206.716%200%200%200-.54-2.657%206.886%206.886%200%200%200-1.552-2.25Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox%3D%220%200%2016%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.277%208.39c-.179-.087-1.057-.506-1.22-.565-.165-.057-.284-.086-.404.088-.118.173-.46.563-.565.679-.104.116-.209.13-.387.044-.179-.088-.755-.27-1.437-.86a5.244%205.244%200%200%201-.994-1.202c-.104-.173-.011-.267.078-.353.08-.078.179-.203.268-.304.09-.101.12-.173.18-.29.059-.115.03-.216-.016-.303-.045-.087-.402-.94-.55-1.287-.146-.338-.294-.292-.403-.298a7.946%207.946%200%200%200-.343-.006.664.664%200%200%200-.476.217c-.164.174-.625.593-.625%201.446s.64%201.678.73%201.794c.089.115%201.26%201.866%203.052%202.617.426.179.759.285%201.019.365a2.51%202.51%200%200%200%201.125.068c.343-.05%201.057-.419%201.206-.824.15-.405.15-.752.104-.824-.044-.072-.163-.116-.343-.202m-3.26%204.318h-.002a6.075%206.075%200%200%201-3.025-.804l-.217-.125-2.25.573.6-2.128-.141-.218a5.625%205.625%200%200%201-.908-3.068c0-3.18%202.667-5.766%205.946-5.766%201.587%200%203.08.6%204.202%201.69a5.73%205.73%200%200%201%201.291%201.871c.299.7.451%201.451.449%202.21-.002%203.178-2.668%205.765-5.944%205.765Zm5.06-10.673a7.123%207.123%200%200%200-2.32-1.51A7.296%207.296%200%200%200%208.016%200C4.076%200%20.867%203.112.866%206.937c0%201.223.329%202.416.955%203.468L.805%2014l3.791-.965a7.32%207.32%200%200%200%203.418.845h.003c3.94%200%207.15-3.112%207.151-6.938a6.716%206.716%200%200%200-.54-2.657%206.886%206.886%200%200%200-1.552-2.25Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  width: 22px;
}
.socials__link--wechat:before {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjQwOCA1LjY5YS4zODcuMzg3IDAgMCAxIDAgLjc3M2gtMS4wNzV2LjY5aDEuMDc1YS4zODYuMzg2IDAgMSAxIDAgLjc3aC0xLjQ2MWEuMzg2LjM4NiAwIDAgMS0uMzg0LS4zODVWNC42MTZjMC0uMjExLjE3Mi0uMzg2LjM4Ni0uMzg2aDEuNDYxYS4zODYuMzg2IDAgMCAxLS4wMDIuNzcyaC0xLjA3NXYuNjg5aDEuMDc1Wm0tMi4zNjEgMS44NDhhLjM4Ni4zODYgMCAwIDEtLjM4Ni4zODQuMzc5LjM3OSAwIDAgMS0uMzEzLS4xNTNMNy44NTIgNS43Mzd2MS44MDFhLjM4Ni4zODYgMCAwIDEtLjc3IDBWNC42MTZhLjM4NC4zODQgMCAwIDEgLjM4Mi0uMzg1Yy4xMiAwIC4yMy4wNjQuMzAzLjE1NmwxLjUwOCAyLjA0VjQuNjE2YzAtLjIxMS4xNzMtLjM4Ni4zODYtLjM4Ni4yMTEgMCAuMzg2LjE3NS4zODYuMzg2djIuOTIyWm0tMy41MTYgMGEuMzg3LjM4NyAwIDAgMS0uMzg3LjM4Ni4zODYuMzg2IDAgMCAxLS4zODQtLjM4NlY0LjYxNmMwLS4yMTEuMTczLS4zODYuMzg2LS4zODYuMjEyIDAgLjM4NS4xNzUuMzg1LjM4NnYyLjkyMlptLTEuNTEuMzg2SDMuNTU4YS4zODguMzg4IDAgMCAxLS4zODYtLjM4NlY0LjYxNmMwLS4yMTEuMTc0LS4zODYuMzg2LS4zODYuMjEzIDAgLjM4Ni4xNzUuMzg2LjM4NnYyLjUzNkg1LjAyYS4zODYuMzg2IDAgMCAxIDAgLjc3MlptMTAuMjI2LTEuOTU3QzE1LjI0NyAyLjY3NyAxMS45NSAwIDcuODk3IDBTLjU0NyAyLjY3Ny41NDcgNS45NjdjMCAyLjk0NyAyLjYxNSA1LjQxNiA2LjE0NiA1Ljg4NS4yNC4wNS41NjYuMTU4LjY0OS4zNjIuMDczLjE4NC4wNDguNDY5LjAyMy42NjFsLS4xLjYyNWMtLjAyOC4xODQtLjE0OC43MjYuNjQyLjM5NS43OS0uMzMgNC4yMzYtMi40OTggNS43OC00LjI3MiAxLjA1Ni0xLjE1NyAxLjU2LTIuMzQzIDEuNTYtMy42NTZaIiBmaWxsPSIjMUExQzFFIi8+PC9zdmc+);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjQwOCA1LjY5YS4zODcuMzg3IDAgMCAxIDAgLjc3M2gtMS4wNzV2LjY5aDEuMDc1YS4zODYuMzg2IDAgMSAxIDAgLjc3aC0xLjQ2MWEuMzg2LjM4NiAwIDAgMS0uMzg0LS4zODVWNC42MTZjMC0uMjExLjE3Mi0uMzg2LjM4Ni0uMzg2aDEuNDYxYS4zODYuMzg2IDAgMCAxLS4wMDIuNzcyaC0xLjA3NXYuNjg5aDEuMDc1Wm0tMi4zNjEgMS44NDhhLjM4Ni4zODYgMCAwIDEtLjM4Ni4zODQuMzc5LjM3OSAwIDAgMS0uMzEzLS4xNTNMNy44NTIgNS43Mzd2MS44MDFhLjM4Ni4zODYgMCAwIDEtLjc3IDBWNC42MTZhLjM4NC4zODQgMCAwIDEgLjM4Mi0uMzg1Yy4xMiAwIC4yMy4wNjQuMzAzLjE1NmwxLjUwOCAyLjA0VjQuNjE2YzAtLjIxMS4xNzMtLjM4Ni4zODYtLjM4Ni4yMTEgMCAuMzg2LjE3NS4zODYuMzg2djIuOTIyWm0tMy41MTYgMGEuMzg3LjM4NyAwIDAgMS0uMzg3LjM4Ni4zODYuMzg2IDAgMCAxLS4zODQtLjM4NlY0LjYxNmMwLS4yMTEuMTczLS4zODYuMzg2LS4zODYuMjEyIDAgLjM4NS4xNzUuMzg1LjM4NnYyLjkyMlptLTEuNTEuMzg2SDMuNTU4YS4zODguMzg4IDAgMCAxLS4zODYtLjM4NlY0LjYxNmMwLS4yMTEuMTc0LS4zODYuMzg2LS4zODYuMjEzIDAgLjM4Ni4xNzUuMzg2LjM4NnYyLjUzNkg1LjAyYS4zODYuMzg2IDAgMCAxIDAgLjc3MlptMTAuMjI2LTEuOTU3QzE1LjI0NyAyLjY3NyAxMS45NSAwIDcuODk3IDBTLjU0NyAyLjY3Ny41NDcgNS45NjdjMCAyLjk0NyAyLjYxNSA1LjQxNiA2LjE0NiA1Ljg4NS4yNC4wNS41NjYuMTU4LjY0OS4zNjIuMDczLjE4NC4wNDguNDY5LjAyMy42NjFsLS4xLjYyNWMtLjAyOC4xODQtLjE0OC43MjYuNjQyLjM5NS43OS0uMzMgNC4yMzYtMi40OTggNS43OC00LjI3MiAxLjA1Ni0xLjE1NyAxLjU2LTIuMzQzIDEuNTYtMy42NTZaIiBmaWxsPSIjMUExQzFFIi8+PC9zdmc+);
  width: 26px;
}
.copyright {
  display: inline-flex;
  letter-spacing: 0.1em;
  line-height: 17px;
  text-transform: uppercase;
}
.copyright,
.floor {
  color: #2b3238;
  font-size: 10px;
  font-weight: 300;
}
.floor {
  background-color: #e2dbd6;
  border-radius: 4px;
  display: grid;
  font-family: JanuSans, sans-serif;
  grid-template-columns: repeat(2, 1fr);
  letter-spacing: 0.2px;
  line-height: 16px;
  padding: 12px 16px;
}
@media (min-width: 768px) {
  .floor {
    font-size: 12px;
    grid-template-columns: repeat(3, 1fr);
    letter-spacing: 0.36px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .floor {
    grid-template-columns: 16% 28% 28% 28%;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .floor {
    grid-template-columns: 15.5% 22% 22% 22% 18.5%;
  }
}
.floor__title-link,
.floor__title-link:visited {
  font-size: 12px;
  letter-spacing: 0.84px;
  line-height: 16px;
  padding-right: 10px;
  white-space: wrap !important;
}
.floor__item a,
.floor__item a:link,
.floor__item a:visited {
  color: #2b3238;
  white-space: nowrap;
}
.floor__item p {
  margin-bottom: 12px;
}
.floor__item--1 {
  grid-column: 1/2;
  grid-row: 1/4;
}
@media (min-width: 768px) {
  .floor__item--1 {
    grid-row: 1/3;
    grid-row: 1/2;
  }
}
.floor__item--2 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.floor__item--3 {
  grid-column: 2/3;
}
@media (min-width: 768px) {
  .floor__item--3 {
    grid-column: 3/4;
  }
}
.floor__item--4 {
  grid-column: 2/3;
}
@media (min-width: 768px) {
  .floor__item--4 {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
@media (min-width: 992px) {
  .floor__item--4 {
    grid-column: 4/5;
    grid-row: 1/2;
  }
}
@media (min-width: 1200px) {
  .floor__item--4 {
    grid-column: 5/6;
    grid-row: 3/3;
    order: 7;
  }
}
.floor__item--5 {
  grid-column: 1/3;
  grid-row: 4/5;
}
@media (min-width: 768px) {
  .floor__item--5 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media (min-width: 992px) {
  .floor__item--5 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (min-width: 1200px) {
  .floor__item--5 {
    grid-row: 3/4;
  }
}
.floor__item--6 {
  grid-column: 1/3;
  grid-row: 5/6;
}
@media (min-width: 768px) {
  .floor__item--6 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media (min-width: 992px) {
  .floor__item--6 {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
@media (min-width: 1200px) {
  .floor__item--6 {
    grid-row: 3/4;
  }
}
.floor__item--7 {
  grid-column: 1/3;
  grid-row: 6/7;
}
@media (min-width: 768px) {
  .floor__item--7 {
    grid-column: 3/4;
    grid-row: 3/4;
  }
}
@media (min-width: 992px) {
  .floor__item--7 {
    grid-column: 4/5;
    grid-row: 2/3;
  }
}
@media (min-width: 1200px) {
  .floor__item--7 {
    grid-row: 3/4;
  }
}
.floor__item--widget {
  margin: 20px 0 0;
  max-width: 217px;
}
@media (min-width: 768px) {
  .floor__item--widget {
    padding: 20px 30px 0 0;
  }
}
@media (min-width: 1200px) {
  .floor__item--widget {
    padding: 60px 30px 0 0;
  }
}
@media (min-width: 1440px) {
  .floor__item--widget {
    padding: 60px 0 0;
  }
}
.floor__item--direction {
  margin: 8px 0 3px;
}
@media (min-width: 768px) {
  .floor__item--direction {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .floor__item--direction {
    padding: 0 0 1.6rem;
  }
}
@media (min-width: 1200px) {
  .floor__item--direction {
    justify-self: end;
    margin: 67px 0 0;
  }
}
.floor-widget {
  position: relative;
}
.floor-widget__title {
  color: #1a1c1e;
  font-family: JanuSans, sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 16px;
  margin-bottom: 5px;
  padding-bottom: 2px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
.floor-widget__title:after {
  background-color: #1a1c1e;
  content: "";
  display: block;
  height: 1px;
  inset: auto auto 0;
  position: absolute;
  width: 100%;
}
.floor-widget__body--grid {
  display: grid;
  grid-template-columns: auto 50px;
}
.floor-widget__note {
  letter-spacing: 1px;
  margin-top: 8px;
  padding: 0 0 0 12px;
}
.floor-widget__item {
  color: #1a1c1e;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
}
.floor-widget__item--highlights {
  font-size: 24px;
  line-height: 1.3em;
}
.floor-widget__item--icon {
  text-align: right;
}
.floor-widget__item--airplane {
  position: relative;
}
.floor-widget__item--airplane:before {
  background-color: #1a1c1e;
  content: "";
  display: block;
  height: 21px;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.31%200a2.16%202.16%200%200%200-.911.237c-.567.28-1.052.752-1.416%201.244a.254.254%200%200%200-.015.015l-2.756%204.327-9.608.412a.24.24%200%200%200-.204.122L.03%208.745a.247.247%200%200%200-.007.222.242.242%200%200%200%20.173.137l8.253%201.74-1.656%203.159-2.621.701a.24.24%200%200%200-.15.115l-.995%201.732a.248.248%200%200%200-.016.206c.024.067.078.12.145.145l3.832%201.366%203.073%202.67a.24.24%200%200%200%20.369-.06l.986-1.74a.246.246%200%200%200%20.023-.191l-.7-2.648%201.868-3.03%205.617%206.364a.238.238%200%200%200%20.384-.046L19.97%2017.2a.248.248%200%200%200%200-.237L15.528%208.34l2.32-4.578a.15.15%200%200%200%20.007-.016c.24-.564.405-1.232.361-1.87-.044-.636-.322-1.256-.948-1.625a1.827%201.827%200%200%200-.958-.25Zm0%20.48c.236-.005.474.051.716.192.483.283.671.72.708%201.243.035.52-.104%201.118-.317%201.625l-.007.016-2.372%204.677a.247.247%200%200%200%200%20.221l4.45%208.615-1.13%201.984-5.466-6.196a.24.24%200%200%200-.015-.015l.693-1.13a.247.247%200%200%200-.065-.352.24.24%200%200%200-.342.093l-2.892%204.677a.246.246%200%200%200-.03.198l.708%202.648-.79%201.396-2.9-2.51a.247.247%200%200%200-.075-.038l-3.6-1.282.798-1.389%202.628-.71a.241.241%200%200%200%20.15-.121l2.561-4.876a.245.245%200%200%200-.083-.356.239.239%200%200%200-.338.127l-.618%201.167H8.66L.625%208.69l1.13-1.976%209.6-.412a.241.241%200%200%200%20.189-.114l2.823-4.41.008-.016c.329-.44.773-.862%201.235-1.09a1.67%201.67%200%200%201%20.7-.192Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.31%200a2.16%202.16%200%200%200-.911.237c-.567.28-1.052.752-1.416%201.244a.254.254%200%200%200-.015.015l-2.756%204.327-9.608.412a.24.24%200%200%200-.204.122L.03%208.745a.247.247%200%200%200-.007.222.242.242%200%200%200%20.173.137l8.253%201.74-1.656%203.159-2.621.701a.24.24%200%200%200-.15.115l-.995%201.732a.248.248%200%200%200-.016.206c.024.067.078.12.145.145l3.832%201.366%203.073%202.67a.24.24%200%200%200%20.369-.06l.986-1.74a.246.246%200%200%200%20.023-.191l-.7-2.648%201.868-3.03%205.617%206.364a.238.238%200%200%200%20.384-.046L19.97%2017.2a.248.248%200%200%200%200-.237L15.528%208.34l2.32-4.578a.15.15%200%200%200%20.007-.016c.24-.564.405-1.232.361-1.87-.044-.636-.322-1.256-.948-1.625a1.827%201.827%200%200%200-.958-.25Zm0%20.48c.236-.005.474.051.716.192.483.283.671.72.708%201.243.035.52-.104%201.118-.317%201.625l-.007.016-2.372%204.677a.247.247%200%200%200%200%20.221l4.45%208.615-1.13%201.984-5.466-6.196a.24.24%200%200%200-.015-.015l.693-1.13a.247.247%200%200%200-.065-.352.24.24%200%200%200-.342.093l-2.892%204.677a.246.246%200%200%200-.03.198l.708%202.648-.79%201.396-2.9-2.51a.247.247%200%200%200-.075-.038l-3.6-1.282.798-1.389%202.628-.71a.241.241%200%200%200%20.15-.121l2.561-4.876a.245.245%200%200%200-.083-.356.239.239%200%200%200-.338.127l-.618%201.167H8.66L.625%208.69l1.13-1.976%209.6-.412a.241.241%200%200%200%20.189-.114l2.823-4.41.008-.016c.329-.44.773-.862%201.235-1.09a1.67%201.67%200%200%201%20.7-.192Z%22%20fill%3D%22%231A1C1E%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.clock {
  font-size: 10px;
  line-height: 16px;
}
.clock--analog {
  background-color: #2b3238;
  border-radius: 50%;
  height: 38px;
  margin: auto 0 auto auto;
  position: relative;
  width: 38px;
}
.clock__arrow {
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  transform-origin: bottom;
}
.clock__arrow--hour {
  height: 25%;
  left: 48.85%;
  top: 25%;
  width: 1.8%;
}
.clock__arrow--minute {
  height: 30%;
  left: 48.9%;
  top: 19%;
  width: 1.6%;
}
.clock__arrow--second {
  background-color: hsla(0, 0%, 100%, 0.5);
  height: 40%;
  left: 49.25%;
  top: 9%;
  width: 1%;
}
.clock__gmt {
  font-size: 10px;
  letter-spacing: 0.8px;
  line-height: 14px;
  margin-top: 8px;
}
.single-cta-block--size-small {
  display: grid;
  grid-template-rows: 155px auto;
}
@media (min-width: 1200px) {
  .single-cta-block--size-small {
    grid-column-gap: 18px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: unset;
  }
}
.single-cta-block__image-block {
  height: 100%;
  width: 100%;
}
.single-cta-block__image-block--size-small {
  max-height: 155px;
}
.single-cta-block__image {
  border-radius: 4px;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.single-cta-block__image--size-small {
  aspect-ratio: 1/1;
  max-height: 155px;
}
.single-cta-block__title {
  color: #1a1c1e;
  font-family: Classic Roman, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 12px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .single-cta-block__title {
    font-size: 20px;
  }
  .single-cta-block__title--size-small {
    margin-top: 0;
  }
}
.single-cta-block__link {
  color: #1a1c1e;
  display: block;
  font-family: Macklin, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.07em;
  line-height: 1.33;
  margin-top: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.two-images-cta-block {
  grid-row-gap: 15px;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  height: 100%;
}
@media (min-width: 1200px) {
  .two-images-cta-block {
    grid-row-gap: 25px;
  }
}
@media screen and (min-width: 1300px) {
  .two-images-cta-block {
    height: auto;
  }
}
.offers__head {
  display: block;
  margin: 0;
}
.offers__head-title {
  margin: 0 auto;
  max-width: 450px;
  text-align: center;
  text-transform: uppercase;
}
.offers__hero {
  --vertical-gap: 20px;
  padding: var(--vertical-gap) 10px;
  position: relative;
}
@media (min-width: 992px) {
  .offers__hero {
    padding: var(--vertical-gap);
  }
}
.offers__hero--zoom-animation {
  height: 150vh;
}
.offers__hero__swiper {
  overflow: visible;
  position: sticky;
  top: 20px;
  transform: scale(1);
  transition: transform 0.1s linear;
  width: 100%;
}
@media (max-width: 991.98px) {
  .offers__hero__swiper--show-pagination {
    padding-bottom: 40px;
  }
}
.offers__hero__media {
  border-radius: 4px;
  height: calc(100vh - var(--vertical-gap) * 2);
  max-height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .offers__hero__media {
    max-height: none;
  }
}
.offers__hero__media--dark-overlay:after {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.offers__hero__image,
.offers__hero__video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%;
}
.offers__hero__text {
  border-radius: 4px;
}
.offers__hero__text--bottom-left {
  bottom: 24px;
  color: #fcfaf7;
  left: 20px;
  max-width: 550px;
  position: absolute;
}
.offers__hero__text--bottom-center {
  background-color: #fcfaf7;
  color: #1a1c1e;
  max-width: 100%;
  padding: 24px 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .offers__hero__text--bottom-center {
    background-color: #fcfaf7;
    margin-left: auto;
    margin-right: auto;
    margin-top: -178px;
    max-width: 575px;
    min-height: 400px;
    min-width: 570px;
    padding: 45px 50px 36px;
  }
}
.offers__hero__headline {
  color: inherit;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .offers__hero__headline {
    font-size: 22px;
    line-height: 32px;
  }
}
.offers__hero__title {
  color: inherit;
  font-size: 40px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 16px;
  margin-top: 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .offers__hero__title {
    font-size: 72px;
    line-height: 72px;
  }
}
.offers__hero__title--text-bottom-center {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .offers__hero__title--text-bottom-center {
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 16px;
  }
}
.offers__hero__subtitle {
  color: #1a1c1e;
  font-family: Macklin, sans-serif;
  font-size: 12px;
  letter-spacing: 0.84px;
  margin: 0 auto 40px;
  text-align: center;
  text-transform: uppercase;
}
.offers__hero__description {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 45px;
  word-break: break-word;
}
.offers__hero__description a {
  color: inherit;
}
.offers__hero__description li {
  text-align: left;
}
.offers__hero__pagination {
  bottom: 5px;
  color: #3b4044;
  font-family: JanuSans, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
  position: absolute;
  text-align: center;
  z-index: 2;
}
@media (min-width: 992px) {
  .offers__hero__pagination {
    font-size: 12px;
    inset: calc(100vh + 45px) 35px auto auto;
    line-height: 20px;
    text-align: left;
    width: 50px;
  }
}
.offers__hero__button-next,
.offers__hero__button-prev {
  background-color: transparent;
  border: none;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.offers__hero__button-next:after,
.offers__hero__button-prev:after {
  border: solid;
  border-color: #2b3238;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  height: 14px;
  transform: rotate(135deg);
  width: 14px;
}
@media (min-width: 992px) {
  .offers__hero__button-next,
  .offers__hero__button-prev {
    bottom: auto;
    top: calc(100vh + 45px);
  }
}
.offers__hero__button-prev {
  left: 0;
}
.offers__hero__button-next {
  right: 0;
}
.offers__hero__button-next:after {
  transform: rotate(-45deg);
}
.offers__cards-list {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  gap: 60px 20px;
  justify-content: center;
}
@media (min-width: 1200px) {
  .offers__cards-list {
    gap: 120px 20px;
  }
}
.offers__card {
  display: block;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .offers__card {
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .offers__card {
    max-width: calc(33.333% - 20px);
  }
  .offers__card--large {
    max-width: calc(50% - 20px);
  }
}
.offers__card-image-wrap {
  border-radius: 4px;
  display: block;
  margin: 0 0 12px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  padding: 0 0 83%;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .offers__card-image-wrap--large {
    padding-bottom: 75%;
  }
}
.offers__card-image {
  display: block;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.offers__card-title {
  color: #1a1c1e;
  display: block;
  font-family: Classic Roman, sans-serif;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 26px;
  margin: 0 0 12px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .offers__card-title--large {
    font-size: 32px;
    letter-spacing: 0.32px;
    line-height: 40px;
  }
}
.offers__card-description {
  color: #1a1c1e;
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
  line-height: 22px;
  margin: 0 0 32px;
}
.offers__card-controls {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}
:root {
  --scroll-bar-width: 0px;
}
.not-found__description {
  color: #2b3238;
  font-family: JanuSans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.48px;
  line-height: 1.66;
  margin-bottom: 80px;
  margin-top: 12px;
  text-align: center;
}
/*# sourceMappingURL=app.css.map*/

/* ---- RHomes Video Section ---- */
.rh-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}
.rh-video__frame {
  position: absolute;
  top: 65%;
  left: 50%;
  /* 130% scale = YouTube ka top title bar aur bottom logo frame se bahar chala jata hai */
  width: 130%;
  height: 130%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
.rh-video__shield {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: default;
}

@media (max-width: 991px) {
  .rh-video__frame {
    width: 160%;
    height: 160%;
  }
}
@media (max-width: 575px) {
  .rh-video {
    aspect-ratio: 4 / 3;
  }
  .rh-video__frame {
    width: 220%;
    height: 220%;
  }
}

.c-spacing__bottom--large {
        padding-bottom: 10px !important;
        padding-top: 60px;
    }
    
    .rhomes-amenities-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 40px;
    }
.header__menu-button{display:none;}


@media (max-width: 768px) {
    .rhomes-amenities-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .slider {
        padding: 0 0px;
    }
    .slider__text {
        display: none;
    }
    .slider__pagination.swiper-pagination-custom.swiper-pagination-horizontal {
        padding-top: 10px;
    }
    .signup {
        padding: 25px 12px 25px;
    }
    .c-spacing__bottom--large {
        padding-top: 0px;
    }
    h1.flexible-content__title.h2.c-title.c-title--secondary {
        padding-top: 0px !important;
    }
    .flexible-content__buttons.flexible-content__buttons--left.rhomes-button-bottom {
        margin-top: 0;
    }
    .header__menu-button{display:block}
    .mobile-padding{padding: 0px !important;}
    .mobile-margin-0{margin: 0px !important;}
    .wp-block-spacer{display:none !important;}
    .form__intro {font-size: 14px !important;}
    .basement__item--credits {flex: 0 1 100%;}
}
.form__intro {
    margin-top: 20px;
}

.rhomes-media-title {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.rhomes-media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.rhomes-media-card {
    display: block;
    text-decoration: none;
    color: inherit;
}
.rhomes-media-card-image-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.rhomes-media-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.rhomes-media-card:hover .rhomes-media-card-image {
    transform: scale(1.05);
}
.rhomes-media-card-title {
    margin-top: 16px;
    font-size: 18px;
    text-align: center;
    color: #1a1c1e;
}
@media (max-width: 768px) {
    .rhomes-media-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.rhomes-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.rhomes-gallery-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}



/* Gallery grid images clickable */
.rhomes-gallery-image {
    cursor: pointer;
}

/* Lightbox overlay */
.rhomes-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.rhomes-lightbox.rhomes-lightbox--open {
    display: flex;
}
.rhomes-lightbox-image {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
}
.rhomes-lightbox-close {
    position: absolute;
    top: 24px;
    right: 32px;
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    line-height: 1;
}
.rhomes-lightbox-prev,
.rhomes-lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    padding: 12px;
}
.rhomes-lightbox-prev { left: 16px; }
.rhomes-lightbox-next { right: 16px; }
.rhomes-lightbox-counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}
@media (max-width: 768px) {
    .rhomes-lightbox-prev, .rhomes-lightbox-next { font-size: 20px; padding: 8px; }
}



.rhomes-team-section {
    padding: 80px 0;
    margin: 0 auto;
}
.rhomes-team-row {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 80px;
}
.rhomes-team-row:last-child {
    margin-bottom: 0;
}
.rhomes-team-image-wrap {
    flex: 0 0 280px;
}
.rhomes-team-image {
    width: 100%;
    aspect-ratio: 5 / 6;
    object-fit: cover;
}
.rhomes-team-text {
    flex: 1;
    padding-top: 20px;
}
.rhomes-team-text p {
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 1.8;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.rhomes-team-name {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 30px;
}
.rhomes-team-title {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .rhomes-team-row {
        flex-direction: column;
        gap: 24px;
    }
    .rhomes-team-image-wrap {
        flex: 0 0 auto;
        width: 200px;
    }
    .custom-banner{
        margin-bottom: 30px !important;
    }
}

.custom-banner{
    margin: 0 auto;
    padding: 0 20px;
}


.rhomes-legal-content {
    max-width: 900px;
    margin: 0 auto;
}
.rhomes-legal-content h3 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 12px;
    color: #1a1c1e;
}
.rhomes-legal-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #4a4a48;
    margin-bottom: 16px;
}
.rhomes-legal-content ul {
    margin-bottom: 16px;
    padding-left: 24px;
}
.rhomes-legal-content li {
    font-size: 15px;
    line-height: 1.8;
    color: #4a4a48;
    margin-bottom: 8px;
}


/* ==================== Newsletter Signup ==================== */

.rhomes-signup-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.signup__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.signup__row--top {
    /*margin-bottom: 16px;*/
}

.signup__title--bg-light-orange {
    color: #1a1c1e;
    width: 50%;
}

form#rhomesSignupForm {
    text-align: right;    margin-bottom: 13px;

}


.signup__row.signup__row--bottom p {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.48px;
    line-height: 1.7em;
    margin: 0;
    width: 50%;
}

.rhomes-signup-error {
    display: block;
    color: #c0392b;
    font-size: 13px;
    min-height: 16px;
    text-align: left;
}

.rhomes-signup-success {
    color: #1a7a3c;
    font-size: 14px;
    margin-top: 12px;
    font-weight: 500;
}



.rhomes-signup-input {
    border: none;
    border-bottom: 1px solid #1a1c1e;
    background: transparent;
    padding: 4px 0;
    font-size: 14px;
    outline: none;
    width: 100%;
    margin-top: 6px;
}

.c-button--signup {
    font-weight: 300;
    height: 35px;
    letter-spacing: 1px;
    padding-inline: 117px 130px;
    position: relative;
}

.footer__signup .main-div{
    width:100%;
}

.text-align-right{
    text-align:right;
}

@media (max-width: 768px) {
    .signup__row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .signup__title--bg-light-orange,
    form#rhomesSignupForm,
    .signup__row.signup__row--bottom p {
        width: 100%;
        text-align: left;
    }
    footer{
        margin-top: 50px;
    }
    button#rhomesSignupBtn {
        width: 100%;
    }
    .mobile-mt30{
        margin-top: 30px;
    }
}