.choices {
  margin-bottom: 24px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.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 {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  background-color: #eaeaea;
}

.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 #ddd;
  width: 100%;
  margin: 0;
  padding: 10px;
  display: block;
}

.choices[data-type*="select-one"] .choices__button {
  opacity: .25;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  border-radius: 10em;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: 25px;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
}

.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*="select-one"] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*="select-one"]:after {
  content: "";
  pointer-events: none;
  border: 5px solid #0000;
  border-top-color: #333;
  width: 0;
  height: 0;
  margin-top: -2.5px;
  position: absolute;
  top: 50%;
  right: 11.5px;
}

.choices[data-type*="select-one"].is-open:after {
  border-color: #0000 #0000 #333;
  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 {
  margin-left: 25px;
  margin-right: 0;
  left: 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 {
  opacity: .75;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  border-left: 1px solid #008fa1;
  border-radius: 0;
  width: 8px;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  vertical-align: top;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  width: 100%;
  min-height: 44px;
  padding: 7.5px 7.5px 3.75px;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  width: 100%;
  padding: 4px 16px 4px 4px;
  display: inline-block;
}

[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 {
  vertical-align: middle;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  border-radius: 20px;
  margin-bottom: 3.75px;
  margin-right: 3.75px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.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] {
  visibility: hidden;
  z-index: 1;
  word-break: break-all;
  will-change: visibility;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-right-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  width: 100%;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  overflow: hidden;
}

.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: #b7b7b7;
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  border-radius: .25rem .25rem 0 0;
  margin-top: 0;
  margin-bottom: -1px;
  top: auto;
  bottom: 100%;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
  max-height: 300px;
  position: relative;
  overflow: auto;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  padding: 10px;
  font-size: 14px;
  position: relative;
}

[dir="rtl"] .choices__list--dropdown .choices__item, [dir="rtl"] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (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);
    opacity: 0;
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  [dir="rtl"] .choices__list--dropdown .choices__item--selectable, [dir="rtl"] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [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: .5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: .5;
}

.choices__heading {
  color: gray;
  border-bottom: 1px solid #f7f7f7;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
}

.choices__button {
  text-indent: -9999px;
  appearance: none;
  cursor: pointer;
  background-color: #0000;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  vertical-align: baseline;
  background-color: #f9f9f9;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 5px;
  padding: 4px 0 4px 2px;
  font-size: 14px;
  display: inline-block;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration {
  display: none;
}

.choices__input::-webkit-search-cancel-button {
  display: none;
}

.choices__input::-webkit-search-results-button {
  display: none;
}

.choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}

.choices__input::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}

[dir="rtl"] .choices__input {
  padding-left: 0;
  padding-right: 2px;
}

.choices__placeholder {
  opacity: .5;
}

.iti {
  display: inline-block;
  position: relative;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input.iti__tel-input, .iti input.iti__tel-input[type="text"], .iti input.iti__tel-input[type="tel"] {
  z-index: 0;
  margin-right: 0;
  padding-right: 36px;
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.iti__flag-container {
  padding: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.iti__selected-flag {
  z-index: 1;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
  display: flex;
  position: relative;
}

.iti__arrow {
  border-top: 4px solid #555;
  border-left: 3px solid #0000;
  border-right: 3px solid #0000;
  width: 0;
  height: 0;
  margin-left: 6px;
}

[dir="rtl"] .iti__arrow {
  margin-left: 0;
  margin-right: 6px;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__dropdown-content {
  z-index: 2;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 200px;
  margin-left: -1px;
  position: absolute;
  overflow-y: scroll;
  box-shadow: 1px 1px 4px #0003;
}

.iti__dropdown-content--dropup {
  margin-bottom: -1px;
  bottom: 100%;
}

.iti__search-input {
  border-width: 0;
  width: 100%;
}

.iti__country-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (width <= 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  width: 20px;
  display: inline-block;
}

.iti__divider {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.iti__country {
  outline: none;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: #0000000d;
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

[dir="rtl"] .iti__flag-box, [dir="rtl"] .iti__country-name {
  margin-left: 6px;
  margin-right: 0;
}

.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type="text"], .iti--allow-dropdown input.iti__tel-input[type="tel"], .iti--separate-dial-code input.iti__tel-input, .iti--separate-dial-code input.iti__tel-input[type="text"], .iti--separate-dial-code input.iti__tel-input[type="tel"] {
  margin-left: 0;
  padding-left: 52px;
  padding-right: 6px;
}

[dir="rtl"] .iti--allow-dropdown input.iti__tel-input, [dir="rtl"] .iti--allow-dropdown input.iti__tel-input[type="text"], [dir="rtl"] .iti--allow-dropdown input.iti__tel-input[type="tel"], [dir="rtl"] .iti--separate-dial-code input.iti__tel-input, [dir="rtl"] .iti--separate-dial-code input.iti__tel-input[type="text"], [dir="rtl"] .iti--separate-dial-code input.iti__tel-input[type="tel"] {
  margin-right: 0;
  padding-left: 6px;
  padding-right: 52px;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  left: 0;
  right: auto;
}

[dir="rtl"] .iti--allow-dropdown .iti__flag-container, [dir="rtl"] .iti--separate-dial-code .iti__flag-container {
  left: auto;
  right: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: #0000000d;
}

.iti--allow-dropdown .iti__flag-container:has( + input[disabled]):hover, .iti--allow-dropdown .iti__flag-container:has( + input[readonly]):hover {
  cursor: default;
}

.iti--allow-dropdown .iti__flag-container:has( + input[disabled]):hover .iti__selected-flag, .iti--allow-dropdown .iti__flag-container:has( + input[readonly]):hover .iti__selected-flag {
  background-color: #0000;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #0000000d;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}

[dir="rtl"] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}

.iti--container {
  z-index: 1060;
  padding: 1px;
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  display: flex;
  position: fixed;
  inset: 0;
}

.iti--fullscreen-popup.iti--container.iti--country-search {
  justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-device-pixel-ratio >= 2), (resolution >= 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}

.iti__flag.iti__ac {
  background-position: 0 0;
  height: 10px;
}

.iti__flag.iti__ad {
  background-position: -22px 0;
  height: 14px;
}

.iti__flag.iti__ae {
  background-position: -44px 0;
  height: 10px;
}

.iti__flag.iti__af {
  background-position: -66px 0;
  height: 14px;
}

.iti__flag.iti__ag {
  background-position: -88px 0;
  height: 14px;
}

.iti__flag.iti__ai {
  background-position: -110px 0;
  height: 10px;
}

.iti__flag.iti__al {
  background-position: -132px 0;
  height: 15px;
}

.iti__flag.iti__am {
  background-position: -154px 0;
  height: 10px;
}

.iti__flag.iti__ao {
  background-position: -176px 0;
  height: 14px;
}

.iti__flag.iti__aq {
  background-position: -198px 0;
  height: 14px;
}

.iti__flag.iti__ar {
  background-position: -220px 0;
  height: 13px;
}

.iti__flag.iti__as {
  background-position: -242px 0;
  height: 10px;
}

.iti__flag.iti__at {
  background-position: -264px 0;
  height: 14px;
}

.iti__flag.iti__au {
  background-position: -286px 0;
  height: 10px;
}

.iti__flag.iti__aw {
  background-position: -308px 0;
  height: 14px;
}

.iti__flag.iti__ax {
  background-position: -330px 0;
  height: 13px;
}

.iti__flag.iti__az {
  background-position: -352px 0;
  height: 10px;
}

.iti__flag.iti__ba {
  background-position: -374px 0;
  height: 10px;
}

.iti__flag.iti__bb {
  background-position: -396px 0;
  height: 14px;
}

.iti__flag.iti__bd {
  background-position: -418px 0;
  height: 12px;
}

.iti__flag.iti__be {
  background-position: -440px 0;
  height: 15px;
}

.iti__flag.iti__bf {
  background-position: -460px 0;
  height: 14px;
}

.iti__flag.iti__bg {
  background-position: -482px 0;
  height: 12px;
}

.iti__flag.iti__bh {
  background-position: -504px 0;
  height: 12px;
}

.iti__flag.iti__bi {
  background-position: -526px 0;
  height: 12px;
}

.iti__flag.iti__bj {
  background-position: -548px 0;
  height: 14px;
}

.iti__flag.iti__bl {
  background-position: -570px 0;
  height: 14px;
}

.iti__flag.iti__bm {
  background-position: -592px 0;
  height: 10px;
}

.iti__flag.iti__bn {
  background-position: -614px 0;
  height: 10px;
}

.iti__flag.iti__bo {
  background-position: -636px 0;
  height: 14px;
}

.iti__flag.iti__bq {
  background-position: -658px 0;
  height: 14px;
}

.iti__flag.iti__br {
  background-position: -680px 0;
  height: 14px;
}

.iti__flag.iti__bs {
  background-position: -702px 0;
  height: 10px;
}

.iti__flag.iti__bt {
  background-position: -724px 0;
  height: 14px;
}

.iti__flag.iti__bv {
  background-position: -746px 0;
  height: 15px;
}

.iti__flag.iti__bw {
  background-position: -768px 0;
  height: 14px;
}

.iti__flag.iti__by {
  background-position: -790px 0;
  height: 10px;
}

.iti__flag.iti__bz {
  background-position: -812px 0;
  height: 12px;
}

.iti__flag.iti__ca {
  background-position: -834px 0;
  height: 10px;
}

.iti__flag.iti__cc {
  background-position: -856px 0;
  height: 10px;
}

.iti__flag.iti__cd {
  background-position: -878px 0;
  height: 15px;
}

.iti__flag.iti__cf {
  background-position: -900px 0;
  height: 14px;
}

.iti__flag.iti__cg {
  background-position: -922px 0;
  height: 14px;
}

.iti__flag.iti__ch {
  background-position: -944px 0;
  height: 15px;
}

.iti__flag.iti__ci {
  background-position: -961px 0;
  height: 14px;
}

.iti__flag.iti__ck {
  background-position: -983px 0;
  height: 10px;
}

.iti__flag.iti__cl {
  background-position: -1005px 0;
  height: 14px;
}

.iti__flag.iti__cm {
  background-position: -1027px 0;
  height: 14px;
}

.iti__flag.iti__cn {
  background-position: -1049px 0;
  height: 14px;
}

.iti__flag.iti__co {
  background-position: -1071px 0;
  height: 14px;
}

.iti__flag.iti__cp {
  background-position: -1093px 0;
  height: 14px;
}

.iti__flag.iti__cq {
  background-position: -1115px 0;
  height: 12px;
}

.iti__flag.iti__cr {
  background-position: -1137px 0;
  height: 12px;
}

.iti__flag.iti__cu {
  background-position: -1159px 0;
  height: 10px;
}

.iti__flag.iti__cv {
  background-position: -1181px 0;
  height: 12px;
}

.iti__flag.iti__cw {
  background-position: -1203px 0;
  height: 14px;
}

.iti__flag.iti__cx {
  background-position: -1225px 0;
  height: 10px;
}

.iti__flag.iti__cy {
  background-position: -1247px 0;
  height: 14px;
}

.iti__flag.iti__cz {
  background-position: -1269px 0;
  height: 14px;
}

.iti__flag.iti__de {
  background-position: -1291px 0;
  height: 12px;
}

.iti__flag.iti__dg {
  background-position: -1313px 0;
  height: 10px;
}

.iti__flag.iti__dj {
  background-position: -1335px 0;
  height: 14px;
}

.iti__flag.iti__dk {
  background-position: -1357px 0;
  height: 15px;
}

.iti__flag.iti__dm {
  background-position: -1379px 0;
  height: 10px;
}

.iti__flag.iti__do {
  background-position: -1401px 0;
  height: 14px;
}

.iti__flag.iti__dz {
  background-position: -1423px 0;
  height: 14px;
}

.iti__flag.iti__ea {
  background-position: -1445px 0;
  height: 14px;
}

.iti__flag.iti__ec {
  background-position: -1467px 0;
  height: 14px;
}

.iti__flag.iti__ee {
  background-position: -1489px 0;
  height: 13px;
}

.iti__flag.iti__eg {
  background-position: -1511px 0;
  height: 14px;
}

.iti__flag.iti__eh {
  background-position: -1533px 0;
  height: 10px;
}

.iti__flag.iti__er {
  background-position: -1555px 0;
  height: 10px;
}

.iti__flag.iti__es {
  background-position: -1577px 0;
  height: 14px;
}

.iti__flag.iti__et {
  background-position: -1599px 0;
  height: 10px;
}

.iti__flag.iti__eu {
  background-position: -1621px 0;
  height: 14px;
}

.iti__flag.iti__ez {
  background-position: -1643px 0;
  height: 14px;
}

.iti__flag.iti__fi {
  background-position: -1665px 0;
  height: 12px;
}

.iti__flag.iti__fj {
  background-position: -1687px 0;
  height: 10px;
}

.iti__flag.iti__fk {
  background-position: -1709px 0;
  height: 10px;
}

.iti__flag.iti__fm {
  background-position: -1731px 0;
  height: 11px;
}

.iti__flag.iti__fo {
  background-position: -1753px 0;
  height: 15px;
}

.iti__flag.iti__fr {
  background-position: -1775px 0;
  height: 14px;
}

.iti__flag.iti__fx {
  background-position: -1797px 0;
  height: 14px;
}

.iti__flag.iti__ga {
  background-position: -1819px 0;
  height: 15px;
}

.iti__flag.iti__gb {
  background-position: -1841px 0;
  height: 10px;
}

.iti__flag.iti__gd {
  background-position: -1863px 0;
  height: 12px;
}

.iti__flag.iti__ge {
  background-position: -1885px 0;
  height: 14px;
}

.iti__flag.iti__gf {
  background-position: -1907px 0;
  height: 14px;
}

.iti__flag.iti__gg {
  background-position: -1929px 0;
  height: 14px;
}

.iti__flag.iti__gh {
  background-position: -1951px 0;
  height: 14px;
}

.iti__flag.iti__gi {
  background-position: -1973px 0;
  height: 10px;
}

.iti__flag.iti__gl {
  background-position: -1995px 0;
  height: 14px;
}

.iti__flag.iti__gm {
  background-position: -2017px 0;
  height: 14px;
}

.iti__flag.iti__gn {
  background-position: -2039px 0;
  height: 14px;
}

.iti__flag.iti__gp {
  background-position: -2061px 0;
  height: 14px;
}

.iti__flag.iti__gq {
  background-position: -2083px 0;
  height: 14px;
}

.iti__flag.iti__gr {
  background-position: -2105px 0;
  height: 14px;
}

.iti__flag.iti__gs {
  background-position: -2127px 0;
  height: 10px;
}

.iti__flag.iti__gt {
  background-position: -2149px 0;
  height: 13px;
}

.iti__flag.iti__gu {
  background-position: -2171px 0;
  height: 11px;
}

.iti__flag.iti__gw {
  background-position: -2193px 0;
  height: 10px;
}

.iti__flag.iti__gy {
  background-position: -2215px 0;
  height: 12px;
}

.iti__flag.iti__hk {
  background-position: -2237px 0;
  height: 14px;
}

.iti__flag.iti__hm {
  background-position: -2259px 0;
  height: 10px;
}

.iti__flag.iti__hn {
  background-position: -2281px 0;
  height: 10px;
}

.iti__flag.iti__hr {
  background-position: -2303px 0;
  height: 10px;
}

.iti__flag.iti__ht {
  background-position: -2325px 0;
  height: 12px;
}

.iti__flag.iti__hu {
  background-position: -2347px 0;
  height: 10px;
}

.iti__flag.iti__ic {
  background-position: -2369px 0;
  height: 14px;
}

.iti__flag.iti__id {
  background-position: -2391px 0;
  height: 14px;
}

.iti__flag.iti__ie {
  background-position: -2413px 0;
  height: 10px;
}

.iti__flag.iti__il {
  background-position: -2435px 0;
  height: 15px;
}

.iti__flag.iti__im {
  background-position: -2457px 0;
  height: 10px;
}

.iti__flag.iti__in {
  background-position: -2479px 0;
  height: 14px;
}

.iti__flag.iti__io {
  background-position: -2501px 0;
  height: 10px;
}

.iti__flag.iti__iq {
  background-position: -2523px 0;
  height: 14px;
}

.iti__flag.iti__ir {
  background-position: -2545px 0;
  height: 12px;
}

.iti__flag.iti__is {
  background-position: -2567px 0;
  height: 15px;
}

.iti__flag.iti__it {
  background-position: -2589px 0;
  height: 14px;
}

.iti__flag.iti__je {
  background-position: -2611px 0;
  height: 12px;
}

.iti__flag.iti__jm {
  background-position: -2633px 0;
  height: 10px;
}

.iti__flag.iti__jo {
  background-position: -2655px 0;
  height: 10px;
}

.iti__flag.iti__jp {
  background-position: -2677px 0;
  height: 14px;
}

.iti__flag.iti__ke {
  background-position: -2699px 0;
  height: 14px;
}

.iti__flag.iti__kg {
  background-position: -2721px 0;
  height: 12px;
}

.iti__flag.iti__kh {
  background-position: -2743px 0;
  height: 13px;
}

.iti__flag.iti__ki {
  background-position: -2765px 0;
  height: 10px;
}

.iti__flag.iti__km {
  background-position: -2787px 0;
  height: 12px;
}

.iti__flag.iti__kn {
  background-position: -2809px 0;
  height: 14px;
}

.iti__flag.iti__kp {
  background-position: -2831px 0;
  height: 10px;
}

.iti__flag.iti__kr {
  background-position: -2853px 0;
  height: 14px;
}

.iti__flag.iti__kw {
  background-position: -2875px 0;
  height: 10px;
}

.iti__flag.iti__ky {
  background-position: -2897px 0;
  height: 10px;
}

.iti__flag.iti__kz {
  background-position: -2919px 0;
  height: 10px;
}

.iti__flag.iti__la {
  background-position: -2941px 0;
  height: 14px;
}

.iti__flag.iti__lb {
  background-position: -2963px 0;
  height: 14px;
}

.iti__flag.iti__lc {
  background-position: -2985px 0;
  height: 10px;
}

.iti__flag.iti__li {
  background-position: -3007px 0;
  height: 12px;
}

.iti__flag.iti__lk {
  background-position: -3029px 0;
  height: 10px;
}

.iti__flag.iti__lr {
  background-position: -3051px 0;
  height: 11px;
}

.iti__flag.iti__ls {
  background-position: -3073px 0;
  height: 14px;
}

.iti__flag.iti__lt {
  background-position: -3095px 0;
  height: 12px;
}

.iti__flag.iti__lu {
  background-position: -3117px 0;
  height: 12px;
}

.iti__flag.iti__lv {
  background-position: -3139px 0;
  height: 10px;
}

.iti__flag.iti__ly {
  background-position: -3161px 0;
  height: 10px;
}

.iti__flag.iti__ma {
  background-position: -3183px 0;
  height: 14px;
}

.iti__flag.iti__mc {
  background-position: -3205px 0;
  height: 15px;
}

.iti__flag.iti__md {
  background-position: -3226px 0;
  height: 10px;
}

.iti__flag.iti__me {
  background-position: -3248px 0;
  height: 10px;
}

.iti__flag.iti__mf {
  background-position: -3270px 0;
  height: 14px;
}

.iti__flag.iti__mg {
  background-position: -3292px 0;
  height: 14px;
}

.iti__flag.iti__mh {
  background-position: -3314px 0;
  height: 11px;
}

.iti__flag.iti__mk {
  background-position: -3336px 0;
  height: 10px;
}

.iti__flag.iti__ml {
  background-position: -3358px 0;
  height: 14px;
}

.iti__flag.iti__mm {
  background-position: -3380px 0;
  height: 14px;
}

.iti__flag.iti__mn {
  background-position: -3402px 0;
  height: 10px;
}

.iti__flag.iti__mo {
  background-position: -3424px 0;
  height: 14px;
}

.iti__flag.iti__mp {
  background-position: -3446px 0;
  height: 10px;
}

.iti__flag.iti__mq {
  background-position: -3468px 0;
  height: 14px;
}

.iti__flag.iti__mr {
  background-position: -3490px 0;
  height: 14px;
}

.iti__flag.iti__ms {
  background-position: -3512px 0;
  height: 10px;
}

.iti__flag.iti__mt {
  background-position: -3534px 0;
  height: 14px;
}

.iti__flag.iti__mu {
  background-position: -3556px 0;
  height: 14px;
}

.iti__flag.iti__mv {
  background-position: -3578px 0;
  height: 14px;
}

.iti__flag.iti__mw {
  background-position: -3600px 0;
  height: 14px;
}

.iti__flag.iti__mx {
  background-position: -3622px 0;
  height: 12px;
}

.iti__flag.iti__my {
  background-position: -3644px 0;
  height: 10px;
}

.iti__flag.iti__mz {
  background-position: -3666px 0;
  height: 14px;
}

.iti__flag.iti__na {
  background-position: -3688px 0;
  height: 14px;
}

.iti__flag.iti__nc {
  background-position: -3710px 0;
  height: 10px;
}

.iti__flag.iti__ne {
  background-position: -3732px 0;
  height: 15px;
}

.iti__flag.iti__nf {
  background-position: -3752px 0;
  height: 10px;
}

.iti__flag.iti__ng {
  background-position: -3774px 0;
  height: 10px;
}

.iti__flag.iti__ni {
  background-position: -3796px 0;
  height: 12px;
}

.iti__flag.iti__nl {
  background-position: -3818px 0;
  height: 14px;
}

.iti__flag.iti__no {
  background-position: -3840px 0;
  height: 15px;
}

.iti__flag.iti__np {
  background-position: -3862px 0;
  height: 15px;
}

.iti__flag.iti__nr {
  background-position: -3877px 0;
  height: 10px;
}

.iti__flag.iti__nu {
  background-position: -3899px 0;
  height: 10px;
}

.iti__flag.iti__nz {
  background-position: -3921px 0;
  height: 10px;
}

.iti__flag.iti__om {
  background-position: -3943px 0;
  height: 10px;
}

.iti__flag.iti__pa {
  background-position: -3965px 0;
  height: 14px;
}

.iti__flag.iti__pe {
  background-position: -3987px 0;
  height: 14px;
}

.iti__flag.iti__pf {
  background-position: -4009px 0;
  height: 14px;
}

.iti__flag.iti__pg {
  background-position: -4031px 0;
  height: 15px;
}

.iti__flag.iti__ph {
  background-position: -4053px 0;
  height: 10px;
}

.iti__flag.iti__pk {
  background-position: -4075px 0;
  height: 14px;
}

.iti__flag.iti__pl {
  background-position: -4097px 0;
  height: 13px;
}

.iti__flag.iti__pm {
  background-position: -4119px 0;
  height: 14px;
}

.iti__flag.iti__pn {
  background-position: -4141px 0;
  height: 10px;
}

.iti__flag.iti__pr {
  background-position: -4163px 0;
  height: 14px;
}

.iti__flag.iti__ps {
  background-position: -4185px 0;
  height: 10px;
}

.iti__flag.iti__pt {
  background-position: -4207px 0;
  height: 14px;
}

.iti__flag.iti__pw {
  background-position: -4229px 0;
  height: 13px;
}

.iti__flag.iti__py {
  background-position: -4251px 0;
  height: 11px;
}

.iti__flag.iti__qa {
  background-position: -4273px 0;
  height: 8px;
}

.iti__flag.iti__re {
  background-position: -4295px 0;
  height: 14px;
}

.iti__flag.iti__ro {
  background-position: -4317px 0;
  height: 14px;
}

.iti__flag.iti__rs {
  background-position: -4339px 0;
  height: 14px;
}

.iti__flag.iti__ru {
  background-position: -4361px 0;
  height: 14px;
}

.iti__flag.iti__rw {
  background-position: -4383px 0;
  height: 14px;
}

.iti__flag.iti__sa {
  background-position: -4405px 0;
  height: 14px;
}

.iti__flag.iti__sb {
  background-position: -4427px 0;
  height: 10px;
}

.iti__flag.iti__sc {
  background-position: -4449px 0;
  height: 10px;
}

.iti__flag.iti__sd {
  background-position: -4471px 0;
  height: 10px;
}

.iti__flag.iti__se {
  background-position: -4493px 0;
  height: 13px;
}

.iti__flag.iti__sg {
  background-position: -4515px 0;
  height: 14px;
}

.iti__flag.iti__sh {
  background-position: -4537px 0;
  height: 10px;
}

.iti__flag.iti__si {
  background-position: -4559px 0;
  height: 10px;
}

.iti__flag.iti__sj {
  background-position: -4581px 0;
  height: 15px;
}

.iti__flag.iti__sk {
  background-position: -4603px 0;
  height: 14px;
}

.iti__flag.iti__sl {
  background-position: -4625px 0;
  height: 14px;
}

.iti__flag.iti__sm {
  background-position: -4647px 0;
  height: 15px;
}

.iti__flag.iti__sn {
  background-position: -4669px 0;
  height: 14px;
}

.iti__flag.iti__so {
  background-position: -4691px 0;
  height: 14px;
}

.iti__flag.iti__sr {
  background-position: -4713px 0;
  height: 14px;
}

.iti__flag.iti__ss {
  background-position: -4735px 0;
  height: 10px;
}

.iti__flag.iti__st {
  background-position: -4757px 0;
  height: 10px;
}

.iti__flag.iti__su {
  background-position: -4779px 0;
  height: 10px;
}

.iti__flag.iti__sv {
  background-position: -4801px 0;
  height: 12px;
}

.iti__flag.iti__sx {
  background-position: -4823px 0;
  height: 14px;
}

.iti__flag.iti__sy {
  background-position: -4845px 0;
  height: 14px;
}

.iti__flag.iti__sz {
  background-position: -4867px 0;
  height: 14px;
}

.iti__flag.iti__ta {
  background-position: -4889px 0;
  height: 10px;
}

.iti__flag.iti__tc {
  background-position: -4911px 0;
  height: 10px;
}

.iti__flag.iti__td {
  background-position: -4933px 0;
  height: 14px;
}

.iti__flag.iti__tf {
  background-position: -4955px 0;
  height: 14px;
}

.iti__flag.iti__tg {
  background-position: -4977px 0;
  height: 13px;
}

.iti__flag.iti__th {
  background-position: -4999px 0;
  height: 14px;
}

.iti__flag.iti__tj {
  background-position: -5021px 0;
  height: 10px;
}

.iti__flag.iti__tk {
  background-position: -5043px 0;
  height: 10px;
}

.iti__flag.iti__tl {
  background-position: -5065px 0;
  height: 10px;
}

.iti__flag.iti__tm {
  background-position: -5087px 0;
  height: 14px;
}

.iti__flag.iti__tn {
  background-position: -5109px 0;
  height: 14px;
}

.iti__flag.iti__to {
  background-position: -5131px 0;
  height: 10px;
}

.iti__flag.iti__tr {
  background-position: -5153px 0;
  height: 14px;
}

.iti__flag.iti__tt {
  background-position: -5175px 0;
  height: 12px;
}

.iti__flag.iti__tv {
  background-position: -5197px 0;
  height: 10px;
}

.iti__flag.iti__tw {
  background-position: -5219px 0;
  height: 14px;
}

.iti__flag.iti__tz {
  background-position: -5241px 0;
  height: 14px;
}

.iti__flag.iti__ua {
  background-position: -5263px 0;
  height: 14px;
}

.iti__flag.iti__ug {
  background-position: -5285px 0;
  height: 14px;
}

.iti__flag.iti__uk {
  background-position: -5307px 0;
  height: 10px;
}

.iti__flag.iti__um {
  background-position: -5329px 0;
  height: 11px;
}

.iti__flag.iti__un {
  background-position: -5351px 0;
  height: 14px;
}

.iti__flag.iti__us {
  background-position: -5373px 0;
  height: 11px;
}

.iti__flag.iti__uy {
  background-position: -5395px 0;
  height: 14px;
}

.iti__flag.iti__uz {
  background-position: -5417px 0;
  height: 10px;
}

.iti__flag.iti__va {
  background-position: -5439px 0;
  height: 15px;
}

.iti__flag.iti__vc {
  background-position: -5456px 0;
  height: 14px;
}

.iti__flag.iti__ve {
  background-position: -5478px 0;
  height: 14px;
}

.iti__flag.iti__vg {
  background-position: -5500px 0;
  height: 10px;
}

.iti__flag.iti__vi {
  background-position: -5522px 0;
  height: 14px;
}

.iti__flag.iti__vn {
  background-position: -5544px 0;
  height: 14px;
}

.iti__flag.iti__vu {
  background-position: -5566px 0;
  height: 12px;
}

.iti__flag.iti__wf {
  background-position: -5588px 0;
  height: 14px;
}

.iti__flag.iti__ws {
  background-position: -5610px 0;
  height: 10px;
}

.iti__flag.iti__xk {
  background-position: -5632px 0;
  height: 15px;
}

.iti__flag.iti__ye {
  background-position: -5654px 0;
  height: 14px;
}

.iti__flag.iti__yt {
  background-position: -5676px 0;
  height: 14px;
}

.iti__flag.iti__za {
  background-position: -5698px 0;
  height: 14px;
}

.iti__flag.iti__zm {
  background-position: -5720px 0;
  height: 14px;
}

.iti__flag.iti__zw {
  background-position: -5742px 0;
  height: 10px;
}

.iti__flag {
  background-color: #dbdbdb;
  background-image: url("flags.7cff3ef3.png");
  background-position: 20px 0;
  background-repeat: no-repeat;
  height: 15px;
  box-shadow: 0 0 1px #888;
}

@media (-webkit-device-pixel-ratio >= 2), (resolution >= 2x) {
  .iti__flag {
    background-image: url("flags@2x.94b5a75b.png");
  }
}

.iti__flag.iti__np {
  background-color: #0000;
}

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

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}

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

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

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

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  width: 100%;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid;
}

:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  color: inherit;
  border-top-width: 1px;
  height: 0;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

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

[hidden] {
  display: none;
}

*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

.container, .container-fluid {
  padding-right: var(--bs-gutter-x, calc(1.5rem / 2));
  padding-left: var(--bs-gutter-x, calc(1.5rem / 2));
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (width >= 576px) {
  .container {
    max-width: 576px;
  }
}

@media (width >= 768px) {
  .container {
    max-width: 768px;
  }
}

@media (width >= 992px) {
  .container {
    max-width: 992px;
  }
}

@media (width >= 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (width >= 1400px) {
  .container {
    max-width: 1400px;
  }
}

@media (width >= 1600px) {
  .container {
    max-width: 1600px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
  flex-wrap: wrap;
  display: flex;
}

.row > * {
  box-sizing: border-box;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col-12 {
  flex: none;
  width: 100%;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.left-1\/2 {
  left: 50%;
}

.top-1\/2 {
  top: 50%;
}

.z-30 {
  z-index: 30;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-1 {
  margin-bottom: .25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-3 {
  margin-top: .75rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-14 {
  height: 3.5rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-14 {
  width: 3.5rem;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.3333%;
}

.w-6\/12 {
  width: 50%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-\[710px\] {
  max-width: 710px;
}

.max-w-full {
  max-width: 100%;
}

.flex-1 {
  flex: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin-slow {
  animation: 1.5s linear infinite spin;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-items-center {
  justify-items: center;
}

.overflow-scroll {
  overflow: scroll;
}

.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.border {
  border-width: 1px;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-opacity-50 {
  --tw-border-opacity: .5;
}

.fill-green {
  fill: #003f23;
}

.object-cover {
  object-fit: cover;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: .75rem;
}

.text-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.text-green\/20 {
  color: #003f2333;
}

.underline {
  text-decoration-line: underline;
}

.opacity-30 {
  opacity: .3;
}

.opacity-50 {
  opacity: .5;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: none;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  margin: 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

dl, menu, ol, ul, dd {
  margin: 0;
}

menu {
  padding: 0 0 0 40px;
}

ol, ul {
  padding: 0;
  list-style-type: none;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}

.clearfix:after, .cf:after {
  clear: both;
}

span.amp {
  font-style: italic;
  font-family: Baskerville, Goudy Old Style, Palatino, Book Antiqua, serif !important;
}

:root {
  --hh-scrolled: 65px;
  --menu-filter-height: 0;
  --menu-sticky-height: var(--hh-scrolled)  + var(--menu-filter-height);
}

@media (width >= 576px) {
  :root {
    --hh-scrolled: 73px;
  }
}

@media (width >= 768px) {
  :root {
    --hh-scrolled: 93px;
  }
}

@media (width >= 992px) {
  :root {
    --hh-scrolled: 103px;
    --menu-filter-height: 103px;
  }
}

.u__wrap {
  width: 100%;
  max-width: 1394px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
  position: relative;
}

.u__wrap--reduced {
  max-width: 1194px;
}

.u__img-cover {
  position: relative;
}

.u__img-cover img, .u__img-cover video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.u__img-contain {
  position: relative;
}

.u__img-contain img, .u__img-contain video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    background: none !important;
  }

  a, a:visited {
    text-decoration: underline;
    color: #444 !important;
  }

  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }

  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

body.js__popup-active {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#js__body {
  position: relative;
}

.grecaptcha-badge {
  z-index: 5;
}

video {
  background-color: #2d1a10;
}

#container {
  transition: opacity .25s;
}

.loading #container {
  opacity: 0;
}

.bg--yellow {
  background-color: #ccd400;
}

.bg--green {
  background-color: #003f23;
}

.bg--orange {
  background-color: #e9580c;
}

.bg--red {
  background-color: #a20f3b;
}

.bg--pink {
  background-color: #ec008c;
}

@font-face {
  font-family: Wasabi-Bold;
  src: url("Wasabi-Bold.4aad8a29.eot");
  src: url("Wasabi-Bold.4aad8a29.eot#iefix") format("embedded-opentype"), url("Wasabi-Bold.97d7a452.woff") format("woff"), url("Wasabi-Bold.2abbb03b.ttf") format("truetype"), url("Wasabi-Bold.4e1610dd.svg#Wasabi-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Wasabi-Medium;
  src: url("Wasabi-Medium.845eefcd.eot");
  src: url("Wasabi-Medium.845eefcd.eot#iefix") format("embedded-opentype"), url("Wasabi-Medium.83b03aed.woff") format("woff"), url("Wasabi-Medium.e80e8b18.ttf") format("truetype"), url("Wasabi-Medium.8e8b6d4b.svg#Wasabi-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Wasabi-Regular;
  src: url("Wasabi-Regular.579b0a2a.eot");
  src: url("Wasabi-Regular.579b0a2a.eot#iefix") format("embedded-opentype"), url("Wasabi-Regular.2b9bdb78.woff") format("woff"), url("Wasabi-Regular.37454c48.ttf") format("truetype"), url("Wasabi-Regular.b88335ec.svg#Wasabi-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Wasabi-Light;
  src: url("Wasabi-Light.523e37d3.eot");
  src: url("Wasabi-Light.523e37d3.eot#iefix") format("embedded-opentype"), url("Wasabi-Light.45951917.woff") format("woff"), url("Wasabi-Light.346d4ed4.ttf") format("truetype"), url("Wasabi-Light.4bd7ae71.svg#Wasabi-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ff--wasabi-light {
  font-family: Wasabi-Light;
}

.ff--wasabi-medium {
  font-family: Wasabi-Medium;
}

.ff--wasabi-regular {
  font-family: Wasabi-Regular;
}

.ff--wasabi-bold {
  font-family: Wasabi-Bold;
}

.f--poster {
  letter-spacing: -1.5px;
  font-size: 75px;
  line-height: 75px;
}

@media screen and (width >= 768px) {
  .f--poster {
    letter-spacing: -2.36px;
    font-size: 118px;
    line-height: 118px;
  }
}

.f--poster-small {
  letter-spacing: -1.2px;
  font-size: 60px;
  line-height: 48px;
}

@media screen and (width >= 768px) {
  .f--poster-small {
    letter-spacing: -1.88px;
    font-size: 94px;
    line-height: 75px;
  }
}

.f--h1 {
  font-size: 48px;
}

@media screen and (width >= 768px) {
  .f--h1 {
    font-size: 72px;
  }
}

.f--h2 {
  letter-spacing: -1.2px;
  font-size: 60px;
  line-height: 66px;
}

.f--h3 {
  letter-spacing: -.96px;
  font-size: 48px;
  line-height: 72px;
}

.f--h4 {
  letter-spacing: -.76px;
  font-size: 38px;
  line-height: 57px;
}

.f--h5 {
  letter-spacing: -.6px;
  font-size: 30px;
  line-height: 45px;
}

.f--h6 {
  font-size: 20px;
  line-height: 20px;
}

.f--body {
  font-size: 20px;
  line-height: 28px;
}

@media screen and (width >= 768px) {
  .f--body {
    font-size: 24px;
    line-height: 36px;
  }
}

.f--body-medium {
  font-size: 16px;
  line-height: 22px;
}

@media screen and (width >= 768px) {
  .f--body-medium {
    font-size: 20px;
    line-height: 34px;
  }
}

.f--body-small {
  font-size: 16px;
  line-height: 24px;
}

.t--black {
  color: #2d1a10;
}

.t--white {
  color: #fff;
}

.t--yellow {
  color: #ccd400;
}

.t--green {
  color: #003f23;
}

.t--orange {
  color: #e9580c;
}

.t--red {
  color: #a20f3b;
}

.t--pink {
  color: #ec008c;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1 {
  letter-spacing: -1px;
  font-family: Wasabi-Bold;
  font-size: 48px;
  line-height: 57px;
}

@media screen and (width >= 768px) {
  h1 {
    font-size: 75px;
    line-height: 72px;
  }
}

h2 {
  letter-spacing: -.7px;
  font-family: Wasabi-Bold;
  font-size: 38px;
  line-height: 45px;
}

@media screen and (width >= 768px) {
  h2 {
    letter-spacing: -1.2px;
    font-size: 60px;
    line-height: 66px;
  }
}

h3 {
  letter-spacing: -.6px;
  font-family: Wasabi-Bold;
  font-size: 30px;
  line-height: 36px;
}

@media screen and (width >= 768px) {
  h3 {
    letter-spacing: -.96px;
    font-size: 48px;
    line-height: 52px;
  }
}

h4 {
  letter-spacing: -.48px;
  font-family: Wasabi-Bold;
  font-size: 24px;
  line-height: 28px;
}

@media screen and (width >= 768px) {
  h4 {
    letter-spacing: -.76px;
    font-size: 38px;
    line-height: 41px;
  }
}

h5 {
  letter-spacing: -.4px;
  font-family: Wasabi-Bold;
  font-size: 20px;
  line-height: 24px;
}

@media screen and (width >= 768px) {
  h5 {
    letter-spacing: -.6px;
    font-size: 30px;
    line-height: 45px;
  }
}

h6 {
  letter-spacing: -.3px;
  font-family: Wasabi-Bold;
  font-size: 16px;
  line-height: 20px;
}

@media screen and (width >= 768px) {
  h6 {
    font-size: 24px;
    line-height: 36px;
  }
}

p {
  font-family: Wasabi-Regular;
}

@media only screen and (width >= 992px) {
  .js-fade-up {
    opacity: 0;
    transition: all .9s;
    transform: translateY(30px);
  }

  .js-fade-up.is-intersecting {
    opacity: 1;
    transform: translateY(0);
  }

  .js-fade-left {
    opacity: 0;
    transition: all .9s;
    transform: translateX(30px);
  }

  .js-fade-left.is-intersecting {
    opacity: 1;
    transform: translateX(0);
  }

  .js-fade-right {
    opacity: 0;
    transition: all .9s;
    transform: translateX(-30px);
  }

  .js-fade-right.is-intersecting {
    opacity: 1;
    transform: translateX(0);
  }

  .js-fade-in {
    opacity: 0;
    transition: all .9s;
  }

  .js-fade-in.is-intersecting {
    opacity: 1;
  }
}

.button {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  min-width: fit-content;
  height: 43px;
  padding: 0 24px;
  font-size: 16px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

@media screen and (width >= 768px) {
  .button {
    height: 48px;
    padding: 0 32px;
    font-size: 20px;
  }
}

.button:before {
  content: "";
  aspect-ratio: 1;
  border-radius: 50%;
  width: 90%;
  transition: all .8s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
}

.button span {
  z-index: 10;
  transition: all .8s;
  position: relative;
}

.button img, .button svg {
  z-index: 10;
  position: relative;
}

.button svg path {
  transition: all .8s;
}

.button:hover:before {
  transform: translate(-50%)scale(2);
}

.button__icon {
  max-height: 24px;
  margin-left: 15px;
}

.button__icon svg {
  max-height: 24px;
}

.button--yellow {
  color: #003f23;
  background: #ccd400;
}

.button--yellow:before {
  background-color: #003f23;
}

.button--yellow svg path {
  fill: #003f23;
}

.button--yellow:hover span {
  color: #fff;
}

.button--yellow:hover svg path {
  fill: #fff;
}

.button--red {
  color: #fff;
  background: #a20f3b;
}

.button--green {
  color: #fff;
  background: #003f23;
}

.button--green:before {
  background-color: #ccd400;
}

.button--green svg path {
  fill: #fff;
}

.button--green:hover span {
  color: #003f23;
}

.button--green:hover svg path {
  fill: #003f23;
}

.button--white-outline {
  color: #fff;
  border: 1px solid #fff;
  transition: all .8s;
}

.button--white-outline:before {
  background-color: #fff;
}

.button--white-outline svg path {
  fill: #fff;
}

.button--white-outline:hover span {
  color: #003f23;
}

.button--white-outline:hover svg path {
  fill: #003f23;
}

.button--green-outline {
  color: #003f23;
  border: 1px solid #003f23;
}

.button--green-outline:before {
  background-color: #003f23;
}

.button--green-outline svg path {
  fill: #003f23;
}

.button--green-outline:hover span {
  color: #fff;
}

.button--green-outline:hover svg path {
  fill: #fff;
}

.header {
  z-index: 108;
  background-color: #fff;
  border-bottom: 1px solid #ccd9d3;
  height: 72px;
  top: 0;
}

@media (width >= 1200px) {
  .header {
    height: 98px;
  }
}

.header__main-links a {
  margin-right: 19px;
  font-size: 17px;
  transition: all .3s;
}

@media screen and (width >= 1240px) {
  .header__main-links a {
    margin-right: 20px;
    font-size: 18px;
  }
}

@media screen and (width >= 1340px) {
  .header__main-links a {
    margin-right: 24px;
    font-size: 20px;
  }
}

.header__main-links a.current:after {
  width: 100%;
}

.header__main-links a:after {
  content: "";
  background: #ccd400;
  border-radius: 10px;
  width: 0;
  height: 2px;
  transition: width .3s;
  display: block;
}

.header__main-links a:hover:after {
  width: 100%;
}

.header__main-links a.button:after {
  content: none;
}

.header__main-login {
  height: 72px;
  margin-left: 10px;
}

@media (width >= 1200px) {
  .header__main-login {
    height: 98px;
  }
}

.header__main-login img {
  height: 72px;
}

@media (width >= 1200px) {
  .header__main-login img {
    height: 98px;
  }
}

.header__main-login-link {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
}

.header__main-login-link img {
  height: 32px;
}

.header__main-mobile__graphic {
  height: 72px;
  transform: translateX(40px);
}

@media (width >= 1200px) {
  .header__main-mobile__graphic {
    height: 98px;
  }
}

.header__hamburger {
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 20px;
  display: flex;
  position: absolute;
  right: 0;
}

.header__hamburger span {
  background-color: #003f23;
  border-radius: 4px;
  width: 100%;
  height: 2px;
  display: block;
}

.footer {
  z-index: 60;
  background-color: #ccd400;
  margin-top: 40px;
  padding: 80px 0 60px;
  position: relative;
}

@media screen and (width >= 768px) {
  .footer {
    margin-top: 100px;
  }
}

.footer__top {
  margin-bottom: 40px;
}

@media screen and (width >= 768px) {
  .footer__top {
    margin-bottom: 67px;
  }
}

.footer__top h5 {
  margin-bottom: 16px;
}

.footer__bottom h5 {
  margin-bottom: 10px;
}

@media screen and (width >= 768px) {
  .footer__bottom h5 {
    margin-bottom: 24px;
  }
}

.footer__bottom img {
  transition: all .3s;
  transform: rotate(0);
}

.footer__bottom img.open {
  transform: rotate(45deg);
}

.footer__bottom ul {
  max-height: 0;
  margin: 0;
  transition: max-height .3s ease-out;
  overflow: hidden;
}

.footer__bottom ul.open {
  max-height: 300px;
  transition: max-height .3s ease-in;
}

@media screen and (width >= 768px) {
  .footer__bottom ul {
    max-height: none;
  }
}

.footer__bottom ul li {
  margin-bottom: 16px;
}

.footer__bottom ul li:first-of-type {
  margin-top: 16px;
}

@media screen and (width >= 768px) {
  .footer__bottom ul li:first-of-type {
    margin-top: 0;
  }
}

.footer__bottom ul li a {
  display: inline-block;
}

.footer__bottom ul li a:after {
  content: "";
  background: #003f23;
  border-radius: 10px;
  width: 0;
  height: 1px;
  transition: width .3s;
  display: block;
}

.footer__bottom ul li a:hover:after {
  width: 100%;
}

.footer__bottom-hl {
  background-color: #003f23;
  width: 100%;
  height: 1px;
  margin: 10px 0 20px;
}

.footer__bottom-links {
  margin: 0;
}

.footer__bottom-links li {
  margin: 0 12px 12px;
}

.footer__bottom-links li a:after {
  content: "";
  background: #003f23;
  border-radius: 10px;
  width: 0;
  height: 1px;
  transition: width .3s;
  display: block;
}

.footer__bottom-links li a:hover:after {
  width: 100%;
}

.footer__social h4 {
  margin-bottom: 16px;
}

.footer__social ul {
  margin: 0;
}

.footer__social ul li {
  margin-right: 12px;
}

.footer__social ul li img {
  opacity: 1;
  transition: all .3s;
}

.footer__social ul li img:hover {
  opacity: .6;
}

.footer__graphic {
  width: 80px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width >= 1200px) {
  .footer__graphic {
    width: 200px;
    top: -100px;
  }
}

.footer__newsletter-content {
  margin-top: 30px;
}

@media screen and (width >= 768px) {
  .footer__newsletter-content {
    margin-top: 0;
  }
}

.footer__newsletter-input {
  width: 100%;
  margin-top: 20px;
  position: relative;
}

@media screen and (width >= 768px) {
  .footer__newsletter-input {
    max-width: 550px;
    margin-top: 60px;
  }
}

.footer__newsletter-input input {
  background-color: #fff;
  border: 1px solid #003f23;
  border-radius: 24px;
  width: 100%;
  height: 50px;
  margin-bottom: 12px;
  padding: 0 135px 0 23px;
}

@media screen and (width >= 768px) {
  .footer__newsletter-input input {
    padding: 0 170px 0 23px;
  }
}

.footer__newsletter-input .button {
  cursor: pointer;
  height: 44px;
  position: absolute;
  top: 3px;
  right: 3px;
}

.footer__newsletter-input__wrapper p {
  font-size: 12px;
}

.footer__newsletter-input__wrapper p a {
  text-decoration: underline;
}

.footer__hl {
  background-color: #003f23;
  width: 100%;
  height: 1px;
  margin: 32px 0;
}

.popup-newsletter {
  opacity: 0;
  pointer-events: none;
  z-index: 150;
  background-color: #ccd400;
  width: 100vw;
  height: 100vh;
  transition: opacity .25s;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100vh);
}

.popup-newsletter.active {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}

.popup-newsletter__top-bar {
  background-color: #f6f6f6;
  padding: 16px 48px;
}

.popup-newsletter__top-bar img {
  margin-left: 24px;
}

.popup-newsletter__wrapper {
  height: calc(100% - 72px);
}

.popup-newsletter__content {
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 80px 0;
  overflow: scroll;
}

.popup-newsletter__content::-webkit-scrollbar {
  display: none;
}

.popup-newsletter__content h2, .popup-newsletter__input {
  margin-bottom: 24px;
}

.popup-newsletter__input--half {
  width: 48%;
}

.popup-newsletter__input--full {
  width: 100%;
}

.popup-newsletter__input label {
  color: #003f23;
  margin-bottom: 8px;
  font-family: Wasabi-Regular;
  font-size: 20px;
  display: block;
}

.popup-newsletter__checkbox-holder {
  margin-right: 24px;
}

.popup-newsletter__checkbox-holder label {
  color: #003f23;
  margin-bottom: 0;
  margin-left: 8px;
  font-family: Wasabi-Regular;
  font-size: 16px;
}

.popup-newsletter form {
  transition: all .25s;
}

.popup-newsletter form input[type="text"], .popup-newsletter form input[type="email"], .popup-newsletter form input[type="date"], .popup-newsletter form select, .popup-newsletter form textarea {
  background-color: #fff;
  border: 1px solid #003f2380;
  border-radius: 4px;
  width: 100%;
  height: 46px;
  padding: 12px;
  font-family: Wasabi-Regular;
  font-size: 16px;
}

.popup-newsletter form input[type="checkbox"] {
  background-color: #fff;
  border: 1px solid #003f2380;
  border-radius: 4px;
  width: 26px;
  height: 26px;
}

.popup-newsletter form.submitting {
  pointer-events: none;
  opacity: .5;
  filter: blur(2px);
}

.popup-nav {
  opacity: 0;
  pointer-events: none;
  z-index: 150;
  background-color: #003f23;
  width: 100vw;
  height: 100dvh;
  transition: opacity .25s;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100vh);
}

.popup-nav.active {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}

.popup-nav__header {
  border-bottom: 1px solid #ccd400;
  height: 72px;
  padding: 0 25px;
}

.popup-nav__header-right a:last-of-type {
  margin-left: 20px;
}

.popup-nav__nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: calc(100dvh - 72px);
  padding: 26px 25px;
  overflow: scroll;
}

.popup-nav__nav::-webkit-scrollbar {
  display: none;
}

.popup-nav__nav-main li {
  margin-bottom: 16px;
}

.popup-nav__nav-main li a {
  text-transform: lowercase;
  font-size: 26px;
}

.popup-nav__nav-secondary li {
  margin-bottom: 12px;
}

.popup-nav__nav-secondary li a {
  text-transform: lowercase;
  font-size: 18px;
}

.popup-nav__social {
  border-top: 1px solid #ccd400;
  margin-top: 32px;
  padding-top: 32px;
}

.popup-nav__social li {
  margin-right: 20px;
}

.main-nav__images {
  width: 100%;
  height: 660px;
  position: relative;
}

.main-nav__image {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .25s;
  position: absolute;
  top: 0;
  left: 0;
}

.main-nav__image.active {
  opacity: 1;
}

.main-nav__links {
  padding-left: 0;
}

.main-nav__link {
  margin-bottom: 24px;
}

.main-nav__link a {
  transition: opacity .25s;
}

.main-nav__link a.unfocus {
  opacity: .6;
}

.main-nav__link a:hover {
  color: initial;
  text-decoration: none;
}

.main-nav__social {
  padding-top: 24px;
}

.main-nav__social a {
  color: #2d1a10;
  margin-right: 25px;
  font-size: 24px;
}

.booking-widget {
  width: 432px;
  margin: 0 auto;
}

@media only screen and (width <= 1200px) {
  .booking-widget {
    width: 100%;
  }
}

.booking-widget__row {
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}

.booking-widget__row-label {
  width: 100%;
  display: block;
}

.booking-widget__row-input {
  background-color: #fff;
  width: 100%;
}

.booking-widget__row-input input, .booking-widget__row-input select {
  appearance: none;
  text-transform: none;
  border: 0;
  width: 100%;
  padding: 10px;
  font-weight: 400;
}

.booking-widget__row-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 29px;
  right: 15px;
}

.menu-item-modal {
  z-index: 125;
  background: #fff;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.menu-item-modal .row {
  margin: 0;
}

.menu-item-modal.active {
  display: block;
}

.menu-item-modal__top-bar {
  background-color: #f6f6f6;
  padding: 16px 25px;
}

.menu-item-modal__top-bar img {
  cursor: pointer;
  margin-left: 24px;
}

.menu-item-modal__bottom-bar {
  background-color: #f6f6f6;
  width: 100%;
  height: auto;
  padding: 16px 0;
  position: absolute;
  bottom: 0;
}

@media screen and (width >= 768px) {
  .menu-item-modal__bottom-bar {
    height: 72px;
  }
}

.menu-item-modal__bottom-bar p {
  margin-bottom: 16px;
}

@media screen and (width >= 768px) {
  .menu-item-modal__bottom-bar p {
    margin-bottom: 0;
    margin-right: 24px;
  }
}

.menu-item-modal__bottom-bar img {
  width: auto;
  height: 20px;
  margin: 0 15px;
}

@media screen and (width >= 768px) {
  .menu-item-modal__bottom-bar img {
    height: 25px;
    margin: 0 0 0 24px;
  }
}

.menu-item-modal__bottom-bar img.stockists--sainsburys, .menu-item-modal__bottom-bar img.stockists--tescos {
  height: 18px;
}

.menu-item-modal__content {
  height: calc(100% - 72px);
  overflow-y: scroll;
}

@media (width >= 768px) {
  .menu-item-modal__content {
    overflow-y: auto;
  }
}

.menu-item-modal__content.grocery-modal {
  height: calc(100% - 188px);
}

@media (width >= 768px) {
  .menu-item-modal__content.grocery-modal {
    height: calc(100% - 144px);
  }
}

.menu-item-modal__image {
  background-color: #f6f6f6;
  height: 100%;
  padding: 0;
}

.menu-item-modal__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.menu-item-modal__wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 40px 25px;
  overflow: scroll;
}

.menu-item-modal__wrapper::-webkit-scrollbar {
  display: none;
}

@media (width >= 768px) {
  .menu-item-modal__wrapper {
    padding: 70px 40px;
  }
}

.menu-item-modal h3 {
  margin-bottom: 20px;
}

.menu-item-modal .js-open-modal-content {
  margin-bottom: 16px;
}

.menu-item-modal .js-open-modal-content img {
  cursor: pointer;
  width: 30px;
  height: 30px;
  transition: all .3s;
  transform: rotate(0);
}

.menu-item-modal .js-open-modal-content.open img {
  transform: rotate(45deg);
}

.menu-item-modal .modal-content {
  max-height: 0;
  transition: max-height .3s ease-out;
  overflow: hidden;
}

.menu-item-modal .modal-content.open {
  padding-bottom: 20px;
  transition: max-height .3s ease-in;
}

.menu-item-modal__ingredients {
  border-bottom: 1px solid #003f2380;
  padding: 24px 0 8px;
  font-family: Wasabi-Regular;
}

.menu-item-modal__ingredients p {
  margin-bottom: 15px;
}

.menu-item-modal__ingredients p:last-of-type {
  margin-bottom: 0;
}

.menu-item-modal__allergens {
  border-top: 1px solid #003f2380;
  border-bottom: 1px solid #003f2380;
  margin-top: 24px;
  font-family: Wasabi-Regular;
  padding: 24px 0 8px !important;
}

.menu-item-modal__allergens p {
  margin-bottom: 15px;
}

.menu-item-modal__allergens p:last-of-type {
  margin-bottom: 0;
}

.menu-item-modal__allergens p span {
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
}

.menu-item-modal__nutrition {
  padding: 24px 0 8px;
}

.menu-item-modal__nutrition .nutrition-table {
  border-radius: 10px;
}

.menu-item-modal__nutrition .nutrition-table .header-cell p {
  font-family: Wasabi-Bold;
  font-size: 12px;
}

.menu-item-modal__nutrition .nutrition-table .cell {
  padding: 10px;
}

.menu-item-modal__nutrition .nutrition-table .cell p {
  color: #003f23;
  margin: 0;
  font-size: 12px;
}

.menu-item-modal__nutrition .nutrition-table.grocery-nutrition .cell:nth-child(n+4):nth-child(-n+6), .menu-item-modal__nutrition .nutrition-table.grocery-nutrition .cell:nth-child(n+10):nth-child(-n+12), .menu-item-modal__nutrition .nutrition-table.grocery-nutrition .cell:nth-child(n+16):nth-child(-n+18), .menu-item-modal__nutrition .nutrition-table.menu-nutrition .cell:nth-child(n+5):nth-child(-n+8), .menu-item-modal__nutrition .nutrition-table.menu-nutrition .cell:nth-child(n+13):nth-child(-n+16), .menu-item-modal__nutrition .nutrition-table.menu-nutrition .cell:nth-child(n+21):nth-child(-n+24) {
  background-color: #f6f6f6;
}

.fixed-social-pill {
  z-index: 90;
  background-color: #ccd400;
  border-radius: 30px;
  padding: 20px 10px;
  transition: all .3s;
  display: none;
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

@media screen and (width >= 768px) {
  .fixed-social-pill {
    display: block;
  }
}

.fixed-social-pill.fade-off {
  transform: translate(100px, -50%);
}

.fixed-social-pill p {
  color: #003f23;
  text-align: center;
  margin-bottom: 12px;
  font-family: Wasabi-Bold;
  font-size: 12px;
}

.fixed-social-pill ul li {
  margin-bottom: 12px;
}

.fixed-social-pill ul li:last-of-type {
  margin-bottom: 0;
}

.fixed-social-pill ul li img {
  opacity: 1;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  transition: all .3s;
}

.fixed-social-pill ul li img:hover {
  opacity: .6;
}

.location-modal {
  z-index: 125;
  background: #fff;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.location-modal.active {
  display: block;
}

.location-modal__top-bar {
  background-color: #f6f6f6;
  height: 72px;
  padding: 16px 25px;
}

.location-modal__top-bar img {
  cursor: pointer;
  margin-left: 24px;
}

.location-modal__bottom-bar {
  background-color: #f6f6f6;
  width: 100%;
  height: auto;
  padding: 16px 0;
  position: absolute;
  bottom: 0;
}

@media screen and (width >= 768px) {
  .location-modal__bottom-bar {
    height: 72px;
  }
}

.location-modal__bottom-bar p {
  margin-bottom: 16px;
}

@media screen and (width >= 768px) {
  .location-modal__bottom-bar p {
    margin-bottom: 0;
    margin-right: 24px;
  }
}

.location-modal__bottom-bar img {
  width: auto;
  height: 20px;
  margin: 0 15px;
}

@media screen and (width >= 768px) {
  .location-modal__bottom-bar img {
    height: 25px;
    margin: 0 0 0 24px;
  }
}

.location-modal__bottom-bar img.stockists--sainsburys, .location-modal__bottom-bar img.stockists--tescos {
  height: 18px;
}

.location-modal__content {
  height: calc(100% - 188px);
}

@media screen and (width >= 768px) {
  .location-modal__content {
    height: calc(100% - 144px);
    overflow: hidden;
  }
}

.location-modal__wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 40px 40px 30px;
}

.location-modal__wrapper::-webkit-scrollbar {
  display: none;
}

@media screen and (width >= 768px) {
  .location-modal__wrapper {
    padding: 70px 40px;
    overflow: scroll;
  }
}

.location-modal__directions {
  border-bottom: 1px solid #003f2380;
  padding: 24px 0;
}

.location-modal__directions a {
  text-decoration: underline;
}

.location-modal__directions img {
  width: 16px;
  height: 16px;
  margin: 10px 10px 0 0;
}

.location-modal__facilities {
  border-bottom: 1px solid #003f2380;
  padding: 24px 0;
}

.location-modal__facilities img {
  margin-right: 16px;
}

.location-modal__facilities p {
  text-transform: capitalize;
}

.location-modal__opening-hours {
  border-bottom: 1px solid #003f2380;
  padding: 24px 0;
}

.location-modal__opening-hours .days-of-week {
  width: 100px;
}

.location-modal__order-delivery {
  padding: 24px 0;
}

.location-modal__order-delivery li {
  margin-right: 48px;
}

.location-modal iframe {
  width: 100%;
  height: 300px;
}

@media screen and (width >= 768px) {
  .location-modal iframe {
    height: 100%;
  }
}

.reward-banner {
  z-index: 50;
  background-color: #f6f6f6;
  width: 100%;
  height: 72px;
  padding: 16px 0;
  position: fixed;
  bottom: -2px;
}

.reward-banner p {
  margin-right: 24px;
}

.reward-banner img {
  width: auto;
  margin-left: 16px;
}

.stockist-banner {
  z-index: 50;
  background-color: #f6f6f6;
  width: 100%;
  height: auto;
  padding: 16px 0;
  position: fixed;
  bottom: 0;
}

.stockist-banner p {
  margin-bottom: 16px;
}

@media screen and (width >= 768px) {
  .stockist-banner p {
    margin-bottom: 0;
    margin-right: 24px;
  }
}

.stockist-banner img {
  width: auto;
  height: 20px;
  margin: 0 15px;
}

@media screen and (width >= 768px) {
  .stockist-banner img {
    height: 25px;
    margin: 0 0 0 24px;
  }
}

.stockist-banner img.stockists--sainsburys, .stockist-banner img.stockists--tescos {
  height: 18px;
}

.iti__flag {
  background-image: url("flags.5bee1578.png");
}

@media (-webkit-device-pixel-ratio >= 2), (resolution >= 192dpi) {
  .iti__flag {
    background-image: url("flags@2x.70ac82f9.png");
  }
}

.popup-newsletter__input .iti--allow-dropdown {
  width: 100%;
}

.iti__selected-flag {
  padding-left: 10px !important;
}

.datepicker {
  width: min-content;
}

.datepicker:not(.active) {
  display: none;
}

.datepicker-dropdown {
  z-index: 20;
  padding-top: 4px;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-top {
  padding-top: 0;
  padding-bottom: 4px;
}

.datepicker-picker {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  display: flex;
}

.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 2px 3px #2d1a101a, 0 0 0 1px #2d1a101a;
}

.datepicker-main {
  flex: auto;
  padding: 2px;
}

.datepicker-footer {
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 1px #2d1a101a;
}

.datepicker-title {
  text-align: center;
  background-color: #f5f5f5;
  padding: .375rem .75rem;
  font-weight: 700;
  box-shadow: inset 0 -1px 1px #2d1a101a;
}

.datepicker-controls {
  display: flex;
}

.datepicker-header .datepicker-controls {
  padding: 2px 2px 0;
}

.datepicker-controls .button {
  box-shadow: none;
  cursor: pointer;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
  color: #363636;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 2.25em;
  margin: 0;
  padding: calc(.375em - 1px) .75em;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-flex;
  position: relative;
}

.datepicker-controls .button:focus, .datepicker-controls .button:active {
  outline: none;
}

.datepicker-controls .button:hover {
  color: #363636;
  border-color: #b8b8b8;
}

.datepicker-controls .button:focus {
  color: #363636;
  border-color: #3273dc;
}

.datepicker-controls .button:focus:not(:active) {
  box-shadow: 0 0 0 .125em #3273dc40;
}

.datepicker-controls .button:active {
  color: #363636;
  border-color: #804a2d;
}

.datepicker-controls .button[disabled] {
  cursor: not-allowed;
}

.datepicker-header .datepicker-controls .button {
  border-color: #0000;
  font-weight: bold;
}

.datepicker-header .datepicker-controls .button:hover {
  background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:active {
  background-color: #f2f2f2;
}

.datepicker-footer .datepicker-controls .button {
  border-radius: 2px;
  flex: auto;
  margin: calc(.375rem - 1px) .375rem;
  font-size: .75rem;
}

.datepicker-controls .view-switch {
  flex: auto;
}

.datepicker-controls .prev-button, .datepicker-controls .next-button {
  flex: 0 0 14.2857%;
  padding-left: .375rem;
  padding-right: .375rem;
}

.datepicker-controls .prev-button.disabled, .datepicker-controls .next-button.disabled {
  visibility: hidden;
}

.datepicker-view, .datepicker-grid {
  display: flex;
}

.datepicker-view {
  align-items: stretch;
  width: 15.75rem;
}

.datepicker-grid {
  flex-wrap: wrap;
  flex: auto;
}

.datepicker .days {
  flex-direction: column;
  flex: auto;
  display: flex;
}

.datepicker .days-of-week {
  display: flex;
}

.datepicker .week-numbers {
  flex-direction: column;
  flex: 0 0 9.67742%;
  display: flex;
}

.datepicker .weeks {
  flex-direction: column;
  flex: auto;
  align-items: stretch;
  display: flex;
}

.datepicker span {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.datepicker .dow {
  height: 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.datepicker .week {
  color: #b8b8b8;
  flex: auto;
  font-size: .75rem;
}

.datepicker-cell, .datepicker .days .dow {
  flex-basis: 14.2857%;
}

.datepicker-cell {
  height: 2.25rem;
}

.datepicker-cell:not(.day) {
  flex-basis: 25%;
  height: 4.5rem;
}

.datepicker-cell:not(.disabled):hover {
  cursor: pointer;
  background-color: #f9f9f9;
}

.datepicker-cell.focused:not(.selected) {
  background-color: #e9e9e9;
}

.datepicker-cell.selected, .datepicker-cell.selected:hover {
  color: #fff;
  background-color: #3273dc;
  font-weight: 600;
}

.datepicker-cell.disabled {
  color: #dcdcdc;
}

.datepicker-cell.prev:not(.disabled), .datepicker-cell.next:not(.disabled) {
  color: #7a7a7a;
}

.datepicker-cell.prev.selected, .datepicker-cell.next.selected {
  color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
  background-color: #f5f5f5;
  border-radius: 0;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
  background-color: #efefef;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
  background-color: #e9e9e9;
}

.datepicker-cell.today:not(.selected) {
  background-color: #00d1b2;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
  color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
  background-color: #00ccad;
}

.datepicker-cell.range-end:not(.selected), .datepicker-cell.range-start:not(.selected) {
  color: #fff;
  background-color: #b8b8b8;
}

.datepicker-cell.range-end.focused:not(.selected), .datepicker-cell.range-start.focused:not(.selected) {
  background-color: #b3b3b3;
}

.datepicker-cell.range-start:not(.range-end) {
  border-radius: 4px 0 0 4px;
}

.datepicker-cell.range-end:not(.range-start) {
  border-radius: 0 4px 4px 0;
}

.datepicker-cell.range {
  background-color: #dcdcdc;
  border-radius: 0;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
  background-color: #d7d7d7;
}

.datepicker-cell.range.disabled {
  color: #c6c6c6;
}

.datepicker-cell.range.focused {
  background-color: #d1d1d1;
}

.datepicker-input.in-edit {
  border-color: #276bda;
}

.datepicker-input.in-edit:focus, .datepicker-input.in-edit:active {
  box-shadow: 0 0 .25em .25em #276bda33;
}

.popup-newsletter-cta {
  z-index: 110;
  background: #0006;
  width: 100vw;
  height: 100vh;
  padding: 0 20px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.popup-newsletter-cta__content {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}

.popup-newsletter-cta__content img {
  position: absolute;
  top: 20px;
  right: 20px;
}

.popup-newsletter-cta__content h4, .popup-newsletter-cta__content p {
  margin-bottom: 20px;
}

.centered-text-cta {
  padding: 40px 0;
}

.centered-text-cta__content {
  background-color: #f6f6f6;
  padding: 36px 26px;
}

@media screen and (width >= 768px) {
  .centered-text-cta__content {
    padding: 64px 30px;
  }
}

.centered-text-cta__content h2, .centered-text-cta__content p {
  max-width: 768px;
  margin-bottom: 24px;
}

.contact {
  padding: 30px 0;
}

@media screen and (width >= 768px) {
  .contact {
    padding: 50px 0;
  }
}

.contact h2 {
  margin-bottom: 24px;
}

.contact__subtitle {
  margin-bottom: 36px;
}

.contact__email-title:before {
  content: "";
  vertical-align: middle;
  background-image: url("mail.53358bf1.svg");
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: inline-block;
}

.contact__phone-title:before {
  content: "";
  vertical-align: middle;
  background-image: url("phone.82ec8630.svg");
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: inline-block;
}

.contact__office-title:before {
  content: "";
  vertical-align: middle;
  background-image: url("pin.25198d6d.svg");
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: inline-block;
}

.contact ul li {
  margin-bottom: 32px;
}

.contact ul li h4 {
  margin-bottom: 12px;
}

.contact ul li p {
  margin-bottom: 6px;
}

.contact ul li a {
  text-decoration: underline;
}

.contact ul li .button {
  margin-top: 12px;
  text-decoration: none;
}

.contact iframe {
  width: 100%;
  height: 300px;
}

@media screen and (width >= 768px) {
  .contact iframe {
    height: 100%;
  }
}

.content-columns {
  padding: 20px 0 0;
}

@media screen and (width >= 768px) {
  .content-columns {
    padding: 40px 0 80px;
  }
}

.content-columns h2 {
  margin-bottom: 36px;
}

@media screen and (width >= 768px) {
  .content-columns h2 {
    margin-bottom: 48px;
  }
}

.content-columns__tile {
  margin-bottom: 30px;
}

@media screen and (width >= 768px) {
  .content-columns__tile {
    margin-bottom: 0;
  }
}

.content-columns__tile-image {
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  width: 100%;
  height: 320px;
  margin-bottom: 24px;
}

@media screen and (width >= 768px) {
  .content-columns__tile-image {
    height: 400px;
  }
}

.content-columns__tile-icon {
  width: auto;
  height: 24px;
  margin-right: 16px;
}

.content-columns__tile h4 {
  margin-bottom: 0;
}

.content-columns__tile p {
  max-width: 90%;
  margin-bottom: 24px;
}

.content-columns__tile .button {
  width: 100%;
}

@media screen and (width >= 562px) {
  .content-columns__tile .button {
    width: auto;
  }
}

.content-image {
  padding: 30px 0;
}

@media screen and (width >= 768px) {
  .content-image {
    padding: 60px 0 40px;
  }
}

.content-image__title-icon {
  max-width: 48px;
  max-height: 48px;
  margin: 10px 24px 0 0;
}

.content-image__image img {
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  width: 100%;
  height: 360px;
}

@media screen and (width >= 768px) {
  .content-image__image img {
    height: 100%;
  }
}

.content-image p {
  color: #003f23;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

@media screen and (width >= 768px) {
  .content-image p {
    font-size: 20px;
    line-height: 34px;
  }
}

.content-image p a {
  text-decoration: underline;
}

.content-image ul {
  margin-bottom: 30px;
}

.content-image ul li {
  color: #003f23;
  margin-bottom: 16px;
  padding-left: 30px;
  font-family: Wasabi-Medium;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.content-image ul li p {
  margin-bottom: 0;
}

.content-image ul li:before {
  content: "";
  background-image: url("bullet.7154ebca.svg");
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}

.content-image .button {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 20px;
}

@media screen and (width >= 562px) {
  .content-image .button {
    width: auto;
  }
}

.content-image__app-buttons {
  margin-bottom: 32px;
}

.content-image__app-buttons img {
  margin-right: 16px;
}

.content-slider {
  padding: 40px 0;
  overflow: hidden;
}

.content-slider h2 {
  margin-bottom: 24px;
}

.content-slider p {
  max-width: 770px;
  margin-bottom: 48px;
}

.content-slider .swiper {
  overflow: visible;
}

.content-slider .swiper .swiper-slide .content-slider-card__image {
  background-color: #f6f6f6;
  border-radius: 8px;
  height: 340px;
  margin-bottom: 24px;
}

@media screen and (width >= 1300px) {
  .content-slider .swiper .swiper-slide .content-slider-card__image {
    height: 415px;
  }
}

.content-slider .swiper .swiper-slide .content-slider-card__image img {
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.content-slider .swiper .swiper-slide .content-slider-card__content {
  width: 90%;
}

.content-slider .swiper .swiper-slide .content-slider-card__content span {
  color: #fff;
  border-radius: 4px;
  width: fit-content;
  margin-bottom: 20px;
  padding: 4px 8px;
  font-family: Wasabi-Regular;
  display: block;
}

.content-slider .swiper .swiper-slide .content-slider-card__content h4 {
  margin-bottom: 5px;
}

.content-slider .swiper .swiper-slide .content-slider-card__content p {
  margin: 0;
}

.content-slider .swiper-navigation {
  margin-top: 48px;
}

.content-slider .swiper-pagination-bullet {
  opacity: .25;
  background-color: #003f23;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  transition: all .3s;
  display: inline-block;
}

.content-slider .swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 4px;
  width: 16px;
}

.content-slider .swiper-arrows .swiper-arrow {
  cursor: pointer;
  background-color: #ccd400;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-left: 16px;
}

.cta-bar {
  background-color: #f6f6f6;
  padding: 22px 0 0;
}

.cta-bar .button {
  margin: 0 5px 22px;
  padding: 0 15px;
}

@media screen and (width >= 768px) {
  .cta-bar .button {
    margin: 0 24px 22px;
    padding: 0 24px;
  }
}

.cta-bar .button__icon {
  display: none;
}

@media screen and (width >= 768px) {
  .cta-bar .button__icon {
    display: block;
  }
}

.enquiry-form {
  padding: 30px 0;
}

@media screen and (width >= 768px) {
  .enquiry-form {
    padding: 50px 0;
  }
}

.enquiry-form h2 {
  margin-bottom: 24px;
}

.enquiry-form__image img {
  border-radius: 8px;
}

@media screen and (width >= 768px) {
  .enquiry-form__form {
    padding: 0 40px;
  }
}

.enquiry-form__input {
  margin-bottom: 24px;
}

.enquiry-form__input--half {
  width: 48%;
}

.enquiry-form__input--full {
  width: 100%;
}

.enquiry-form__input label {
  color: #003f23;
  margin-bottom: 8px;
  font-family: Wasabi-Regular;
  font-size: 20px;
  display: block;
}

.enquiry-form__checkbox-holder {
  margin-bottom: 24px;
  margin-right: 24px;
}

.enquiry-form__checkbox-holder label {
  color: #003f23;
  margin-bottom: 0;
  margin-left: 8px;
  font-family: Wasabi-Regular;
  font-size: 16px;
}

.enquiry-form form {
  transition: all .25s;
}

.enquiry-form form input[type="text"], .enquiry-form form input[type="email"], .enquiry-form form input[type="date"], .enquiry-form form select, .enquiry-form form textarea {
  background-color: #fff;
  border: 1px solid #003f2380;
  border-radius: 4px;
  width: 100%;
  height: 46px;
  padding: 12px;
  font-family: Wasabi-Regular;
  font-size: 16px;
}

.enquiry-form form input[type="file"]::-webkit-file-upload-button {
  appearance: none;
  color: #fff;
  background-color: #003f23;
  border-width: 0;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  min-width: fit-content;
  height: 43px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0 24px;
  font-family: Wasabi-Bold;
  font-size: 16px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.enquiry-form form textarea {
  min-height: 150px;
}

.enquiry-form form input[type="checkbox"] {
  background-color: #fff;
  border: 1px solid #003f2380;
  border-radius: 4px;
  width: 26px;
  height: 26px;
}

.enquiry-form form.submitting {
  pointer-events: none;
  opacity: .5;
  filter: blur(2px);
}

.enquiry-hub {
  padding: 40px 0 16px;
}

.enquiry-hub__content {
  background-color: #f6f6f6;
  padding: 36px 26px;
}

@media screen and (width >= 768px) {
  .enquiry-hub__content {
    padding: 64px 30px;
  }
}

.enquiry-hub__content h2 {
  margin-bottom: 24px;
}

@media screen and (width >= 768px) {
  .enquiry-hub__content h2 {
    margin-bottom: 48px;
  }
}

.enquiry-hub__content h4 {
  margin-bottom: 16px;
}

@media screen and (width >= 768px) {
  .enquiry-hub__content h4 {
    margin-bottom: 24px;
  }
}

.enquiry-hub__content a {
  margin-bottom: 24px;
}

.faqs {
  padding: 50px 0;
}

.faqs h2 {
  margin-bottom: 24px;
}

.faqs__list {
  width: 100%;
  max-width: 768px;
  margin: 40px auto 0;
}

.faqs__list--large {
  max-width: none;
}

.faqs__list li {
  text-align: left;
  background-color: #f6f6f6;
  margin-bottom: 8px;
  padding: 20px 24px;
}

@media screen and (width >= 768px) {
  .faqs__list li {
    margin-bottom: 16px;
  }
}

.faqs__list li .faqs__question {
  cursor: pointer;
}

.faqs__list li .faqs__question p {
  padding-right: 20px;
}

.faqs__list li .faqs__question img {
  transition: all .3s;
}

.faqs__list li .faqs__question.open img {
  transform: rotate(45deg);
}

.faqs__list li .faqs__answer {
  box-sizing: content-box;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: max-height .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
  overflow: hidden;
}

.faqs__list li .faqs__answer p {
  color: #003f23;
  font-family: Wasabi-Regular;
  font-size: 18px;
  line-height: 30px;
}

.faqs__filter {
  width: 100%;
  height: fit-content;
  margin-top: 40px;
}

@media screen and (width >= 768px) {
  .faqs__filter {
    background-color: #f6f6f6;
    margin-top: 40px;
    padding: 16px;
  }
}

.faqs__filter-title {
  color: #fff;
  pointer-events: auto;
  text-align: center;
  text-transform: uppercase;
  background-color: #a20f3b;
  border-radius: 24px;
  padding: 12px;
}

@media screen and (width >= 768px) {
  .faqs__filter-title {
    color: #000;
    pointer-events: none;
    text-align: left;
    background-color: #0000;
    border-radius: 0;
    padding: 12px 0;
  }
}

.faqs__filter ul {
  background-color: #f6f6f6;
  border-radius: 24px;
  margin-top: 20px;
  display: none;
  overflow: hidden;
}

@media screen and (width >= 768px) {
  .faqs__filter ul {
    border-radius: 0;
    display: block;
  }
}

.faqs__filter .faq-category {
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  padding: 12px 16px;
  font-family: Wasabi-Bold;
  font-size: 16px;
}

@media screen and (width >= 768px) {
  .faqs__filter .faq-category {
    text-align: left;
  }
}

.faqs__filter .faq-category.active {
  color: #fff;
  background-color: #a20f3b;
}

.faqs .button {
  margin-top: 24px;
}

.faqs__further-questions {
  padding: 80px 0 40px;
}

.find-us {
  background-color: #003f23;
  height: auto;
  margin-bottom: -40px;
}

@media screen and (width >= 768px) {
  .find-us {
    height: calc(100vh + 100px);
    margin-bottom: -100px;
  }
}

.find-us__content {
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 125px 25px 70px;
  overflow: scroll;
}

@media screen and (width >= 768px) {
  .find-us__content {
    padding: 145px 48px 48px;
  }
}

.find-us__content::-webkit-scrollbar {
  display: none;
}

.find-us__content h1 {
  margin-bottom: 32px;
}

.find-us__content p {
  margin-bottom: 42px;
}

.find-us__address-input {
  width: 100%;
  max-width: 550px;
  margin-bottom: 42px;
  position: relative;
}

.find-us__address-input input {
  background-color: #fff;
  border: 1px solid #003f23;
  border-radius: 24px;
  width: 100%;
  height: 50px;
  padding: 0 100px 0 23px;
}

.find-us__address-input img {
  position: absolute;
  top: 16px;
  right: 120px;
}

@media screen and (width >= 768px) {
  .find-us__address-input img {
    right: 140px;
  }
}

.find-us__address-input .button {
  height: 44px;
  position: absolute;
  top: 3px;
  right: 3px;
}

.find-us__media {
  overflow: hidden;
}

.find-us__media--video {
  padding-top: 97px;
  position: relative;
}

.find-us__media--video video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.full-width-image-content {
  padding: 40px 0;
  position: relative;
}

@media screen and (width >= 768px) {
  .full-width-image-content {
    padding: 90px 0;
  }
}

.full-width-image-content__wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.full-width-image-content__bg {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 275px;
}

@media screen and (width >= 768px) {
  .full-width-image-content__bg {
    width: 60%;
    height: auto;
  }
}

.full-width-image-content__content {
  background-color: #003f23;
  width: 100%;
  padding: 24px;
  position: relative;
}

@media screen and (width >= 768px) {
  .full-width-image-content__content {
    width: 40%;
    padding: 48px;
  }
}

.full-width-image-content__content h4, .full-width-image-content__content p {
  margin-bottom: 24px;
}

.full-width-image-content .button {
  width: 100%;
}

@media screen and (width >= 562px) {
  .full-width-image-content .button {
    width: auto;
  }
}

.generic-content {
  padding: 140px 0 100px;
}

.generic-content h1, .generic-content h2, .generic-content h3, .generic-content h4, .generic-content h5, .generic-content h6, .generic-content li, .generic-content p, .generic-content a {
  color: #003f23;
}

.generic-content h1, .generic-content h2, .generic-content h3, .generic-content h4, .generic-content h5 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.generic-content p {
  margin-bottom: 16px;
  font-size: 16px;
}

.generic-content ul {
  margin-bottom: 16px;
  padding-left: 16px;
}

.generic-content ul li {
  color: #003f23;
  font-family: Wasabi-Regular;
  font-size: 16px;
  list-style: disc;
}

.generic-content table {
  width: 100%;
  margin-bottom: 24px;
}

.generic-content td, .generic-content tr {
  color: #003f23;
  vertical-align: top;
  padding: 10px;
  font-family: Wasabi-Regular;
  font-size: 16px;
}

.hero {
  box-sizing: border-box;
  padding-top: 72px;
  position: relative;
  overflow: hidden;
}

@media screen and (width >= 1200px) {
  .hero {
    padding-top: 98px;
  }
}

.hero--size-normal {
  min-height: 245px;
}

@media screen and (width >= 768px) {
  .hero--size-normal {
    height: 590px;
  }
}

.hero--size-large {
  height: 90vh;
}

@media screen and (width >= 768px) {
  .hero--size-large {
    height: 100vh;
  }
}

.hero__background {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero__background img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.hero__background video {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero__background-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero__background-overlay--none {
  display: none;
}

.hero__background-overlay--light {
  background: #0000001a;
}

.hero__background-overlay--medium {
  background: #0000004d;
}

.hero__background-overlay--dark {
  background: #00000080;
}

.hero__content {
  padding: 24px 0 100px;
}

@media screen and (width >= 768px) {
  .hero__content {
    padding: 48px 0 80px;
  }
}

.hero__content h1 {
  margin-bottom: 24px;
}

@media screen and (width >= 768px) {
  .hero__content h1 {
    margin-bottom: 36px;
  }
}

.hero__content p {
  max-width: 660px;
}

.hero__content .button {
  width: fit-content;
  margin-top: 16px;
}

@media screen and (width >= 768px) {
  .hero__content .button {
    margin-top: 36px;
  }
}

.hero .swiper {
  height: 100%;
}

.hero .swiper .hero__background-overlay {
  z-index: 1;
}

.hero .swiper .u__wrap {
  z-index: 10;
}

.hero .swiper .swiper-slide img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.hero .swiper .swiper-slide video {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero .swiper-navigation {
  z-index: 10;
  position: absolute;
  bottom: 50px;
  left: 25px;
}

@media screen and (width >= 768px) {
  .hero .swiper-navigation {
    bottom: 100px;
    left: unset;
    right: 80px;
  }
}

.hero .swiper-pagination-bullet {
  opacity: .4;
  background-color: #fff;
  border-radius: 4px;
  width: 100px;
  height: 8px;
  margin-right: 10px;
  transition: all .3s;
  display: inline-block;
}

.hero .swiper-pagination-bullet-active {
  opacity: 1;
}

.image-slider {
  padding: 40px 0;
  overflow: hidden;
}

.image-slider--image-grid {
  background-color: #f6f6f6;
}

.image-slider--image-grid .u__wrap {
  max-width: 100%;
}

.image-slider--image-grid .u__wrap .swiper {
  width: 100%;
  margin-left: 0%;
}

@media screen and (width >= 768px) {
  .image-slider--image-grid .u__wrap .swiper {
    width: 130%;
    margin-left: -15%;
  }
}

.image-slider--image-grid .u__wrap .swiper .swiper-slide img {
  height: 300px;
}

@media screen and (width >= 768px) {
  .image-slider--image-grid .u__wrap .swiper .swiper-slide img {
    height: 520px;
  }
}

.image-slider .swiper {
  overflow: visible;
}

.image-slider .swiper .swiper-slide img {
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  width: 100%;
  height: 340px;
}

@media screen and (width >= 768px) {
  .image-slider .swiper .swiper-slide img {
    height: 640px;
  }
}

.image-slider .swiper-navigation {
  margin-top: 48px;
}

.image-slider .swiper-pagination-bullet {
  opacity: .25;
  background-color: #003f23;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  transition: all .3s;
  display: inline-block;
}

.image-slider .swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 4px;
  width: 16px;
}

.image-slider .swiper-arrows .swiper-arrow {
  cursor: pointer;
  background-color: #ccd400;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-left: 16px;
}

.locations__hero {
  background-color: #e9580c;
  height: auto;
  padding-top: 72px;
}

@media screen and (width >= 768px) {
  .locations__hero {
    height: 100vh;
    max-height: 650px;
  }
}

@media screen and (width >= 1200px) {
  .locations__hero {
    max-height: 600px;
    padding-top: 97px;
  }
}

.locations__hero-image img {
  width: 100%;
  height: 100%;
}

.locations__hero-content {
  padding: 36px 25px;
}

@media screen and (width >= 768px) {
  .locations__hero-content {
    padding: 48px;
  }
}

.locations__hero-content h1 {
  margin-bottom: 32px;
}

.locations__hero-content p {
  margin-bottom: 42px;
}

.locations__hero-newsletter-input {
  width: 100%;
  max-width: 550px;
  margin-bottom: 42px;
  position: relative;
}

.locations__hero-newsletter-input input {
  background-color: #fff;
  border: 1px solid #003f23;
  border-radius: 24px;
  width: 100%;
  height: 50px;
  padding: 0 100px 0 23px;
}

.locations__hero-newsletter-input img {
  position: absolute;
  top: 16px;
  right: 120px;
}

@media screen and (width >= 768px) {
  .locations__hero-newsletter-input img {
    right: 140px;
  }
}

.locations__hero-newsletter-input .button {
  cursor: pointer;
  height: 44px;
  position: absolute;
  top: 3px;
  right: 3px;
}

.locations__search-bar {
  z-index: 50;
  background-color: #f6f6f6;
  margin-bottom: 36px;
  padding: 17px 0;
  position: sticky;
  top: 72px;
}

@media (width >= 1200px) {
  .locations__search-bar {
    top: 98px;
  }
}

.locations__search-bar .button {
  cursor: pointer;
  text-wrap: nowrap;
  margin-left: 24px;
}

.locations__search-bar--regions {
  display: none;
}

.locations__search-bar--regions.active {
  display: flex;
}

.locations__search-bar--postcode {
  display: none;
}

.locations__search-bar--postcode.active {
  display: flex;
}

.locations__list-loader {
  padding-bottom: 40px;
}

.locations__list-loader svg {
  width: 100px;
  height: 100px;
}

.locations__list-region {
  background-color: #f6f6f6;
  border-bottom: 3px solid #fff;
  padding: 24px;
}

@media screen and (width >= 768px) {
  .locations__list-region {
    padding: 24px 48px;
  }
}

.locations__list-region .js-open-location-region {
  cursor: pointer;
  transition: all .3s;
}

.locations__list-region .js-open-location-region.active {
  transform: rotate(45deg);
}

.locations__list-wrapper {
  max-width: 1166px;
  margin: 0 auto;
}

.locations__list-address {
  margin-bottom: 24px;
}

.locations__list-address a {
  text-decoration: underline;
}

.locations__list-address img {
  width: 16px;
  height: 16px;
  margin: 10px 10px 0 0;
}

.locations__list-phone {
  margin-bottom: 24px;
}

@media screen and (width >= 768px) {
  .locations__list-phone {
    margin-bottom: 36px;
  }
}

.locations__list-phone a {
  text-decoration: underline;
}

.locations__list-phone img {
  width: 16px;
  height: 16px;
  margin: 10px 10px 0 0;
}

.locations__list ul.js-location-container {
  display: none;
}

.locations__list ul.js-location-container.active {
  display: block;
}

.locations__list ul.region-select {
  max-height: 0;
  transition: max-height .3s ease-out;
  overflow: hidden;
}

.locations__list ul.region-select.open {
  max-height: max-content;
  transition: max-height .3s ease-in;
}

.locations__list ul li {
  border-bottom: 1px solid #003f23;
  padding: 36px 0;
}

@media screen and (width >= 768px) {
  .locations__list ul li {
    padding: 48px 0;
  }
}

.locations__list ul li:last-of-type {
  border-bottom: 0;
}

.locations__list ul li .button {
  width: 100%;
  font-size: 16px;
  display: none;
}

@media screen and (width >= 562px) {
  .locations__list ul li .button {
    width: 190px;
  }
}

@media screen and (width >= 768px) {
  .locations__list ul li .button {
    display: inline-flex;
  }
}

.locations__list ul li .button--mobile-only {
  margin-top: 24px;
  display: inline-flex;
}

@media screen and (width >= 768px) {
  .locations__list ul li .button--mobile-only {
    display: none;
  }

  .locations__list-delivery {
    padding-top: 35px;
  }
}

.locations__list-delivery p {
  margin-bottom: 10px;
}

.locations__list-delivery ul {
  max-height: none;
}

.locations__list-delivery ul li {
  border: 0;
  margin-right: 12px;
  padding: 0;
}

@media screen and (width >= 992px) {
  .locations__list-delivery ul li {
    margin-right: 36px;
  }
}

.locations__list-delivery ul li img {
  opacity: 1;
  transition: all .3s;
}

.locations__list-delivery ul li img:hover {
  opacity: .7;
}

.locations__list-delivery ul li.deliveroo-link img {
  height: auto;
}

@media screen and (width >= 992px) {
  .locations__list-delivery ul li.deliveroo-link img {
    height: 40px;
  }
}

.locations__list-delivery ul li.just-eat-link img {
  height: auto;
}

@media screen and (width >= 992px) {
  .locations__list-delivery ul li.just-eat-link img {
    height: 38px;
  }
}

.locations__list-delivery ul li.uber-eats-link img {
  height: auto;
}

@media screen and (width >= 992px) {
  .locations__list-delivery ul li.uber-eats-link img {
    height: 26px;
  }
}

.m__menus .js-menu-items-container {
  transition: all .25s;
}

.m__menus .js-menu-items-container.loading {
  pointer-events: none;
  opacity: .5;
  filter: blur(2px);
}

.m__menus .menu-item-modal {
  z-index: 20;
  background: #d3d3d3;
  width: 80vw;
  height: 80vh;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.m__menus .menu-item-modal.active {
  display: block;
}

.m__menus .menu-container {
  width: 100%;
  max-width: 1394px;
  margin: 0 auto;
  padding: 0 25px;
}

.m__menus .menu__sticky-bar {
  z-index: 50;
  background-color: #f6f6f6;
  height: 74px;
  margin-bottom: 0;
  padding: 16px 0;
  transition: all .3s;
  position: sticky;
  top: 72px;
  overflow: hidden;
}

.m__menus .menu__sticky-bar.open {
  height: 140px;
}

@media (width >= 992px) {
  .m__menus .menu__sticky-bar.open {
    height: auto;
  }

  .m__menus .menu__sticky-bar {
    height: auto;
    margin-bottom: 80px;
  }
}

@media (width >= 1200px) {
  .m__menus .menu__sticky-bar {
    top: 98px;
  }
}

.m__menus .menu__sticky-bar-mobile-filters {
  width: 100%;
  padding-bottom: 16px;
  display: flex;
}

.m__menus .menu__sticky-bar-mobile-filters .button {
  padding: 0 15px;
  font-size: 12px;
}

@media (width >= 992px) {
  .m__menus .menu__sticky-bar-mobile-filters {
    display: none;
  }
}

.m__menus .menu__sticky-bar .menu__key {
  display: none;
}

@media (width >= 992px) {
  .m__menus .menu__sticky-bar .menu__key {
    display: flex;
  }
}

.m__menus .menu__sticky-bar .menu__allergens-button-container {
  display: none;
}

@media (width >= 992px) {
  .m__menus .menu__sticky-bar .menu__allergens-button-container {
    display: inline-flex;
  }
}

.m__menus .menu__key {
  margin: 24px 0;
  display: flex;
}

@media (width >= 992px) {
  .m__menus .menu__key {
    margin: 0;
    display: none;
  }
}

.m__menus .menu__key p {
  color: #003f23;
  margin-right: 24px;
}

.m__menus .menu__key img {
  margin-right: 24px;
}

.m__menus .menu__filter-panel {
  background-color: #f6f6f6;
  border-radius: 8px;
  width: 90vw;
  height: auto;
  padding: 50px 16px 4px;
  position: absolute !important;
}

@media (width >= 992px) {
  .m__menus .menu__filter-panel {
    max-height: calc(100vh - (var(--menu-sticky-height)  + 20px));
    width: 240px;
    padding: 16px 16px 10px;
    overflow: auto;
    top: calc(var(--menu-sticky-height)) !important;
    position: sticky !important;
  }
}

.m__menus .menu__filter-panel .js-close-menu-filter {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (width >= 992px) {
  .m__menus .menu__filter-panel .js-close-menu-filter {
    display: none;
  }
}

.m__menus .menu__filter-panel__overlay {
  width: 100vw;
  height: 100vh;
  top: 0;
}

@media (width >= 992px) {
  .m__menus .menu__filter-panel__overlay {
    display: none;
  }
}

.m__menus .menu__filter-panel__wrapper {
  pointer-events: none;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

@media (width >= 992px) {
  .m__menus .menu__filter-panel__wrapper {
    pointer-events: auto;
    z-index: 10;
    width: auto;
    height: 100%;
    display: block;
    position: absolute;
  }
}

.m__menus .menu__filter-panel__wrapper.show {
  pointer-events: auto;
  z-index: 50;
  display: block;
}

.m__menus .menu__filter-panel__wrapper.show .menu__filter-panel__overlay {
  display: flex;
}

@media (width >= 992px) {
  .m__menus .menu__filter-panel__wrapper.show .menu__filter-panel__overlay {
    display: none;
  }
}

.m__menus .menu__filter-panel__wrapper.show .menu__filter-panel {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

@media (width >= 992px) {
  .m__menus .menu__filter-panel__wrapper {
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
  }
}

.m__menus .menu__filter-panel--label p {
  color: #003f23;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Wasabi-Light;
  font-size: 12px;
}

.m__menus .menu__filter-panel--cat {
  border-radius: 8px;
  padding: 10px;
  transition: all .3s;
}

.m__menus .menu__filter-panel--cat.open {
  background-color: #fff;
}

.m__menus .menu__filter-panel--cat h4 {
  color: #003f23;
  cursor: pointer;
  opacity: 1;
  padding: 12px 0;
  font-family: Wasabi-Bold;
  font-size: 20px;
  line-height: 20px;
  transition: all .3s;
}

.m__menus .menu__filter-panel--cat h4:hover {
  opacity: .5;
}

.m__menus .menu__filter-panel--subcats .filter-subcat {
  cursor: pointer;
  color: #003f23;
  opacity: 1;
  border-radius: 4px;
  padding: 12px 16px;
  font-family: Wasabi-Bold;
  font-size: 16px;
  line-height: 16px;
  transition: all .3s;
}

.m__menus .menu__filter-panel--subcats .filter-subcat:hover, .m__menus .menu__filter-panel--subcats .filter-subcat.open {
  color: #fff;
  background-color: #a20f3b;
}

.m__menus .menu__allergens-filter {
  z-index: 100;
  -ms-overflow-style: none;
  scrollbar-width: none;
  align-items: center;
  display: flex;
  overflow: auto;
}

.m__menus .menu__allergens-filter::-webkit-scrollbar {
  display: none;
}

.m__menus .menu__allergens-filter-wrapper {
  border-radius: 10px;
  align-items: center;
  display: flex;
}

.m__menus .menu__allergens-filter-wrapper p {
  color: #003f23;
  display: none;
}

@media screen and (width >= 768px) {
  .m__menus .menu__allergens-filter-wrapper p {
    display: block;
  }
}

.m__menus .menu__allergens-filter-wrapper .button {
  height: 36px;
  margin-left: 0;
  font-size: 16px;
  display: inline-flex;
}

@media screen and (width >= 768px) {
  .m__menus .menu__allergens-filter-wrapper .button {
    margin-left: 24px;
  }
}

@media (width >= 992px) {
  .m__menus .menu__allergens-filter-wrapper .button {
    display: none;
  }
}

.m__menus .menu__allergens-filter .menu__allergens-filter-item {
  margin-left: 0;
  margin-right: 16px;
}

@media screen and (width >= 768px) {
  .m__menus .menu__allergens-filter .menu__allergens-filter-item {
    margin-left: 24px;
    margin-right: 0;
  }
}

.m__menus .menu__allergens-filter .menu__allergens-filter-item input {
  display: none;
}

.m__menus .menu__allergens-filter .menu__allergens-filter-item label {
  cursor: pointer;
  color: #fff;
  background-color: #a20f3b;
  border-radius: 9999px;
  padding: .375rem 1.5rem .375rem 3rem;
  font-family: Wasabi-Bold;
  font-size: 16px;
  transition: all .25s;
  display: block;
  position: relative;
}

.m__menus .menu__allergens-filter .menu__allergens-filter-item label:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: .75rem;
  transform: translateY(-50%);
}

.m__menus .menu__allergens-filter .menu__allergens-filter-item label.active {
  background-color: #003f23;
  padding-left: 1.5rem;
  padding-right: 3rem;
}

.m__menus .menu__allergens-filter .menu__allergens-filter-item label.active:before {
  content: "";
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: auto;
  right: .75rem;
  transform: translateY(-50%);
}

.m__menus .menu__items {
  z-index: 20;
  width: 100%;
  position: relative;
}

@media screen and (width >= 992px) {
  .m__menus .menu__items {
    width: calc(100% - 280px);
  }
}

.m__menus .menu__items--cat h3 {
  color: #e9580c;
  margin-bottom: 30px;
}

.m__menus .menu__items--cat p {
  color: #003f23;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}

.m__menus .menu__items--cat:last-of-type .menu__items--subcat:last-of-type {
  border-bottom: none;
}

.m__menus .menu__items--subcat {
  border-bottom: 1px solid #003f2380;
  margin-bottom: 30px;
}

.m__menus .menu__items--subcat h4 {
  color: #e9580c;
  cursor: pointer;
  margin-bottom: 20px;
}

.m__menus .menu__items--subcat--items .menu-item {
  width: 50%;
}

@media screen and (width >= 992px) {
  .m__menus .menu__items--subcat--items .menu-item {
    width: 33.33%;
  }
}

.m__menus .menu__items--subcat--items .menu-item__image {
  background-color: #f6f6f6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m__menus .menu__items--subcat--items .menu-item__image .new-item-label {
  width: 40px;
  height: 48px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.m__menus .menu__items--subcat--items .menu-item__image img {
  object-position: center;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 8px;
  width: 100%;
  max-width: 320px;
  height: auto;
}

.m__menus .menu__items--subcat--items .menu-item__title {
  color: #e9580c;
  letter-spacing: -.32px;
  margin-bottom: 16px;
  font-family: Wasabi-Bold;
  font-size: 16px;
  line-height: 19px;
  display: block;
}

@media screen and (width >= 768px) {
  .m__menus .menu__items--subcat--items .menu-item__title {
    letter-spacing: -.5px;
    font-size: 24px;
    line-height: 26px;
  }
}

.m__menus .menu__items--subcat--items .menu-item__description {
  color: #003f23;
  margin-bottom: 16px;
  font-family: Wasabi-Regular;
  font-size: 12px;
  line-height: 17px;
}

@media screen and (width >= 768px) {
  .m__menus .menu__items--subcat--items .menu-item__description {
    font-size: 16px;
    line-height: 19px;
  }
}

.m__menus .menu__items--subcat--items .menu-item.hide {
  filter: blur(1px);
  opacity: .6;
}

.m__menus .menu__items--subcat--items .menu-item__price-allergens {
  margin-bottom: 16px;
  display: flex;
}

.m__menus .menu__items--subcat--items .menu-item__tags-tag {
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 24px;
  font-size: 0;
  list-style: none;
}

.m__menus .menu__items--subcat--items .menu-item__tags-tag-under_600, .m__menus .menu__items--subcat--items .menu-item__tags-tag-new {
  content: none;
  display: none;
}

.m__menus .menu__items--subcat--items .menu-item__tags-tag-vegan {
  content: "";
  background-image: url("vegan-light.129796bf.svg");
  margin-right: 8px;
}

.m__menus .menu__items--subcat--items .menu-item__tags-tag-vegetarian {
  content: "";
  background-image: url("vegetarian-light.ba97b419.svg");
  margin-right: 8px;
}

.m__menus .menu__items--subcat--items .menu-item__tags-tag-chilli-mild {
  content: none;
  background-image: url("chilli-mild.704948cb.svg");
  width: 48px;
}

.m__menus .menu__items--subcat--items .menu-item__tags-tag-chilli-medium {
  content: none;
  background-image: url("chilli-medium.eaf45dc9.svg");
  width: 82px;
}

.m__menus .menu__items--subcat--items .menu-item__tags-tag-chilli-hot {
  content: none;
  background-image: url("chilli-hot.1de71e69.svg");
  width: 70px;
}

.page-id-432 .m__menus .menu__items--subcat--items .menu-item__tags-tag-chilli-mild {
  display: none;
}

.page-id-432 .m__menus .menu__items--subcat--items .menu-item__tags-tag-chilli-medium {
  display: none;
}

.page-id-432 .m__menus .menu__items--subcat--items .menu-item__tags-tag-chilli-hot {
  display: none;
}

.m__menus .menu__items--subcat--items .menu-item .js-open-item-modal {
  color: #003f23;
  cursor: pointer;
  font-family: Wasabi-Bold;
  font-size: 16px;
}

.m__menus .menu__items--subcat--items .menu-item .js-open-item-modal:after {
  content: "";
  vertical-align: middle;
  background-image: url("right-arrow-green.0234b652.svg");
  width: 24px;
  height: 24px;
  margin-left: 5px;
  transition: all .3s;
  display: inline-block;
}

.m__menus .menu__items--subcat--items .menu-item .js-open-item-modal:hover:after {
  transform: translateX(8px);
}

.menu-item-slider {
  padding: 40px 0;
  overflow: hidden;
}

.menu-item-slider__header h2 {
  min-width: 70vw;
  margin-bottom: 24px;
}

.menu-item-slider__header .button {
  width: 100%;
  margin-bottom: 36px;
}

@media screen and (width >= 562px) {
  .menu-item-slider__header .button {
    width: auto;
    margin-bottom: 24px;
  }
}

.menu-item-slider p {
  width: 100%;
  max-width: 770px;
  margin-bottom: 24px;
}

@media screen and (width >= 562px) {
  .menu-item-slider p {
    margin-bottom: 48px;
  }
}

.menu-item-slider .swiper {
  overflow: visible;
}

.menu-item-slider .swiper .swiper-slide .menu-item-card__image {
  background-color: #f6f6f6;
  border-radius: 8px;
  height: 300px;
  margin-bottom: 24px;
  position: relative;
}

@media screen and (width >= 768px) {
  .menu-item-slider .swiper .swiper-slide .menu-item-card__image {
    height: 415px;
  }
}

.menu-item-slider .swiper .swiper-slide .menu-item-card__image img {
  width: auto;
  height: 70%;
}

.menu-item-slider .swiper .swiper-slide .menu-item-card__image .menu-item-card__image-icon-container {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.menu-item-slider .swiper .swiper-slide .menu-item-card__image .menu-item-card__image-icon-container img {
  width: 100%;
  height: 100%;
}

.menu-item-slider .swiper .swiper-slide .menu-item-card__content {
  width: 90%;
}

.menu-item-slider .swiper .swiper-slide .menu-item-card__content span {
  color: #fff;
  background-color: #e9580c;
  border-radius: 4px;
  width: fit-content;
  margin-bottom: 20px;
  padding: 4px 8px;
  font-family: Wasabi-Regular;
  display: block;
}

.menu-item-slider .swiper .swiper-slide .menu-item-card__content h4 {
  margin-bottom: 5px;
}

.menu-item-slider .swiper .swiper-slide .menu-item-card__content p {
  margin: 0;
}

.menu-item-slider .swiper-navigation {
  margin-top: 48px;
}

.menu-item-slider .swiper-pagination-bullet {
  opacity: .25;
  background-color: #003f23;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  transition: all .3s;
  display: inline-block;
}

.menu-item-slider .swiper-pagination-bullet-active {
  opacity: 1;
  border-radius: 4px;
  width: 16px;
}

.menu-item-slider .swiper-arrows .swiper-arrow {
  cursor: pointer;
  background-color: #ccd400;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-left: 16px;
}

.order-delivery {
  background-color: #a20f3b;
  height: auto;
  margin-bottom: -40px;
}

@media screen and (width >= 768px) {
  .order-delivery {
    height: calc(100vh + 100px);
    margin-bottom: -100px;
  }
}

.order-delivery__content {
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 125px 25px 70px;
}

@media screen and (width >= 768px) {
  .order-delivery__content {
    padding: 145px 48px 48px;
  }
}

.order-delivery__content::-webkit-scrollbar {
  display: none;
}

.order-delivery__content h1 {
  margin-bottom: 48px;
}

.order-delivery__content p {
  margin-bottom: 42px;
}

.order-delivery__content p:last-of-type {
  opacity: .75;
}

.order-delivery__content ul li {
  margin-right: 20px;
}

@media (width >= 992px) {
  .order-delivery__content ul li {
    margin-right: 72px;
  }
}

.order-delivery__content ul li:last-of-type {
  margin-right: 0;
}

.quote {
  padding: 40px 0;
}

.quote__wrapper {
  background-color: #f6f6f6;
  border-radius: 16px;
  padding: 80px 25px;
}

.quote__content {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.quote__content h2, .quote__content p {
  margin-bottom: 32px;
}

.quote__content-avatar img {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  display: block;
}

.quote__content-avatar p {
  margin-bottom: 0;
}

.reward-joining-steps {
  padding: 40px 0;
}

@media screen and (width >= 768px) {
  .reward-joining-steps {
    padding: 40px 0 60px;
  }
}

.reward-joining-steps h2 {
  margin-bottom: 48px;
}

.reward-joining-steps__tile {
  margin-bottom: 30px;
}

@media screen and (width >= 768px) {
  .reward-joining-steps__tile {
    margin-bottom: 0;
  }
}

.reward-joining-steps__tile img {
  margin-bottom: 24px;
}

@media screen and (width >= 768px) {
  .reward-joining-steps__tile img {
    width: 60%;
    margin-bottom: 40px;
  }
}

.reward-joining-steps__tile h4 {
  margin-bottom: 16px;
}

@media screen and (width >= 768px) {
  .reward-joining-steps__tile h4 {
    margin-bottom: 24px;
  }
}

.reward-joining-steps__tile p {
  max-width: 90%;
}

.reward-points {
  padding: 40px 0;
}

.reward-points h2 {
  margin-bottom: 40px;
}

.reward-points__tile {
  margin-bottom: 40px;
  padding: 0 20px;
}

@media screen and (width >= 768px) {
  .reward-points__tile {
    margin-bottom: 0;
  }
}

@media screen and (width >= 1200px) {
  .reward-points__tile {
    padding: 0 55px;
  }
}

.reward-points__tile-points {
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 75px;
}

@media screen and (width >= 768px) {
  .reward-points__tile-points {
    font-size: 60px;
  }
}

@media screen and (width >= 1200px) {
  .reward-points__tile-points {
    font-size: 80px;
  }
}

.reward-points__tile-points-text {
  letter-spacing: -1.5px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 35px;
}

.reward-points__tile-image {
  border-radius: 40px;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 23px;
}

@media screen and (width >= 768px) {
  .reward-points__tile-image {
    height: 330px;
    margin-bottom: 62px;
  }
}

@media screen and (width >= 1200px) {
  .reward-points__tile-image {
    padding: 33px;
  }
}

.reward-points__tile-image img {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

.reward-points__tile-graph-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto 40px;
}

.reward-points__tile p {
  margin-bottom: 30px;
}

.scroll-to-links {
  z-index: 80;
  position: sticky;
  top: 72px;
}

@media (width >= 1200px) {
  .scroll-to-links {
    top: 98px;
  }
}

.scroll-to-links__wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #f6f6f6;
  padding: 16px 0 6px;
  overflow: scroll;
}

.scroll-to-links__wrapper::-webkit-scrollbar {
  display: none;
}

.scroll-to-links__content {
  width: fit-content;
}

.scroll-to-links__content a {
  text-wrap: nowrap;
  align-items: center;
  width: 50%;
  margin: 0 0 10px;
  font-size: 14px;
  display: flex;
}

@media (width >= 768px) {
  .scroll-to-links__content a {
    width: auto;
    margin: 0 36px 10px 0;
    font-size: 16px;
  }
}

.scroll-to-links__content a:after {
  content: "";
  background-image: url("right-arrow-green.0234b652.svg");
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  transition: all .3s;
  display: inline-block;
}

@media (width >= 768px) {
  .scroll-to-links__content a:after {
    width: 24px;
    height: 24px;
  }
}

.scroll-to-links__content a:focus {
  outline: none;
}

.scroll-to-links__content a:hover:after {
  transform: translateX(8px);
}

.section-break-line .break-line {
  opacity: .5;
  background-color: #003f23;
  width: 100%;
  height: 1px;
}

@media (width >= 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:hidden {
    display: none;
  }
}

@media (width >= 576px) {
  .sm\:w-6\/12 {
    width: 50%;
  }
}

@media (width >= 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.3333%;
  }

  .md\:w-5\/12 {
    width: 41.6667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-8\/12 {
    width: 66.6667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }
}

@media (width >= 992px) {
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mr-3 {
    margin-right: .75rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:p-3 {
    padding: .75rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-\[110px\] {
    padding-left: 110px;
  }

  .lg\:pr-\[110px\] {
    padding-right: 110px;
  }
}

@media (width >= 1200px) {
  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }
}
/*# sourceMappingURL=control.css.map */
