@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import "https://www.frittonlake.co.uk/wp-content/themes/fritton2020/library/fonts/plantin/style.css";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong, .strong {
  font-weight: 500;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn, em, .em {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before, q:after {
  content: "";
  content: none;
}
small, .small {
  font-size: 75%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0;
}
dd {
  margin: 0;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}
ol, ul {
  padding: 0;
  list-style-type: none;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  vertical-align: top;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
}
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}
/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
body .aligned-form, section.search .searchform, .blog-post-overlay, .sidebar-search__form, .content-panels__section__inner, .footer-main__row, .header-desktop__inner, .header-desktop .header-desktop__left, .header-desktop .header-desktop__right, #menu-main-menu, .mobile-menu, .mobile-menu__top-strip__inner, .mobile-menu__top-strip__form, .mobile-menu__top-strip__right, .image-with-action__overlay, .image-with-action__overlay__inner, .images-with-links__action, .instagram__inner, .instagram__social, .food-menus__action, .media-quotes__logo-group, .page-intro__overlay, .popup-content, .popup-content__link__wrapper, .single-offer-overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*
    Flex direction
 */
body .aligned-form, .header-desktop .header-desktop__right {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.section-overview__row-image_right {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.content-panels__section__inner, .mobile-menu, .image-with-action__overlay__inner, .instagram__inner, .page-intro__overlay {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/*
    Flex wrap
 */
.contact-details__row, .content-panels__row, .footer-main__row, .images-two__row, .instagram__row, .section-overview__row, .special-offer-banner__row, .booking-search__row {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.archive-blog-post__row, .footer-site-by__row, .property-list__row, .booking-content__row, .booking-search-results__row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
#menu-main-menu {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-flex-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.image-with-action__overlay, .images-with-links__action, .instagram__social, .food-menus__action, .page-intro__overlay, .popup-content__link__wrapper {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#menu-main-menu, .media-quotes__logo-group {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/*
    Align items
 */
body .aligned-form, .header-desktop__inner, #menu-main-menu, #menu-main-menu .menu-item a, .mobile-menu__top-strip__inner, .mobile-menu__top-strip__form, .images-with-links__action, .food-menus__action {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/*
    Align self
 */
/*
    Align content
 */
/*  PWA PAYMENT  */
body.pwa #order_review .shop_table {
  display: none;
}
body.pwa [role="navigation"] {
  display: none;
}
body.pwa footer {
  display: none;
}
/* page set up */
/* fonts */
/* image heights */
/* colours */
/* light green */
/* small bar underline */
/* mobile menu */
/* buttons */
/* footer */
/* use regular-columns usually */
/*

regular-columns:
margin: [left/right/top/bottom cell padding]
margin-x: [left/right padding]
columns: [number of columns]
wrap: [wrap/nowrap] default nowrap
size: [md/sm-xs etc] default md
margin-only: [set when padding NOT intended for SM-XS] default unset
direction: [reverse] default unset
 */
/* 2 columns, left 2 wide, right 1 wide, reversing when narrow */
/* 2 columns, left 1 wide, right 2 wide */
/* columns
'size'=>'a',  (one of the breakpoints)
'basis'=>4, (number of effective columns)
'margin'=>15, (margin horiz & vertical)
'margin-x'=>15, (margin - horiz only)
'cols'=>1,3  (column width for each column)
'order'=>3,1,2  (order that columns should appear e.g. 3rd column then 1st column then 2nd column)
 */
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .hidden-md {
    display: none;
  }
}
/* Standard Block */
/* Columns */
/* Text bar styles */
/* Container widths */
section.search__inner, .archive-blog-post__inner, .blog-post__inner, .blog-post-tags__inner, .clubhouse-hours__inner, .contact-bar__inner, .contact-details__inner, .content-panels__inner, .customer-form__inner, .customer-message__inner, .fixed-content__inner, .footer-main__inner, .footer-site-by__inner, .footer-newsletter__fake__inner, .frequently-asked-questions__inner, #menu-main-menu, .mobile-menu .menu-mobile-menu-container, .mobile-menu__top-strip__inner, .book-now-menu__fake__inner, .check-reservation-menu__fake__inner, .image__inner, .image-with-action__inner, .images-two__inner, .instagram__inner, .instagram__inner, .food-menus__inner, .media-quotes__inner, .property-list__inner, .quote__inner, .section-intro__inner, .section-overview__inner, .social-media-banner__inner, section.single-offer__inner, .tabular-data__inner, .terms-conditions__inner, .title-strip__inner, .video-embed__inner, .booking__inner, .booking-content__inner, .booking-error__inner, .booking-search__inner, .booking-search-results__inner, .booking-search-results__alert__inner, .booking-search-results__no-near-matches__inner, .booking-search-results-header__inner, .booking-login__inner, .booking-progressbar__inner, .booking-property__inner, .booking-property-availability__inner, .booking-property-resort-info__inner, .booking-property-header__inner, .booking-property-images__inner, .booking-guest-details__inner, .booking-wait__inner {
  max-width: 1300px;
  margin: auto;
}
.two-column-text__inner, .frequently-asked-questions__inner, .special-offer-banner__inner {
  max-width: 767px;
  margin: auto;
}
.section-intro__inner {
  max-width: 980px;
  margin: auto;
}
/* Buttons */
.two-column-text__action, .clubhouse-hours__action, .customer-form__text a.button, .customer-form__form-action, #_form_593_ ._submit, .customer-message__button, .footer-newsletter #_form_601_submit, .footer-newsletter-trigger, .book-now-menu .menu li a, .check-reservation-menu .menu a, .images-with-links__quicksearch, .images-with-links__action span, .food-menus__quicksearch, .food-menus__action span, .page-intro__action, .page-intro-map__map-action, .popup-content__link, .section-intro__link, a.section-overview__link, .special-offer-banner__offer__button, .single-offer__text h3 a, .single-offer__button, .terms-conditions__action, .title-strip__action, .thumbnail-links__action, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title a, .ReactModalPortal .react-modal button, body .spu-box .spu-content .button, .booking-error__action a, .booking-search__mobile-summary-action, .booking-search__mobile-open, .booking-search__form-submit, .booking-search-results__button, .booking-search-results-header__filters-row .close-button, .booking-login__continue-guest, .booking-login__button, .booking-property-header__bottom a.check-availability, .booking-sidebar__basket-button, .booking-guest-details__confrim-button, .booking-guest-details__discount button {
  display: inline-block;
  text-align: center;
  padding: 12px 28px;
  border-radius: 30px;
  background-color: #4e684a;
}
.two-column-text__action, .clubhouse-hours__action, .customer-form__text a.button, .customer-form__form-action, #_form_593_ ._submit, .customer-message__button, .footer-newsletter #_form_601_submit, .footer-newsletter-trigger, .book-now-menu .menu li a, .check-reservation-menu .menu a, .images-with-links__quicksearch, .images-with-links__action span, .food-menus__quicksearch, .food-menus__action span, .page-intro__action, .page-intro-map__map-action, .popup-content__link, .section-intro__link, a.section-overview__link, .special-offer-banner__offer__button, .single-offer__text h3 a, .single-offer__button, .terms-conditions__action, .title-strip__action, .thumbnail-links__action, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title a, .ReactModalPortal .react-modal button, body .spu-box .spu-content .button, .booking-error__action a, .booking-search__mobile-summary-action, .booking-search__mobile-open, .booking-search__form-submit, .booking-search-results__button, .booking-search-results-header__filters-row .close-button, .booking-login__continue-guest, .booking-login__button, .booking-property-header__bottom a.check-availability, .booking-sidebar__basket-button, .booking-guest-details__confrim-button, .booking-guest-details__discount button, .two-column-text__action:hover, .clubhouse-hours__action:hover, .customer-form__text a.button:hover, .customer-form__form-action:hover, #_form_593_ ._submit:hover, .customer-message__button:hover, .footer-newsletter #_form_601_submit:hover, .footer-newsletter-trigger:hover, .book-now-menu .menu li a:hover, .check-reservation-menu .menu a:hover, .images-with-links__quicksearch:hover, .images-with-links__action span:hover, .food-menus__quicksearch:hover, .food-menus__action span:hover, .page-intro__action:hover, .page-intro-map__map-action:hover, .popup-content__link:hover, .section-intro__link:hover, a.section-overview__link:hover, .special-offer-banner__offer__button:hover, .single-offer__text h3 a:hover, .single-offer__button:hover, .terms-conditions__action:hover, .title-strip__action:hover, .thumbnail-links__action:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title a:hover, .ReactModalPortal .react-modal button:hover, body .spu-box .spu-content .button:hover, .booking-error__action a:hover, .booking-search__mobile-summary-action:hover, .booking-search__mobile-open:hover, .booking-search__form-submit:hover, .booking-search-results__button:hover, .booking-search-results-header__filters-row .close-button:hover, .booking-login__continue-guest:hover, .booking-login__button:hover, .booking-property-header__bottom a.check-availability:hover, .booking-sidebar__basket-button:hover, .booking-guest-details__confrim-button:hover, .booking-guest-details__discount button:hover, .two-column-text__action:link, .clubhouse-hours__action:link, .customer-form__text a.button:link, .customer-form__form-action:link, #_form_593_ ._submit:link, .customer-message__button:link, .footer-newsletter #_form_601_submit:link, .footer-newsletter-trigger:link, .book-now-menu .menu li a:link, .check-reservation-menu .menu a:link, .images-with-links__quicksearch:link, .images-with-links__action span:link, .food-menus__quicksearch:link, .food-menus__action span:link, .page-intro__action:link, .page-intro-map__map-action:link, .popup-content__link:link, .section-intro__link:link, a.section-overview__link:link, .special-offer-banner__offer__button:link, .single-offer__text h3 a:link, .single-offer__button:link, .terms-conditions__action:link, .title-strip__action:link, .thumbnail-links__action:link, .woocommerce #respond input#submit:link, .woocommerce a.button:link, .woocommerce button.button:link, .woocommerce input.button:link, .woocommerce #respond input#submit.alt:link, .woocommerce a.button.alt:link, .woocommerce button.button.alt:link, .woocommerce input.button.alt:link, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title a:link, .ReactModalPortal .react-modal button:link, body .spu-box .spu-content .button:link, .booking-error__action a:link, .booking-search__mobile-summary-action:link, .booking-search__mobile-open:link, .booking-search__form-submit:link, .booking-search-results__button:link, .booking-search-results-header__filters-row .close-button:link, .booking-login__continue-guest:link, .booking-login__button:link, .booking-property-header__bottom a.check-availability:link, .booking-sidebar__basket-button:link, .booking-guest-details__confrim-button:link, .booking-guest-details__discount button:link, .two-column-text__action:active, .clubhouse-hours__action:active, .customer-form__text a.button:active, .customer-form__form-action:active, #_form_593_ ._submit:active, .customer-message__button:active, .footer-newsletter #_form_601_submit:active, .footer-newsletter-trigger:active, .book-now-menu .menu li a:active, .check-reservation-menu .menu a:active, .images-with-links__quicksearch:active, .images-with-links__action span:active, .food-menus__quicksearch:active, .food-menus__action span:active, .page-intro__action:active, .page-intro-map__map-action:active, .popup-content__link:active, .section-intro__link:active, a.section-overview__link:active, .special-offer-banner__offer__button:active, .single-offer__text h3 a:active, .single-offer__button:active, .terms-conditions__action:active, .title-strip__action:active, .thumbnail-links__action:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title a:active, .ReactModalPortal .react-modal button:active, body .spu-box .spu-content .button:active, .booking-error__action a:active, .booking-search__mobile-summary-action:active, .booking-search__mobile-open:active, .booking-search__form-submit:active, .booking-search-results__button:active, .booking-search-results-header__filters-row .close-button:active, .booking-login__continue-guest:active, .booking-login__button:active, .booking-property-header__bottom a.check-availability:active, .booking-sidebar__basket-button:active, .booking-guest-details__confrim-button:active, .booking-guest-details__discount button:active, .two-column-text__action:visited, .clubhouse-hours__action:visited, .customer-form__text a.button:visited, .customer-form__form-action:visited, #_form_593_ ._submit:visited, .customer-message__button:visited, .footer-newsletter #_form_601_submit:visited, .footer-newsletter-trigger:visited, .book-now-menu .menu li a:visited, .check-reservation-menu .menu a:visited, .images-with-links__quicksearch:visited, .images-with-links__action span:visited, .food-menus__quicksearch:visited, .food-menus__action span:visited, .page-intro__action:visited, .page-intro-map__map-action:visited, .popup-content__link:visited, .section-intro__link:visited, a.section-overview__link:visited, .special-offer-banner__offer__button:visited, .single-offer__text h3 a:visited, .single-offer__button:visited, .terms-conditions__action:visited, .title-strip__action:visited, .thumbnail-links__action:visited, .woocommerce #respond input#submit:visited, .woocommerce a.button:visited, .woocommerce button.button:visited, .woocommerce input.button:visited, .woocommerce #respond input#submit.alt:visited, .woocommerce a.button.alt:visited, .woocommerce button.button.alt:visited, .woocommerce input.button.alt:visited, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title a:visited, .ReactModalPortal .react-modal button:visited, body .spu-box .spu-content .button:visited, .booking-error__action a:visited, .booking-search__mobile-summary-action:visited, .booking-search__mobile-open:visited, .booking-search__form-submit:visited, .booking-search-results__button:visited, .booking-search-results-header__filters-row .close-button:visited, .booking-login__continue-guest:visited, .booking-login__button:visited, .booking-property-header__bottom a.check-availability:visited, .booking-sidebar__basket-button:visited, .booking-guest-details__confrim-button:visited, .booking-guest-details__discount button:visited {
  color: #FFF;
}
.large.two-column-text__action, .large.clubhouse-hours__action, .customer-form__text a.large.button, .large.customer-form__form-action, #_form_593_ .large._submit, .large.customer-message__button, .footer-newsletter .large#_form_601_submit, .large.footer-newsletter-trigger, .book-now-menu .menu li a.large, .check-reservation-menu .menu a.large, .large.images-with-links__quicksearch, .images-with-links__action span.large, .large.food-menus__quicksearch, .food-menus__action span.large, .large.page-intro__action, .large.page-intro-map__map-action, .large.popup-content__link, .large.section-intro__link, a.large.section-overview__link, .large.special-offer-banner__offer__button, .single-offer__text h3 a.large, .large.single-offer__button, .large.terms-conditions__action, .large.title-strip__action, .large.thumbnail-links__action, .woocommerce #respond input.large#submit, .woocommerce a.large.button, .woocommerce button.large.button, .woocommerce input.large.button, .woocommerce #respond input.large#submit.alt, .woocommerce a.large.button.alt, .woocommerce button.large.button.alt, .woocommerce input.large.button.alt, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title a.large, .ReactModalPortal .react-modal button.large, body .spu-box .spu-content .large.button, .booking-error__action a.large, .large.booking-search__mobile-summary-action, .large.booking-search__mobile-open, .large.booking-search__form-submit, .large.booking-search-results__button, .booking-search-results-header__filters-row .large.close-button, .large.booking-login__continue-guest, .large.booking-login__button, .booking-property-header__bottom a.large.check-availability, .large.booking-sidebar__basket-button, .large.booking-guest-details__confrim-button, .booking-guest-details__discount button.large {
  font-size: 27px;
}
.two-column-text__action:hover, .clubhouse-hours__action:hover, .customer-form__text a.button:hover, .customer-form__form-action:hover, #_form_593_ ._submit:hover, .customer-message__button:hover, .footer-newsletter #_form_601_submit:hover, .footer-newsletter-trigger:hover, .book-now-menu .menu li a:hover, .check-reservation-menu .menu a:hover, .images-with-links__quicksearch:hover, .images-with-links__action span:hover, .food-menus__quicksearch:hover, .food-menus__action span:hover, .page-intro__action:hover, .page-intro-map__map-action:hover, .popup-content__link:hover, .section-intro__link:hover, a.section-overview__link:hover, .special-offer-banner__offer__button:hover, .single-offer__text h3 a:hover, .single-offer__button:hover, .terms-conditions__action:hover, .title-strip__action:hover, .thumbnail-links__action:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title a:hover, .ReactModalPortal .react-modal button:hover, body .spu-box .spu-content .button:hover, .booking-error__action a:hover, .booking-search__mobile-summary-action:hover, .booking-search__mobile-open:hover, .booking-search__form-submit:hover, .booking-search-results__button:hover, .booking-search-results-header__filters-row .close-button:hover, .booking-login__continue-guest:hover, .booking-login__button:hover, .booking-property-header__bottom a.check-availability:hover, .booking-sidebar__basket-button:hover, .booking-guest-details__confrim-button:hover, .booking-guest-details__discount button:hover {
  transition: all 0.2s ease 0s;
  background-color: #54804e;
}
main.error404 .error404__action, .contact-details__action, .content-panels.cabin-features .content-panels__action, .image-with-action__action, .social-media-banner__link, .woocommerce .woocommerce-products-header a.button, .woocommerce .reservation-actions a, .woocommerce .reservation-actions button {
  display: inline-block;
  text-align: center;
  padding: 12px 28px;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #CCCCCC;
}
main.error404 .error404__action, .contact-details__action, .content-panels.cabin-features .content-panels__action, .image-with-action__action, .social-media-banner__link, .woocommerce .woocommerce-products-header a.button, .woocommerce .reservation-actions a, .woocommerce .reservation-actions button, main.error404 .error404__action:hover, .contact-details__action:hover, .content-panels.cabin-features .content-panels__action:hover, .image-with-action__action:hover, .social-media-banner__link:hover, .woocommerce .woocommerce-products-header a.button:hover, .woocommerce .reservation-actions a:hover, .woocommerce .reservation-actions button:hover, main.error404 .error404__action:link, .contact-details__action:link, .content-panels.cabin-features .content-panels__action:link, .image-with-action__action:link, .social-media-banner__link:link, .woocommerce .woocommerce-products-header a.button:link, .woocommerce .reservation-actions a:link, .woocommerce .reservation-actions button:link, main.error404 .error404__action:active, .contact-details__action:active, .content-panels.cabin-features .content-panels__action:active, .image-with-action__action:active, .social-media-banner__link:active, .woocommerce .woocommerce-products-header a.button:active, .woocommerce .reservation-actions a:active, .woocommerce .reservation-actions button:active, main.error404 .error404__action:visited, .contact-details__action:visited, .content-panels.cabin-features .content-panels__action:visited, .image-with-action__action:visited, .social-media-banner__link:visited, .woocommerce .woocommerce-products-header a.button:visited, .woocommerce .reservation-actions a:visited, .woocommerce .reservation-actions button:visited {
  color: #4e684a;
}
main.error404 .large.error404__action, .large.contact-details__action, .content-panels.cabin-features .large.content-panels__action, .large.image-with-action__action, .large.social-media-banner__link, .woocommerce .woocommerce-products-header a.large.button, .woocommerce .reservation-actions a.large, .woocommerce .reservation-actions button.large {
  font-size: 27px;
}
main.error404 .error404__action:hover, .contact-details__action:hover, .content-panels.cabin-features .content-panels__action:hover, .image-with-action__action:hover, .social-media-banner__link:hover, .woocommerce .woocommerce-products-header a.button:hover, .woocommerce .reservation-actions a:hover, .woocommerce .reservation-actions button:hover {
  transition: all 0.2s ease 0s;
  border-color: #4e684a;
}
main.error404 .error404__action:hover, .contact-details__action:hover, .content-panels.cabin-features .content-panels__action:hover, .image-with-action__action:hover, .social-media-banner__link:hover, .woocommerce .woocommerce-products-header a.button:hover, .woocommerce .reservation-actions a:hover, .woocommerce .reservation-actions button:hover, main.error404 .error404__action:hover:link, .contact-details__action:hover:link, .content-panels.cabin-features .content-panels__action:hover:link, .image-with-action__action:hover:link, .social-media-banner__link:hover:link, .woocommerce .woocommerce-products-header a.button:hover:link, .woocommerce .reservation-actions a:hover:link, .woocommerce .reservation-actions button:hover:link, main.error404 .error404__action:hover:active, .contact-details__action:hover:active, .content-panels.cabin-features .content-panels__action:hover:active, .image-with-action__action:hover:active, .social-media-banner__link:hover:active, .woocommerce .woocommerce-products-header a.button:hover:active, .woocommerce .reservation-actions a:hover:active, .woocommerce .reservation-actions button:hover:active, main.error404 .error404__action:hover:visited, .contact-details__action:hover:visited, .content-panels.cabin-features .content-panels__action:hover:visited, .image-with-action__action:hover:visited, .social-media-banner__link:hover:visited, .woocommerce .woocommerce-products-header a.button:hover:visited, .woocommerce .reservation-actions a:hover:visited, .woocommerce .reservation-actions button:hover:visited {
  color: #4e684a;
}
.booking-property-images__action {
  display: inline-block;
  text-align: center;
  padding: 12px 28px;
  border-radius: 30px;
  background-color: #FFF;
  border: 1px solid #FFF;
}
.booking-property-images__action, .booking-property-images__action:hover, .booking-property-images__action:link, .booking-property-images__action:active, .booking-property-images__action:visited {
  color: #4e684a;
}
.large.booking-property-images__action {
  font-size: 27px;
}
.booking-property-images__action:hover {
  transition: all 0.2s ease 0s;
  background-color: #C69696;
  border-color: #C69696;
}
.booking-property-images__action:hover, .booking-property-images__action:hover:link, .booking-property-images__action:hover:active, .booking-property-images__action:hover:visited {
  color: #FFFFFF;
}
button {
  border: 0;
}
/* Image height controls */
.section-overview__row > .section-overview__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1440px) and (max-width: 9999px) {
  .section-overview__row > .section-overview__img img {
    max-height: 600px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .section-overview__row > .section-overview__img img {
    max-height: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section-overview__row > .section-overview__img img {
    max-height: 375px;
  }
}
/* Core content styles */
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
p {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 18px;
  hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
}
p a {
  text-decoration: underline;
  color: #5B7358;
}
p a:hover {
  color: #111;
}
h1, h2, h3, h4 {
  margin: 0;
}
.hidden {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* text and button aligned and adjacent */
body .aligned-form {
  height: 42px;
}
body .aligned-form input, body .aligned-form button {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 12px;
  border: 0;
}
body .aligned-form input {
  border-radius: 5px 0 0 5px;
  padding: 0 10px;
}
body .aligned-form button {
  border-radius: 0 5px 5px 0;
  padding: 0 10px;
  min-width: inherit;
  background-color: #191B1E;
  text-transform: uppercase;
  margin-left: 2px;
}
/* used to hide menu text for social menus */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body .blocker {
  z-index: 3;
}
section.search .searchform button, .blog-post__tag:hover, .blog-post__sidebar .tag-cloud-link:hover, .sidebar-search__form__input, .sidebar-search__form__button .fa, .header-desktop .header-desktop__left img, .header-desktop .header-desktop__left img:hover, #menu-main-menu .menu-item a:hover, .images-with-links__overlay__inner:hover .images-with-links__action span, .food-menus__overlay__inner:hover .images-with-links__action span {
  -moz-transition: all 150ms ease-in;
  -webkit-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
/* Forms */
section.search .searchform input, .sidebar-search__form__input, .sidebar-search__form__button, .customer-form__form input:not([type="checkbox"]), .customer-form__form textarea, .customer-form__form select, .booking-search input, .booking-search select, .booking-login__form input:not([type="checkbox"]), .booking-login__form textarea, .booking-login__form select, .booking-property-availability__calendar input, .booking-property-availability__calendar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.customer-form__form .date-select, .customer-form__form .date-select2 {
  background-image: url("/wp-content/themes/somerleyton/library/images/icon-calendar.png");
  background-repeat: no-repeat;
  background-position: 97% center;
}
/* 404 */
body.error404 .page-intro {
  display: none;
}
main.error404 {
  /* background: #fff none repeat scroll 0 0; */
  max-width: 1300px;
  margin: auto;
  text-align: center;
}
main.error404 .error404__inner {
  padding: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  main.error404 p {
    margin-bottom: 0px;
  }
}
main.error404 h1 {
  margin-bottom: 30px;
  margin-top: 30px;
}
main.error404 .error404__action {
  margin-top: 25px;
}
/* RESDIARY */
#rd-widget-root .panel-body.booking-summary {
  text-align: right;
}
/* MEDIUM EDITOR OVERRIDE STYLES */
.medium-editor-element ul {
  list-style: disc;
  padding-left: 24px;
}
.two-column-text__action, .clubhouse-hours__action, .customer-form__text a.button, .customer-form__form-action, #_form_593_ ._submit, .customer-message__button, .footer-newsletter #_form_601_submit, .footer-newsletter-trigger, .book-now-menu .menu li a, .check-reservation-menu .menu a, .images-with-links__quicksearch, .images-with-links__action span, .food-menus__quicksearch, .food-menus__action span, .page-intro__action, .page-intro-map__map-action, .popup-content__link, .section-intro__link, a.section-overview__link, .special-offer-banner__offer__button, .single-offer__text h3 a, .single-offer__button, .terms-conditions__action, .title-strip__action, .thumbnail-links__action, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title a, .ReactModalPortal .react-modal button, body .spu-box .spu-content .button, .booking-error__action a, .booking-search__mobile-summary-action, .booking-search__mobile-open, .booking-search__form-submit, .booking-search-results__button, .booking-search-results-header__filters-row .close-button, .booking-login__continue-guest, .booking-login__button, .booking-property-header__bottom a.check-availability, .booking-sidebar__basket-button, .booking-guest-details__confrim-button, .booking-guest-details__discount button, main.error404 .error404__action, .contact-details__action, .content-panels.cabin-features .content-panels__action, .image-with-action__action, .social-media-banner__link, .woocommerce .woocommerce-products-header a.button, .woocommerce .reservation-actions a, .woocommerce .reservation-actions button, .booking-property-images__action {
  font-family: "mr-eaves-modern";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0.25px;
  text-transform: capitalize;
}
main.error404 p, .archive-blog-post__header p, .blog-post__text > p, .blog-post__text blockquote, .blog-post__text div, .blog-post__text ul li, .blog-post__sidebar__inner li a, .clubhouse-hours__text, .clubhouse-hours__table, .contact-details__text, .customer-form__text, .customer-form__form-agree, .footer-main a, .footer-main p, .footer-main li, .frequently-asked-questions__question-title, .frequently-asked-questions__answer, .special-offer-banner__offer__text, .special-offer-banner__offer__terms__title, .single-offer__text p, .single-offer__text li, .single-offer__terms, .terms-conditions__text, .terms-conditions__footer-text, .title-strip__text, .woocommerce-account .woocommerce-MyAccount-content p, .booking__text, .booking__message, .booking-content__content, .booking-search-results__description, .booking-search-results .no-matches__inner, .booking-login__text, .booking-property__description, .booking-property__features ul li, .booking-property__features ul.beds-list {
  font-size: 16px;
  font-family: urw-din, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  font-style: normal;
}
.customer-message__message, .page-intro__subtitle, .quote__source, .section-intro__text p, .section-intro__table td, .social-media-banner__text, .thumbnail-links__text {
  font-family: urw-din, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  font-style: normal;
}
/* headings & titles */
.archive-blog-post__header h1, .blog-post-overlay .blog-post__title, .contact-details__section-title, .image-with-action__second-title, .media-quotes__quote, .page-intro__title, .quote__quote {
  font-family: urw-din, serif;
  font-weight: 300;
  font-size: 42px;
  font-style: normal;
  line-height: 1.25em;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .archive-blog-post__header h1, .blog-post-overlay .blog-post__title, .contact-details__section-title, .image-with-action__second-title, .media-quotes__quote, .page-intro__title, .quote__quote {
    font-size: 36px;
  }
}
main.error404 h1, .two-column-text__title, .blog-post-tags .blog-name, .clubhouse-hours__title, .content-panels__title, .customer-form__title, .frequently-asked-questions__title, .images-with-links__title, .instagram__title, .food-menus__title, .property-list__title, .quote__quote, .section-intro__title, .section-overview__second-title, .special-offer-banner__offer__category, .special-offer-banner__offer__title, .single-offer__title, .tabular-data__title, .title-strip__title, .thumbnail-links__title, .woocommerce #customer_login > div h2, .woocommerce-products-header__title.page-title, .woocommerce div.product .product_title, .woocommerce-account .woocommerce-MyAccount-content .dashboard-greeting, .booking-content__title, .booking-search-results__banner, .booking-property-header__property-name {
  font-family: urw-din, serif;
  font-weight: 300;
  font-size: 36px;
  font-style: normal;
  line-height: 1.25em;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  main.error404 h1, .two-column-text__title, .blog-post-tags .blog-name, .clubhouse-hours__title, .content-panels__title, .customer-form__title, .frequently-asked-questions__title, .images-with-links__title, .instagram__title, .food-menus__title, .property-list__title, .quote__quote, .section-intro__title, .section-overview__second-title, .special-offer-banner__offer__category, .special-offer-banner__offer__title, .single-offer__title, .tabular-data__title, .title-strip__title, .thumbnail-links__title, .woocommerce #customer_login > div h2, .woocommerce-products-header__title.page-title, .woocommerce div.product .product_title, .woocommerce-account .woocommerce-MyAccount-content .dashboard-greeting, .booking-content__title, .booking-search-results__banner, .booking-property-header__property-name {
    font-size: 27px;
  }
}
.archive-blog-post__post__title, .two-column-text__text h3, .blog-post__text h3, .clubhouse-hours__row-mobile h3, .contact-details__second-title, .content-panels__section__title, .customer-message__title, .footer-newsletter__title, .media-quotes__source, .page-html .trust-index h3, .popup-content__text, .property-list__item h3, .special-offer-banner__offer__text h2, .special-offer-banner__offer__text h3, .single-offer__text h3, .terms-conditions__title, .terms-conditions__text h3, .woocommerce h2, .woocommerce h3, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce #order_review::before, .woocommerce-order .woocommerce-thankyou-order-received, .woocommerce-account .woocommerce-MyAccount-content #billing_email_field.validate-required::after, .ReactModalPortal .react-modal h3, .booking__title, .booking__message h3, .booking-error__title, .booking-search-results__banner, .booking-search-results__name, .booking-extras__name, .booking-extras__price .price, .booking-login__title, .booking-property-availability__calendar-control-row-title, #share-tools h5, .booking-sidebar__title, .booking-property-availability__calendar-title, .booking-guest-details__title {
  font-family: urw-din, serif;
  font-weight: 300;
  font-size: 25px;
  font-style: normal;
  line-height: 1.25em;
}
.footer-newsletter__subtitle, .book-now-menu__title, .check-reservation-menu__title, .food-menus__text, .terms-conditions__text h4, .booking-sidebar__basket-title, .booking-sidebar__basket-items.rates::before {
  font-family: urw-din, sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 1.25em;
}
.contact-details__title, .media-quotes__title, .section-overview__title, .special-offer-banner__title {
  text-transform: uppercase;
  font-family: urw-din, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #4A4A4A;
}
.booking__title, .booking-login__title, .booking-guest-details__title {
  color: #4e684a;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
.booking-progressbar__title, .booking-sidebar__basket-title, .booking-sidebar__basket-items.rates::before, .booking-resort-info__title, .booking-guest-details__form-group-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 15px;
  font-weight: 500;
}
body {
  font-family: urw-din, sans-serif;
  color: #4A4A4A;
  background-color: #f0f2ef;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 300;
}
.dropdown-holder .button, .dropdown-holder button {
  margin: 0;
}
.dropdown-holder {
  margin: 10px;
  position: relative;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 5px;
  z-index: 2;
  width: 100%;
}
.dropdown-content ul {
  margin-top: 0;
}
.dropdown-content a {
  display: block;
  padding: 5px 10px;
}
.dropdown-menu.menu-social-sharing .fa {
  min-width: 18px;
  text-align: center;
}
.dropdown-menu.menu-social-sharing a {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dropdown-menu.menu-social-sharing a:hover {
  color: #999;
}
.popup-holder {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  z-index: 100;
}
.close-popup {
  position: absolute;
  right: 0;
  top: 0;
}
.close-popup svg g {
  fill: #000;
}
.in-page-status {
  position: relative;
}
.in-page-status.success .success-holder, .in-page-status.wait .wait-holder, .in-page-status.error .error-holder {
  opacity: 1;
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);
}
.in-page-status.success.no-alpha .success-holder, .in-page-status.wait.no-alpha .wait-holder, .in-page-status.error.no-alpha .error-holder {
  background-color: white;
}
.in-page-status.error .error-holder {
  cursor: default;
  color: #a00000;
  font-weight: 400;
}
.in-page-status .nv-message {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  z-index: 1001;
  transition: all 0.5s ease-in-out;
  color: #000;
}
.in-page-status .nv-message div {
  margin: auto;
  text-align: center;
}
section.search {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: 40px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  section.search {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  section.search {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  section.search {
    padding-bottom: 40px;
  }
}
section.search .search__inner {
  max-width: 1300px;
  margin: auto;
}
section.search .searchform {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  section.search .searchform {
    max-width: 33%;
  }
}
section.search .searchform input {
  border: 1px solid #CCC;
  border-right: 0;
  outline: none;
  padding: 10px 15px;
  border-radius: 0;
  font-family: urw-din, sans-serif;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
section.search .searchform label {
  display: none;
}
section.search .searchform button {
  border: 0 none;
  color: #555;
  padding: 5px 10px;
  outline: none;
  border-color: #274823;
  background-color: #274823;
  color: #FFF;
}
section.search .searchform button img {
  max-width: 25px;
}
section.search h1.search__title {
  font-size: 30px;
  font-weight: 300;
  font-family: urw-din, serif;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 12px;
  color: #2d232e;
  margin-top: 20px;
}
section.search .search-title a {
  font-weight: normal;
  color: #4e684a;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
section.search .search-title a:hover {
  color: #111;
}
section.search .byline {
  display: none;
}
section.search .search__results__entry {
  margin-top: 12px;
}
section.search .search__results__title {
  font-size: 20px;
  font-weight: 400;
}
section.search .search__results__title > a {
  color: #4e684a;
}
section.search .search__results__title > a:hover {
  color: #111;
}
/* hide hero element */
body.search-results section.page-intro {
  display: none;
}
body .pagination {
  -webkit-flex-grow: 0;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-box-flex: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
body .pagination .page-numbers {
  display: block;
}
body .pagination li {
  display: inline;
}
body .pagination .page-numbers {
  display: inline-block;
  padding: 5px;
  color: #222;
}
body .pagination .page-numbers.current {
  color: #000;
}
/* Page content blocks - cleaned 2023 */
.archive-blog-post {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .archive-blog-post {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .archive-blog-post {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .archive-blog-post__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .archive-blog-post__row > * {
    padding: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .archive-blog-post__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .archive-blog-post__row > * {
    padding: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .archive-blog-post {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .archive-blog-post .widget_somerleyton_search_widget {
    margin-top: -30px;
  }
}
.archive-blog-post__header {
  flex-basis: 100%;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .archive-blog-post__header {
    margin-top: 30px;
  }
}
.archive-blog-post__header h1 {
  color: #4e684a;
  margin-bottom: 10px;
}
.archive-blog-post__post {
  padding: 15px 15px 40px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .archive-blog-post__post.hidden-xs {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .archive-blog-post__post.searchbox {
    flex-basis: 100%;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .archive-blog-post__post__thumb {
    max-height: 240px;
    overflow: hidden;
    display: block;
  }
}
.archive-blog-post__post__date, .blog-post__sidebar__title {
  font-family: urw-din, sans-serif;
  color: #4e684a;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding: 15px 0 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: none;
  /* Hide dates as may be mislaeding for offers etc */
}
.archive-blog-post__post__title {
  display: block;
  margin-top: 10px;
  color: #4e684a;
}
.archive-blog-post__post__title:hover {
  color: #4e684a;
}
.archive-blog-post__post a:hover img {
  opacity: 0.85;
  transition: 0.3s ease all;
}
.archive-blog-post__post .wp-post-image {
  object-fit: cover;
  width: 100%;
  height: 240px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .archive-blog-post__post .wp-post-image {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .post-type-archive-blog_post .two-column-text {
    margin-bottom: -40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .post-type-archive-blog_post .two-column-text {
    margin-bottom: -60px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    background-image: url("/wp-content/themes/somerleyton/library/images/icon-blog-leftstag.jpg");
    background-repeat: no-repeat;
    background-size: 260px auto;
    background-position: 3% bottom;
  }
  .post-type-archive-blog_post .two-column-text .two-column-text__inner {
    max-width: none;
    padding-top: 105px;
    background-image: url("/wp-content/themes/somerleyton/library/images/icon-blog-rightstag.jpg");
    background-repeat: no-repeat;
    background-size: 185px auto;
    background-position: 97% bottom;
  }
  .post-type-archive-blog_post .two-column-text__title, .post-type-archive-blog_post .blog-post-tags .blog-name, .blog-post-tags .post-type-archive-blog_post .blog-name {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .post-type-archive-blog_post .two-column-text {
    padding-bottom: 0;
  }
}
.tax-blog_post_tags .archive-blog-post {
  padding-top: 20px;
}
.pagination {
  text-align: center;
}
.two-column-text {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  padding: 80px 0;
  /* override */
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .two-column-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .two-column-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.two-column-text.subtle-background {
  background-color: #EAECE9;
}
.two-column-text__title, .blog-post-tags .blog-name {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.two-column-text__title:not(:empty)::after, .blog-post-tags .blog-name:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #C69696;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 40px;
}
.two-column-text__text {
  text-align: left;
  /*  margin-bottom: -20px; /* the first column will have 20px bottom margin */
  font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 27px;
  font-size: 16px;
  /* color: #979797; */
}
.two-column-text__text h3 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .two-column-text__text {
    columns: 2;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .two-column-text__text.single-col {
    columns: 1;
    column-gap: normal;
  }
}
.two-column-text__text a {
  text-decoration: underline;
  white-space: nowrap;
  font-weight: 400;
}
.two-column-text__text a:hover {
  color: #111;
}
.two-column-text__text p {
  display: block;
}
.two-column-text__text p:last-child {
  margin-bottom: 0;
}
.two-column-text__text ul {
  list-style-type: disc;
  padding-left: 24px;
  font-weight: 300;
  margin-top: 0;
}
.two-column-text__text ul ul {
  list-style-type: circle;
}
.two-column-text__action-wrapper {
  margin-top: 30px;
}
.two-column-text__action {
  min-width: 260px;
}
.two-column-text__action + .two-column-text__action {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .two-column-text__action + .two-column-text__action {
    margin-left: 12px;
  }
}
.blog_post-template-default {
  background: #FFF;
}
.single-blog_post.site-section-somerleyton main {
  background: transparent;
}
.single-blog_post .page-intro {
  display: none;
}
.blog-post-header {
  position: relative;
  max-height: 600px;
  overflow: hidden;
}
.blog-post-header img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-post-header {
    margin-top: -80px;
    max-height: none;
  }
}
.blog-post-overlay {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .blog-post-overlay {
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(45, 35, 45, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(45, 35, 45, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(45, 35, 45, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a63f5600", GradientType=0);
    /* IE6-9 */
  }
}
.blog-post-overlay .overlay-content {
  margin: auto auto 50px;
  width: 1340px;
  padding-left: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-post-overlay .overlay-content {
    margin: 0;
    padding: 20px;
  }
}
.blog-post-overlay .blog-post__title {
  margin-bottom: 5px;
  padding-right: 25%;
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-post-overlay .blog-post__title {
    color: #4A4A4A;
    padding-right: 0;
  }
}
.blog-post {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .blog-post {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .blog-post {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .blog-post__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .blog-post__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .blog-post__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .blog-post__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .blog-post__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .blog-post__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .blog-post__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .blog-post__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-post {
    padding-top: 0;
  }
}
.blog-post__content__inner {
  padding-right: 20px;
}
.blog-post__date {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.85;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-post__date {
    color: #4A4A4A;
  }
}
.blog-post__date .middot {
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-post__date .middot {
    display: none;
  }
}
.blog-post__date a {
  /* read more */
  color: #FFF;
  text-transform: none;
}
.blog-post__date a .fa {
  margin-left: 5px;
}
.blog-post__date a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-post__date a {
    color: #4e684a;
    display: block;
    margin-top: 10px;
  }
}
.blog-post__text > p:first-child {
  font-weight: 400;
  font-size: 133%;
  line-height: normal;
}
.blog-post__text strong, .blog-post__text b {
  font-weight: 500;
}
.blog-post__text > p, .blog-post__text blockquote, .blog-post__text div, .blog-post__text ul li {
  color: #333;
}
.blog-post__text p.has-black-color {
  color: #333 !important;
  /* meh.. address bug in Gutenberg where class can't be removed without breaking block */
}
.blog-post__text ul {
  list-style-type: disc;
  padding-left: 24px;
  font-weight: 300;
}
.blog-post__text blockquote {
  color: #4e684a;
  font-family: urw-din, serif;
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-right: 60px;
  margin-left: 60px;
}
.blog-post__text blockquote em {
  color: #4A4A4A;
  font-style: normal;
  font-size: 20px;
  margin-top: 10px;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-post__text blockquote {
    text-align: center;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px 0px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
.blog-post__text a {
  text-decoration: underline;
}
.blog-post__text a:hover {
  color: #111;
}
.blog-post__text img {
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-post__text img.alignleft {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
}
.blog-post__text h3 {
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 10px;
}
.blog-post__text h3:first-child {
  margin-top: inherit;
}
.blog-post__actions {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #DBDBDB;
}
.blog-post__tag, .blog-post__sidebar .tag-cloud-link {
  font-family: urw-din, sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 8px;
  margin-right: 6px;
  padding: 4px 12px;
  /* background-color: $subtle-background-color; */
  display: inline-block;
  position: relative;
  color: #666;
  border-radius: 30px;
  border: 1px solid #CCC;
}
.blog-post__tag:hover, .blog-post__sidebar .tag-cloud-link:hover {
  color: #4e684a;
  border-color: #4e684a;
}
.blog-post__tagsintro {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .blog-post__sidebar__inner {
    max-width: 370px;
    border: 1px solid #DBDBDB;
    padding: 30px;
  }
}
.blog-post__sidebar__inner ul {
  margin-top: 0;
}
.blog-post__sidebar__inner li a {
  display: block;
  padding: 6px 0;
  color: #4A4A4A;
}
.blog-post__sidebar__inner li a:hover {
  color: #4e684a;
  text-decoration: underline;
}
.blog-post__sidebar__title {
  /* @extend %h3; */
  padding-top: 0;
  text-align: center;
}
.blog-post__sidebar__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #C69696;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.blog-post__sidebar .widget:not(:last-child) {
  padding-bottom: 40px;
  /* border-bottom: 1px solid #B4B4B4;
    margin-bottom: 40px; */
}
/* Search bar - appears on blog archive / blog posts */
.sidebar-search__form {
  position: relative;
}
.sidebar-search__form__input {
  border: 1px solid #CCC;
  outline: none;
  padding: 10px 15px;
  border-radius: 30px;
  background: #f0f2ef;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.sidebar-search__form__input:focus {
  background-color: #FFF;
  border-color: #999;
}
.sidebar-search__form__button {
  background: transparent;
  border: 0;
  position: absolute;
  right: 8px;
  top: 10px;
}
.sidebar-search__form__button .fa {
  color: #666;
}
.sidebar-search__form__button .fa:hover {
  color: #4e684a;
}
.tax-blog_post_tags .page-intro {
  display: none;
}
.blog-post-tags {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-bottom: 0;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .blog-post-tags {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .blog-post-tags {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .blog-post-tags {
    padding-top: 40px;
  }
}
.blog-post-tags .tag-name {
  color: #4e684a;
  font-family: urw-din, serif;
  font-size: 30px;
  font-weight: normal;
  text-transform: capitalize;
  text-align: center;
}
.blog-post-tags .tag-name::before {
  content: "#";
  /*	display: block;
			color: #999;
			font-size: 16px;
			font-family: $default-font-family;
			font-weight: 500;
			margin-bottom: 5px;*/
}
.blog-home {
  max-width: 1300px;
  text-align: left;
  margin: auto;
}
.blog-home a .fa {
  margin-right: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-home {
    padding: 0 15px 40px;
  }
}
.clubhouse-hours {
  padding-top: 50px;
  padding-bottom: 50px;
  /* @include regular-columns((columns:2, size:sm,margin:20px)); */
  background: #FFF;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .clubhouse-hours {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .clubhouse-hours {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.clubhouse-hours__inner {
  /* @extend %medium-container-width; */
}
.clubhouse-hours__row {
  justify-content: center;
}
.clubhouse-hours__row-mobile {
  margin-bottom: 20px;
}
.clubhouse-hours__row-mobile h3 {
  margin-bottom: 10px;
  color: #4e684a;
  font-size: 16px;
  font-weight: 500;
}
.clubhouse-hours__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #C69696;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 40px;
}
.clubhouse-hours__text {
  margin-bottom: 35px;
}
.clubhouse-hours__item > * {
  /*display: flex;
				 justify-content:  end;*/
}
.clubhouse-hours__table {
  width: 75%;
  margin: auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .clubhouse-hours__table {
    display: none;
  }
}
.clubhouse-hours__table tr:nth-child(odd) {
  background: #F6F6F6;
}
.clubhouse-hours__table th {
  font-weight: 500;
  text-align: left;
  background: #EAF1EB;
  padding: 7px;
  border-radius: 0px;
  color: #4e684a;
}
.clubhouse-hours__table td {
  text-align: left;
  padding: 3px 7px;
  white-space: nowrap;
}
.clubhouse-hours__table td.label {
  font-weight: 500;
  padding-right: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .clubhouse-hours__table td.label {
    min-width: 85%;
  }
}
.clubhouse-hours__footer {
  margin: 30px 0px;
}
.clubhouse-hours__footer p {
  font-size: 90%;
  line-height: 180%;
}
.clubhouse-hours__downloads {
  padding-top: 30px;
  padding-bottom: 30px;
}
.clubhouse-hours__action {
  margin: 0 10px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .clubhouse-hours__action {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* CSS Document */
.contact-bar {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #4e684a;
  color: #FFF;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 85%;
  font-weight: 400;
  position: sticky;
  z-index: 100;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .contact-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .contact-bar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-bar a {
  color: #FFF;
  padding: 5px;
  margin-right: 20px;
  white-space: nowrap;
  line-height: 0;
  /*  &.zzz-book-now-trigger {
                @extend %fast-transition;
                margin-right: 0;
                background: #b78081;
                padding: 6px 12px;
                 @include respond-to('sm') {   
                    padding: 13px 20px;
            } 
                &:hover {
                     color: #FFF;
                     background-color: $button-background-hover;
                }
            } */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-bar a {
    margin-right: 10px;
  }
}
.contact-bar a:last-child {
  margin-right: 0;
}
.contact-bar a:hover {
  color: #daf7d5;
}
.contact-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-bar__inner > div {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .contact-bar__inner > div {
    flex-basis: 50%;
  }
}
.contact-bar__inner > div:last-child {
  justify-content: flex-end;
}
.contact-bar__contacts span {
  margin-left: 7px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-bar__contacts span {
    display: none;
  }
}
.contact-bar__actions {
  justify-content: flex-end;
  align-items: center;
  /*  @include respond-to('xs') {   
               margin-right: -20px;
        } */
}
.contact-bar .guest-myaccount, .contact-bar .woocommerce-cart, .contact-bar .woocommerce-cart-count {
  display: none;
}
body.logged-in .contact-bar .guest-login {
  display: none;
}
body.logged-in .contact-bar .guest-myaccount {
  display: inline-block;
}
/* Contact Bar: show Basket icon and hide pink BOOK Accommodation button on product screens */
body.woocommerce .contact-bar, body.woocommerce-account .contact-bar, body.woocommerce-cart .contact-bar, body.woocommerce-checkout:not(.woocommerce-order-pay) .contact-bar {
  /* Accommodation Checkout */
}
body.woocommerce .contact-bar .woocommerce-cart, body.woocommerce .contact-bar .woocommerce-cart-count, body.woocommerce-account .contact-bar .woocommerce-cart, body.woocommerce-account .contact-bar .woocommerce-cart-count, body.woocommerce-cart .contact-bar .woocommerce-cart, body.woocommerce-cart .contact-bar .woocommerce-cart-count, body.woocommerce-checkout:not(.woocommerce-order-pay) .contact-bar .woocommerce-cart, body.woocommerce-checkout:not(.woocommerce-order-pay) .contact-bar .woocommerce-cart-count {
  display: inline-block;
  margin-right: 0;
}
body.woocommerce .contact-bar .stay, body.woocommerce-account .contact-bar .stay, body.woocommerce-cart .contact-bar .stay, body.woocommerce-checkout:not(.woocommerce-order-pay) .contact-bar .stay {
  display: none;
}
.contact-details {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .contact-details {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .contact-details {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .contact-details__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .contact-details__row > * {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .contact-details__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .contact-details__row > * {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
.contact-details__row {
  flex-wrap: wrap;
}
.contact-details__content {
  margin-bottom: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-details__content {
    text-align: center;
    border-top: 1px solid #CCC;
    padding-top: 35px;
  }
  .contact-details__content:first-child {
    border-top: 0;
    padding-top: 15px;
  }
}
.contact-details__section-title {
  text-align: center;
  flex: 0 1 100%;
}
.contact-details__section-title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #C69696;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 40px;
}
.contact-details__title {
  margin-top: 25px;
  margin-bottom: 15px;
}
.contact-details__second-title {
  margin-bottom: 20px;
}
.contact-details__text {
  margin-bottom: 30px;
}
.contact-details__text a {
  font-weight: 400;
}
.contact-details__text p {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .contact-details__action {
    display: inline-flex;
  }
}
.content-panels {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #EAECE9;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .content-panels {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .content-panels {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .content-panels__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .content-panels__row > * {
    padding: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
.content-panels__title {
  text-align: center;
}
.content-panels__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #C69696;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 40px;
}
.content-panels__section__inner {
  box-shadow: 2px 2px 10px #DDD;
  height: 100%;
  padding: 25px;
  background: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .content-panels__section__inner {
    margin-bottom: 40px;
  }
}
.content-panels__section__title {
  color: #4e684a;
  text-align: center;
}
.content-panels__section__content {
  margin-top: 20px;
}
.content-panels__section__content > div {
  margin-bottom: 10px;
}
.content-panels__section__content ul {
  margin-top: 0;
  list-style: disc;
  padding-left: 20px;
}
.content-panels__section__content ul li {
  margin-bottom: 8px;
  font-weight: 400;
}
.content-panels.cabin-features .content-panels__section__content ul {
  list-style: none;
}
.content-panels.cabin-features .content-panels__section__content ul li {
  position: relative;
  padding-left: 24px;
}
.content-panels.cabin-features .content-panels__section__content ul li::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 8px;
  color: #C69696;
  position: absolute;
  left: 0;
  top: 2px;
}
.content-panels.cabin-features .content-panels__action {
  margin-top: 40px;
}
.customer-form {
  padding-top: 50px;
  padding-bottom: 50px;
  /*  background-color: $subtle-background-color; */
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .customer-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .customer-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.customer-form label {
  font-size: 14px;
  line-height: 200%;
  color: #4e684a;
  font-weight: 400;
}
.customer-form__title {
  text-align: center;
}
.customer-form__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #C69696;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 40px;
}
.customer-form__text {
  max-width: 760px;
  margin: auto;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .customer-form__text {
    margin-bottom: 40px;
  }
}
.customer-form__text a.button {
  text-decoration: none;
}
.customer-form__text p i {
  color: #4e684a;
  font-style: normal;
  background: #E9F2E8;
  padding: 8px 20px;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
}
.customer-form__text p + h3 {
  margin-top: 35px;
}
.customer-form__text blockquote {
  color: #4e684a;
  font-family: urw-din, serif;
  font-size: 21px;
  margin-left: 0;
  font-style: italic;
  line-height: 36px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .customer-form__text blockquote {
    text-align: center;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px 0px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
.customer-form__text ul {
  list-style: disc;
  margin-left: 20px;
}
.customer-form__text ul li {
  margin-bottom: 9px;
}
.customer-form__sidebar {
  flex: 0 1 33.33%;
}
.customer-form__form {
  max-width: 767px;
  margin: auto;
  margin-top: 30px;
}
.customer-form__form input:not([type="checkbox"]), .customer-form__form textarea, .customer-form__form select {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .customer-form__form input:not([type="checkbox"]), .customer-form__form textarea, .customer-form__form select {
    margin-bottom: 15px;
  }
}
.customer-form__form input:not([type="checkbox"]):focus, .customer-form__form textarea:focus, .customer-form__form select:focus {
  outline: none;
  border-color: #4e684a;
}
.customer-form__form input:not([type="checkbox"])::placeholder, .customer-form__form textarea::placeholder, .customer-form__form select::placeholder {
  /* color: transparent; */
  font-size: 14px;
}
.customer-form__form .select-wrapper {
  position: relative;
}
.customer-form__form .select-wrapper:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #999;
  top: 10px;
  right: 14px;
  position: absolute;
  pointer-events: none;
  font-size: 24px;
}
.customer-form__form-privacy {
  margin: 25px 0px;
  text-align: center;
}
.customer-form__form-gymdisclaimer {
  margin-bottom: 5px;
  margin-top: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .customer-form__form-gymdisclaimer {
    margin-left: 25%;
  }
}
.customer-form__form-checkbox {
  margin-right: 5px;
}
.customer-form__form-agree {
  cursor: pointer;
}
.customer-form__form-agree a {
  color: #888;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .customer-form__form .form-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: baseline;
  }
  .customer-form__form .form-fields > .field-container {
    flex-basis: 40%;
    flex-grow: 1;
  }
  .customer-form__form .form-fields > .field-container.full-width {
    flex-basis: 100%;
  }
}
.customer-form__form-action {
  margin: auto;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .customer-form__form-action {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .customer-form__form-action {
    min-width: 260px;
  }
}
.customer-form .privacy-footer {
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
  color: #888;
}
.customer-form .privacy-footer a {
  color: #888;
  text-decoration: underline;
}
#_form_593_ ._html-code a {
  color: #4A4A4A;
  text-decoration: underline;
  font-size: 90%;
}
.customer-message {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: 35px !important;
  padding-bottom: 30px !important;
  background: #4e684a;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .customer-message {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .customer-message {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.customer-message__inner {
  text-align: center;
  color: #FFF;
}
.customer-message__title {
  font-family: urw-din, sans-serif;
  margin-bottom: 15px;
  font-weight: 500;
}
.customer-message__title a[href^=tel] {
  color: #FFF;
  text-decoration: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .customer-message__title:not(:empty)::after {
    margin-top: 20px;
    margin-bottom: 20px;
    content: "";
    display: block;
    border-bottom: 2px solid #FFF;
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.customer-message__message p {
  line-height: normal;
}
.customer-message__message p a {
  color: #FFF;
}
.customer-message.invert-colours {
  background: #E3E8E1;
}
.customer-message.invert-colours p a {
  color: #5b7358;
}
.customer-message.invert-colours .customer-message__inner {
  color: inherit;
}
.customer-message.invert-colours .customer-message__title {
  color: #4e684a;
}
.customer-message.invert-colours .customer-message__title a[href^=tel] {
  color: #4e684a;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .customer-message.invert-colours .customer-message__title a[href^=tel]:not(:empty)::after {
    margin-top: 20px;
    margin-bottom: 20px;
    content: "";
    display: block;
    border-bottom: 2px solid #4e684a;
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.customer-message.invert-colours .customer-message__button {
  border: 0;
}
.customer-message__button {
  border: 1px solid rgba(255, 255, 255, 0.33);
}
.fixed-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .fixed-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .fixed-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer {
  position: relative;
  padding-top: 40px;
}
.footer-main {
  /* background-color: $footer-main; */
  background: linear-gradient(#274823, #33552E);
  color: rgba(255, 255, 255, 0.75);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .footer-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .footer-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .footer-main__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .footer-main__row > * {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-main__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -20px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-main__row > * {
    padding: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .footer-main__row > * {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-main__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-main__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-main__row > :nth-child(3) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-main__row > :nth-child(4) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-main__row > :nth-child(5) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .footer-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-main__row > * {
    /* border-right: 1px solid $footer-strong; */
  }
  .footer-main__row > *:nth-child(2) {
    padding-right: 0;
  }
  .footer-main__row > *:nth-child(4) {
    padding-left: 0;
  }
  .footer-main__row > *:nth-child(2), .footer-main__row > *:nth-child(3), .footer-main__row > *:last-child {
    border-right: none;
  }
  .footer-main__row > *:nth-child(4), .footer-main__row > *:nth-child(5) {
    text-align: right;
  }
  .footer-main__row > div:last-child p > a {
    /* contact details link */
    font-size: 90%;
    text-decoration: underline;
    opacity: 0.5;
  }
  .footer-main__row > div:last-child p > a:hover {
    opacity: 1;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-main .widget__inner {
    text-align: center;
    max-width: 80%;
    margin: auto;
  }
  .footer-main .widget_media_image {
    display: none;
  }
  .footer-main .newsletter-form .signup-inner {
    margin: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-main {
    padding-top: 20px;
    text-align: center;
  }
  .footer-main__row {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-main__row > * {
    /* border-bottom: 1px solid $footer-strong; */
  }
  .footer-main__row > *:nth-child(1) {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    border-bottom: 0;
  }
  .footer-main__row > *:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .footer-main__row > *:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .footer-main__row > *:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .footer-main__row > *:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .footer-main .newsletter-form {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .footer-main .widget_media_image {
    order: 6;
    border-bottom: 0;
  }
}
.footer-main h4.footer-site__title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
  font-family: "trajan-pro-3";
  text-transform: lowercase;
  letter-spacing: 0.75px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-main h4.footer-site__title {
    text-transform: uppercase;
    opacity: 0.6;
    font-size: 18px;
  }
}
.footer-main a, .footer-main p, .footer-main li {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5em;
  transition: 0.1s ease all;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-main a, .footer-main p, .footer-main li {
    line-height: 175%;
  }
}
.footer-main a:hover {
  color: #FFF;
  transition: 0;
}
.footer-main p a, .footer-main p a :hover {
  text-decoration: none;
}
.footer-main .widget_media_image {
  text-align: center;
  padding: 0;
}
.footer-main ul {
  margin: 0;
}
.footer-main #media_image-2 img.image {
  margin: auto;
  /* centralise logo */
  max-height: 210px;
  width: auto;
  opacity: 0.9;
  margin-top: -10px;
  padding: 0;
}
.footer-image-strip {
  padding: 80px 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-image-strip {
    padding: 0;
  }
}
.footer-image-strip img {
  width: 1440px;
  margin: 0px auto;
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .footer-image-strip img {
    /* margin-bottom: -19px;  */
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-image-strip img {
    margin: 0px;
    max-width: none !important;
    width: 200%;
  }
}
.footer-image-strip:after {
  content: "";
  /* @include respond-to('md') {
      padding-bottom: 20px;
    } */
  width: 100%;
  display: block;
  background-color: #274823;
}
.footer-image-strip .widget_media_image {
  overflow: hidden;
}
.footer-site-by {
  background-color: #274823;
  padding-top: 50px;
  padding-bottom: 50px;
  padding: 10px 0px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .footer-site-by {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .footer-site-by {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .footer-site-by__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 0 - null;
    margin-right: 0 - null;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .footer-site-by__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .footer-site-by__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .footer-site-by__row > :nth-child(3) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-site-by__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 0 - null;
    margin-right: 0 - null;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-site-by__row > * {
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-site-by .copyright {
    display: block;
  }
}
.footer-site-by a {
  color: #fff;
}
.footer-site-by .footer-logo-superwire {
  display: inline;
  margin-bottom: 4px;
  max-width: 60px;
  vertical-align: middle;
}
.footer-site-by__row {
  line-height: 30px;
  color: #FFF;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .footer-site-by__row > :nth-child(2) {
    text-align: center;
  }
  .footer-site-by__row > :last-child {
    text-align: right;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-site-by__row {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .footer-site-by__row > :nth-child(1) {
    order: 2;
  }
  .footer-site-by__row > :nth-child(2) {
    order: 1;
  }
  .footer-site-by__row > :nth-child(3) {
    order: 3;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 767px) {
  .footer-site-by__row > :nth-child(3) {
    padding-top: 20px;
  }
}
.footer-site-by__row p {
  margin-bottom: 0;
  font-size: 90%;
}
.footer-site-by__row p > * {
  opacity: 0.5;
}
.footer-site-by__row a {
  color: #FFF;
  margin-left: 5px;
}
.footer-site-by__row a:hover {
  opacity: 1;
  color: #FFF;
}
.footer-image__fritton {
  padding: 0 !important;
}
.footer-editlink {
  bottom: 63px;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  margin-left: -36px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer-editlink {
    display: none;
  }
}
.footer-editlink a {
  color: #FFF;
  font-weight: 400;
  font-size: 12px;
  background: #274823;
  padding: 2px 10px;
  border-radius: 15px;
  opacity: 0.7;
}
.footer-editlink a:hover {
  opacity: 1;
}
/*
 .newsletter-form {
	  @extend %display-flex;
	  &__input {
		@extend %webkit-appearance;  
		@extend %fast-transition;      
		border: 0;
		border-radius: 0;  
		border-radius: 2px;  
		outline: none;
		padding: 7px 24px 7px 12px; 
		font-size: 14px;  
		width: 100%;
		background: #FFF;  
		opacity: 0.6;
		  &:focus {
			  opacity: 1;
		  }  
		@include respond-to('xs') {
		  width: 100%;
		  min-width: 0;
		  @include flex(1, 1, auto);
		}
	  }
	  .signup-inner {
		  position: relative;
		  @include respond-to('xs') { 
			  min-width: 90%;
		  }
	  }
	  &__button {
		display: inline-block;
		height: 30px;
		text-align: center;  
		border: 0;
		border-radius: 0;  
		position: absolute;
		right: 4px;
        top:1px;
		background: transparent;
		@extend %fast-transition;    
			&:hover {
				color: #FFF;
				cursor:pointer;
				 &::before {
				  opacity: 1;
				  @extend %fast-transition;   
			  }
			}  
		  &::before {
			    color: $footer-strong;
			    font-family: "FontAwesome";
				content: "\f0e0";
				display: inline-block;
				opacity: 0.66;
		  }		  
	  }
	

	}	
*/
.menu-social-media-container .menu {
  margin: 0px;
}
.menu-social-media-container .menu .fa {
  font-family: "Font Awesome 6 Brands";
  font-weight: normal;
}
.menu-social-media-container span {
  display: none;
}
.menu-social-media-container li {
  display: inline;
}
.menu-social-media-container a {
  display: inline-block;
  opacity: 0.5;
  font-size: 20px;
  margin-left: 8px;
  margin-right: 8px;
}
.footer-image-strip__inner > div:first-child {
  background-image: url("/wp-content/themes/fritton2020/library/images/footer-strip.png");
  background-position: bottom;
  background-repeat: repeat-x;
}
/* Newsletter popup */
.footer-newsletter {
  border-radius: 5px;
  position: relative;
  background-color: #FFF;
  display: inline-block;
  /* button in footer */
}
.footer-newsletter__close {
  width: 28px;
  padding: 2px;
}
.footer-newsletter__close__wrapper {
  position: absolute;
  right: 10px;
  top: 10px;
}
.footer-newsletter__close__wrapper:hover {
  background: #FFF;
}
.footer-newsletter__title {
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #4e684a;
}
.footer-newsletter__subtitle {
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #4e684a;
}
.footer-newsletter__mask {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-newsletter__inner {
  padding: 30px;
  background: #f0f2ef;
  border-radius: 5px;
}
.footer-newsletter__fake {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .footer-newsletter__fake {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .footer-newsletter__fake {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .footer-newsletter {
    width: 640px;
  }
}
.footer-newsletter ._form-content {
  text-align: left;
}
.footer-newsletter ._form-label {
  font-weight: 400;
  margin-bottom: 9px;
  display: block;
  font-size: 90%;
}
.footer-newsletter #_form_601_submit {
  min-width: 200px;
  margin-top: 15px;
}
.footer-newsletter input:not([type="checkbox"]) {
  margin-bottom: 18px;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #AAA;
  border-radius: 0;
  appearance: none;
}
.footer-newsletter input[type="checkbox"] {
  margin-right: 6px;
}
.footer-newsletter-trigger {
  font-family: "mr-eaves-modern" !important;
  font-size: 18px !important;
  line-height: normal !important;
  background: #274823;
  text-transform: none;
}
.footer-newsletter-trigger:hover {
  border-bottom: 0 !important;
}
.footer-newsletter ._error-inner {
  color: #C00;
  margin-top: -15px;
  padding-bottom: 10px;
}
/* Cookie Consent Silk Tide */
body .cc_container {
  background: #DDD;
  font-family: "Whitney A", "Whitney B";
}
body .cc_container .cc_message {
  font-size: 17px;
  color: #555;
  margin-top: 12px;
}
body .cc_btn.cc_btn_accept_all {
  background: #8b5a6f;
  color: #FFF;
  font-weight: 600;
  max-width: none;
  font-size: 16px;
  border-radius: 0;
  padding: 13px 30px;
  white-space: nowrap;
  width: auto;
}
body .cc_btn.cc_btn_accept_all:hover {
  background-color: #403741;
  color: #FFF;
}
a#CybotCookiebotDialogBodyButtonAccept, a#CybotCookiebotDialogBodyLevelButtonAccept {
  background: #8b5a6f !important;
  border-color: #8b5a6f !important;
}
.tc-logo-container {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: -20px;
}
.tc-logo-container::before, .tc-logo-container::after {
  content: " ";
  background: #DDD;
  height: 1px;
  width: 100%;
}
.tc-logo-2022 {
  max-width: 140px;
  margin: auto;
  padding: 0 20px;
}
body.page-id-5767 {
  background: #FFF;
}
.frequently-asked-questions {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .frequently-asked-questions {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .frequently-asked-questions {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.frequently-asked-questions__title {
  color: #4e684a;
  margin-bottom: 30px;
  text-align: center;
}
.frequently-asked-questions__category {
  margin-bottom: 15px;
  position: relative;
}
.frequently-asked-questions__category > .frequently-asked-questions__question {
  display: none;
}
.frequently-asked-questions__category.is-open .frequently-asked-questions__category-title::after {
  /* content: "\f106"; */
  transform: rotate(180deg);
  transition: 0.2s ease all;
  top: 5px;
}
.frequently-asked-questions__category.is-open > .frequently-asked-questions__question {
  display: block;
}
.frequently-asked-questions__category.is-open > .frequently-asked-questions__question:last-child {
  margin-bottom: 30px;
}
.frequently-asked-questions__category-title {
  color: #4e684a;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  font-weight: 500;
  cursor: pointer;
}
.frequently-asked-questions__category-title span {
  color: #999;
  /* question count */
}
.frequently-asked-questions__category-title:hover {
  border-color: #999;
}
.frequently-asked-questions__category-title::after {
  cursor: pointer;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 300;
  color: #4e684a;
  right: 20px;
  top: 10px;
  font-size: 24px;
  transition: 0.2s ease all;
}
.frequently-asked-questions__question {
  background: #F9F9F9;
  padding: 12px 35px;
  margin-bottom: 10px;
  position: relative;
}
.frequently-asked-questions__question.is-open .frequently-asked-questions__answer {
  display: block;
}
.frequently-asked-questions__question.is-open .frequently-asked-questions__question-title::before {
  content: "";
}
.frequently-asked-questions__question-title {
  cursor: pointer;
  font-weight: 500;
}
.frequently-asked-questions__question-title:hover {
  color: #4e684a;
}
.frequently-asked-questions__question-title::before {
  cursor: pointer;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 300;
  color: #4e684a;
  left: 10px;
  font-size: 18px;
  opacity: 1;
  transition: 0.2s ease;
  top: 13px;
}
.frequently-asked-questions__answer {
  display: none;
  padding-top: 7px;
}
.frequently-asked-questions__answer a {
  color: #4e684a;
}
.header-desktop__wrapper {
  transition: top 0.2s ease-in-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-desktop__wrapper {
    /*margin-left: 50%;*/
  }
}
.header-desktop__wrapper.scrolling-down {
  /* border-bottom: 1px solid #DDD; */
}
.header-desktop__wrapper.is-scrolled .header-desktop {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}
/* Supress header bar on FL homepage */
.home .header-desktop {
  background: transparent;
  transition: 0.33s ease;
  /* invert nav bar colours */
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .home .header-desktop {
    position: absolute;
    background-image: linear-gradient(rgba(19, 19, 19, 0.42), rgba(255, 0, 0, 0));
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home .header-desktop .header-desktop__left .logo-container.frittonlake {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .home .header-desktop__wrapper.sticky.is-scrolled .header-desktop {
    background: #FFF;
    transition: 0.33s ease;
    /* border-bottom: 1px solid #EEE; */
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home .header-desktop__wrapper.sticky.is-scrolled .header-desktop {
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .home .header-desktop__wrapper:not(.is-scrolled) .header-desktop .header-desktop__left .logo-container.frittonlake, .home .header-desktop__wrapper:not(.is-scrolled) .header-desktop .header-desktop__left #menu-main-menu .menu-item a, .home .header-desktop__wrapper:not(.is-scrolled) .header-desktop .header-desktop__left #menu-main-menu .menu-item a:hover {
    color: #FFF;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .home .page-intro__slider-images {
    height: 100vh;
    /* meh -quick fix the contact bar shoving the slider down beneath the viewport */
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .home .page-intro.image-slider {
    height: 100vh;
  }
  .home .page-intro.image-slider .page-intro__overlay {
    height: 100vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .home .page-intro .slick-initialized .slick-slide {
    height: 100vh;
  }
}
.header-desktop {
  background-color: #FFFFFF;
  height: 66px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  /* Burger area - visible XS only */
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .header-desktop li.pipe-after {
    margin-right: 20px;
  }
  .header-desktop li.pipe-after::after {
    border-right: 1px solid #CCCCCC;
    content: "";
    position: absolute;
    right: -25px;
    display: block;
    top: 0;
    height: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .header-desktop {
    height: 70px;
  }
}
.header-desktop__inner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.header-desktop .header-desktop__left {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  align-items: baseline;
  /* FRITTON LAKE */
}
.header-desktop .header-desktop__left .logo-container.frittonlake {
  flex-basis: 27%;
  display: flex;
  align-items: center;
  /*  font-family: "mr-eaves-modern"; */
  font-family: "trajan-pro-3";
  font-size: 21px;
  letter-spacing: 2px;
  color: #4e684a;
  white-space: nowrap;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-desktop .header-desktop__left .logo-container.frittonlake {
    font-size: 21px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-desktop .header-desktop__left .logo-container.frittonlake {
    font-size: 21px;
  }
}
.header-desktop .header-desktop__left .logo-container.frittonlake .site-logo {
  display: none;
  max-height: 20px;
}
.header-desktop .header-desktop__left .menu-main-menu-container {
  /* flex-basis: 70%; */
  flex-grow: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-desktop .header-desktop__left .menu-main-menu-container {
    /*   flex-basis: 75%; */
  }
}
.header-desktop .header-desktop__left img:hover {
  opacity: 0.8;
}
.header-desktop .header-desktop__left img.logo-frittonarms:hover {
  opacity: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header-desktop .header-desktop__left img {
    display: none;
  }
}
.header-desktop .header-desktop__right {
  height: 100%;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .header-desktop .header-desktop__right {
    display: none;
  }
}
.header-desktop .header-desktop__right a.mobile-menu-trigger {
  border-radius: 100%;
  padding: 15px 12px;
  background-color: rgba(255, 255, 255, 0.8);
}
.header-desktop .header-desktop__right .mobile-menu-trigger__opened.fa.fa-cancel {
  display: none;
}
.header-desktop .header-desktop__right .mobile-menu-trigger:hover .icon-bar {
  background-color: #4e684a;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  #menu-main-menu {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  #menu-main-menu {
    height: 100%;
    /* Submenu */
    /* Trigger */
  }
  #menu-main-menu > li.menu-item {
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -webkit-box-flex: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    text-align: center;
    height: 100%;
    position: relative;
    white-space: nowrap;
  }
  #menu-main-menu > li.menu-item a {
    padding: 10px 0px;
  }
  #menu-main-menu .menu-item a {
    display: flex;
    height: 100%;
    font-family: urw-din, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
  }
  #menu-main-menu .menu-item a, #menu-main-menu .menu-item a:hover, #menu-main-menu .menu-item a:link, #menu-main-menu .menu-item a:active, #menu-main-menu .menu-item a:visited {
    color: #4e684a;
  }
  #menu-main-menu .menu-item a:hover {
    color: #222;
  }
  #menu-main-menu ul.sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    margin-left: -20px;
    left: 0;
    background-color: #4e684a;
    border-radius: 3px;
    padding: 10px 0px;
  }
  #menu-main-menu ul.sub-menu > li {
    padding: 0px 20px;
    text-align: left;
    white-space: nowrap;
  }
  #menu-main-menu ul.sub-menu > li a {
    color: #FFF !important;
    padding: 8px 0px;
  }
  #menu-main-menu ul.sub-menu > li a:hover {
    color: #daf7d5 !important;
  }
  #menu-main-menu ul.sub-menu > li a:first-child {
    padding-left: 0;
  }
  #menu-main-menu li:hover > ul {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) and (min-width: 768px) and (max-width: 1199px) {
  #menu-main-menu .menu-item a {
    font-size: 14px;
  }
}
html.mobile-menu-shown, .mobile-menu-shown body {
  overflow: hidden;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home .mobile-menu + * {
    margin-top: -70px;
  }
}
.mobile-menu-shown .header-desktop {
  border-color: #FFF;
}
.mobile-menu-shown .mobile-menu {
  opacity: 1;
}
/* Burger icon */
.icon-bar {
  background-color: #222;
  display: block;
  height: 1px;
  margin-bottom: 7px;
  position: relative;
  transition: all 150ms ease-in-out 0s;
  width: 25px;
}
.icon-bar:nth-child(3) {
  margin-bottom: 0;
}
.mobile-menu-shown .icon-bar {
  width: 30px;
}
.mobile-menu-shown .icon-bar:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}
.mobile-menu-shown .icon-bar:nth-of-type(2) {
  background-color: transparent;
}
.mobile-menu-shown .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}
.mobile-menu__top-strip .icon-bar {
  background: #222 none repeat scroll 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .mobile-menu-shown .mobile-menu__top-strip .icon-bar {
    padding-right: 10px;
    background: #FFF none repeat scroll 0 0;
  }
  .mobile-menu-shown .mobile-menu__top-strip .icon-bar:nth-of-type(2) {
    background-color: transparent;
  }
}
.mobile-menu__top-strip .mobile-menu-trigger {
  display: block;
  margin-right: -10px;
  margin-top: -1px;
  padding: 10px;
}
/* Mobile Menu */
.mobile-menu {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  overflow-y: auto;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #4e684a;
  z-index: 1000;
  /* this occurs AFTER the animation, and sorts out the scroll weirdness */
}
.mobile-menu.menu-hidden {
  opacity: 0;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .mobile-menu .menu-mobile-menu-container {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .mobile-menu .menu-mobile-menu-container {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu .menu-mobile-menu-container {
    overflow-x: hidden;
  }
}
.mobile-menu .widget {
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .mobile-menu .widget {
    margin-top: 66px;
  }
}
.mobile-menu .menu-mobile-menu-container, .mobile-menu .menu {
  overflow: visible;
}
.mobile-menu .menu-mobile-menu-container, .mobile-menu .menu, .mobile-menu .widget {
  height: 100%;
}
.mobile-menu .menu-item {
  padding: 0 20px;
}
.mobile-menu .menu-mobile-menu-container a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu .menu-mobile-menu-container a, .mobile-menu .menu-mobile-menu-container a:hover, .mobile-menu .menu-mobile-menu-container a:link, .mobile-menu .menu-mobile-menu-container a:active, .mobile-menu .menu-mobile-menu-container a:visited {
  color: #FFF;
  font-family: urw-din, sans-serif;
  font-size: 17px;
  padding: 12px 0;
}
.mobile-menu .menu-mobile-menu-container li:last-child a {
  border-bottom: none;
}
.mobile-menu .mobile-title {
  background-color: #54153A;
}
.mobile-menu .mobile-title a {
  border-bottom: none;
}
.mobile-menu .mobile-title a::after {
  float: right;
  content: "";
  font-size: 22px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
.mobile-menu .mobile-back {
  background-color: #CCC;
}
.mobile-menu .mobile-back a {
  border-bottom: none;
}
.mobile-menu .mobile-back a, .mobile-menu .mobile-back a:hover, .mobile-menu .mobile-back a:link, .mobile-menu .mobile-back a:active, .mobile-menu .mobile-back a:visited {
  color: #4e684a;
}
.mobile-menu .mobile-back a::after {
  float: right;
  content: "";
  font-size: 22px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
.mobile-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  transition: left 0.2s ease-in-out;
  background-color: #4e684a;
  width: 100%;
  height: 0;
  z-index: 100;
  overflow: hidden;
  padding-bottom: 100%;
}
.mobile-menu .menu-mobile-menu-container {
  position: relative;
}
.mobile-menu .menu-mobile-menu-container.mobile-slid .mobile-open .sub-menu {
  left: 0;
  height: auto;
}
.mobile-menu .menu-mobile-menu-container.mobile-slid.mobile-opened .mobile-open .sub-menu {
  position: static;
}
.mobile-menu .menu-mobile-menu-container.mobile-slid.mobile-opened #menu-mobile-menu > li > a {
  display: none;
}
.mobile-menu ul {
  margin: 0;
}
.mobile-menu .menu-item-has-children > a::after {
  float: right;
  content: "";
  font-size: 22px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
.mobile-menu .sub-menu .subitem a::before {
  content: "";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  margin-right: 6px;
  color: #AAA;
  font-size: 14px;
  line-height: normal;
}
.mobile-menu__top-strip {
  width: 100%;
  height: 66px;
  z-index: 100;
  padding: 0 20px;
  /* search field */
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .mobile-menu__top-strip {
    position: fixed;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu__top-strip {
    padding: 0 15px;
  }
}
.mobile-menu__top-strip__inner {
  height: 100%;
  background-image: url("/wp-content/themes/fritton2020/library/images/fritton_lake_logo_white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 33%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu__top-strip__inner {
    background-size: 42%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .mobile-menu__top-strip__inner {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .mobile-menu__top-strip__inner {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-flex-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .mobile-menu__top-strip__inner > :first-child {
    display: none;
  }
}
.mobile-menu__top-strip__input {
  background: url("/wp-content/themes/fritton2020/library/images/icon-search-white.png") no-repeat left;
  background-color: transparent;
  background-size: 40px;
  color: #FFF;
  border: 0;
  opacity: 0.6;
  transition: 0.4s ease all;
  cursor: pointer;
  outline: none;
  font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  width: 130px;
  transition: width 0.2s ease-in-out;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-left: -10px;
}
.mobile-menu__top-strip__input::placeholder {
  color: #666;
  opacity: 0;
  font-size: 18px;
}
.mobile-menu__top-strip__input:focus {
  opacity: 1;
  transition: 0.4s ease all;
  cursor: inherit;
  background-image: none;
  width: 100%;
  background-color: #FFF;
  color: #666;
  border-radius: 30px;
}
.mobile-menu__top-strip__input:focus::placeholder {
  opacity: 1;
}
.mobile-menu__top-strip__form {
  width: 100%;
}
.mobile-menu__top-strip__right a, .mobile-menu__top-strip__right a:hover, .mobile-menu__top-strip__right a:link, .mobile-menu__top-strip__right a:active, .mobile-menu__top-strip__right a:visited {
  color: #FFFFFF;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .mobile-menu__top-strip__right {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 10px;
  }
}
/* Contact Bar 2 x Popup Menus */
.book-now-menu {
  border-radius: 5px;
  position: relative;
  background-color: #FFF;
  display: inline-block;
  text-align: left;
}
.book-now-menu__mask {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  text-align: right;
}
.book-now-menu__inner {
  padding: 20px 24px;
}
.book-now-menu__fake {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 1001;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .book-now-menu__fake {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .book-now-menu__fake {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .book-now-menu {
    max-width: 600px;
  }
}
.book-now-menu__close {
  width: 22px;
}
.book-now-menu__close__wrapper {
  position: absolute;
  right: -12px;
  top: -12px;
  background: #FFF;
  border-radius: 100%;
  padding: 5px;
  border: 1px solid #EEE;
}
.book-now-menu__close__wrapper:hover {
  background: #EEE;
}
.book-now-menu__title {
  margin-top: 5px;
}
.book-now-menu ul {
  margin-bottom: 0;
}
.book-now-menu ul li {
  margin-bottom: 10px;
}
.book-now-menu .menu li a {
  width: 100%;
}
.book-now-menu .menu li a:hover {
  background: #346a2c;
  opacity: 1;
}
.book-now-menu .menu li a .fa {
  margin-right: 6px;
  margin-left: -6px;
}
.book-now-menu .menu li a::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-right: 7px;
}
.book-now-menu .menu li.clubhouse a::before {
  content: "";
}
.book-now-menu .menu li.cabins a::before {
  content: "";
}
.book-now-menu .menu li.cottages a::before {
  content: "";
}
.check-reservation-menu {
  border-radius: 5px;
  position: relative;
  background-color: #FFF;
  display: inline-block;
  text-align: left;
}
.check-reservation-menu__mask {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  text-align: right;
}
.check-reservation-menu__inner {
  padding: 20px 24px;
}
.check-reservation-menu__fake {
  position: fixed;
  top: 40px;
  left: 0;
  left: -104px;
  width: 100%;
  z-index: 1001;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .check-reservation-menu__fake {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .check-reservation-menu__fake {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .check-reservation-menu {
    max-width: 600px;
  }
}
.check-reservation-menu__close {
  width: 22px;
}
.check-reservation-menu__close__wrapper {
  position: absolute;
  right: -12px;
  top: -12px;
  background: #FFF;
  border-radius: 100%;
  padding: 5px;
  border: 1px solid #EEE;
}
.check-reservation-menu__close__wrapper:hover {
  background: #EEE;
}
.check-reservation-menu__title {
  margin-top: 5px;
}
.check-reservation-menu ul {
  margin-bottom: 0;
}
.check-reservation-menu ul li {
  margin-bottom: 10px;
}
.check-reservation-menu .menu a {
  width: 100%;
}
.check-reservation-menu .menu a:hover {
  background: #346a2c;
  opacity: 1;
}
.check-reservation-menu .menu a .fa {
  margin-right: 6px;
  margin-left: -6px;
  font-size: 90%;
  font-weight: 300;
}
/* Bespoke rules for mobile elements */
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}
.search_icon {
  max-width: 37px;
  opacity: 0.9;
}
.image {
  padding-top: 50px;
  padding-bottom: 50px;
  padding: 0px !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .image {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .image {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.image.page-width {
  padding-bottom: 40px;
  padding-top: 40px;
}
.image .image__inner {
  max-width: 1300px;
}
.image .image__inner img {
  width: 100%;
}
.image .image__inner.show-entire img {
  width: auto;
  margin: auto;
}
.image .image__inner.full-width {
  max-width: none;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .image .image__inner.full-width {
    /*margin-left: -20px;
		margin-right: -20px; */
  }
}
.image .image__inner.full-width:not(.show-entire) img {
  object-fit: cover;
  object-position: center;
  max-height: 600px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image .image__inner.full-width:not(.show-entire) img {
    min-height: 400px;
    max-width: none !important;
    width: auto;
  }
}
.section-intro + .image {
  margin-top: -30px;
}
.image-with-action {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
  padding: 0 !important;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 50vh;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .image-with-action {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .image-with-action {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-with-action {
    height: 40vh;
    max-width: none !important;
    width: auto;
  }
}
.image-with-action__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.image-with-action__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.image-with-action__overlay.dimmed {
  background-color: rgba(49, 49, 49, 0.5);
}
.image-with-action__overlay__inner {
  margin: auto;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-with-action__overlay__inner {
    padding: 0px 20px;
    width: 100%;
  }
}
.image-with-action__title {
  font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.image-with-action__second-title {
  margin: auto;
  margin-top: 15px;
  margin-bottom: 50px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .image-with-action__second-title {
    max-width: 80%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .image-with-action__second-title {
    line-height: normal;
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.image-with-action__action {
  min-width: 260px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid #CCCCCC;
}
.image-with-action__action, .image-with-action__action:hover, .image-with-action__action:link, .image-with-action__action:active, .image-with-action__action:visited {
  color: #FFFFFF;
}
.image-with-action__action:hover {
  background-color: #4e684a;
  border-color: #4e684a;
  opacity: 1;
}
.image-with-action__action:hover, .image-with-action__action:hover:hover, .image-with-action__action:hover:link, .image-with-action__action:hover:active, .image-with-action__action:hover:visited {
  color: #FFFFFF;
}
/*.invert-colours {
  .image-with-action__title, .image-with-action__second-title {
    color: $brand-color;
  }
  .image-with-action__action {
    background-color: $button-background;
    border: 0;
  }

}*/
.image-with-action + .image-with-action, .image + .image-with-action {
  margin-top: 80px;
}
.images-two {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .images-two {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .images-two {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .images-two__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .images-two__row > * {
    padding: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .images-two {
    padding: 0 !important;
  }
}
.images-two img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .images-two img {
    object-fit: cover;
    max-height: 400px;
    object-position: unset;
    margin-bottom: 30px;
  }
}
.images-two .image__caption {
  margin-top: 6px;
  font-size: 90%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .images-two .image__caption {
    margin-top: -20px;
  }
}
.images-two__inner.full-width {
  max-width: none;
  overflow: hidden;
}
.images-with-links {
  background: #EAF1EB;
  padding: 60px 20px;
  /* @include regular-columns((columns:1,margin:15px,wrap:wrap,size:xs));  */
}
.images-with-links__quicksearch {
  width: 100%;
  margin-bottom: 15px;
  font-family: urw-din, serif;
  font-size: 24px;
}
.images-with-links__quicksearch .fa {
  font-size: 80%;
  margin-right: 5px;
  opacity: 0.8;
}
.images-with-links__inner {
  max-width: 1300px;
  margin: auto;
}
.images-with-links__row.image-row {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .images-with-links__row.image-row {
    padding-top: 50%;
  }
}
.images-with-links .imageset {
  display: grid;
  /* grid-template-columns: 50% 50%;*/
  /*		grid-template-rows: 20% 20% 20% 20% 20%;*/
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .images-with-links .imageset {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .images-with-links .imageset {
    grid-template-rows: 2fr 1fr 2fr;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .images-with-links .imageset {
    height: auto !important;
    grid-row-gap: 20px;
  }
}
.images-with-links__link:first-child {
  grid-column: 1;
  grid-row: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .images-with-links__link:first-child {
    grid-row-start: 1;
    grid-row-end: 1;
  }
}
.images-with-links__link:nth-child(2) {
  grid-column: 1;
  grid-row: 2 / span 2;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .images-with-links__link:nth-child(2) {
    grid-row-start: 2;
    grid-row-end: 2;
  }
}
.images-with-links__link:nth-child(3) {
  grid-column: 2;
  grid-row: 1 / span 2;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .images-with-links__link:nth-child(3) {
    grid-column: 1;
    grid-row-start: 3;
    grid-row-end: 3;
  }
}
.images-with-links__link:last-child {
  grid-column: 2;
  grid-row: 3;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .images-with-links__link:last-child {
    grid-column: 1;
    grid-row-start: 4;
    grid-row-end: 4;
  }
}
.images-with-links__image {
  width: 100%;
  display: none;
}
.images-with-links__title {
  text-align: center;
  margin-bottom: 30px;
  color: #4e684a;
  flex: 0 1 100%;
}
.images-with-links__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #4e684a;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 40px;
}
.images-with-links__text {
  flex: 0 1 100%;
  text-align: center;
  font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
}
.images-with-links__overlay__inner {
  position: relative;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .images-with-links__overlay__inner {
    min-height: 200px;
  }
}
.images-with-links__overlay__inner:hover .images-with-links__action span {
  opacity: 1;
}
.images-with-links__action {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  background-blend-mode: multiply;
  background-color: rgba(64, 64, 64, 0.33);
  transition: background-color 0.2s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
.images-with-links__action span {
  opacity: 0.9;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .images-with-links__action {
    font-size: 32px;
    padding: 20px;
  }
}
.images-with-links__action:hover {
  background-color: rgba(64, 64, 64, 0);
  transition: background-color 0.2s ease-in-out 0s;
}
.images-with-links__action:hover span {
  opacity: 1;
}
.images-with-links a.images-with-links__action {
  color: #fff;
}
.images-with-links__table {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .images-with-links__table {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .images-with-links__table {
    flex-direction: column;
  }
}
.images-with-links__table__column {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .images-with-links__table__column {
    flex: 1 1 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .images-with-links__table__column:first-child {
    margin-right: 5px;
  }
  .images-with-links__table__column:first-child > :first-child {
    flex: 1 1 40%;
    margin-bottom: 5px;
  }
  .images-with-links__table__column:first-child > :last-child {
    flex: 1 1 60%;
    margin-top: 5px;
  }
  .images-with-links__table__column:last-child {
    margin-left: 5px;
  }
  .images-with-links__table__column:last-child > :first-child {
    flex: 1 1 60%;
    margin-bottom: 5px;
  }
  .images-with-links__table__column:last-child > :last-child {
    flex: 1 1 40%;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .images-with-links__table__column > * {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.instagram {
  background-color: #f0f2ef;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  /* adjust Plugin feed styles */
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .instagram {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .instagram {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .instagram__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .instagram__row > * {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .instagram__row > * {
    /*@if small-margin == 0px {*/
    /*} @else {
          padding: $small-margin;
        }*/
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .instagram {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .instagram #sb_instagram {
    height: auto !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .instagram__inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.instagram__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #C69696;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 40px;
}
.instagram__subtitle {
  font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 27px;
  font-size: 18px;
  text-align: center;
  margin: auto auto 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .instagram__block {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .instagram__block {
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.instagram__block__inner {
  background-size: cover;
  background-position: center;
  min-height: 360px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .instagram__block__inner {
    min-height: 0;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 25px;
  }
}
.instagram__social {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .instagram__social {
    margin-bottom: 70px;
    margin-top: 40px;
  }
}
.instagram__social .instagram__social__line__content {
  background-color: #f0f2ef;
  display: inline-block;
  padding: 0 10px;
  z-index: 2;
}
.instagram__social a {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #4e684a;
}
.instagram__social a .fa.fa-instagram {
  padding-right: 8px;
  font-size: 20px;
}
.instagram__social .instagram__social__line {
  border-bottom: 1px solid #DDD;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .main .instagram:last-child {
    padding-bottom: 0;
  }
}
/* Smash balloon plugin */
.sb_instagram_header {
  display: none;
}
#sb_instagram .sbi_photo img {
  border-radius: 5px;
}
.food-menus {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  background: #EAECE9;
  padding: 60px 20px;
  /* @include regular-columns((columns:1,margin:15px,wrap:wrap,size:xs));  */
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .food-menus {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .food-menus {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.food-menus__quicksearch {
  width: 100%;
  margin-bottom: 15px;
  font-family: urw-din, serif;
  font-size: 24px;
}
.food-menus__quicksearch .fa {
  font-size: 80%;
  margin-right: 5px;
  opacity: 0.8;
}
.food-menus__inner {
  max-width: 1300px;
  margin: auto;
}
.food-menus__row.image-row {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .food-menus__row.image-row {
    padding-top: 20%;
    margin-bottom: 50px;
  }
}
.food-menus .imageset {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .food-menus .imageset {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* grid-template-rows: 2fr 1fr 2fr; */
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .food-menus .imageset {
    grid-row-gap: 20px;
  }
}
.food-menus__link:first-child {
  grid-column: 1;
  grid-row: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .food-menus__link:first-child {
    grid-row-start: 1;
    grid-row-end: 1;
  }
}
.food-menus__link:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .food-menus__link:nth-child(2) {
    grid-column: 1;
    grid-row-start: 2;
    grid-row-end: 2;
  }
}
.food-menus__link:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .food-menus__link:nth-child(3) {
    grid-column: 1;
    grid-row-start: 3;
    grid-row-end: 3;
  }
}
.food-menus__image {
  width: 100%;
  display: none;
}
.food-menus__title {
  margin-bottom: 30px;
}
.food-menus__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #C69696;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 40px;
}
.food-menus__text {
  text-align: center;
  line-height: 1.33em;
  margin-top: 25px;
  padding: 0px 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .food-menus__text {
    display: none;
  }
}
.food-menus__overlay__inner {
  position: relative;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .food-menus__overlay__inner {
    min-height: 200px;
  }
}
.food-menus__overlay__inner:hover .images-with-links__action span {
  opacity: 1;
}
.food-menus__action {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  background-blend-mode: multiply;
  background-color: rgba(64, 64, 64, 0.33);
  transition: background-color 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
.food-menus__action span {
  font-family: urw-din, serif;
  font-size: 20px;
  opacity: 0.9;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .food-menus__action {
    font-size: 32px;
    padding: 20px;
  }
}
.food-menus__action:hover {
  background-color: rgba(64, 64, 64, 0);
  transition: background-color 0.3s ease-in-out 0s;
}
.food-menus a.images-with-links__action {
  color: #fff;
}
.media-quotes {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #FFF;
  /* border-bottom: 1px solid $border-color; */
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .media-quotes {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .media-quotes {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.media-quotes__title {
  margin-bottom: 30px;
  color: #33552e;
}
.media-quotes__quote:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #CCC;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .media-quotes__quote {
    font-size: 24px;
  }
}
.media-quotes__source {
  font-size: 20px;
}
.media-quotes__logo-group {
  margin-top: 50px;
  flex-wrap: wrap;
  display: none;
}
.media-quotes__logo {
  max-height: 90px;
  padding: 20px;
  margin: auto;
}
.media-quotes .slick-prev::before, .media-quotes .slick-next::before {
  color: #4e684a;
  display: none;
}
.page-html .trust-index {
  background-color: #eaece9;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-html .trust-index h3 {
  color: #4e684a;
  text-align: center;
  margin-bottom: 30px;
}
.page-html .trust-index__inner {
  max-width: 1380px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.page-html .ti-widget.ti-trip .ti-widget-container .ti-name {
  font-weight: 500;
}
.page-intro {
  position: relative;
  height: 60vh;
  min-height: 400px;
}
.page-intro__image {
  width: 100%;
  object-fit: cover;
  height: 60vh;
  min-height: 400px;
}
.page-intro__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 63, 59, 0.25);
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-intro__overlay {
    padding: 0px 30px;
  }
}
.page-intro__overlay.none {
  display: none;
}
.page-intro__title {
  font-size: 54px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #FFFFFF;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.page-intro__title.show-separator:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #FFF;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 40px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .page-intro__title {
    font-size: 42px;
    line-height: 42px;
  }
}
.page-intro__subtitle {
  font-size: 120%;
  padding: 0px 5%;
  margin-top: 10px;
}
.page-intro__action {
  min-width: 260px;
  margin-top: 25px;
}
/* Slick Slider */
.page-intro__slider-images {
  width: 100%;
  max-width: 100%;
}
.page-intro__slider-images img {
  max-width: initial;
  display: block;
  height: initial;
  min-height: 0;
  min-width: 0;
}
.page-intro__slider-images .slider-nav .slick-track {
  margin-left: -10px;
  transform: none !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-intro__slider-images .slider-nav .slick-track {
    min-width: 100%;
  }
}
.page-intro__slider-images .slider-nav .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.page-intro__slider-images .slider-nav .slick-slide:hover {
  opacity: 0.9;
  transition: 0.2s ease all;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-intro__slider-images .slider-nav .slick-slide {
    margin-right: 0px;
    min-width: 36px;
  }
}
.page-intro__slider-images .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.page-intro__slider-images .slick-dots {
  z-index: 100;
  bottom: 20px;
}
.page-intro__slider-images .slick-dots li button::before {
  font-size: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-intro__slider-images .slick-dots {
    display: none !important;
  }
}
.page-intro__slider-images .slick-prev, .page-intro__slider-images .slick-next {
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-intro__slider-images .slick-prev, .page-intro__slider-images .slick-next {
    display: none !important;
  }
}
/* Slider mode */
.page-intro.image-slider {
  max-height: none;
}
.page-intro.image-slider .page-intro__overlay {
  height: 60vh;
  min-height: 400px;
}
.page-intro.image-slider .page-intro__overlay .small-logo {
  /* for FrittonLake homepage only */
  max-height: 50vh;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-intro.image-slider .page-intro__overlay .small-logo {
    max-height: 240px;
  }
}
.page-intro.image-slider .page-intro__overlay .small-logo-type {
  font-family: "mr-eaves-modern";
  font-size: 27px;
  letter-spacing: 1px;
  color: #FFF;
  white-space: nowrap;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .page-intro.image-slider .page-intro__overlay .small-logo-type {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .home .page-intro:not(.video) {
    margin-top: -44px;
    /* tuck hero underneath contact bar to allow for exact 100vh coverage */
  }
}
.page-intro .slick-initialized .slick-slide {
  object-fit: cover;
  height: 60vh;
  min-height: 400px;
}
.slick-dotted.slick-slider {
  margin-bottom: 60px;
}
/* Video mode */
.home .page-intro.video.background-video {
  background-image: url("https://www.frittonlake.co.uk/wp-content/uploads/2024/11/frittonlake-vimeo-frame1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-intro.video {
  background: #FFF;
  overflow: hidden;
}
.page-intro.video.background-video {
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .page-intro.video.background-video {
    height: calc(100vh - 156px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-intro.video {
    height: auto;
  }
}
.page-intro.video .embed-container {
  background-color: rgba(25, 25, 25, 0.15);
  position: relative;
  padding-bottom: 56.25%;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .page-intro.video .embed-container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-intro.video .embed-container {
    left: -50%;
  }
}
.page-intro.video .embed-container iframe, .page-intro.video .embed-container object, .page-intro.video .embed-container embed {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-intro.video .embed-container iframe, .page-intro.video .embed-container object, .page-intro.video .embed-container embed {
    width: 200%;
    height: 200%;
  }
}
.page-intro.video .fa-circle-play {
  font-size: 80px;
  display: block;
  margin: 25px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-intro.video .fa-circle-play {
    font-size: 50px;
  }
}
.page-intro__action-video .fa-duotone.fa-circle-play {
  display: none;
}
.page-intro__action-video:hover .fa-duotone.fa-circle-play {
  display: block;
}
.page-intro__action-video:hover .fa-thin.fa-circle-play {
  display: none;
}
.page-intro__action-video span {
  font-weight: 500;
  font-size: 16px;
}
/* Map mode */
.page-intro-map__map {
  height: 500px;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-intro-map__map {
    height: 420px;
  }
}
.page-intro-map__action-wrapper {
  display: none;
  text-align: center;
  padding: 0px 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-intro-map__action-wrapper {
    display: block;
  }
}
.page-intro-map__map-action {
  margin-top: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-intro-map__map-action {
    width: 100%;
  }
}
/* Switch out header H1 on V&S page for brand logo */
.page-id-13727 .page-intro__title {
  font-size: 0;
  background-image: url("https://www.frittonlake.co.uk/wp-content/uploads/2023/05/Valentine-Silver-Logo-web.png");
  height: 60%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-id-13727 .page-intro__title {
    height: 50%;
    width: 80%;
    background-image: url("https://www.frittonlake.co.uk/wp-content/uploads/2023/05/Valentine-Silver-Logo-stacked-web.png");
    background-repeat: no-repeat;
  }
}
.page-id-13727 .page-intro__title::after {
  display: none !important;
}
.page-id-13727 .page-intro__overlay {
  background-color: rgba(0, 0, 0, 0.33);
}
/* if no page intro present, make first section snug to top */
.main > section:first-child {
  margin-top: 0;
}
.popup_cont {
  background-color: #4e684a;
}
.popup_back {
  height: 100vh !important;
}
.popup_close {
  font-size: 40px;
}
.popup-content__inner {
  margin: auto;
  text-align: center;
  padding: 25px;
}
.popup-content__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #4e684a;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.popup-content__link__wrapper {
  margin-top: 20px;
}
.property-list {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .property-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .property-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .property-list__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .property-list__row > * {
    padding: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .property-list__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .property-list__row > * {
    padding: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
.property-list__title {
  text-align: center;
}
.property-list__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #C69696;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 40px;
}
.property-list__note {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  max-width: 75%;
  margin: auto;
  margin-bottom: 40px;
}
.property-list h3.property-list__group {
  color: #b78081;
  font-size: 24px;
  font-weight: 400;
  border-top: 1px solid #DDD;
  margin-top: 35px;
  padding-top: 25px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .property-list__row.three-col > * {
    flex-basis: 33.333%;
  }
}
.property-list__row.three-col .property-list__image {
  height: 260px;
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .property-list__row.two-col > * {
    flex-basis: 50%;
  }
}
.property-list__row.two-col .property-list__image {
  height: 300px;
}
.property-list__image {
  object-fit: cover;
  width: 100%;
  height: 210px;
  margin-bottom: 12px;
  opacity: 0.9;
  transition: 0.2s ease all;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .property-list__image {
    height: 260px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .property-list__item {
    margin-bottom: 30px;
    display: block;
  }
}
.property-list__item h3 {
  position: relative;
  color: #4e684a;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .property-list__item h3 {
    font-size: 20px;
  }
}
.property-list__item h3::after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  color: #999;
  margin-left: 9px;
  transition: 0.2s ease all;
}
.property-list__item .property-list__link {
  color: #4A4A4A;
}
.property-list__item:hover .property-list__link {
  color: #111;
}
.property-list__item:hover h3::after {
  margin-left: 12px;
  transition: 0.2s ease all;
  color: #4e684a;
}
.property-list__item:hover .property-list__image {
  opacity: 1;
  transition: 0.2s ease all;
}
.property-list .back-to-top {
  display: block;
  margin-top: 40px;
  color: #4e684a;
  font-size: 24px;
}
.property-list .back-to-top:hover {
  color: #111;
  transition: 0.2s ease;
}
.quote {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #FFF;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .quote {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .quote {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.quote.subtle-background {
  background-color: #EAECE9;
}
.quote__quote {
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .quote__quote {
    max-width: 970px;
  }
}
.quote__quote ::before {
  display: block;
  content: "◆◆◆";
  font-size: 15px;
  letter-spacing: 6px;
  color: #4e684a;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .quote__quote ::before {
    font-size: 8px;
  }
}
.quote__quote ::after {
  display: block;
  content: "◆◆◆";
  font-size: 15px;
  letter-spacing: 6px;
  color: #4e684a;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .quote__quote ::after {
    font-size: 8px;
  }
}
.quote__source {
  margin-top: 5px;
}
.section-intro {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  margin: 30px 0px;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .section-intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .section-intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-intro:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-intro.subtle-background {
  background: #EAECE9;
}
.section-intro.no-background {
  margin-bottom: 0;
}
.section-intro.no-background + .section-overview {
  padding-top: 0px;
}
.section-intro__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #C69696;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 40px;
}
.section-intro__content {
  padding-bottom: 10px;
}
.section-intro__text p {
  /*  font-weight: 400; */
}
.section-intro__text p:last-child {
  margin-bottom: 0;
}
.section-intro__text + .section-intro__link {
  margin-top: 35px;
}
.section-intro__table {
  margin: auto;
  margin-top: auto;
  margin-bottom: 20px;
}
.section-intro__table td {
  text-align: left;
  /* @extend %larger-text; */
  font-weight: 400;
}
.section-intro__table td.col1 {
  padding-right: 20px;
  color: #4e684a;
}
.section-intro__link {
  margin-left: 10px;
  margin-right: 10px;
  min-width: 260px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-intro__link + .section-intro__link {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home .section-intro.no-background {
    padding-top: 10px;
  }
}
.section-overview {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .section-overview {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .section-overview {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .section-overview__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .section-overview__row > * {
    padding: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .section-overview__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .section-overview__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .section-overview__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .section-overview__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .section-overview__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
.section-overview__inner {
  max-width: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-overview {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .section-overview__row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .section-overview__row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 9999px) {
  .section-overview__row {
    margin: auto;
  }
}
.section-overview__row > * {
  padding: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .section-overview + .section-overview {
    padding-top: 20px;
  }
}
.section-overview__row-image_right .section-overview__img {
  display: flex;
  justify-content: flex-end;
}
.section-overview__row-image_right .section-overview__img img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.section-overview__row-image_left .section-overview__image {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.section-overview__row > .section-overview__img img {
  aspect-ratio: 2;
}
.section-overview__img.focus-top img {
  object-position: 50% 20%;
}
.section-overview__img.focus-bottom img {
  object-position: 50% 80%;
}
.section-overview__img > a {
  width: 100%;
}
.section-overview__content__inner {
  padding: 0 18%;
  padding-top: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .section-overview__content__inner {
    padding: 0 13%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .section-overview__content__inner {
    padding: 0px 35px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-overview__content__inner {
    padding: 40px 20px 0;
  }
}
.section-overview__second-title {
  /* @include small-bar-below(#CCC, left, wide, heavy);	 */
  margin-top: 10px;
  margin-bottom: 15px;
  color: #4e684a;
}
.section-overview__second-title a {
  color: #4e684a;
}
.section-overview__text {
  margin-top: 15px;
  font-family: urw-din, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
}
a.section-overview__link .fa {
  margin-right: 4px;
}
.social-media-banner {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.social-media-banner.subtle-background {
  background: #EAECE9;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .social-media-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .social-media-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.social-media-banner__text {
  margin-bottom: 20px;
}
.social-media-banner__link {
  min-width: 260px;
  text-transform: capitalize;
  background: #FFF;
  /* &.link-facebook {
			 &:hover {
				  border-color: #4267b2;
				   color:  #4267b2;
					 .fa {
						 color:  #4267b2;
					 }
 			   }
		 }
		 
		 &.link-instagram {
			  &:hover {
				  border-color: #222;
				   color:  #222;
					 .fa {
						 color:  #222;
					 }
 			   }
		 }
		 
		 &.link-tripadvisor {
			  &:hover {
				  border-color: #222;
				   color:  #222;
					 .fa {
						 color:  #222;
					 }
 			   }
		 } */
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .social-media-banner__link + .social-media-banner__link {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .social-media-banner__link {
    margin-bottom: 10px;
    width: 75%;
  }
}
.special-offer-banner {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #EAECE9;
  background-image: url("/wp-content/themes/fritton2020/library/images/fritton-lake-wallpaper-grey.png");
  background-size: 400px;
  background-position: center;
  /* slider styles */
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .special-offer-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .special-offer-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .special-offer-banner__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .special-offer-banner__row > * {
    padding: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.special-offer-banner__title {
  margin-bottom: 15px;
  color: #C69696;
  font-weight: 400;
}
.special-offer-banner__inner {
  max-width: 1150px;
}
.special-offer-banner.show-as-list {
  background-image: none;
  background: #FFF;
}
.special-offer-banner.show-as-list .special-offer-banner__offer {
  margin-bottom: 40px;
  padding-bottom: 30px;
  box-shadow: 3px 3px 6px #EEE;
  border: 1px solid #E3E8E2;
}
.special-offer-banner.show-as-list .special-offer-banner__inner {
  max-width: 1300px;
}
.special-offer-banner.show-as-list.new-version {
  background: transparent;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .special-offer-banner.show-as-list.new-version {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.special-offer-banner.show-as-list.new-version .special-offer-banner__offer {
  background: #FFF;
}
.special-offer-banner__offer {
  background: #FFF;
  padding: 30px;
  padding-bottom: 60px;
  border-radius: 5px;
  /* border: 1px solid $border-color; */
}
.special-offer-banner__offer__inner {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .special-offer-banner__offer__inner {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.special-offer-banner__offer__inner > * {
  flex-basis: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .special-offer-banner__offer__inner > * {
    flex-basis: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .special-offer-banner__offer-col-1 {
    padding-right: 25px;
  }
}
.special-offer-banner__offer__title {
  color: #4e684a;
}
.special-offer-banner__offer__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #C69696;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.special-offer-banner__offer__title a {
  color: #4e684a;
}
.special-offer-banner__offer__title a:hover {
  color: #111;
}
.special-offer-banner__offer__text {
  padding: 0 20px;
}
.special-offer-banner__offer__text strong {
  font-weight: 400;
}
.special-offer-banner__offer__text h2, .special-offer-banner__offer__text h3 {
  margin-bottom: 12px;
  font-weight: 400;
}
.special-offer-banner__offer__text h2 strong, .special-offer-banner__offer__text h3 strong {
  font-weight: 400;
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .special-offer-banner__offer__text {
    font-size: 18px;
  }
}
.special-offer-banner__offer__terms__title {
  font-size: 90%;
  opacity: 0.5;
}
.special-offer-banner__offer__offer__terms {
  font-style: italic;
}
.special-offer-banner__offer__button {
  min-width: 180px;
  margin: 25px 0;
}
.special-offer-banner__image {
  object-fit: cover;
  width: 100%;
  height: 400px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .special-offer-banner__image {
    aspect-ratio: 1.7777777778;
    margin-top: 30px;
    height: auto;
  }
}
.special-offer-banner .slick-dots li button::before {
  color: #666;
  font-size: 30px;
}
.special-offer-banner .slick-prev::before, .special-offer-banner .slick-next::before {
  color: #666;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
.special-offer-banner .slick-prev:hover::before, .special-offer-banner .slick-next:hover::before {
  color: #111;
}
.special-offer-banner .slick-prev::before {
  /* margin-left:-4px; */
}
.special-offer-banner .slick-next::before {
  /* margin-right: -4px;  */
}
.special-offer-banner .slick-dots li.slick-active button::before {
  opacity: 0.8;
  color: #666;
}
.special-offer-banner .slick-dots {
  bottom: 20px;
}
.special-offer-banner .slick-prev, .special-offer-banner .slick-next, .special-offer-banner .slick-prev:hover, .special-offer-banner .slick-next:hover, .special-offer-banner .slick-prev:focus, .special-offer-banner .slick-next:focus {
  z-index: 10;
  border-radius: 100%;
  background: #FFF;
  box-shadow: 0px 0px 4px 1px #DDD;
}
.special-offer-banner .slick-prev {
  left: -20px;
}
.special-offer-banner .slick-next {
  right: -20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .special-offer-banner .slick-prev, .special-offer-banner .slick-next {
    display: none !important;
  }
}
/* no longer in use - see single-offer-2025.scss code */
.single-offer-header {
  position: relative;
}
.single-offer-header.image-nocrop {
  background-image: url("/wp-content/themes/fritton2020/library/images/fritton-lake-wallpaper-grey.png");
  background-size: 640px;
  background-position: center bottom;
  margin-bottom: -50px;
}
.single-offer-header .offer__image:not(.image-nocrop) {
  object-fit: cover;
  height: 33vh;
  width: 100%;
  object-position: center;
}
.single-offer-header .image-nocrop {
  width: 100%;
  max-width: 970px;
  margin: auto;
}
.single-offer-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.single-offer-overlay .overlay-content {
  margin: auto auto 50px;
  width: 1300px;
  text-align: left;
}
.single-offer-overlay .offer__title {
  padding-right: 25%;
  font-size: 48px;
  font-style: normal;
  font-weight: normal;
  line-height: 133%;
  color: #fff;
}
.single-offer-overlay .offer__date {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  opacity: 0.85;
}
.single-offer-overlay .offer__date a {
  color: #FFF;
}
section.single-offer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: none;
  background-image: url("/wp-content/themes/fritton2020/library/images/fritton-lake-wallpaper-grey.png");
  background-size: 640px;
  background-position: center;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  section.single-offer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  section.single-offer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  section.single-offer__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  section.single-offer__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  section.single-offer__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  section.single-offer__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  section.single-offer__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  section.single-offer__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  section.single-offer__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  section.single-offer__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  section.single-offer__row > :nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  section.single-offer__row > :nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  section.single-offer else__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  section.single-offer else__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  section.single-offer else__row > * {
    padding: 15px;
  }
}
section.single-offer.align-center {
  text-align: center;
}
section.single-offer.align-center ul {
  list-style: none;
}
section.single-offer.align-center ul li::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 40%;
  margin-right: 5px;
  vertical-align: middle;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  section.single-offer {
    padding: 0px;
  }
}
.single-offer__banner {
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  padding-bottom: 40px;
  max-width: 970px;
  margin: auto;
}
.single-offer__title {
  /* @include small-bar-below(); */
  color: #4e684a;
  margin-bottom: 20px;
}
.single-offer__date {
  margin-bottom: 20px;
}
.single-offer__content__inner {
  background: #FFF;
  max-width: 970px;
  padding: 40px;
  margin: auto;
  box-shadow: 3px 3px 10px #DDD;
}
.single-offer__text h3 {
  margin-bottom: 10px;
  font-weight: 400;
  color: #4a4a4a !important;
}
.single-offer__text p i, .single-offer__text li i {
  background: #eaf2eb;
  display: block;
  padding: 7px;
  border-radius: 5px;
  line-height: normal;
  font-style: normal;
}
.single-offer__text p i a, .single-offer__text li i a {
  font-weight: 500;
}
.single-offer__text ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}
.single-offer__text img {
  margin-bottom: 30px;
  margin-top: 30px;
}
.single-offer__text h3 {
  color: #4e684a;
  margin-bottom: 20px;
  /* border-top: 1px solid #CCC; */
  /*  padding-top: 30px; */
}
.single-offer__actions {
  margin: 25px 0;
  /*padding-bottom:30px;
    border-bottom: 1px solid #DBDBDB; */
}
.single-offer__button {
  /* min-width: $button-large-width; */
  min-width: 180px;
}
.single-offer__terms {
  text-align: left;
  background: #F0F2EF;
  padding: 20px;
}
.single-offer__terms ul {
  list-style: disc !important;
  padding-left: 20px;
}
.single-offer__terms ul li::before {
  display: none !important;
}
.single-offer__terms__subhead {
  margin-bottom: 10px;
  font-weight: 500;
}
.table-booking-form {
  min-height: 500px;
}
.table-booking-form__inner {
  max-width: 600px;
  margin: auto;
}
.table-booking-form__inner #booking-summary-panel {
  margin-top: 30px;
  margin-bottom: 10px;
}
.table-booking-form__inner #rd-widget-root .btn-default, .table-booking-form__inner #rd-mini-widget-root .btn-default {
  border-color: #515f52;
}
/* move time to top */
/*  #rd-widget-frame #initial > :nth-child(2) > :first-child > :first-child > :nth-child(2) > :nth-child(2) {
  @include respond-to('sm') {
    position: absolute;
    top: 0;
    right: 0;
  }
}
*/
/* make calendar full width */
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  #rd-widget-frame #initial > :nth-child(2) > :first-child > :first-child > :nth-child(2) > :first-child {
    width: 100%;
  }
}
/* stop the time wiggling on page load */
#booking-summary-panel {
  white-space: nowrap;
}
.tabular-data {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .tabular-data {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .tabular-data {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .tabular-data__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .tabular-data__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .tabular-data__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .tabular-data__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 14.2857142857%;
    -moz-flex-basis: 14.2857142857%;
    -ms-flex-preferred-size: 14.2857142857%;
    flex-basis: 14.2857142857%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .tabular-data__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 28.5714285714%;
    -moz-flex-basis: 28.5714285714%;
    -ms-flex-preferred-size: 28.5714285714%;
    flex-basis: 28.5714285714%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .tabular-data__row > :nth-child(3) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 28.5714285714%;
    -moz-flex-basis: 28.5714285714%;
    -ms-flex-preferred-size: 28.5714285714%;
    flex-basis: 28.5714285714%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .tabular-data__row > :nth-child(4) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 28.5714285714%;
    -moz-flex-basis: 28.5714285714%;
    -ms-flex-preferred-size: 28.5714285714%;
    flex-basis: 28.5714285714%;
  }
}
.tabular-data__title {
  text-align: center;
  margin-bottom: 30px;
  color: #4e684a;
}
.tabular-data__notes {
  margin-top: 20px;
  text-align: center;
  font-size: 90%;
}
.tabular-data__row {
  display: table-row;
  background: #F1F1F1;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .tabular-data__row:nth-child(even) {
    background: #F9F9F9;
  }
}
.tabular-data__row > * {
  display: table-cell;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: top;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .tabular-data__row > *:first-child {
    background: #4e684a;
    color: #FFF;
  }
}
.tabular-data__row > *:nth-last-child(-n+3) {
  /* centralise the tickbox columns */
  width: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .tabular-data__row > *:nth-last-child(-n+3) {
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .tabular-data__row > * {
    display: inline-flex;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .tabular-data__row {
    display: flex;
    flex-direction: column;
  }
  .tabular-data__row.top-row {
    display: none;
  }
}
.tabular-data__table {
  margin: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .tabular-data__table {
    width: 66%;
  }
}
.tabular-data__table td {
  white-space: break-spaces;
  padding: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .tabular-data__table td {
    padding: 5px 15px;
  }
}
.tabular-data__table td b {
  margin-right: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .tabular-data__table td {
    border-right: 1px solid #DDD;
  }
}
.tabular-data__table td:last-child {
  border-right: 0;
}
.tabular-data__table td p {
  margin: 0;
}
.tabular-data__table td .positive {
  color: #4e684a;
}
.tabular-data__table td .negative {
  color: #CCCCCC;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .tabular-data__table td {
    border-bottom: 0;
  }
  .tabular-data__table td.no-data {
    /* display: none; */
  }
  .tabular-data__table td p {
    margin-bottom: 0;
  }
  .tabular-data__table td i {
    margin-top: 4px;
  }
  .tabular-data__table td:nth-child(2)::before {
    content: "Sleeps:";
    min-width: 100px;
    font-weight: normal;
    font-family: urw-din, serif;
    color: #4e684a;
  }
  .tabular-data__table td:nth-child(3)::before {
    content: "Beds:";
    min-width: 100px;
    font-weight: normal;
    font-family: urw-din, serif;
    color: #4e684a;
  }
  .tabular-data__table td:nth-child(4)::before {
    content: "Pet Friendly:";
    min-width: 100px;
    font-weight: normal;
    font-family: urw-din, serif;
    color: #4e684a;
  }
  .tabular-data__table td:nth-child(5)::before {
    content: "Hot Tub:";
    min-width: 100px;
    font-weight: normal;
    font-family: urw-din, serif;
    color: #4e684a;
  }
  .tabular-data__table td:nth-child(6)::before {
    content: "Wi-fi:";
    min-width: 100px;
    font-weight: normal;
    font-family: urw-din, serif;
    color: #4e684a;
  }
  .tabular-data__table td:last-child {
    padding-bottom: 15px;
  }
}
.tabular-data__table th {
  padding: 10px 15px;
  text-align: left;
  font-weight: normal;
  background-color: #4e684a;
  color: #FFF;
}
.terms-conditions {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .terms-conditions {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .terms-conditions {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.terms-conditions__inner {
  max-width: 1000px;
}
.terms-conditions__title {
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.terms-conditions__date {
  text-align: center;
}
.terms-conditions__text {
  text-align: left;
  margin-top: 30px;
}
.terms-conditions__text + .terms-conditions__title {
  margin-top: 60px;
}
.terms-conditions__text ol {
  padding-left: 25px;
  list-style: decimal;
}
.terms-conditions__text ul {
  margin-top: 0;
  list-style: disc;
  padding-left: 25px;
}
.terms-conditions__text ul li {
  line-height: 166%;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .terms-conditions__text ul {
    /*columns: 2;
      	column-gap: 60px;
		margin-bottom: 25px;	*/
  }
}
.terms-conditions__text table {
  margin-bottom: 25px;
}
.terms-conditions__text a {
  color: #4A4A4A;
  text-decoration: underline;
}
.terms-conditions__text a:hover {
  color: #000;
}
.terms-conditions__text p {
  display: block;
}
.terms-conditions__text h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.terms-conditions__text h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}
.terms-conditions__text table th, .terms-conditions__text table td {
  border: 1px solid #CCCCCC;
  padding: 5px;
}
.terms-conditions__text table th {
  font-weight: 500;
  text-align: left;
  padding-right: 10px;
}
.terms-conditions__footer-text {
  margin-top: 40px;
  text-align: center;
  border-top: 1px solid #CCCCCC;
  padding-top: 25px;
}
.terms-conditions__action-wrapper {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 60px;
}
/* CSS Document */
.title-strip {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: 25px;
  padding-bottom: 30px;
  /* background: #e9e9e9; */
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .title-strip {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .title-strip {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.title-strip__inner {
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .title-strip__inner {
    flex-direction: column;
  }
}
.title-strip__inner > * {
  align-content: center;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .title-strip__inner .title-strip__right {
    justify-content: flex-end;
    align-self: center;
    display: flex;
  }
}
.title-strip__title {
  margin-bottom: 2px;
  /*  text-transform: uppercase;
        letter-spacing: 3px; */
  font-weight: 300;
  color: #4e684a;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .title-strip__title {
    /* letter-spacing: 2px; */
    margin-bottom: 4px;
  }
}
.title-strip__text {
  color: #4e684a;
  margin-bottom: 0;
}
.title-strip__action {
  /* display: none; /* hide check availability button as this is now handled by search bar */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .title-strip__action {
    margin-top: 10px;
  }
}
.title-strip.activities .title-strip__title {
  font-size: 24px;
}
.title-strip.activities .title-strip__text {
  font-weight: 400;
  margin-top: 4px;
  font-size: 90%;
}
.title-strip + .booking-search__mobile-open {
  margin-top: -10px;
}
.thumbnail-links {
  /* background: $brand-color-feint; */
  padding: 60px 20px;
  /* @include regular-columns((columns:1,margin:15px,wrap:wrap,size:xs));  */
}
.thumbnail-links__inner {
  max-width: 1300px;
  margin: auto;
}
.thumbnail-links .imageset {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  /* default to 3 cols */
}
.thumbnail-links .imageset.two-cols {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .thumbnail-links .imageset {
    grid-template-columns: 1fr !important;
    grid-gap: 20px;
  }
}
.thumbnail-links__link {
  text-align: center;
}
.thumbnail-links__image {
  object-fit: cover;
  height: 250px;
  width: 100%;
}
.thumbnail-links__image.two-cols {
  height: 330px;
}
.thumbnail-links__title {
  text-align: center;
  margin-bottom: 30px;
  color: #4e684a;
  flex: 0 1 100%;
}
.thumbnail-links__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #C69696;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 40px;
}
.thumbnail-links__text {
  text-align: center;
  margin-top: 15px;
  font-weight: 400;
}
.thumbnail-links__action {
  margin: 10px;
}
.thumbnail-links a.images-with-links__action {
  color: #fff;
}
/* not in use */
.video-embed {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .video-embed {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .video-embed {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.video-embed__row {
  position: relative;
  aspect-ratio: 1.7777777778;
}
.video-embed__row iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.woocommerce {
  /* Fritton */
  /* Related products */
  /* Login/Register */
  /* Foo Events category  pages */
  /* Accommodation Shop */
  /* Customer forms */
  /* Basket */
  /* Foo Events product page */
  /* hide pricing on Membership subs page */
  /* Price colour */
  /* tabs */
  /* hide Description heading  product page */
  /* Events Calendar */
  /* Thank You page - html looks buggy here..  */
  /* Shop page */
  /*  buttons */
  /* info bar */
  /* Payment */
  /* Order received page (seen after pay balance etc ) */
  /* My Account */
  /* View Orders / Payment Methods tables */
  /* fix display bug when cancellation not permitted */
  /* Address */
  /* Side Navigation */
  /* Subscriptions table in My Account  */
}
.woocommerce #primary {
  padding-left: 20px;
  padding-right: 20px;
}
.woocommerce #primary main {
  max-width: 1300px;
  margin: auto;
}
.woocommerce-page {
  background: #FFF;
}
.woocommerce-account.woocommerce-page {
  background: linear-gradient(#F5F5F5, #FFF);
}
.woocommerce-cart-count {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 100%;
  margin-left: 0px;
  font-size: 90%;
  line-height: 20px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
}
.woocommerce h2, .woocommerce h3 {
  margin-top: 20px;
  margin-bottom: 10px !important;
  color: #4e684a;
  font-weight: 400;
}
.woocommerce .woocommerce-products-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce .woocommerce-products-header {
    align-items: baseline;
    border-bottom: 0 !important;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce .woocommerce-products-header {
    flex-direction: column;
  }
}
.woocommerce .woocommerce-products-header .term-description {
  flex-basis: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce .woocommerce-products-header .term-description {
    order: 1;
  }
}
.woocommerce .woocommerce-products-header .term-description p {
  margin-top: 5px;
  font-weight: 400;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-products-header a.button {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 8px 20px;
}
.woocommerce .woocommerce-products-header .search-activities {
  min-width: 250px;
}
.woocommerce .woocommerce-products-header .searchform {
  position: relative;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce .woocommerce-products-header .searchform {
    align-items: baseline;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce .woocommerce-products-header .searchform {
    appearance: none;
    margin-top: 10px;
    margin-bottom: 5px;
    flex-direction: column;
    order: 2;
  }
}
.woocommerce .woocommerce-products-header .searchform input {
  border: 1px solid transparent;
  outline: none;
  padding: 10px 15px;
  border-radius: 30px;
  background: #f0f2ef;
  transition: 0.3s ease;
  flex-grow: 1;
}
.woocommerce .woocommerce-products-header .searchform input:focus {
  background: #FFF;
  border-color: #CCC;
}
.woocommerce .woocommerce-products-header .searchform .search-button {
  background: transparent;
  border: 0;
  position: absolute;
  right: 8px;
  top: 10px;
}
.woocommerce .woocommerce-products-header .searchform .fa-search::before {
  opacity: 0.66;
  color: #4e684a;
}
.woocommerce .woocommerce-products-header .searchform .fa-search:hover::before {
  opacity: 1;
  color: #4e684a;
}
.woocommerce .woocommerce-notices-wrapper {
  font-weight: 400;
}
.woocommerce .woocommerce-error {
  background: #EEE;
}
.woocommerce .woocommerce-error a {
  color: #4e684a;
}
.woocommerce .woocommerce-message::before {
  content: "";
  color: #4e684a;
}
.woocommerce .woocommerce-message {
  color: #4e684a;
  border-top-color: #5B7358;
}
.woocommerce .woocommerce-message a:not(.button) {
  color: #4e684a;
  text-decoration: underline;
}
.woocommerce .woocommerce-message[role="alert"] {
  background: #EAF1EB;
}
.woocommerce .related.products {
  border-top: 1px solid #CCC;
  margin-top: 50px;
  clear: both;
}
.woocommerce .related.products h2 {
  margin-bottom: 20px !important;
}
.woocommerce #customer_login > div {
  float: none;
  margin: auto;
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce #customer_login > div {
    max-width: 500px;
  }
}
.woocommerce #customer_login > div .woocommerce-form-login__submit, .woocommerce #customer_login > div .woocommerce-form-register__submit {
  width: 100%;
  margin-top: 10px;
}
.woocommerce #customer_login > div h2 {
  text-align: center;
  margin-top: 0;
}
.woocommerce #customer_login > div h2 i {
  display: block;
  margin-bottom: 5px;
  color: #AAA;
}
.woocommerce #customer_login > div .secondary-action {
  text-align: center;
}
.woocommerce #customer_login > div .secondary-action a {
  font-weight: 400;
}
.woocommerce #customer_login > div .secondary-action i {
  color: #4e684a;
}
.woocommerce form.login, .woocommerce form.register {
  background: #EEE;
  border: 0;
}
.woocommerce-LostPassword {
  font-size: 90%;
  margin-top: 12px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: none;
  line-height: 3;
  /* meh */
  font-weight: normal;
  cursor: pointer;
}
.woocommerce-products-header__title.page-title {
  color: #4e684a;
  margin-bottom: 6px;
}
.woocommerce .products.columns-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce .products.columns-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 9999px) {
  .woocommerce .products.columns-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.woocommerce .products.columns-4::before {
  display: none;
}
.woocommerce ul.products.columns-4 li.product {
  float: none !important;
  display: flex !important;
  flex-direction: column;
  width: auto !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce ul.products.columns-4 li.product {
    /* border: 1px solid #DDD;
      border-radius: 5px;
      box-shadow: 3px 3px 3px #EEE; */
    margin-bottom: 10px !important;
  }
}
.woocommerce ul.products.columns-4 li.product a img {
  object-fit: cover;
  aspect-ratio: 1.5;
  object-position: center;
  transition: 0.1s ease all;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce ul.products.columns-4 li.product a img {
    margin-bottom: 0.66em;
  }
}
.woocommerce ul.products.columns-4 li.product a.woocommerce-loop-product__link {
  flex-grow: 1;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce ul.products.columns-4 li.product a.woocommerce-loop-product__link {
    padding: 12px;
    padding-bottom: 20px;
    background: #F8F8F8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce ul.products.columns-4 li.product a.woocommerce-loop-product__link:hover {
    background: #f0f2ef;
    transition: 0.2s ease all;
  }
}
.woocommerce ul.products.columns-4 li.product a.woocommerce-loop-product__link:hover img {
  opacity: 0.8;
  transition: 0.2s ease all;
}
.woocommerce ul.products.columns-4 li.product a.button {
  align-self: flex-start;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce ul.products.columns-4 li.product a.button {
    margin-top: 10px;
  }
}
.woocommerce ul.products li.product.product.status-private h2 {
  color: gray;
}
.woocommerce ul.products li.product.product.status-private img {
  opacity: 0.5;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  padding-top: 0px;
  font-weight: 400;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 20px;
  }
}
.woocommerce ul.products li.product p.event-date {
  margin-bottom: 10px;
  color: #4A4A4A;
}
.woocommerce .products .added_to_cart.wc-forward {
  margin-left: 15px;
  color: #5B7358;
}
.woocommerce .products .added_to_cart.wc-forward:hover {
  text-decoration: underline;
}
.woocommerce-cart-form .actions button.button:disabled[disabled] {
  color: #FFF !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-width: 130px;
  margin-right: 10px;
  padding: 10px;
}
.woocommerce-checkout #customer_details {
  padding: 20px;
  background: #F5F5F5;
  border-radius: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce .woocommerce-ordering {
    width: 100%;
  }
}
.woocommerce form .form-row .required {
  color: #b78081;
  font-weight: 500;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: transparent;
  color: inherit;
  padding: inherit;
  font-size: 90%;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  display: none;
}
.woocommerce form .form-row label, .woocommerce form .variations label {
  font-weight: 500;
  font-size: 90%;
  margin-bottom: 5px;
}
.woocommerce form .woocommerce-input-wrapper {
  position: relative;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form #billing_country_field .woocommerce-input-wrapper {
  padding: 8px 12px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
.woocommerce form .form-row input.input-text strong, .woocommerce form .form-row textarea strong, .woocommerce form #billing_country_field .woocommerce-input-wrapper strong {
  font-weight: 400;
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, .woocommerce form #billing_country_field .woocommerce-input-wrapper:focus {
  border-color: #4e684a;
}
.woocommerce form select {
  border-width: 1px;
  border-style: solid;
  padding: 0.8em;
  padding-right: 0.8em;
  line-height: normal;
  padding-right: 2em;
  appearance: none;
  background-position: 98% 50%;
  background-color: #fff;
  border-color: #CCCCCC;
  border-radius: 3px;
  box-shadow: none;
  color: inherit;
  /*   Remove blue color in iOS 15+ Safari */
  background-image: url("data:image/svg+xml,%3Csvg class='ast-arrow-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='26px' height='16.043px' fill='%23555555' viewBox='57 35.171 26 16.043' enable-background='new 57 35.171 26 16.043' xml:space='preserve' %3E%3Cpath d='M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 0.8em;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2em;
}
.woocommerce form select.orderby {
  display: none;
  padding: 5px 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce form select.orderby {
    width: 100%;
  }
}
.woocommerce form #billing_country_field .woocommerce-input-wrapper {
  /* show country as locked */
  display: block;
  background: #F6F6F6;
}
.woocommerce form #order_comments {
  min-height: 117px;
}
.woocommerce form .fooevents-attendee {
  margin-top: 15px;
  border-top: 1px solid #CCCCCC;
  padding-top: 25px;
}
.woocommerce form .fooevents-attendee-number {
  margin-bottom: 15px;
  font-weight: 500;
}
.woocommerce form .fooevents-variation-desc {
  font-size: 90%;
}
.woocommerce form .fooevents-variation-desc p {
  margin-bottom: 5px;
}
.woocommerce table.shop_table {
  background: #FFF;
}
.woocommerce table.shop_table a {
  color: #4e684a;
}
.woocommerce table.shop_table thead {
  background: #f0f2ef;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table .cart-subtotal {
  font-weight: 500;
}
.woocommerce table.shop_table .cart-item .product-name strong {
  font-weight: inherit;
}
.woocommerce table.shop_table ul#shipping_method .amount {
  font-weight: 500;
}
.woocommerce .product-basket-description {
  margin-top: 10px;
}
.woocommerce .product-basket-description a {
  color: #5B7358;
  text-decoration: underline;
  font-weight: 500;
}
.woocommerce .product-basket-description a:hover {
  color: #111;
}
.woocommerce span.onsale {
  line-height: 2.6em;
  background-color: #C69696;
}
.woocommerce div.product {
  /* bug fix for no related products */
  margin-top: 20px;
  overflow: hidden;
}
.woocommerce div.product div.images img.wp-post-image {
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce div.product div.images img.wp-post-image {
    min-height: 475px;
    max-height: 600px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce div.product div.images img.wp-post-image {
    max-height: 50vh;
  }
}
.woocommerce div.product .product_title {
  color: #4e684a;
  padding-bottom: 0.33em;
  font-weight: 400;
}
.woocommerce div.product.product-type-variable-subscription p.price {
  display: none;
}
.woocommerce div.product .crwcpn-notice {
  font-weight: 400;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price, .woocommerce .cross-sells .price bdi {
  color: #83b77b;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-weight: 500;
  font-size: 16px;
}
.woocommerce div.product span.price ins {
  text-decoration: none;
}
.woocommerce .woocommerce-variation-price {
  margin-bottom: 5px 0px;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 500;
}
.woocommerce div.product form.cart .variations select {
  margin-bottom: 5px;
}
.woocommerce div.product form.cart .variations .value input {
  /* custom meta tags for name, dob field  etc*/
  border: 1px solid #CCC;
  padding: 10px;
  color: #444;
  border-radius: 3px;
}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
  margin-top: 10px;
}
.woocommerce div.product form.cart th {
  text-align: left;
}
.woocommerce div.product form.cart td, .woocommerce div.product form.cart th {
  border: 0;
  vertical-align: top;
  line-height: 2em;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  display: block;
}
.woocommerce div.product form.cart div.quantity .qty {
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  border-radius: 3px;
  margin-left: 3px;
  padding: 10px;
  min-width: 70px;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
  position: static;
  display: inline-block;
  color: inherit;
  opacity: 0.6;
  font-size: 11px;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  background: 0 0;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 1em 0 0;
  padding: 0;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0.75em 0;
  font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border: 0;
  box-shadow: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3px;
  box-shadow: none;
  top: 0;
  left: 0;
  border-radius: 0;
  border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  z-index: 1;
  height: 1px;
  background-color: #DDD;
}
.woocommerce div.product .woocommerce-tabs .panel li a {
  color: #5B7358;
  text-decoration: underline;
}
.woocommerce div.product .woocommerce-tabs .panel li a:hover {
  color: #111;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:hover::before {
  background: #4e684a;
}
.woocommerce .woocommerce-product-details__short-description ul, .woocommerce .woocommerce-Tabs-panel ul {
  list-style: disc;
  padding-left: 21px;
}
.woocommerce .woocommerce-product-details__short-description ul li, .woocommerce .woocommerce-Tabs-panel ul li {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-product-details__short-description ul a, .woocommerce .woocommerce-Tabs-panel ul a {
  color: #5B7358;
  text-decoration: underline;
}
.woocommerce .woocommerce-product-details__short-description ul a:hover, .woocommerce .woocommerce-Tabs-panel ul a:hover {
  color: #111;
}
.woocommerce .summary .product_meta {
  display: none;
}
.woocommerce #tab-description > h2 {
  display: none;
}
.woocommerce .fc-toolbar h2 {
  font-size: 27px !important;
}
.woocommerce .fc-event {
  background-color: transparent !important;
  border-color: #FFF !important;
  color: #4e684a !important;
  padding: 2px 4px;
}
.woocommerce .fc-event:hover {
  background: #4e684a !important;
  color: #FFF !important;
}
.woocommerce .fc td .fc-day-top {
  background: #EAF1EB !important;
  text-align: center;
  font-weight: 500;
}
.woocommerce .fc th {
  background: #fff !important;
  padding: 5px 0px;
  font-weight: 500;
  color: #4e684a;
}
.woocommerce .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none;
}
.woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received + p {
  font-weight: 500;
  font-size: 20px;
  color: #4e684a;
  margin-bottom: 0;
}
.woocommerce .woocommerce-pagination a {
  color: #4e684a;
}
.woocommerce-info {
  font-weight: 400;
  background: #EAF1EB;
  border-top-color: #4e684a;
}
.woocommerce-info::before {
  color: #4e684a;
}
.woocommerce-info a {
  color: #4e684a;
  font-weight: 500;
}
.woocommerce #add_payment_method #payment, .woocommerce #payment, .woocommerce .woocommerce-checkout #payment {
  background: #f7f7f7;
}
.woocommerce #place_order::before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  margin-right: 8px;
}
.woocommerce .wc-payment-form {
  margin-top: 10px;
  border: 0;
  padding: 0;
}
.woocommerce #order_review::before {
  content: "Secure Payment";
  color: #4e684a;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}
.woocommerce .wc_payment_method.payment_method_sagepaydirect > label {
  font-weight: 500;
}
.woocommerce #sagepaydirect-cc-form .wc-credit-card-form-card-type, .woocommerce #sagepaydirect-cc-form .wc-credit-card-form-card-expiry-date, .woocommerce #sagepaydirect-cc-form .wc-credit-card-form-card-number, .woocommerce #sagepaydirect-cc-form .wc-credit-card-form-card-expiry, .woocommerce #sagepaydirect-cc-form .wc-credit-card-form-card-cvc {
  background: #FFF;
  font-size: 1.2em !important;
}
.woocommerce #add_payment_method #payment div.payment_box, .woocommerce .woocommerce-cart #payment div.payment_box, .woocommerce #payment div.payment_box {
  background: #EAECE9;
}
.woocommerce #add_payment_method #payment div.payment_box::before, .woocommerce .woocommerce-cart #payment div.payment_box::before, .woocommerce #payment div.payment_box::before {
  border-bottom-color: #EAECE9;
}
.woocommerce #payment ul.payment_methods {
  border-bottom: 0;
}
.woocommerce #payment #place_order {
  margin-bottom: 25px;
}
.woocommerce #sagepaydirect-cc-form label {
  color: #111;
}
.woocommerce #wc-sagepaydirect-new-payment-method + label {
  display: inline !important;
  cursor: pointer;
}
.woocommerce .form-row.place-order {
  /* background: $subtle-background-color;  */
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce #order_review .product-name .wc-item-meta li {
    display: flex;
  }
  .woocommerce #order_review .product-name .wc-item-meta li > * {
    flex-basis: 33%;
  }
}
.woocommerce-order .woocommerce-thankyou-order-received {
  color: #4e684a;
}
.woocommerce-order .order-again {
  display: none;
}
.woocommerce-account {
  /* hide Download option as not in use */
  /* hide Communication prefs option from Shop Magic as not in use */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce-account .fixed-content {
    padding-top: 20px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--communication-preferences {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 23%;
  }
}
.woocommerce-account .woocommerce-MyAccount-content {
  /* hack in heading for Car Registration section */
  /* Edit Account */
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
  }
}
.woocommerce-account .woocommerce-MyAccount-content #billing_email_field.validate-required::after {
  content: "Car Registration";
  margin-top: 30px;
  color: #4e684a;
  font-weight: 400;
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-greeting {
  align-items: baseline;
  color: #4e684a;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce-account .woocommerce-MyAccount-content .dashboard-greeting {
    display: flex;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-greeting > strong {
  margin-left: 5px;
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-greeting > strong::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-left: 10px;
  font-weight: 300;
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-greeting-logout {
  color: inherit;
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce-account .woocommerce-MyAccount-content .dashboard-greeting-logout {
    flex-grow: 1;
    text-align: right;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content .dashboard-greeting-logout {
    display: block;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-panels {
  margin-top: 20px;
  display: grid;
  grid-gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce-account .woocommerce-MyAccount-content .dashboard-panels {
    grid-template-columns: 1fr 1fr;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-panels > * {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 15px 5px;
  border-radius: 4px;
  box-shadow: 3px 3px 3px #EEE;
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-intro p.dashboard-note {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  margin-right: 50px;
  line-height: normal;
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-intro a {
  display: block;
  padding-left: 40px;
  border-radius: 3px;
  color: #5B7358;
  font-weight: 400;
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-intro a::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  min-width: 25px;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 3px;
  color: #999;
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-intro a::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "";
  position: absolute;
  right: 10px;
  font-size: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-intro a:hover {
  color: #111;
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-intro a.purchase-adult-membership, .woocommerce-account .woocommerce-MyAccount-content .dashboard-intro a.purchase-child-membership {
  background: #effbee;
  font-weight: 500;
  border: 1px solid #CCC;
  display: flex;
  align-items: center;
  height: 40px;
  margin-top: 20px;
  padding-left: 46px;
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-intro a.purchase-adult-membership::before, .woocommerce-account .woocommerce-MyAccount-content .dashboard-intro a.purchase-child-membership::before {
  content: "";
  top: 10px;
  left: 14px;
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-intro a.purchase-child-membership::before {
  content: "";
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-intro a.reservations::before {
  content: "";
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-intro a.guests::before {
  content: "";
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-intro a.edit-address::before {
  content: "";
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-intro a.edit-orders::before {
  content: "";
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-intro a.edit-account::before {
  content: "";
}
.woocommerce-account .woocommerce-MyAccount-content .dashboard-intro a.launch-app::before {
  content: "";
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title {
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset {
  margin: 20px 0px;
}
.woocommerce-account .woocommerce-MyAccount-content mark {
  background: transparent;
  font-weight: 400;
  color: #333;
}
.woocommerce-account .woocommerce-MyAccount-content legend {
  font-weight: 500;
  color: #4e684a;
  padding-left: 4px;
  padding-right: 8px;
}
.woocommerce-orders-table__cell .woocommerce-button.button, .woocommerce-PaymentMethod--actions a.button {
  padding: 6px 20px;
}
.woocommerce table.my_account_orders .woocommerce-button {
  margin-right: 5px;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 9px 12px;
}
.woocommerce table.my_account_orders {
  font-size: inherit;
}
.woocommerce-orders-table__cell-cancel_order {
  min-height: 45px;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
  font-weight: 500;
}
.woocommerce-address-fields button[type="submit"] {
  margin-top: 15px;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce-MyAccount-navigation ul {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul {
    margin-top: 30px;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
  }
}
.woocommerce-MyAccount-navigation ul li {
  line-height: 166%;
  font-weight: 400;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #5B7358;
  display: block;
  border-bottom: 1px solid #DDD;
  padding: 5px 0px;
  text-transform: capitalize;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 90%;
    padding: 5px 0px;
  }
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #111;
}
.woocommerce-MyAccount-navigation ul li a:hover::before {
  color: #111;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 500;
}
.woocommerce-MyAccount-navigation-link a::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  min-width: 20px;
  margin-right: 8px;
  display: inline-block;
  text-align: center;
  color: #999;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce-MyAccount-navigation-link a::before {
    display: none;
  }
}
.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "";
}
.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "";
}
.woocommerce-MyAccount-navigation-link--orders a::after {
  content: " & Tickets";
}
.woocommerce-MyAccount-navigation-link--subscriptions a::before {
  content: "";
}
.woocommerce-MyAccount-navigation-link--reservations a::before {
  content: "";
}
.woocommerce-MyAccount-navigation-link--fme-oc-myaccount-menu a::before {
  content: "";
}
.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "";
}
.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: "";
}
.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "";
}
.woocommerce-MyAccount-navigation-link--edit-address a::after {
  content: " & Car Reg";
}
.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "";
}
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce-order-details .wc-item-meta li {
    display: flex;
  }
  .woocommerce-order-details .wc-item-meta li > * {
    flex-basis: 33%;
  }
  .woocommerce-order-details .wc-item-meta li > p {
    flex-basis: 66%;
  }
}
.woocommerce .woocommerce-customer-details address {
  padding: 16px 12px;
  background: #FFF;
}
.woocommerce .reservation {
  background: #FFF;
  padding: 20px;
  font-weight: 400;
  line-height: 150%;
  box-shadow: 3px 3px 3px 3px #EEE;
  border-top: 3px solid #4e684a;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce .reservation {
    display: flex;
    flex-wrap: wrap;
  }
}
.woocommerce .reservation > span {
  flex-basis: 100%;
}
.woocommerce .reservation > span.topline {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce .reservation > span.topline {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}
.woocommerce .reservation > span.topline span {
  font-size: 90%;
}
.woocommerce .reservation > span.topline span.property-name {
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}
.woocommerce .reservation > span label, .woocommerce .reservation > span .label {
  font-weight: 30;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce .reservation > span label, .woocommerce .reservation > span .label {
    display: inline-block;
    min-width: 200px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce .reservation > span label, .woocommerce .reservation > span .label {
    display: block;
    margin-top: 10px;
    font-size: 90%;
  }
}
.woocommerce .reservation > span .booking-ref {
  /* background: #F5F5F5;
         padding: 5px 15px;
         border-radius: 15px;*/
}
.woocommerce .reservation-actions {
  margin-top: 25px;
}
.woocommerce .reservation-actions a, .woocommerce .reservation-actions button {
  padding: 8px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .woocommerce .reservation-actions a, .woocommerce .reservation-actions button {
    margin-right: 6px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce .reservation-actions a, .woocommerce .reservation-actions button {
    width: 100%;
    margin-bottom: 12px;
  }
}
.woocommerce .subscription_details .button.cancel {
  display: none !important;
}
.woocommerce .subscription_details td a.button + a.button {
  margin: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .woocommerce-account .woocommerce {
    display: grid;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    order: 2;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    order: 1;
  }
}
/* random button override */
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background: #aaa;
}
/* temp fix to suppress Open Day availability notice */
body.postid-19378 .woocommerce-variation-availability {
  display: none;
}
/* React Modals */
.ReactModal__Overlay {
  /* move above top nav bar */
  z-index: 100;
}
.ReactModalPortal .react-modal {
  width: 66%;
  max-width: 900px;
  border-color: #AAA;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 3px 3px 3px #DDD;
  max-height: 80vh;
  overflow-y: auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ReactModalPortal .react-modal {
    width: 90%;
  }
}
.ReactModalPortal .react-modal h3 {
  color: #4e684a;
  font-weight: 500;
  margin-bottom: 10px;
}
.ReactModalPortal .react-modal__content {
  line-height: 166%;
  margin-bottom: 15px;
}
.ReactModalPortal .react-modal__content .label {
  min-width: 50%;
  display: inline-block;
}
.ReactModalPortal .react-modal button {
  padding: 6px 20px;
}
.ReactModalPortal .react-modal button + button {
  margin-left: 10px;
}
/* Customer Order Cancellations */
.woocommerce-orders-table__cell-cancel_order button {
  padding: 6px 20px;
  border-radius: 30px;
  font-family: "mr-eaves-modern";
  font-size: 18px !important;
}
/* Cancel button on Order Confirmation page */
.woocommerce-order-details #fme_oc_cancel_order_btn {
  padding: 5px 20px;
  border-radius: 30px;
  background: transparent !important;
  color: #C00 !important;
  border: 1px solid #CCC;
}
.woocommerce-order-details #fme_oc_cancel_order_btn:hover {
  border-color: #C00;
}
/* Cancellation Requests view */
#fme_oc_customer_order_cancel_table_wrapper {
  margin-top: 20px;
}
#fme_oc_customer_order_cancel_table_wrapper table.dataTable.no-footer, #fme_oc_customer_order_cancel_table_wrapper table.dataTable thead th, #fme_oc_customer_order_cancel_table_wrapper table.dataTable thead td {
  border-bottom: 1px solid #CCCCCC !important;
}
#fme_oc_customer_order_cancel_table_length, #fme_oc_customer_order_cancel_table_filter {
  display: none;
}
#fme_oc_customer_order_cancel_table th {
  font-weight: 500;
  background: #f0f2ef;
  font-size: 15px;
}
#fme_oc_customer_order_cancel_table td {
  background: #FFF;
}
/* Cancellation confirm modal */
.container.mt-3 .modal {
  max-width: none;
}
.container.mt-3 .modal-body {
  /* Suppress option to cancel part of an order if Reason option enabled  */
}
.container.mt-3 .modal-body #fme_oc_note {
  margin-bottom: 10px;
  color: #C00 !important;
  /* Suppress option to cancel part of an order as FME plugin buggy.. */
}
.container.mt-3 .modal-body #fme_oc_note + table {
  display: none !important;
}
.container.mt-3 .modal-body .cancellation_reason_table + table {
  display: none !important;
}
.container.mt-3 .modal-body #fme_oc_order_number {
  font-weight: 500;
}
.container.mt-3 .modal-body h4 {
  font-weight: 500;
  margin-bottom: 5px;
}
.container.mt-3 .modal-body .fme_oc_full_select_items_items {
  padding-top: 5px;
}
.container.mt-3 .modal-footer button {
  border-radius: 30px;
}
.container.mt-3 h4#fme_oc_confirm_modal_title.modal-title {
  color: #4e684a !important;
}
.jconfirm-buttons button {
  font-weight: 500 !important;
  border-radius: 30px !important;
  padding: 6px 18px !important;
}
#pwgc-purchase-container .pwgc-label, #pwgc-purchase-container label, #pwgc-redeem-form .pwgc-label, #pwgc-redeem-form label {
  font-weight: 500;
  font-size: 90%;
  margin-bottom: 6px;
  display: inline-block;
}
#pwgc-purchase-container .pwgc-input-text, #pwgc-purchase-container #pwgc-message, #pwgc-purchase-container #pwgc-redeem-gift-card-number, #pwgc-redeem-form .pwgc-input-text, #pwgc-redeem-form #pwgc-message, #pwgc-redeem-form #pwgc-redeem-gift-card-number {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
}
#pwgc-purchase-container #pwgc-form-to, #pwgc-redeem-form #pwgc-form-to {
  display: grid;
  /* stack mis-aligned fields on TO section */
}
#pwgc-purchase-container #pwgc-email-preview-container, #pwgc-redeem-form #pwgc-email-preview-container {
  border: 1px solid #CCCCCC;
  width: 95%;
}
/* WP Popups overrides */
body .spu-box {
  background-position: 440px;
  background-size: 560px !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body .spu-box {
    background-image: none !important;
  }
}
body .spu-box .spu-content {
  padding-right: 33%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body .spu-box .spu-content {
    padding-right: 0;
    text-align: center;
  }
}
body .spu-box .spu-content h3 {
  font-family: urw-din, sans-serif;
  margin-bottom: 15px !important;
  font-size: 24px;
  color: #4e684a;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
body .spu-box .spu-content .button {
  width: 95%;
  text-decoration: none;
}
body .spu-box .spu-content .button .far {
  font-size: 90%;
  margin-left: 5px;
}
body .spu-box .spu-content pre {
  font-size: 150%;
  margin-bottom: 20px;
  font-weight: 600;
  border: 2px dashed #CCC;
  display: block;
  padding: 5px 10px;
  text-align: center;
  width: 95%;
}
body .spu-box .spu-content p:last-child {
  margin-bottom: 0px;
}
body .spu-box .spu-content ul {
  font-size: 85%;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  body .spu-box .spu-content ul {
    list-style: disc;
    padding-left: 18px;
  }
}
body .spu-close {
  /* background: rgba(255, 255,255, 0.5) !important; */
  background: rgba(51, 85, 46, 0.75) !important;
  border-radius: 100% !important;
  padding: 7px !important;
}
body .spu-close-top_right {
  right: 12px;
  top: 9px;
}
body .spu-close:hover {
  background: #33552e !important;
}
/*  RMS booking 2022  */
/* for this to work probably requires a react portal to render the 2 nodes as root elements */
.booking-grid .main {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.booking-grid .main > * {
  grid-column: 1 / -1;
}
.booking-grid .main .booking__content {
  grid-column: 1 / 8;
}
.booking-grid .main .booking-property-availability__sidebar {
  grid-column: 9/12;
}
/* contains the core layout for all booking pages */
.booking {
  padding-top: 50px;
  padding-bottom: 50px;
  padding: 0;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .booking {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.booking__row {
  display: grid;
  grid-column-gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking__row {
    grid-template-columns: 2fr 1fr;
  }
}
.booking__row > div:last-child {
  /* push sidebar basket to top on mobile */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking__row > div:last-child {
    order: 1;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.booking__content {
  padding-top: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking__content {
    order: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking__content {
    padding-top: 60px;
    padding-right: 60px;
  }
}
.booking__title {
  margin-bottom: 15px;
}
.booking__text {
  margin-bottom: 50px;
}
.booking__message {
  margin-bottom: 50px;
  margin-top: -25px;
  padding: 20px;
  background: #FFF;
  border-radius: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking__message {
    margin-bottom: 30px;
  }
}
.booking__message h3 {
  color: #C69696;
  font-weight: 400;
  margin-bottom: 5px;
}
.booking__message p:last-child {
  margin-bottom: 5px;
}
.booking__message b {
  font-weight: 400;
}
.booking__message a {
  display: block;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
}
.booking__message a::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-left: 6px;
  font-size: 80%;
}
.booking__message a[href^="mailto:"] {
  font-weight: normal;
}
.booking.booking-availability {
  padding: 0;
}
.booking-content {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background: #FFF;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .booking-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .booking-content__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .booking-content__row > * {
    padding-left: 0px;
    padding-right: 0px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.booking-content header {
  padding: 15px 15px 30px 15px;
  color: #4e684a;
}
.booking-content__title {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.booking-content__subtitle {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 21px;
}
.booking-content__row {
  align-items: center;
  background: #EAECE9;
}
.booking-content__row:nth-child(odd) {
  flex-direction: row-reverse;
}
.booking-content__gallery img {
  object-fit: cover;
  width: 100%;
  max-height: 400px;
}
.booking-content__content {
  text-align: left;
  padding: 30px 40px;
}
.booking-content .swiper-button-next, .booking-content .swiper-button-prev {
  color: #FFF;
  background-image: none;
}
.booking-error {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  background: #FFF;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-error {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .booking-error {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.booking-error__title {
  color: #4e684a;
  font-weight: 400;
  margin-bottom: 20px;
}
.booking-error__action {
  margin-top: 40px;
}
.booking-search {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #EAECE9;
  /*&__inner > * {
            display: none;
    }
    
    &__inner::before {
        content: 'PLEASE NOTE BOOKING IS CURRENTLY DISABLED DUE TO ESSENTIAL MAINTENANCE ';
        display: block;
        text-align: center;
        font-weight: bold;
        
    }*/
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-search {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .booking-search {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-search__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-search__row > * {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .booking-search__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .booking-search__row > * {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
.booking-search__mobile-summary {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-search__mobile-summary {
    display: none;
  }
}
.booking-search__mobile-summary-text {
  flex-grow: 1;
  font-weight: 400;
  font-size: 90%;
  color: #4A4A4A;
}
.booking-search__mobile-summary-text::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #C69696;
  margin-right: 8px;
  font-weight: 300;
}
.booking-search__mobile-summary-text .num-nights {
  white-space: nowrap;
}
.booking-search__mobile-summary-action {
  padding: 8px 15px;
  white-space: nowrap;
  margin-left: 15px;
}
.booking-search__mobile-summary-action i {
  font-size: 85%;
  margin-left: 4px;
}
.booking-search__mobile-open {
  display: block;
  margin: 15px;
}
.booking-search__mobile-open.start-search {
  /* margin-top: -120px;  
      position: absolute;
       z-index:10;
      left: 5%;
      right: 5%; */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-search__mobile-open.start-search {
    display: flex;
    justify-content: space-between;
    background: #FFF;
    border: 1px solid #CCCCCC;
    color: #4e684a;
    text-transform: capitalize;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-search__mobile-open {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-search__desktop {
    display: none;
  }
}
.booking-search__row {
  align-items: flex-end;
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-search__row > .booking-search__form-control {
    border-right: 1px dashed #999;
  }
  .booking-search__row > .booking-search__form-control:nth-child(4) {
    border-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-search__row > * {
    margin-bottom: 20px;
  }
}
.booking-search__select-styled {
  background: #FFF;
  padding: 5px 10px;
  border-radius: 3px;
  position: relative;
  display: flex;
  align-items: center;
}
.booking-search__select-styled:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #4e684a;
  right: 10px;
  font-size: 20px;
  position: absolute;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .booking-search__select-styled:after {
    right: 10px;
  }
}
.booking-search__select-styled > select, .booking-search__select-styled > button {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  color: #4A4A4A;
  font-size: 16px;
  padding: 0;
  /* @include respond-to('xs') {
            padding-left: 0px; 
      }  */
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .booking-search__select-styled > select, .booking-search__select-styled > button {
    font-size: 85%;
  }
}
.booking-search__form-control label, .booking-search__form-control .label {
  display: block;
  color: #C69696;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
.booking-search__form-control.guests {
  flex-grow: 1;
  flex-basis: auto;
}
.booking-search__button {
  /* Find my stay button */
  flex-shrink: 1;
  flex-basis: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .booking-search__button {
    padding-left: 12px;
  }
}
.booking-search__form-submit {
  text-align: left;
  width: 100%;
  min-width: 160px;
  text-transform: none;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-search__form-submit {
    padding: 6px 20px;
  }
}
.booking-search__form-submit i {
  float: right;
  margin-top: 2px;
  font-size: 90%;
}
.booking-search__accommodation option:last-child {
  display: none;
}
.booking-search .clear-offers-msg a {
  background: #FFF;
  padding: 5px 15px;
  border-radius: 6px;
  color: #C69696;
  font-weight: 500;
  border: 2px solid #C69696;
}
.booking-search .clear-offers-msg a:hover {
  color: #111;
}
.booking-search .clear-offers-msg span {
  margin-right: 10px;
}
.booking-search .clear-offers-msg {
  color: #B78081;
  font-weight: 500;
}
/* modal */
#booking-search {
  background: #EAECE9;
  max-width: none;
  width: 100%;
  vertical-align: top;
  /* height: 100%; */
}
#booking-search .booking-search {
  padding-left: 0;
  padding-right: 0;
}
.jquery-modal.blocker {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 201;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .jquery-modal.blocker {
    padding: 0;
  }
}
.jquery-modal.blocker .modal {
  max-width: 1300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .jquery-modal.blocker .modal {
    border-radius: 0;
    width: 100%;
  }
}
.jquery-modal.blocker .modal a.close-modal {
  top: -6px;
  right: 16px;
  text-indent: inherit;
  background-image: none;
  color: transparent;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .jquery-modal.blocker .modal a.close-modal {
    top: -7px;
    right: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .jquery-modal.blocker .modal a.close-modal {
    opacity: 0.75;
  }
  .jquery-modal.blocker .modal a.close-modal:hover {
    opacity: 1;
  }
}
.jquery-modal.blocker .modal a.close-modal:after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 300;
  color: #4e684a;
  display: block;
  font-size: 30px;
}
body .booking-search__inner > * {
  display: block;
}
body .booking-search__inner::before {
  display: none;
}
.booking-search-results {
  padding-top: 50px;
  padding-bottom: 50px;
  background: transparent;
  padding-top: 0;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-search-results {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .booking-search-results {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .booking-search-results__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .booking-search-results__row > * {
    padding-left: 0px;
    padding-right: 0px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-search-results {
    background: #FFF;
  }
}
.booking-search-results__inner {
  max-width: none;
}
.booking-search-results__row {
  container-type: inline-size;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-search-results__row:first-child {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-search-results__row {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .booking-search-results__row > div {
    width: 50cqw;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  }
}
.booking-search-results__row .back-to-top {
  padding: 10px 0px;
  font-weight: 400;
  color: #4e684a;
}
.booking-search-results__row .back-to-top:hover {
  color: #111;
}
.booking-search-results__row:not(.visible) {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .booking-search-results__row[data-featured="1"] .booking-search-results__details {
    border: 5px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to top, #558850, #B78081) !important;
  }
}
.booking-search-results__row[data-featured="1"] .booking-search-results__details .booking-search-results__name::before {
  content: "Featured property";
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  color: #b78081;
  margin-top: -15px;
  font-weight: 500;
}
.booking-search-results__banner {
  background: #4e684a;
  color: #FFF;
  text-align: center;
  padding: 25px;
  margin-top: 80px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-search-results__banner {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .booking-search-results__images .swiper {
    width: 100%;
  }
}
.booking-search-results__images img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  height: 450px;
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .booking-search-results__images img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-search-results__images img {
    height: 275px;
  }
}
.booking-search-results__details {
  background: #FFF;
  padding: 50px 30px 30px 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-search-results__details {
    padding: 25px 0px;
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
    border-radius: 0;
  }
}
.booking-search-results__name {
  /* text-transform: uppercase;
       letter-spacing: 1.5px; */
  color: #4e684a;
  font-weight: 400;
  font-size: 27px;
}
.booking-search-results__name a {
  color: #5B7358;
}
.booking-search-results__name a:hover {
  color: #111;
}
.booking-search-results__description {
  max-height: 75px;
  overflow: hidden;
  /* crude limit to 3 lines of text */
}
.booking-search-results__highlights {
  line-height: 1.66em;
  margin: 10px 0px;
}
.booking-search-results__highlights li {
  display: inline-block;
  font-weight: 400;
  margin-right: 15px;
}
.booking-search-results__highlights li.show-all a {
  color: #666;
  background: #F8F8F8;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 85%;
}
.booking-search-results__highlights li.show-all a:hover {
  background: #EAECE9;
  color: #5B7358;
}
.booking-search-results__highlights li:not(.show-all)::after {
  display: none;
  content: "|";
  /* pipe divider */
  font-family: "Font Awesome 6 Pro";
  color: #4e684a;
  margin-left: 10px;
}
.booking-search-results__highlights li:not(.show-all)::before {
  content: "";
  /* tick */
  font-family: "Font Awesome 6 Pro";
  color: #C69696;
  margin-right: 8px;
}
.booking-search-results__highlights li a {
  color: #C69696;
}
.booking-search-results__highlights li a::after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  margin-left: 5px;
  font-size: 85%;
}
.booking-search-results__dates {
  font-weight: 500;
  color: #4e684a;
  margin-bottom: 20px;
}
.booking-search-results__dates .num-nights {
  text-transform: lowercase;
  font-weight: 400;
  white-space: nowrap;
}
.booking-search-results__dates.date-warning::before {
  content: "These dates differ from your original search";
  color: #c67d7d;
  display: block;
  margin-bottom: 8px;
  font-size: 90%;
}
.booking-search-results__dates span.dates::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #C69696;
  margin-right: 8px;
  font-weight: 300;
  font-size: 18px;
}
.booking-search-results__price form {
  display: flex;
  justify-content: space-between;
  align-items: end;
  /* button style for radio select */
  /* button style where there is only 1 rate */
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .booking-search-results__price form {
    padding-top: 10px;
    margin-top: 25px;
    border-top: 1px dotted #999;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-search-results__price form {
    align-items: flex-start;
    flex-direction: column;
  }
}
.booking-search-results__price form .booking-search-results__button {
  font-size: 18px;
  margin-bottom: 18px;
}
.booking-search-results__price form .booking-search-results__price__options.single__rate + .booking-search-results__button {
  font-size: 24px;
  margin-bottom: 0;
}
.booking-search-results__price .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  margin-left: 7px;
}
.booking-search-results__price .tooltip i {
  color: #888;
}
.booking-search-results__price .tooltip i:hover {
  color: #4e684a;
}
.booking-search-results__price .tooltip:hover .tooltiptext, .booking-search-results__price .tooltip .tooltip:focus .tooltiptext {
  /* Show the tooltip text when you mouse over the tooltip container */
  visibility: visible;
}
.booking-search-results__price .tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: #F0F0F0;
  color: #4a4a4a;
  font-size: 14px;
  padding: 12px;
  border-radius: 3px;
  position: absolute;
  z-index: 2;
  font-weight: 400;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  border: 1px solid #CCC;
}
.booking-search-results__price-notes {
  font-size: 16px;
  color: #4e684a;
  font-weight: 400;
  display: none;
  /* for phase two */
}
.booking-search-results__price__options {
  margin-bottom: 15px;
}
.booking-search-results__price__options::before {
  content: "Choose rate:";
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #C69696;
  font-size: 90%;
}
@media only screen and (min-width: 1440px) and (max-width: 9999px) {
  .booking-search-results__price__options.single__rate + .booking-search-results__button {
    margin-top: 20px;
  }
}
.booking-search-results__price__options.single__rate::before {
  content: "Rate info:";
  font-weight: 500;
  color: #C69696;
  font-size: 90%;
  display: block;
  margin-bottom: 3px;
}
.booking-search-results__price__options.single__rate .single-rate-name {
  font-weight: 500;
  color: #4e684a;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-search-results__price__options {
    width: 100%;
  }
  .booking-search-results__price__options div {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .booking-search-results__price__options .tooltiptext {
    right: 0;
    max-width: 70vw !important;
  }
}
.booking-search-results__price__option {
  display: inline-block;
  font-weight: 500;
  color: #5B7358;
  margin-bottom: 4px;
  cursor: pointer;
}
.booking-search-results__price__option:hover {
  color: #111;
}
.booking-search-results__price__option input {
  margin-right: 4px;
}
.booking-search-results__price__option .rate-info {
  color: #C69696;
}
.booking-search-results__price__option .rate-info:hover {
  color: #111;
}
.booking-search-results__button .from {
  font-size: 18px;
  text-transform: none;
}
.booking-search-results__button span.pence {
  font-size: 66%;
}
.booking-search-results__alert {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  padding-top: 30px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-search-results__alert {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .booking-search-results__alert {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-search-results__alert {
    padding: 0;
    padding-bottom: 10px;
  }
}
.booking-search-results__alert + .booking-search-results__no-near-matches {
  padding-top: 10px;
}
.booking-search-results__alert__inner {
  color: #4e684a;
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: 10px;
}
.booking-search-results__alert__inner::before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  margin-right: 8px;
  color: #c67d7d;
}
.booking-search-results__no-near-matches {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 0px;
  text-align: center;
  font-weight: 500;
  color: #4e684a;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-search-results__no-near-matches {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .booking-search-results__no-near-matches {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.booking-search-results__no-near-matches__inner h3 {
  background: #FFF;
  display: inline-block;
  font-weight: 400;
  padding: 5px 20px;
  border-radius: 25px;
}
.booking-search-results__no-near-matches + .booking-search-results__banner {
  margin-top: 30px;
}
.booking-search-results .no-matches {
  color: #4e684a;
}
.booking-search-results .no-matches__inner {
  max-width: 1300px;
  margin: auto;
  font-weight: 400;
  text-align: center;
}
.booking-search-results .no-matches + .booking-search-results__banner {
  margin-top: 30px;
}
.booking-search-results-header {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #FFF;
  padding: 20px 0px;
  position: sticky;
  top: 50px;
  z-index: 5;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-search-results-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .booking-search-results-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .booking-search-results-header {
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.075);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-search-results-header {
    padding: 20px !important;
  }
}
.booking-search-results-header__inner {
  display: flex;
  justify-content: space-between;
  color: #4e684a;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-search-results-header__inner {
    align-items: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-search-results-header__inner {
    flex-direction: column;
  }
}
.booking-search-results-header__results-count {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 400;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-search-results-header__results-count {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.booking-search-results-header__results-controls {
  font-size: 15px;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  flex-basis: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .booking-search-results-header__results-controls {
    flex-basis: 60%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .booking-search-results-header__results-controls {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-search-results-header__results-controls li {
    margin-left: 50px;
  }
}
.booking-search-results-header__results-controls li.sort-results {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-search-results-header__results-controls li {
    flex-basis: 50%;
  }
  .booking-search-results-header__results-controls li a {
    padding: 10px;
    border: 1px solid #EEE;
    border-radius: 30px;
    box-shadow: 0px 0px 4px 2px #F1F1F1;
  }
  .booking-search-results-header__results-controls li a:hover {
    /* border-color: $default-link-color; */
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-search-results-header__results-controls li:last-child {
    margin-left: 15px;
  }
}
.booking-search-results-header__results-controls li a {
  color: #5B7358;
  font-weight: 500;
  outline: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-search-results-header__results-controls li a {
    text-align: center;
    display: block;
  }
}
.booking-search-results-header__results-controls li a::before {
  font-family: "Font Awesome 6 Pro";
  color: #4e684a;
  margin-right: 10px;
}
.booking-search-results-header__results-controls li.filter-results a::before {
  /*content: '\e0ad'; */
  content: "";
}
.booking-search-results-header__results-controls li.sort-results a::before {
  content: "";
}
.booking-search-results-header__results-controls .filter-dates-action::before {
  content: "";
}
.booking-search-results-header__results-controls .filter-dates-action.exact-dates::before {
  content: "";
  color: #C69696;
}
.booking-search-results-header__results-controls .filter-dates-action.exact-dates {
  color: #C69696;
}
.booking-search-results-header #filters-panel {
  display: none;
  margin-top: 30px;
}
.booking-search-results-header__filters {
  max-width: 1300px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-search-results-header__filters-row {
    display: flex;
    align-items: flex-end;
  }
  .booking-search-results-header__filters-row > div:first-child {
    flex-grow: 1;
  }
}
.booking-search-results-header__filters-row .close-button {
  padding: 6px 18px;
  font-size: 100%;
  white-space: nowrap;
}
.booking-search-results-header__filters-row .close-button i {
  margin-right: 3px;
  margin-left: -6px;
}
.booking-search-results-header__filters-list {
  font-size: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-search-results-header__filters-list.beds-list {
    margin-bottom: 0px;
  }
}
.booking-search-results-header__filters-list.beds-list li a::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 6px;
  color: #4e684a;
}
.booking-search-results-header__filters-list.beds-list li.selected a::before {
  content: "";
  font-weight: 600;
}
.booking-search-results-header__filters-list.features-list li a::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 6px;
  color: #4e684a;
}
.booking-search-results-header__filters-list.features-list li.selected a::before {
  content: "";
  font-weight: 600;
}
.booking-search-results-header__filters-list li {
  display: inline;
  margin-right: 20px;
  font-weight: 400;
  line-height: 175%;
}
.booking-search-results-header__filters-list li a {
  color: #5B7358;
  white-space: nowrap;
}
.booking-search-results-header__filters-list li a:hover {
  color: #C69696;
}
.booking-search-results-header__filters-type {
  color: #C69696;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
.booking-search-results-header.filters-shown {
  /* box-shadow: 0px 3px 3px 0px #DDD; */
}
.booking-search-results-header.filters-shown .booking-search-results-header__results-count, .booking-search-results-header.filters-shown .sort-results, .booking-search-results-header.filters-shown .filter-dates {
  opacity: 0.33;
}
.booking-search-results-header.filters-shown li .filter-results-action, .booking-search-results-header.filters-shown li .filter-results-action::before {
  color: #C69696;
}
.booking-search-results-header.filters-shown li .filter-results-action::before {
  content: "";
}
.booking-search-results-header .clear-offers-msg {
  color: #C69696;
  font-weight: 500;
}
.booking-search-results-header .clear-offers-msg span {
  margin-right: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-search-results-header .clear-offers-msg span {
    display: block;
    margin-bottom: 15px;
  }
}
.booking-search-results-header .clear-offers-msg a {
  background: #FFF;
  padding: 5px 15px;
  border-radius: 20px;
  color: #4e684a;
  font-weight: 500;
  border: 2px solid #4e684a;
}
.booking-search-results-header .clear-offers-msg a:hover {
  color: #111;
  border-color: #111;
  transition: 0.2s ease;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-search-results-header .clear-offers-msg a {
    margin-bottom: 10px;
    display: inline-block;
  }
}
.booking-extras {
  /*
  &__row > * {
    @include respond-to('xs') {
      padding-left: 0;
      padding-right: 0;
    }
  }

  &__content {
    padding-top: 30px;
    @include respond-to('sm') {
      padding-top: 60px;
      padding-right: 60px;
    }
  }

  &__title {
    @extend %h3;
    @extend %booking-main-title;
    margin-bottom: 15px;

  }

  &__text {
    @extend %text;
    margin-bottom: 50px;
  }
*/
  /* extras */
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-extras__row-extras {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-extras__row-extras > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-extras__row-extras > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-extras__row-extras > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-extras__row-extras > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}
.booking-extras__row-extras {
  border-top: 1px dashed #4e684a;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}
.booking-extras__row-extras .booking-extras__image::after {
  content: "";
  /* defaultl - tick symbol*/
}
.booking-extras__row-extras[data-id="3"] .booking-extras__image::after {
  content: "";
  /* early arrival */
}
.booking-extras__row-extras[data-id="39"] .booking-extras__image::after {
  content: "";
  /* hot tub */
}
.booking-extras__row-extras[data-id="148"] .booking-extras__image::after {
  content: "";
  /* logs */
}
.booking-extras__row-extras[data-id="5"] .booking-extras__image::after, .booking-extras__row-extras[data-id="6"] .booking-extras__image::after, .booking-extras__row-extras[data-id="6253"] .booking-extras__image::after {
  content: "";
  /* dogs */
}
.booking-extras__row-extras[data-id="5004"] .booking-extras__image::after {
  content: "";
  /* prosecco */
}
.booking-extras__row-extras[data-id="5069"] .booking-extras__image::after {
  content: "";
  /* flowers */
}
.booking-extras__row-extras[data-id="5474"] .booking-extras__image::after, .booking-extras__row-extras[data-id="5475"] .booking-extras__image::after, .booking-extras__row-extras[data-id="5476"] .booking-extras__image::after, .booking-extras__row-extras[data-id="5477"] .booking-extras__image::after, .booking-extras__row-extras[data-id="11964"] .booking-extras__image::after {
  content: "";
  /* utensils - Hampers*/
}
.booking-extras__row-extras[data-id="2783"] .booking-extras__image::after, .booking-extras__row-extras[data-id="2784"] .booking-extras__image::after, .booking-extras__row-extras[data-id="2785"] .booking-extras__image::after {
  content: "";
  /* tree - Wild East*/
}
.booking-extras__row-extras[data-id="2925"] .booking-extras__image::after, .booking-extras__row-extras[data-id="2926"] .booking-extras__image::after, .booking-extras__row-extras[data-id="2927"] .booking-extras__image::after {
  content: "";
  /* heart - Ukraine*/
}
.booking-extras__row-extras[data-id="4978"] .booking-extras__image::after, .booking-extras__row-extras[data-id="4979"] .booking-extras__image::after, .booking-extras__row-extras[data-id="4980"] .booking-extras__image::after, .booking-extras__row-extras[data-id="4981"] .booking-extras__image::after, .booking-extras__row-extras[data-id="4982"] .booking-extras__image::after, .booking-extras__row-extras[data-id="4983"] .booking-extras__image::after, .booking-extras__row-extras[data-id="4986"] .booking-extras__image::after, .booking-extras__row-extras[data-id="4987"] .booking-extras__image::after {
  content: "";
  /* turkey- Christmas meals */
}
.booking-extras__row-extras[data-id="5863"] .booking-extras__image::after, .booking-extras__row-extras[data-id="5864"] .booking-extras__image::after, .booking-extras__row-extras[data-id="5865"] .booking-extras__image::after, .booking-extras__row-extras[data-id="5866"] .booking-extras__image::after, .booking-extras__row-extras[data-id="5867"] .booking-extras__image::after {
  content: "";
  /* bike hire */
}
.booking-extras__row-extras[data-id="6557"] .booking-extras__image::after, .booking-extras__row-extras[data-id="6558"] .booking-extras__image::after {
  content: "";
  /* Nature package */
}
.booking-extras__row-extras[data-id="12318"] .booking-extras__image::after {
  content: "";
  /* Cheese Plate */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-extras__row-extras {
    display: flex;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-extras__row-extras > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.booking-extras .nice-number button {
  background: transparent;
  padding: 0;
  height: 24px;
  color: #4e684a;
  border-radius: 100%;
  text-align: center;
  margin: 5px;
  border: 1px solid #CCC;
  width: 24px;
}
.booking-extras .nice-number button:hover {
  border-color: #4e684a;
}
.booking-extras .item-qty {
  max-width: 42px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-extras__image {
    background: rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.booking-extras__image::after {
  font-family: "Font Awesome 6 Pro";
  font-size: 60px;
  color: #C69696;
  font-weight: 100;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-extras__image::after {
    font-size: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-extras__image {
    flex-basis: 20%;
  }
}
.booking-extras__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-extras__details {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-extras__details {
    flex-basis: 80%;
  }
}
.booking-extras__name {
  color: #4e684a;
  font-weight: 400;
  margin-bottom: 8px;
}
.booking-extras__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-extras__price .price {
  font-weight: 400;
  color: #4e684a;
  /*&::before {
          content: ' + ';
      } */
}
.booking-login {
  padding-top: 50px;
  padding-bottom: 50px;
  /* move Book Your Stay summary box to top on mobile */
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-login {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .booking-login {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-login__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-login__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-login__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-login__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-login__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-login__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-login__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-login__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-login__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-login {
    padding-top: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-login .booking__row > div:first-child {
    order: 2;
    margin-top: 35px;
  }
}
.booking-login.standalone {
  /* styles for main Login screen, forgot pass - NOT IN USE  */
}
.booking-login.standalone .booking-login__title, .booking-login.standalone .booking-login__text {
  text-align: center;
}
.booking-login.standalone .booking-login__form-holder {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-login.standalone .booking-login__form-holder {
    max-width: 45%;
  }
}
.booking-login.standalone .booking-login__form .booking-login__button {
  flex-basis: 100%;
}
.booking-login.standalone .booking-login__form .booking-login__continue-guest {
  display: none;
}
.booking-login__title {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-login__text {
    margin-right: 30px;
  }
}
.booking-login__continue-guest {
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-login__continue-guest {
    width: 100%;
  }
}
.booking-login__form {
  padding: 25px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 5px;
  box-shadow: 3px 3px 3px 0 #E5E5E5;
  border: 1px solid #DDD;
}
.booking-login__form-holder .user-message {
  padding: 7px 10px;
  border: 1px solid #CCCCCC;
  text-align: center;
  border-radius: 5px;
  background: #f2f2f2;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 90%;
}
.booking-login__form-holder .user-message.success {
  border-color: #c0d9bc;
  background: #f2fff0;
}
.booking-login__form-holder .user-message.error {
  border-color: #d9bcbc;
  background: #fff0f0;
}
.booking-login__form-holder .user-message i {
  margin-right: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-login__form-holder {
    max-width: 75%;
  }
}
.booking-login__form .password-container {
  position: relative;
  margin-bottom: 8px;
}
.booking-login__form .password-container input:not([type="checkbox"]) {
  margin-bottom: 0;
}
.booking-login__form .password-container i {
  position: absolute;
  top: 50%;
  transform: translate(-150%, -50%);
  z-index: 1;
  cursor: pointer;
}
.booking-login__form input:not([type="checkbox"]), .booking-login__form textarea, .booking-login__form select {
  margin-bottom: 18px;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}
.booking-login__form input:not([type="checkbox"]):focus, .booking-login__form textarea:focus, .booking-login__form select:focus {
  outline: none;
  border-color: #4e684a;
}
.booking-login__form input:not([type="checkbox"])::placeholder, .booking-login__form textarea::placeholder, .booking-login__form select::placeholder {
  /* color: transparent; */
  font-size: 14px;
}
.booking-login__forgot-pass {
  float: right;
  color: #999;
  font-weight: 400;
}
.booking-login__forgot-pass:hover {
  color: #5B7358;
  text-decoration: underline;
}
.booking-login label span {
  display: block;
  color: #4e684a;
  margin-bottom: 8px;
  font-weight: 400;
}
.booking-login__actions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-login__actions .fa-blank {
  width: 0px;
}
.booking-login__button {
  flex-basis: 33%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-login__button {
    flex-basis: 100%;
  }
}
.booking-login__button .fa-spinner {
  margin-right: 6px;
}
.booking-login .booking-sidebar__basket-button {
  display: none;
}
.booking-progressbar {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
  background: #af9872;
  font-size: 15px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-progressbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .booking-progressbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-progressbar {
    display: none;
  }
}
.booking-progressbar__inner {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.booking-progressbar__title {
  color: #FFF;
  flex-grow: 1;
}
.booking-progressbar__items {
  display: inline-flex;
  color: #FFF;
  font-weight: 400;
}
.booking-progressbar__items li {
  opacity: 0.5;
  margin-left: 40px;
  white-space: nowrap;
}
.booking-progressbar__items li::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 7px;
}
.booking-progressbar__items li.complete {
  opacity: 1;
}
.booking-property {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #FFF;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-property {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .booking-property {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.booking-property__content {
  display: flex;
  /* align-items: center;*/
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-property__content {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-property__content > * {
    padding: 0px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-property__description {
    flex-basis: 50%;
    padding: 16px 60px 0px 0px;
  }
}
.booking-property__description .dog-policy {
  display: block;
  margin-top: 20px;
}
.booking-property__description .dog-policy strong {
  font-weight: 400;
}
.booking-property__description .dog-policy a {
  text-decoration: underline;
  color: #5B7358;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-property__features {
    border-left: 1px solid #CCCCCC;
    flex-basis: 50%;
    padding: 0px 0px 0px 60px;
  }
}
.booking-property__features ul {
  display: flex;
  flex-wrap: wrap;
}
.booking-property__features ul li {
  font-weight: 400;
  padding-left: 22px;
  position: relative;
  font-size: 90%;
}
.booking-property__features ul li:before {
  position: absolute;
  left: 0;
}
.booking-property__features ul li:empty {
  display: none;
}
.booking-property__features ul.beds-list .sleeps {
  margin-right: 6px;
}
.booking-property__features ul.beds-list::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #C69696;
  margin-right: 8px;
}
.booking-property__features ul.features-list li {
  line-height: 24px;
  margin-bottom: 4px;
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-property__features ul.features-list li {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.booking-property__features ul.features-list li::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #C69696;
  margin-right: 8px;
}
.booking-property-availability {
  padding-top: 50px;
  padding-bottom: 50px;
  /*  @include variable-columns((size:md, basis:3, margin:0px, cols:(2, 1))); */
  padding-top: 30px;
  padding-bottom: 0;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-property-availability {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .booking-property-availability {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.booking-property-availability .booking-sidebar {
  /* ensure sidebar remains visible on property page for mob */
  /*@include respond-to('xs') {
            display: flex;
            margin-left: -20px;
            margin-right: -20px;
            flex-direction: column-reverse;
        } */
}
.booking-property-availability .booking-sidebar .booking-sidebar__title, .booking-property-availability .booking-sidebar .booking-property-availability__calendar-title {
  /*   @include respond-to('xs') {
                 margin-bottom: 15px;
                  text-align: center;
              } */
}
.booking-property-availability + .booking-property-availability {
  padding-top: 0;
}
.booking-property-availability__inner {
  max-width: 1300px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-property-availability__image {
    display: none;
  }
}
.booking-property-availability__calendar {
  flex-basis: 66.6666%;
  /* background: #FFF; */
  text-align: center;
  padding-top: 15px;
  /* popup workarounds */
  /*  .occupancy-popup {
            position: absolute;
            padding: 10px;
            top: 0;
            right: 0;
            margin-top: 20px;
            background-color: #FFF;
            z-index: 1;
            min-width: 100px;
            white-space: nowrap;
            border: 1px solid rgba(0,0,0,0.5);
        }
        .occupancy-popup input {
            max-width: 40px;
        }
        .occupancy-popup__closer {
            position: absolute;
            top: 0;
            right: 0;
            transform: translate(50%,-50%);
        } */
  /* sidebar commas */
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-property-availability__calendar {
    padding-right: 30px;
  }
}
.booking-property-availability__calendar-title {
  text-align: left;
  color: #4e684a;
  border-bottom-color: #4e684a;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-property-availability__calendar-title {
    margin-bottom: 20px;
  }
}
.booking-property-availability__calendar .booking-search__select-styled {
  background: #FFF;
}
.booking-property-availability__calendar select {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  /*text-indent: -2px; */
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-property-availability__calendar select#guests {
    min-width: 180px;
  }
  .booking-property-availability__calendar select#nights {
    min-width: 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .booking-property-availability__calendar select {
    font-size: 90%;
  }
}
.booking-property-availability__calendar-control {
  flex-basis: auto;
  flex-grow: 1;
}
.booking-property-availability__calendar-control > label, .booking-property-availability__calendar-control > .label {
  display: block;
  color: #C69696;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
.booking-property-availability__calendar-control-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .booking-property-availability__calendar-control-row {
    border-bottom: 1px dashed #4e684a;
    margin-bottom: 20px;
  }
}
.booking-property-availability__calendar-control-row > * {
  text-align: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-property-availability__calendar-control-row > * {
    flex-basis: 100%;
    padding-right: 0;
  }
}
.booking-property-availability__calendar-control-row > *:last-child {
  padding-right: 0;
}
.booking-property-availability__calendar-control-row-title {
  flex-grow: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  color: #4e684a;
  padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-property-availability__calendar-control-row-title {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.booking-property-availability__calendar-control-row-title span {
  display: block;
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
  color: #b78081;
}
.booking-property-availability__calendar-disclaimer {
  margin: 30px 0;
  font-size: 90%;
}
.booking-property-availability__calendar-grid {
  /* Calendar Grid */
}
.booking-property-availability__calendar-grid #calendar {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, calc(100% / 7));
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-property-availability__calendar-grid #calendar {
    /* margin-left: -20px;
            margin-right: -20px;*/
    grid-template-columns: 1fr;
    font-size: calc(min(3vw, 16px));
    width: unset;
  }
}
.booking-property-availability__calendar-grid #calendar tr, .booking-property-availability__calendar-grid #calendar tbody {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(7, calc(100% / 7));
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-property-availability__calendar-grid #calendar tr, .booking-property-availability__calendar-grid #calendar tbody {
    /* grid-template-columns: 1fr; */
  }
}
.booking-property-availability__calendar-grid #calendar tr {
  /* grid-column: 1 / 2; */
}
.booking-property-availability__calendar-grid caption {
  /* Month display title */
  text-align: center;
  grid-column: 1 / -1;
  font-size: 130%;
  font-weight: normal;
  padding: 10px 0;
  color: #33552E;
  display: flex;
  justify-content: space-between;
  width: 260px;
  margin: auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-property-availability__calendar-grid caption {
    padding-bottom: 25px;
  }
}
.booking-property-availability__calendar-grid caption button {
  /* month page fwd-back */
  padding: 0 8px;
  background: #FFF;
  border-radius: 100%;
  border: 1px solid #FFF;
  margin: 0 10px;
  appearance: none;
}
.booking-property-availability__calendar-grid caption button:hover {
  border-color: #CCC;
}
.booking-property-availability__calendar-grid caption button:hover i {
  color: #4e684a;
}
.booking-property-availability__calendar-grid caption button i {
  color: #666;
}
.booking-property-availability__calendar-grid caption button:hover {
  border-color: #33552E;
}
.booking-property-availability__calendar-grid #calendar a {
  color: #33552d;
  text-decoration: none;
}
.booking-property-availability__calendar-grid #calendar td, .booking-property-availability__calendar-grid #calendar th {
  padding: 8px;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #CCC;
}
.booking-property-availability__calendar-grid #calendar td:last-child {
  border-right: 1px solid #ccc;
}
.booking-property-availability__calendar-grid #calendar .weekdays {
  border-bottom: 1px solid #CCC;
}
.booking-property-availability__calendar-grid #calendar .weekdays th {
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  border: none !important;
  padding: 10px 6px;
  color: #666;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-property-availability__calendar-grid #calendar .weekdays th {
    display: none;
  }
}
.booking-property-availability__calendar-grid #calendar td {
  min-height: 70px;
  display: flex;
  flex-direction: column;
  background: #FFF;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-property-availability__calendar-grid #calendar td {
    min-height: 100px;
  }
}
.booking-property-availability__calendar-grid #calendar td.day:not(.has-price):not(.price-selected):not(.other-month) {
  background: linear-gradient(to left top, #FFF 50%, #FFF 49.9%, #CCC 50.5%, #FFF 50.8%);
}
.booking-property-availability__calendar-grid #calendar td.day.other-month {
  background-color: #F6F6F6;
}
.booking-property-availability__calendar-grid #calendar td.day.other-month .date {
  color: #AAA;
}
.booking-property-availability__calendar-grid #calendar .days li:hover {
  background: #d3d3d3;
}
.booking-property-availability__calendar-grid #calendar .date {
  text-align: center;
  margin-bottom: 5px;
  flex: 0 0 auto;
  align-self: flex-start;
  color: #C69696;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-property-availability__calendar-grid #calendar .date {
    padding: 4px;
  }
}
.booking-property-availability__calendar-grid #calendar .diagonal {
  /* sold indicator */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.booking-property-availability__calendar-grid #calendar .price-selected, .booking-property-availability__calendar-grid #calendar .has-price {
  justify-content: space-between;
  text-align: left;
  color: #33552E;
}
.booking-property-availability__calendar-grid #calendar .price-selected .date, .booking-property-availability__calendar-grid #calendar .has-price .date {
  color: inherit;
}
.booking-property-availability__calendar-grid #calendar .has-price {
  cursor: pointer;
}
.booking-property-availability__calendar-grid #calendar .has-price:hover {
  background: #fcf5ec;
  transition: 0.15s ease;
}
.booking-property-availability__calendar-grid #calendar .has-price:hover .price {
  /*color:  #54804e;*/
  transition: 0.15s ease;
}
.booking-property-availability__calendar-grid #calendar .price-selected {
  background: #fcf5ec;
  transition: 0.075s ease;
}
.booking-property-availability__calendar-grid #calendar .price-selected:hover .price {
  color: #54804e;
  transition: 0.15s ease;
}
.booking-property-availability__calendar-grid #calendar .price-available {
  /* not in use */
  background: #F5F5F5;
}
.booking-property-availability__calendar-grid #calendar .price {
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-property-availability__calendar-grid #calendar .price {
    font-size: 21px;
  }
}
.booking-property-availability__calendar-grid #calendar .other-month.date {
  color: #999;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-property-availability__calendar-grid #calendar li {
    height: auto !important;
    border: 1px solid #ededed;
    width: 100%;
    padding: 10px;
  }
}
.booking-property-availability__calendar .booking-search__select-styled button {
  background-color: transparent;
}
.booking-property-availability__calendar .booking-search__select-styled {
  position: relative;
}
.booking-property-availability__calendar .guests span + span:before {
  content: ", ";
}
.booking-property-availability__sidebar {
  flex-basis: 33.3333%;
  /* background-image: url('/wp-content/themes/fritton2020/library/images/booking-sidebar-background.png');
      background-position: bottom;
      background-repeat: no-repeat; */
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-property-availability__sidebar {
    background-color: #33552E;
  }
}
.booking-property-resort-info {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: 0;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-property-resort-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .booking-property-resort-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.booking-property-resort-info__inner {
  background-image: url(https://www.fritton2022.superwire.co.uk/wp-content/uploads/2020/01/Firtton-Lake-3.jpg);
  background-position: -200px center;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-property-resort-info .booking-resort-info__inner {
    min-height: 400px;
  }
}
.booking-property-header {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-property-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .booking-property-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.booking-property-header__inner > * {
  display: flex;
  justify-content: space-between;
}
.booking-property-header__nav .share-this i {
  margin-right: 6px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-property-header__nav .share-this span {
    display: none;
  }
}
.booking-property-header__nav li {
  display: inline;
  color: #C69696;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.booking-property-header__nav li:not(:last-child):after {
  content: " / ";
}
.booking-property-header__nav li a {
  color: #C69696;
}
.booking-property-header__nav li a:hover {
  text-decoration: underline;
  color: #5B7358;
}
.booking-property-header__property-name {
  /* text-transform: uppercase;
        letter-spacing: 1.5px; */
  color: #4e684a;
  font-weight: 400;
  padding-right: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-property-header__property-name {
    margin: 10px 0px;
  }
}
.booking-property-header__bottom {
  flex-wrap: wrap;
  align-items: center;
}
.booking-property-header__bottom a.check-availability i {
  margin-left: 8px;
}
.booking-property-images {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #FFF;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-property-images {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .booking-property-images {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-property-images {
    padding: 0;
  }
}
.booking-property-images__inner {
  position: relative;
  max-width: 1440px;
}
.booking-property-images__grid {
  max-height: 66vh;
  overflow: hidden;
  display: grid;
  grid-gap: 10px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 1fr;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-property-images__grid {
    grid-template-columns: 1fr;
  }
}
.booking-property-images__grid img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.booking-property-images__grid .large-image {
  grid-row: 1 / span 2;
  grid-column: 1;
}
.booking-property-images__grid .small-image {
  max-height: 33vh;
  grid-row: 1;
  grid-column: 2;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-property-images__grid .small-image {
    display: none;
  }
}
.booking-property-images__grid .small-image:nth-child(2) {
  grid-row: 2;
  grid-column: 2;
}
.booking-property-images__action {
  position: absolute;
  right: 30px;
  bottom: 30px;
  padding: 10px 20px;
  z-index: 10;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-property-images__action {
    right: 0;
    bottom: -1px;
    border-radius: 0;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
  }
}
.booking-property-images__action i {
  margin-left: 8px;
}
/* Modal - Photo popup */
#property-photos img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  object-fit: cover;
  max-height: 75vh;
}
#petPolicy {
  padding-right: 50px;
}
/* Modal Share tools */
#share-tools {
  text-align: center;
  max-width: 300px;
}
#share-tools h5 {
  margin-top: 10px;
  margin-bottom: 20px;
}
#share-tools .meks_ess {
  justify-content: center;
}
#share-tools .meks_ess a.meks_ess-item {
  margin-bottom: 7px;
}
body.single-rms_category footer {
  background: #FFF;
}
.booking-sidebar {
  background: #FFF;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-sidebar {
    background: #33552E;
    height: 100%;
  }
}
.booking-sidebar__inner {
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-sidebar__inner {
    color: #FFF;
    position: sticky;
    top: 66px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-sidebar__inner {
    border-top: 1px solid #DDD;
    font-weight: 400;
    padding: 30px 20px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  }
}
.booking-sidebar__image {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-sidebar__image {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
  }
}
.booking-sidebar__title, .booking-property-availability__calendar-title {
  /* Book your stay */
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-sidebar__title, .booking-property-availability__calendar-title {
    border-bottom: 1px dashed #C69696;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-sidebar__title, .booking-property-availability__calendar-title {
    color: #4e684a;
    font-size: 18px;
    font-weight: 500;
  }
}
.booking-sidebar__basket {
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-sidebar__basket {
    margin-bottom: 10px;
  }
}
.booking-sidebar__basket-title, .booking-sidebar__basket-items.rates::before {
  /* Details */
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-sidebar__basket-title, .booking-sidebar__basket-items.rates::before {
    display: none;
  }
}
.booking-sidebar__basket-items {
  font-weight: 400;
  /* choose rate */
}
.booking-sidebar__basket-items .num-nights {
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-sidebar__basket-items {
    line-height: 1.66em;
    margin: 0;
    margin-bottom: 25px;
  }
}
.booking-sidebar__basket-items li {
  display: flex;
  line-height: 1.33em;
  margin-bottom: 8px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-sidebar__basket-items li {
    display: inline;
  }
}
.booking-sidebar__basket-items li .priced-item, .booking-sidebar__basket-items li .rate-name {
  flex-grow: 1;
}
.booking-sidebar__basket-items li.membership-fee {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-sidebar__basket-items li:not(:last-child)::after {
    content: ", ";
  }
}
.booking-sidebar__basket-items li::before {
  color: #C69696;
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  content: "";
  width: 20px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-sidebar__basket-items li::before {
    display: none;
  }
}
.booking-sidebar__basket-items li.accommodation .price {
  margin-left: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-sidebar__basket-items li.accommodation .price {
    display: none;
  }
}
.booking-sidebar__basket-items li.accommodation::before {
  content: "";
}
.booking-sidebar__basket-items li.dates::before {
  content: "";
}
.booking-sidebar__basket-items li.discount::before {
  content: "";
}
.booking-sidebar__basket-items li.times::before {
  content: "";
}
.booking-sidebar__basket-items li.times .check-out-time::before {
  content: ", ";
}
.booking-sidebar__basket-items li.guests::before {
  content: "";
}
.booking-sidebar__basket-items li.guests .num-children::before, .booking-sidebar__basket-items li.guests .num-infants::before {
  content: ", ";
}
.booking-sidebar__basket-items li.membership-fee::before {
  content: "";
}
.booking-sidebar__basket-items li.accommodation-fee::before {
  content: "";
}
.booking-sidebar__basket-items li.accommodation-rate::before {
  content: "";
}
.booking-sidebar__basket-items li.extras::before {
  content: "";
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-sidebar__basket-items li.extras .price {
    margin-left: 8px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-sidebar__basket-items li.extras:last-child::after {
    display: none;
  }
}
.booking-sidebar__basket-items a.rate-info {
  color: #FFF;
  opacity: 0.75;
}
.booking-sidebar__basket-items a.rate-info i {
  font-weight: 400;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-sidebar__basket-items a.rate-info {
    color: #4e684a;
    margin-left: 4px;
    flex-grow: 1;
  }
}
.booking-sidebar__basket-items a.rate-info:hover {
  opacity: 1;
}
.booking-sidebar__basket-items a.rate-info + .price {
  margin-left: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-sidebar__basket-items.rates {
    clear: both;
  }
  .booking-sidebar__basket-items.rates li::after {
    display: none;
  }
  .booking-sidebar__basket-items.rates .label::before {
    content: "Rate: ";
  }
}
.booking-sidebar__basket-items.rates::before {
  content: "Rate";
}
.booking-sidebar__basket-items.rates li {
  justify-content: space-between;
  line-height: normal;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-sidebar__basket-items.rates li {
    display: flex;
    margin-bottom: 3px;
  }
}
.booking-sidebar__basket-items.rates li::before {
  /* content: '\f236'; */
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-sidebar__basket-items.rates li .label {
    flex-grow: 1;
  }
}
.booking-sidebar__basket-items.rates li input[type=radio].room-rate {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.booking-sidebar__basket-items.rates li input[type=radio].room-rate + label:before {
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  content: "";
  color: #c69696;
  width: 20px;
  margin-right: 10px;
}
.booking-sidebar__basket-items.rates li input[type=radio].room-rate + label {
  flex-grow: 1;
}
.booking-sidebar__basket-items.rates li input[type=radio].room-rate:checked + label, .booking-sidebar__basket-items.rates li input[type=radio].room-rate:checked + label + * + * {
  font-weight: 500;
}
.booking-sidebar__basket-items.rates li input[type=radio].room-rate:checked + label::before {
  content: "";
  color: #c69696;
  font-weight: 400;
}
.booking-sidebar__basket-price {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-sidebar__basket-price {
    border: 1px dashed #C69696;
    border-left: 0;
    border-right: 0;
    font-size: 27px;
    padding: 10px 0px;
  }
}
.booking-sidebar__basket-price .price-label {
  flex-grow: 1;
}
.booking-sidebar__basket-price.deposit-due {
  font-size: inherit;
  border: 0;
}
.booking-sidebar__basket-deposit {
  display: flex;
  font-weight: 400;
  margin-top: 10px;
}
.booking-sidebar__basket-deposit .price-label {
  flex-grow: 1;
}
.booking-sidebar__basket-button {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-sidebar__basket-button {
    background: #f0f2ef;
    color: #4e684a !important;
  }
  .booking-sidebar__basket-button:hover {
    background: #FFF !important;
  }
}
.booking-sidebar__basket-notes {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}
.booking-sidebar__basket-promocode a {
  color: #5B7358;
  text-decoration: underline;
  margin-top: 10px;
  display: block;
  font-size: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-sidebar__basket-promocode a {
    color: #FFF;
    opacity: 0.5;
  }
}
.booking-sidebar__basket-promocode a:hover {
  opacity: 1;
}
.booking-resort-info {
  background-color: #C69696;
  background-color: #a37a7a;
  color: #FFF;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-resort-info {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.booking-resort-info__inner {
  padding: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-resort-info__inner {
    padding: 30px 20px;
  }
}
.booking-resort-info__title {
  padding-bottom: 20px;
  border-bottom: 1px dashed #FFF;
}
.booking-resort-info__navigation b {
  font-weight: inherit;
}
.booking-resort-info__navigation li {
  line-height: 2em;
}
.booking-resort-info__navigation li a {
  color: #FFF;
}
.booking-resort-info__navigation li a:hover {
  text-decoration: underline;
}
.booking-guest-details {
  padding-top: 50px;
  padding-bottom: 50px;
  padding: 0;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-guest-details {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .booking-guest-details {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-guest-details__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-guest-details__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-guest-details__row > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-guest-details__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-guest-details__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-guest-details__row-fields {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -15px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-guest-details__row-fields > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-guest-details__row-fields > * {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-guest-details__row-fields > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .booking-guest-details__row-fields > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .booking-guest-details__content {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-guest-details__row > * {
    padding: 0px;
  }
}
.booking-guest-details__title {
  padding-top: 0px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #4e684a;
}
.booking-guest-details__text {
  margin-top: 20px;
}
.booking-guest-details__text label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.booking-guest-details__form-group {
  margin: 40px 0px;
}
.booking-guest-details__form-group-title {
  color: #4e684a;
  margin-bottom: 25px;
}
.booking-guest-details__form-group label {
  color: #999;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 13px;
}
.booking-guest-details__form-group .field {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-guest-details__form-group .field {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-guest-details__form-group .field.empty {
    display: none;
  }
}
.booking-guest-details__form-group .field input, .booking-guest-details__form-group .field textarea {
  padding: 15px;
  border: 0;
}
.booking-guest-details__card-icons {
  margin: 20px 0px;
}
.booking-guest-details__card-icons > .fa-brands {
  font-size: 40px;
  margin-right: 10px;
  color: #444;
  display: none !important;
}
.booking-guest-details__user-consent input[type="checkbox"], .booking-guest-details__user-consent input[type="radio"] {
  margin-right: 10px;
  margin-left: 10px;
}
.booking-guest-details__user-consent > div {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
}
.booking-guest-details__user-consent label {
  cursor: pointer;
  font-weight: 400;
}
.booking-guest-details__user-consent label a {
  text-decoration: underline;
  color: inherit;
}
.booking-guest-details__user-consent label a:hover {
  color: #5B7358;
}
.booking-guest-details__confrim-button {
  margin: 40px 0px;
  min-width: 240px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-guest-details__confrim-button {
    width: 100%;
  }
}
.booking-guest-details__discount {
  margin-bottom: 40px;
}
.booking-guest-details__discount .booking-guest-details__title {
  margin-bottom: 20px;
}
.booking-guest-details__discount form {
  margin-bottom: 40px;
}
.booking-guest-details__discount input {
  margin-right: 20px;
  padding: 15px;
  border: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .booking-guest-details__discount input {
    margin-right: 0px;
    margin-bottom: 15px;
    width: 100%;
  }
}
.booking-guest-details__discount__message {
  margin-top: 15px;
  font-weight: 500;
}
.booking-guest-details__discount__message.is-success::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #339933;
  margin-left: 7px;
}
.booking-guest-details__discount__message.is-fail::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #CC0000;
  margin-left: 7px;
}
.booking-wait {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  padding-bottom: 0;
  display: flex;
  min-height: 33vh;
}
@media only screen and (min-width: 0) and (max-width: 1199px) {
  .booking-wait {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .booking-wait {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.booking-wait i {
  font-size: 80px;
}
.booking-wait i::before {
  font-weight: 300;
  color: #4e684a;
}
.occupancy-popup {
  position: absolute;
  padding: 1rem;
  top: 5px;
  right: 0;
  margin-top: 20px;
  background-color: #FFF;
  z-index: 41;
  min-width: 220px;
  white-space: nowrap;
  /*border: 1px solid rgba(0, 0, 0, 0.5);*/
  border: 0;
  box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 0.33rem;
}
.occupancy-popup label, .occupancy-popup .label {
  display: flex;
  flex-wrap: wrap;
}
.occupancy-popup div label::after {
  color: #4a4a4a;
  text-transform: none;
  letter-spacing: 0;
  flex-basis: 100%;
  font-size: 14px;
  font-weight: 400;
  margin-top: 2px;
  margin-bottom: -5px;
}
.occupancy-popup__inner > div {
  display: grid;
  grid-template-columns: 7fr 1fr 1fr 1fr;
  margin-bottom: 10px;
  align-items: center;
}
.occupancy-popup label {
  grid-column-start: 1;
  grid-column-end: 2;
  color: #C69696;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
.occupancy-popup__inner > div:first-child label::after {
  content: "18yrs +";
}
.occupancy-popup__inner > div:nth-child(2) label::after {
  content: "3-17 yrs";
}
.occupancy-popup__inner > div:nth-child(3) label::after {
  content: "0-2 yrs";
}
.occupancy-popup button {
  background: transparent;
  border: 1px solid #DDD;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  margin: 0 0px;
}
.occupancy-popup button:hover {
  border-color: #AAA;
}
.occupancy-popup input {
  max-width: 30px;
  border: 0;
  padding: 10px 10px;
  text-align: center;
  font-size: 16px;
  color: #444;
}
.occupancy-popup input:focus {
  outline: none !important;
}
.occupancy-popup .occupancy-popup__closer {
  /*position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%); */
  display: none;
  position: absolute;
  top: 15px;
  right: 5px;
  font-family: arial;
  border-radius: 100%;
  font-size: 15px;
  background: #FFF;
  line-height: 0;
  text-align: center;
  color: #999;
}
.occupancy-popup .occupancy-popup__closer:hover {
  color: #5B7358;
}
.sdp {
  --theme-color: #4e684a !important;
  /* brand color */
}
.sdp.absolute {
  position: absolute;
  top: 30px;
  z-index: 41;
  border-radius: 0.33rem;
  font-size: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sdp.absolute {
    min-width: 90%;
  }
}
.sdp .sdp--date-btn:hover {
  background: #EEE;
}
.sdp .sdp--text {
  color: var(--theme-color);
}
.sdp .sdp--text__inactive {
  color: var(--disabled-color);
}
.sdp .sdp--date-btn__selected {
  color: var(--selected-date-color);
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS device.. */
  .sdp .sdp--month-picker svg {
    display: none;
  }
  .sdp .sdp--month-picker button::after {
    content: "";
    display: block;
    font-family: "Font Awesome 6 Pro";
    color: var(--theme-color);
  }
  .sdp .sdp--month-picker button:first-child::after {
    content: "";
  }
}
.react-modal {
  width: 500px;
  max-height: 80vh;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 3px;
  padding: 10px;
}
.ReactModal__Overlay {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}
.ReactModal__Overlay--after-open {
  opacity: 1;
}
.ReactModal__Overlay--before-close {
  opacity: 0;
}
/*  PWA 2023  */
/* @import 'blocks/pwa/_base'; */
/* @import 'blocks/pwa/_app'; */
/* technically css */
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}
[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}
[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}
[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}
[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}
[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}
[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}
[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}
[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}
[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}
[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}
[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}
[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}
[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0);
}
[data-aos=fade-up] {
  transform: translateY(100px);
}
[data-aos=fade-down] {
  transform: translateY(-100px);
}
[data-aos=fade-right] {
  transform: translate(-100px);
}
[data-aos=fade-left] {
  transform: translate(100px);
}
[data-aos=fade-up-right] {
  transform: translate(-100px, 100px);
}
[data-aos=fade-up-left] {
  transform: translate(100px, 100px);
}
[data-aos=fade-down-right] {
  transform: translate(-100px, -100px);
}
[data-aos=fade-down-left] {
  transform: translate(100px, -100px);
}
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1);
}
[data-aos=zoom-in] {
  transform: scale(0.6);
}
[data-aos=zoom-in-up] {
  transform: translateY(100px) scale(0.6);
}
[data-aos=zoom-in-down] {
  transform: translateY(-100px) scale(0.6);
}
[data-aos=zoom-in-right] {
  transform: translate(-100px) scale(0.6);
}
[data-aos=zoom-in-left] {
  transform: translate(100px) scale(0.6);
}
[data-aos=zoom-out] {
  transform: scale(1.2);
}
[data-aos=zoom-out-up] {
  transform: translateY(100px) scale(1.2);
}
[data-aos=zoom-out-down] {
  transform: translateY(-100px) scale(1.2);
}
[data-aos=zoom-out-right] {
  transform: translate(-100px) scale(1.2);
}
[data-aos=zoom-out-left] {
  transform: translate(100px) scale(1.2);
}
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate(0);
}
[data-aos=slide-up] {
  transform: translateY(100%);
}
[data-aos=slide-down] {
  transform: translateY(-100%);
}
[data-aos=slide-right] {
  transform: translateX(-100%);
}
[data-aos=slide-left] {
  transform: translateX(100%);
}
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
/*# sourceMappingURL=aos.css.map*/
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-single {
  *zoom: 1;
}
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}
.pika-prev, .pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover, .pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled, .pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-prev, .is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}
.pika-next, .is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th, .pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #403741;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #403741;
  box-shadow: inset 0 1px 3px #403741;
  border-radius: 3px;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #fff;
  background: #8B5A6F;
  box-shadow: none;
  border-radius: 3px;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
/* required styles */
.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon, .leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer {
  max-width: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 10;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default #VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top, .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane, .leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a, .leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a, .leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* zoom control */
.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}
.leaflet-control-zoom-out {
  font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(/wp-content/plugins/villa-misc/leaflet/images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/wp-content/plugins/villa-misc/leaflet/images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(/wp-content/plugins/villa-misc/leaflet/images/marker-icon.png);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution, .leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
.leaflet-control-fullscreen a {
  background: #fff url(/wp-content/plugins/somerleyton/leaflet-dev/images/fullscreen.png) no-repeat 0 0;
  background-size: 26px 52px;
}
.leaflet-touch .leaflet-control-fullscreen a {
  background-position: 2px 2px;
}
.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 0 -26px;
}
.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
  background-position: 2px -24px;
}
/* Do not combine these two rules; IE will break. */
.leaflet-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.leaflet-container.leaflet-fullscreen-on {
  width: 100% !important;
  height: 100% !important;
}
.leaflet-pseudo-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 99999;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .leaflet-control-fullscreen a {
    background-image: url(/wp-content/plugins/somerleyton/leaflet-dev/images/fullscreen@2x.png);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 40px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}
.slick-next {
  right: 25px;
}
[dir="rtl"] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 6 Pro";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75;
}
/*-------------------------------

	POPUP.CSS

-------------------------------*/
.popup_back {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.popup_cont {
  position: fixed;
  z-index: 102;
}
.preloader {
  z-index: 101;
}
/*---------------------

	EDIT BELOW

*/
.popup_close {
  color: #888;
  cursor: pointer;
  position: absolute;
  padding: 5px;
  right: 5px;
  top: 0;
}
.popup_close:hover {
  color: #111;
}
.popup_back {
  cursor: pointer;
  background-color: #222;
}
div.popup {
  background: #fff;
  padding: 25px;
  box-shadow: 0 3px 10px #222;
}
.preloader {
  left: 50%;
  margin: -10px 0 0 -25px;
  position: fixed;
  top: 50%;
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 80vw;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*
 This isn't necessary
.cev-authorization__heading {
  span {
    display: none;
  }
  ::after {
    display: block;
    content: 'We sent verification email to your email address.  Please click on the link to complete the process';
  }
}*/
.cev-pin-verification {
  display: none;
}
.cev-authorization__description {
  font-weight: 400;
}
.cev-link-try-again {
  color: #696;
  font-weight: 500;
}
.scss_errors pre {
  display: none !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Ffritton2024.superwire.co.uk%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fsuperwire%2F_fonts.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fbase%2F_normalize.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fexternal%2F_sass-flexbox.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fapp%2F_payment.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fsuperwire%2F_functions.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fsuperwire%2F_base.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fsuperwire%2F_dropdown.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fsuperwire%2F_popup.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fsuperwire%2F_in_page_status.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fsuperwire%2F_searchresults.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fsuperwire%2F_pagination.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_archive_blog_post.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_2_column_text.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_blog_post.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_blog_post_tags.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_clubhouse_hours.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_contact_bar.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_contact_details.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_content_panels.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_customer_form.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_customer_message.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_fixed_content.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_frequently_asked_questions.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_header.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_image.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_image_with_action.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_images_two.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_images_with_links.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_instagram.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_food_menus.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_media_quotes.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_page_html.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_page_intro.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_popup.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_property_list.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_quote.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_section_intro.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_section_overview.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_social_media_banner.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_special_offer.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_single-offer.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_table_booking_form.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_tabular_data.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_terms_conditions.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_title_strip.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_thumbnail_links.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_video_embed.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_woocommerce.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2F_wp_popups.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2Fbookings%2F_booking.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2Fbookings%2F_booking_content.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2Fbookings%2F_booking_error.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2Fbookings%2F_booking_search.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2Fbookings%2F_booking_search_results.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2Fbookings%2F_booking_extras.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2Fbookings%2F_booking_login.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2Fbookings%2F_booking_progressbar.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2Fbookings%2F_booking_property.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2Fbookings%2F_booking_sidebar.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2Fbookings%2F_booking_resort_info.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2Fbookings%2F_booking_guest_details.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2Fbookings%2F_booking_wait.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2Fbookings%2F_occupancy-popup.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2Fbookings%2F_date_picker.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fblocks%2Fbookings%2F_react_modal.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fexternal%2F_swiper.min.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fexternal%2F_aos.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fexternal%2F_pikaday.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fexternal%2F_leaflet.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fexternal%2F_leaflet-fullscreen.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fexternal%2Fslick.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fexternal%2Fslick-theme.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fexternal%2F_simple-popup.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fexternal%2F_jquery.modal.scss%22%2C%22wp-content%2Fthemes%2Ffritton2020%2Flibrary%2Fscss%2Fexternal%2F_customer_verification.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BACYA%3BAAAA%3BAAAA%3BAFZA%3BAAAA%3BAAAA%3BAE%2BBA%3BAAAA%3BAAAA%3BAF%2FBA%3BAAAA%3BAAAA%3BAAAA%3BAE0CA%3BAAAA%3BAAAA%3BAAAA%3BAF1CA%3BAAAA%3BAAAA%3BAAAA%3BAEoDA%3BAAAA%3BAAAA%3BAFpDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEmEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFnEA%3BAAAA%3BAAAA%3BAE6EA%3BAAAA%3BAAAA%3BAF7EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEyFA%3BAAAA%3BAAAA%3BAFzFA%3BAAAA%3BAAAA%3BAEiGA%3BAAAA%3BAAAA%3BAFjGA%3BAAAA%3BAAAA%3BAEyGA%3BAAAA%3BAAAA%3BAFzGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEuHA%3BAAAA%3BAAAA%3BAAAA%3BAFvHA%3BAAAA%3BAAAA%3BAEgIA%3BAAAA%3BAAAA%3BAFhIA%3BAAAA%3BAAAA%3BAEwIA%3BAAAA%3BAAAA%3BAFxIA%3BAAAA%3BAAAA%3BAEkJA%3BAAAA%3BAAAA%3BAFlJA%3BAAAA%3BAAAA%3BAE4JA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF5JA%3BAAAA%3BAAAA%3BAEsKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFtKA%3BAAAA%3BAAAA%3BAEiLA%3BAAAA%3BAAAA%3BAFjLA%3BAAAA%3BAAAA%3BAEyLA%3BAAAA%3BAAAA%3BAAAA%3BAFzLA%3BAAAA%3BAAAA%3BAEqMA%3BAAAA%3BAAAA%3BAFrMA%3BAAAA%3BAAAA%3BAE6MA%3BAAAA%3BAAAA%3BAF7MA%3BAAAA%3BAAAA%3BAEoNA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAF1NA%3BAAAA%3BAAAA%3BAEkOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAF9OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE0PA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAFjQA%3BAAAA%3BAAAA%3BAEyQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAF7QA%3BAAAA%3BAAAA%3BAEuRA%3BAAAA%3BAAAA%3BAAAA%3BAFvRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEqSA%3BAAAA%3BAAAA%3BAAAA%3BAFrSA%3BAAAA%3BAAAA%3BAE8SA%3BAAAA%3BAAAA%3BAF9SA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE0TA%3BAAAA%3BAAAA%3BAF1TA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEsUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFtUA%3BAAAA%3BAAAA%3BAAAA%3BAEiVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFjVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE4VA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF5VA%3BAAAA%3BAAAA%3BAAAA%3BAE0WA%3BAAAA%3BAAAA%3BAF1WA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEsXA%3BAAAA%3BAAAA%3BAFtXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEmYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFnYA%3BAAAA%3BAAAA%3BAE%2BYA%3BAAAA%3BAAAA%3BAF%2FYA%3BAAAA%3BAAAA%3BAAAA%3BAEyZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFzZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEqaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFraA%3BAAAA%3BAAAA%3BAAAA%3BAEibA%3BAAAA%3BAAAA%3BAFjbA%3BAAAA%3BAAAA%3BAE0bA%3BAAAA%3BAAAA%3BAAAA%3BAF1bA%3BAAAA%3BAAAA%3BAAAA%3BAEqcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFrcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkdA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAF3eJ%3BAAAA%3BAAAA%3BAAAA%3BAEkfA%3BAAAA%3BAAAA%3BAAAA%3BAFlfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHZA%3BAAAA%3BAAAA%3BAGwCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHpEA%3BAAAA%3BAAAA%3BAG4IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHxJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGoPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHtQA%3BAAAA%3BAAAA%3BAGuWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHvWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAICE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAJRF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALbJ%3BAAAA%3BAAAA%3BAAAA%3BAM0JA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BANpKA%3BAM6LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1LE%3BAAAA%3BAAAA%3BACoMG%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9ME%3BAAAA%3BAAAA%3BACyNG%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAD7NA%3BAAAA%3BAAAA%3BACwOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxOE%3BAAAA%3BAAAA%3BACmPE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvPA%3BAAAA%3BAAAA%3BACoRF%3BAAAA%3BAAAA%3BANvRA%3BAM8RA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjRI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALbJ%3BAMkTA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANzVA%3BAMqWA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANrXF%3BAM%2BYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN3aA%3BAMobA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN3bA%3BAMqcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjcG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6cH%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAN%2FdD%3BAMweA%3BAAAA%3BAAAA%3BANxeA%3BAM8eA%3BAAAA%3BAAAA%3BAAAA%3BAL5eA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpBA%3BACqCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIxBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJmCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAInCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ8CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMrGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BACnCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BACdF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BACnCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKPH%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BALCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAVpFF%3BAUgGA%3BAAAA%3BAAAA%3BAC7FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAXfJ%3BAYAA%3BAAAA%3BAAAA%3BAAAA%3BAPaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOHQ%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAPJI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOUC%3BAAAA%3BAAAA%3BAAAA%3BAAYL%3BAAAA%3BAAAA%3BAPtBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO4CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPrEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO6FH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAPrGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOgHJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACjIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQVF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP%2BEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOxEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAaV%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAR5DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASXJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATLE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATjBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS%2BBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT%2FBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS0CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT1CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASuDJ%3BAAAA%3BAAAA%3BAAAA%3BATvDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASoEF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATzEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASkFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATlFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS2FC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BATjGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAS8GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAT%2FIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASmKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAT3NG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BASwOE%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAR9KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQsLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAd3QF%3BAc4RI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BACvTN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVSI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAVzBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWbJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWRH%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVyEX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU1DK%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAX1BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWiCK%3BAAAA%3BAAAA%3BAAGN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAXjDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW0DF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAXrEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALbJ%3BAiBEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYOQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAkBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAZjCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYuCQ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAZ7CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYmDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAjBtFJ%3BAiB6FA%3BAAAA%3BAAAA%3BAAIK%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BACtGJ%3BAAAA%3BAAAA%3BAAAA%3BAbaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaPH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAbIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAZ8DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYvDA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAbjCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcbJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcRA%3BAAAA%3BAAAA%3BAbgFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAazEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcWD%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIS%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BACjER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeTK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAd0EH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcrEA%3BAAAA%3BAAAA%3BAAAA%3BAfHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeWK%3BAAAA%3BAAAA%3BAAKP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAf9BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeiDC%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAfjEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe4EC%3BAAAA%3BAAAA%3BAAAA%3BAAIa%3BAAAA%3BAAAA%3BAAAA%3BAAUT%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaV%3BAAAA%3BAAAA%3BAAAA%3BAAKO%3BAAAA%3BAAAA%3BAAAA%3BAf%2FGN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAesHD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAf9HD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAeyIa%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAQlB%3BAAAA%3BAAAA%3BAAAA%3BAfpJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe%2BJF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBPF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAhBFC%3BACwEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe3DC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAEG%3BAAAA%3BAAAA%3BAhB%2FBD%3BACwEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAelCO%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BACzDL%3BAAAA%3BAAAA%3BAAAA%3BAjBaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBbJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBGA%3BAAAA%3BAAAA%3BAAEG%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBvBJ%3BAkB8BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAlBtCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB4CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBrEA%3BAkB0EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBhFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB6FF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB7FE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBsGH%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAlBhII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBsIF%3BAAAA%3BAAAA%3BAAAA%3BAlBtIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBmJF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBjKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB4KF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAlBvLI%3BAkByLA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAlB5LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBoMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAlB1MA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBmNF%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB9OI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBwPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAvB9QJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAuBmVE%3BAAAA%3BAAAA%3BAAEG%3BAAAA%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBzWA%3BAuBoXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIK%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBzZE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBoaA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB5dJ%3BAuB0eC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7hBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAnBSI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBJE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMmB%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBZ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAC5FZ%3BAAAA%3BAAAA%3BApBTI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBcF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAzBhCF%3BAyBuCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApB1BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBmCF%3BAAAA%3BAAAA%3BAAAA%3BApBnCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB2ED%3BAAAA%3BAAAA%3BAAAA%3BApB3EC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB6FJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApB7FI%3BAoBgGD%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBnGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBsHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBtIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBuJC%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BApB%2FJE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB0KE%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BApB9KE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB0LH%3BAAAA%3BAAAA%3BAAAA%3BApB1LG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBkMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BApB5MA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBiOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBvPF%3BAAAA%3BAAAA%3BAoBqQI%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BApB7RH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBsSJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApB1SI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBwTH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAzBxUD%3BAyBgVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BApBnWI%3BAoBqWA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzB7XA%3BAyByYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BApB1YE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB0ZF%3BAAAA%3BAAAA%3BAAAA%3BApB1ZE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBmaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BApBvbJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBkcM%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAxcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6cE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BApB%2FcJ%3BAAAA%3BAAAA%3BAoBUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6cE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAArfF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6fA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApB9fE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB0gBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApB1gBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB4hBI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASK%3BAAAA%3BAAAA%3BAAMP%3BAAAA%3BAAAA%3BApBzlBF%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALbJ%3BAyBunBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApB3nBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB2oBF%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQO%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMO%3BAAAA%3BAAAA%3BAAGK%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBxtBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBwuBF%3BAAAA%3BAAAA%3BAAED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQO%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBtxBH%3BAKaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBoyBJ%3BAAAA%3BAAAA%3BAAAA%3BACjzBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBRF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BArBVE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBkBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBlBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBgCJ%3BAAAA%3BAAAA%3BAC7CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAtBrBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBgCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB5CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBgEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtB1EE%3BAAAA%3BAAAA%3BAsBmFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtBnFC%3BAAAA%3BAAAA%3BALHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BA2B4GA%3BAAAA%3BAAAA%3BAC5GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvBGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBSH%3BAAAA%3BAAAA%3BAAAA%3BAvBTG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBgBD%3BAAAA%3BAAAA%3BAAAA%3BAC7BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAxBVG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBkBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBlBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwB8CF%3BAAAA%3BAAAA%3BAAAA%3BAxB9CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwB0DF%3BAAAA%3BAAAA%3BAAAA%3BAxB1DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBqEF%3BAAAA%3BAAAA%3BAAAA%3BAxBrEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBiFF%3BAAAA%3BAAAA%3BAAAA%3BAxBjFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwB8FF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBqCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBvHE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwB%2BHC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAxBnJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwB4JA%3BAAAA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAxB1KI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBsLF%3BAAAA%3BAAAA%3BAAAA%3BAxBtLE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwB6LA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBrMF%3BAwByME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtNN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACwEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBrDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBnBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyByCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBzCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBuDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBvDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBoEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBtFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALbJ%3BA8BoHA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACxHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BNF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BA1BZG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BqBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BrBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BwCF%3BAAAA%3BAAAA%3BAAAA%3BA1BxCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BgDF%3BAAAA%3BAAAA%3BAAAA%3BA1BhDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0ByDF%3BAAAA%3BAAAA%3BAAAA%3BA1BzDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BqEF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAzBFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BhFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B2FF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1B3FE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BmGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BvHC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BkIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BACpJD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BaG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BND%3BAAAA%3BAAAA%3BAAAA%3BA1B8ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BQA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BACxCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BACnBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BHI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BkBH%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5BgDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6B4CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAlCnEA%3BAkC8EC%3BAAAA%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BA7B9EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BqFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BA7B3FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BwGF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BA7B%2FGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BuHD%3BAAAA%3BAAAA%3BA7BvHC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALbJ%3BAkCkJC%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7B1IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BqJM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BrJN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6B2KJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAlC9LA%3BAkCwMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BA7BpMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6B8MA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7B9MA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6B2NI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7B3NJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BwOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BxOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BoPA%3BAAAA%3BAAAA%3BAAIK%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIL%3BAAAA%3BAAAA%3BAAAA%3BAlC5QJ%3BAkCuRA%3BAAAA%3BAAAA%3BAAAA%3BA7B1QI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BkRJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BlRI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6B2RJ%3BAAAA%3BAAAA%3BA7B3RI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALbJ%3BAkCmTI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BtSA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BoTI%3BAAAA%3BAAAA%3BAAOL%3BAAAA%3BAAAA%3BAlCxUH%3BAkC%2BUA%3BAAAA%3BAAAA%3BAC%2FUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BuEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6B5DA%3BAAAA%3BAAAA%3BACzBF%3BAAAA%3BAAAA%3BAAAA%3BA%2FBaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBRA%3BAAAA%3BAAAA%3BA9BgFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B1EC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FBPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBwBI%3BAAAA%3BAAAA%3BA%2FBxBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBoCI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FB1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BB2DQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FB3DR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BBqEY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BACpHR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCVF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAhCOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCyBF%3BAAAA%3BAAAA%3BACtCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCVA%3BAAAA%3BAAAA%3BAjCUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiCFH%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAhCqEN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCvDE%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGO%3BAAAA%3BAAAA%3BAAKV%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAQf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjCtDG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCbJ%3BAAAA%3BAAAA%3BAAAA%3BAlCaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCvPT%3BAAAA%3BAAAA%3BAlCQG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCgBJ%3BAAAA%3BAAAA%3BAlChBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkC4BF%3BAAAA%3BAAAA%3BAAAA%3BAAGK%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAOL%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAlChEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkCqFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAC3HD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACC%3BAAAA%3BAAAA%3BAnCYG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCPF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnCEE%3BAmCIA%3BAAAA%3BAAAA%3BAAAA%3BAnCJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCbJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApCaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCJH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BApCrBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoC2BU%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BApCxCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoC%2BCQ%3BAAAA%3BAAAA%3BApC%2FCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoCiEA%3BAAAA%3BAAAA%3BAnCOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmCHA%3BAAAA%3BAAAA%3BAAEU%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAACK%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BApCrFT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoC%2BFF%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApChHG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoC6HA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BApCpKD%3BAoCwKI%3BAAAA%3BAAAA%3BAAAA%3BAzCrLR%3BA0CIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArCnDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyPM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzPN%3BAAyPM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzPN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC0DC%3BAAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%3BAAEM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArC9Df%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqC6EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAClMP%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BA3CbF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALbJ%3BA2CsCA%3BAAAA%3BAAAA%3BACtCA%3BAAAA%3BAAAA%3BAAAA%3BAvCaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCzPJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAAA%3BAvCFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvCVC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCoBS%3BAAAA%3BAAAA%3BAAAA%3BAvCpBT%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCmCD%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAvCzCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCkDF%3BAAAA%3BAAAA%3BAAAA%3BAvClDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCyDQ%3BAAAA%3BAAAA%3BAvCzDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuCiED%3BAAAA%3BAAAA%3BAAGS%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAvC1EX%3BAAAA%3BAAAA%3BAAAA%3BAuC%2BEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIY%3BAAAA%3BAAAA%3BAAGX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAMb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChJH%3BAAAA%3BAAAA%3BAAAA%3BAxCaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwCVA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAIK%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAxCnBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwC6BD%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7CvFH%3BA8CEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzCWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCNA%3BAAAA%3BAAAA%3BAzCMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCDI%3BAAAA%3BAAAA%3BAAAA%3BAzCCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzCdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyC2BA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAzChCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyCwCI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAC%2FDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMG%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BA1CPL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0CgBH%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzCyCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyC%2FBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BA%2FCrEF%3BAgDAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3CaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2CTE%3BAAAA%3BAAAA%3BAAAA%3BAAGK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACPX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5C7BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4C4CE%3BAAAA%3BAAAA%3BA5C5CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CiDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BA5ClEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4C%2BEO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEM%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5C3JE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CmKE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOT%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5C%2FNE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4C2OA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5CjPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CiQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5CjQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4C2QA%3BAAAA%3BAAAA%3BA5C3QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CwRI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BA5C%2FRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4C2SM%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5CrTJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CkUM%3BAAAA%3BAAAA%3BAAAA%3BAAiBR%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5CtWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CsXA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBE%3BAAAA%3BAAAA%3BAAAA%3BA5CnbF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4C6bA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAASV%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BA5CrhBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4CkiBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWG%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAmBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BA5Cj4BE%3BAAAA%3BAAAA%3BAAAA%3BA4Cy4BI%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BA5Cj6BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4C26BA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BA5Ch7BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4C%2B7BA%3BAAAA%3BAAAA%3BAAAA%3BA5C%2F7BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4Cq8BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA5Cl9BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4Cw9BE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BA5Ct%2BBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4Cq%2FBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5Cr%2FBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4C4%2FBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBJ%3BAAAA%3BAAAA%3BAAKK%3BAAAA%3BAAAA%3BAAGH%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BA5ChsCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4C4sCA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5ChtCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4C6tCI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5ClvCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4C%2BvCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BA5C3yCA%3BAAAA%3BAAAA%3BAAAA%3BA4CuzCE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5Ct0CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4Cm1CA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BA5Ct1CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4C81CI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BA5C32CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4Cy3CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BA5Cp4CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4Cw5CI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BA5C35CJ%3BAAAA%3BAAAA%3BAAAA%3BA4Cs6CI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAjDt7CR%3BAiDg8CA%3BAAAA%3BAAAA%3BAjDh8CA%3BAiDu8CA%3BAAAA%3BAAAA%3BAjDv8CA%3BAiD88CA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5Cv8CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4Co9CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAjDt%2FCN%3BAiDggDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDhgDA%3BAiD0gDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAjDjhDF%3BAiDwhDA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAjD5iDF%3BAiDqjDE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKK%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAjDvnDJ%3BAkDEA%3BAAAA%3BAAAA%3BAAAA%3BA7CWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6CJC%3BAAAA%3BAAAA%3BA7CID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6CGS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BA7CpCP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6C8CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKK%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAlDpEJ%3BAAAA%3BAmDGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAnDZJ%3BAmDqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9CRI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8CYF%3BAAAA%3BAAAA%3BAAAA%3BA9CZE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8CkBM%3BAAAA%3BAAAA%3BA9ClBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8C2BF%3BAAAA%3BAAAA%3BA9C3BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8CsCA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9ClDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8C4DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BACxGL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2FCaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA%2BCTE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAC5CJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhDaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgDVF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BACbJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiDMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDNE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiDcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDnDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiD8EF%3BAAAA%3BAAAA%3BAAAA%3BAjD9EE%3BAiDkFE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAjDrFJ%3BAiD4FE%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjD%2FGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiD6HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjD7HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiDiJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDjKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiD0KF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjD1KE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiDoLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAAKL%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAtD7NJ%3BAsDuOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAjDvOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiD6OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjD7OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiDuPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjDvPA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiDmQQ%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACpSJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDJF%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDJE%3BAkDWE%3BAAAA%3BAAAA%3BAAAA%3BAlDXF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDoBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAlDnCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkD6CM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlD1DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDmFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDnFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDkGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDlGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDgHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDvOL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDsPS%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlD5SJ%3BAkDwTY%3BAAAA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAlDpUR%3BAAAA%3BAAAA%3BAAAA%3BAkD6UY%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGH%3BAAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%3BAAYT%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlD1XE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDkYE%3BAAAA%3BAAAA%3BAAIL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDrZE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkD6ZE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlD3bI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDycF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDzcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDqdF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDrdE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDieF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDjeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDqfE%3BAAAA%3BAAAA%3BAlDrfF%3BAAAA%3BAAAA%3BAAAA%3BAkD4fI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAlDlgBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkD%2BgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlD%2FgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDwhBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAlDhkBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDwkBI%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAlD3lBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkDmmBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAlDtrBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkD6rBM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOO%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlDpsBb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmDbJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnDaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmDzNR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAnDzGR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmD8HF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnD9IE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmDgKM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnDhKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmD6KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnD7KA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmD6LF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApDaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoDIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BApDXF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoDiBI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BApD5BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoD0CA%3BAAAA%3BAAAA%3BApD1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoDkDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BApD%2FEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoDyFA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BApD9JE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoDqKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BACvLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArDaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqDJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACpCZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDTF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDSE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDaE%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAtDnBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDkCA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDtEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsD%2BEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDzFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsD%2BFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAtDnHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsD6HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtD7HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDsIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDtIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDiJE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDzJF%3BAsDiKM%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAtDpKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsD8KE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtD9LF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDuMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDvMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDgNM%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDrNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDkOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDrPJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDmQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDnQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsD6QI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDnRJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDmSI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDlVJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDiWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDjWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsD0WM%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtD5XJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDwYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAQV%3BAAAA%3BAAAA%3BAAAA%3BAAIK%3BAAAA%3BAAAA%3BAAAA%3BAAOL%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAtDtbJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsD8bM%3BAAAA%3BAAAA%3BAtD9bN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDkdE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAA2BA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDtfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDkgBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDlgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDsgBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDtgBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDmhBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDnhBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDuhBC%3BAAAA%3BAAAA%3BAAAA%3BAASK%3BAAAA%3BAAAA%3BAtDhiBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDyiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDlkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsD%2BkBA%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAOV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtD5lBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDqmBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtD1mBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDqnBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDloBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsD4oBE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtDlpBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsDkqBE%3BAAAA%3BAAAA%3BA3D%2FqBN%3BA2D%2BrBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BA3DxsBA%3BA2D8sBA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAChuBA%3BAAAA%3BAAAA%3BAvDaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDHF%3BAAAA%3BAAAA%3BAvDGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvDZE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuD0BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvD1BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuD%2BCF%3BAAAA%3BAAAA%3BAvD%2FCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDsDA%3BAAAA%3BAAAA%3BAAAA%3BAvDtDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDgEA%3BAAAA%3BAAAA%3BAAAA%3BAAEG%3BAAAA%3BAAAA%3BAvDlEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuD4EE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvD5EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDqFI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAvDzFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDqGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvDrGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDiHE%3BAAAA%3BAAAA%3BAvDjHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDwHE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAvDlKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDqLE%3BAAAA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAvDvLN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDiMI%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAvDvMJ%3BAAAA%3BAAAA%3BAAAA%3BAuDkNQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAvD%2FNJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDuOM%3BAAAA%3BAAAA%3BAAAA%3BAvDvON%3BAuD6OQ%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAvDtRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDgSE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKO%3BAAAA%3BAAAA%3BAAKT%3BAAAA%3BAAAA%3BAvDpTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuD2TI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvDzUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuDqVE%3BAAAA%3BAAAA%3BAClWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxDaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwDLA%3BAAAA%3BAAAA%3BAxDKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwDCA%3BAAAA%3BAAAA%3BAAAA%3BAAMS%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAGO%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAC5BpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzDaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAA%2BOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2FON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyDKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAzDxCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyDsDO%3BAAAA%3BAAAA%3BAAAA%3BAAQP%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAzDhGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyDyGA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzDjHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyD%2BHI%3BAAAA%3BAAAA%3BAAAA%3BAAMK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3JZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1DaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0DRA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BACPR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOK%3BAAAA%3BAAAA%3BAAIP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BACpGJ%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5DYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4DAD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAGQ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQS%3BAAAA%3BAAAA%3BAAAA%3BAC5CzB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAlEzBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmEcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiG%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8K%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8a%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4V%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAA%3BAAAiE%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuW%3BAAAA%3BAAAA%3BAAA0X%3BAAAA%3BAAAA%3BAAA0X%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuW%3BAAAA%3BAAAA%3BAAA0X%3BAAAA%3BAAAA%3BAAA0X%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiR%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgK%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAAmE%3BAAAA%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAA0E%3BAAAA%3BAAAA%3BAAA0E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyP%3BAAAA%3BAAAA%3BAAAA%3BAAA2G%3BAAAA%3BAAAA%3BAAA%2BF%3BAAAA%3BAAAA%3BAAAA%3BAAAyE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqX%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4O%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4F%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0F%3BAAAA%3BAAAA%3BAAAoF%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAAmG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwb%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4b%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyb%3BAAAA%3BAAAA%3BAAA0G%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqO%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAA8O%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2K%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyL%3BAAAA%3BAAAA%3BAAAuE%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAA0C%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4mD%3BAAAA%3BAAAA%3BAAAy9C%3BAAAyC%3BAAAA%3BAAAA%3BAAAA%3BAAAuC%3BAAAiC%3BAAAA%3BAAAA%3BAAAA%3BACdphiB%3BAAAA%3BAAAA%3BAAA6G%3BAAAA%3BAAAA%3BAAAkG%3BAAAA%3BAAAA%3BAAA6H%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA8H%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAkH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAgH%3BAAAA%3BAAAA%3BAAAsG%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAA8I%3BAAAA%3BAAAA%3BAAAiH%3BAAAA%3BAAAA%3BAAA0H%3BAAAA%3BAAAA%3BAAA6H%3BAAAA%3BAAAA%3BAAAsI%3BAAAA%3BAAAA%3BAAA4J%3BAAAA%3BAAAA%3BAAAgK%3BAAAA%3BAAAA%3BAAAqK%3BAAAA%3BAAAA%3BAAA0J%3BAAAA%3BAAAA%3BAAA4J%3BAAAA%3BAAAA%3BAAAmK%3BAAAA%3BAAAA%3BAAA2J%3BAAAA%3BAAAA%3BAAA4J%3BAAAA%3BAAAA%3BAAAqK%3BAAAA%3BAAAA%3BAAA6J%3BAAAA%3BAAAA%3BAAA8J%3BAAAA%3BAAAA%3BAAAuK%3BAAAA%3BAAAA%3BAAA6J%3BAAAA%3BAAAA%3BAAA8J%3BAAAA%3BAAAA%3BAAAuK%3BAAAA%3BAAAA%3BAAAA%3BAAAiF%3BAAAA%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAAkD%3BAAAA%3BAAAA%3BAAAkD%3BAAAA%3BAAAA%3BAAAgD%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAA4D%3BAAAA%3BAAAA%3BAAAA%3BAAAiF%3BAAAA%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAAuC%3BAAAA%3BAAAA%3BAAA4D%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAA6D%3BAAAA%3BAAAA%3BAAAyC%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAAiE%3BAAAA%3BAAAA%3BAAAiE%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAiE%3BAAAA%3BAAAA%3BAAAsE%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAAkD%3BAAAA%3BAAAA%3BAAAmD%3BAAAA%3BAAAA%3BAAAiD%3BAAAA%3BAAAA%3BAAAA%3BAAA0F%3BAAAA%3BAAAA%3BAAAoE%3BAAAA%3BAAAA%3BAAA0E%3BAAAA%3BAAAA%3BAAAoE%3BAAAA%3BAAAA%3BAAA2E%3BAAAA%3BAAAA%3BAAAkE%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAmE%3BAAAA%3BAAAA%3BApEAjxyB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqEmCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArE7PA%3BAsEEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtEnBA%3BAsE4BA%3BAAAA%3BAAAA%3BAtE5BA%3BAsEgCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAtErCA%3BAAAA%3BAsE2CA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtErEA%3BAsE6EA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtEjGA%3BAsE0GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAtElJA%3BAsEyJA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAtE5LA%3BAsEmMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtElNA%3BAsE2NA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtEnOA%3BAsE4OA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAtEtPA%3BAsE6PA%3BAAAA%3BAAAA%3BAtE7PA%3BAsEoQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtE5SA%3BAsEqTA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAtEjUA%3BAsEwUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtEnXA%3BAsE0XA%3BAAAA%3BAAAA%3BAtE1XA%3BAsEiYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAtEvbA%3BAsEgcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAtEnhBA%3BAsE6hBA%3BAAAA%3BAAAA%3BAAAA%3BAtE7hBA%3BAAAA%3BAsEqiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAtExjBA%3BAsEqkBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3mBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAvEVA%3BAuEeA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAvEpCF%3BAwEEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAxEjGA%3BAyE4CI%3BAAAA%3BAAAA%3BAzE5CJ%3BAAAA%3BAyE8DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAzE5HR%3BAyEoIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAzE5LR%3B%3BAAAA%3B%3BAAAA%3BA0EMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BA1EpBA%3B%3BAAAA%3B%3BAAAA%3BA0E8BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3E9GL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4EWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BA5EiFC%3BAAAA%3BAAAA%22%7D */