/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.resort-map-wrapper{--primary-color:#ff7501;--transition-duration:0.15s}.draggable-new,.point{color:#fff;opacity:0.8;width:30px;height:30px;background-color:#2097a9;font-size:18px;font-weight:bold;text-align:center;vertical-align:middle;line-height:30px;}.draggable-map{cursor:move;}.map-wrapper{background-color:#fff;position:relative;margin-bottom:32px;transform:translateZ(0);}@media screen and (max-width:780px){.map-wrapper .map-container{margin-left:-1.25rem;margin-right:-1.25rem;}}.ui-draggable,.ui-droppable{background-position:top;}ul.resort-map-list{list-style-type:none;margin:0;padding:0;}.resort-map-wrapper.field ul.resort-map-list{-webkit-columns:3;-moz-columns:3;columns:3;}@media screen and (max-width:780px){.resort-map-wrapper.field ul.resort-map-list{-webkit-columns:2;-moz-columns:2;columns:2;}}.resort-map-wrapper.edit ul.resort-map-list li{padding:10px;border:1px solid grey;margin:10px 0;background-color:#fff;}span.map-id-text{opacity:1;}.draggable-map.hidden{display:none;}.resort-map-wrapper .hidden{display:none !important;}.resort-map-wrapper .inline-block{display:inline-block;width:100%;}.resort-map-wrapper .inline-block .input-group{margin-bottom:10px;display:flex;}.resort-map-wrapper .inline-block .input-group label{width:25%;}.resort-map-wrapper .inline-block .input-group input,.resort-map-wrapper .inline-block .input-group textarea{width:75%;border:1px silver solid;padding:5px;}span.not-selectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}span.li-remove{float:right;cursor:pointer;padding:5px;}.resort-map-wrapper.field li.highlighted,.resort-map-wrapper.field li:hover{color:var(--primary-color);}.resort-map-wrapper.field .point{display:inline-block;}.resort-map-wrapper.field .new-point:hover .point-tooltip,.resort-map-wrapper.field .new-point.toggle .point-tooltip{max-height:200px;transition:max-height var(--transition-duration) ease-in;}.resort-map-wrapper.field .point-tooltip{position:absolute;float:right;width:165px;max-height:0;overflow:hidden;transition:max-height var(--transition-duration) ease-out;z-index:10;}.point-tooltip .tooltip-title{height:40px;background-color:var(--primary-color);color:#fff;line-height:40px;font-size:16px;padding:0 10px;font-weight:700;position:absolute;left:0;right:0;z-index:1;overflow:hidden;}.point-tooltip .tooltip-body{height:130px;background-size:cover;background-color:#1a6470;color:#fff;font-size:14px;overflow:hidden;margin-top:40px;}.point-tooltip .tooltip-body .img{position:absolute;top:40px;bottom:0;left:0;right:0;background-size:cover;image-rendering:-webkit-optimize-contrast;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0) scale(1.0,1.0);}.point-tooltip .tooltip-body .body{position:absolute;line-height:17px;text-overflow:ellipsis;max-height:70px;overflow:hidden;left:10px;right:10px;top:50px;bottom:10px;}.new-point:hover,.new-point.toggle{transition:width var(--transition-duration) step-start;}.new-point{cursor:pointer;width:30px;transition:width var(--transition-duration) step-end,transform 0.15s ease-in-out;backface-visibility:hidden;}.new-point .icon--panorama-widget:before{height:30px;width:30px;margin-right:10px;}.resort-map-list li{cursor:pointer;}.point-tooltip .panorama-view{position:absolute;bottom:0;right:0;text-decoration:underline;padding:4px;font-weight:bold;}.point-tooltip span.text-view{padding-right:5px;position:relative;top:2px;}.zoom-btn{height:40px;width:40px;background-color:var(--primary-color);cursor:pointer;align-items:center;justify-content:center;display:flex;}.new-point.toggle,.new-point:hover{z-index:10;}div.remove-img{display:inline-block;border:1px solid #cacaca;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-size:12px;font-family:arial,helvetica,sans-serif;padding:10px 10px 10px 10px;text-decoration:none;display:inline-block;text-shadow:-1px -1px 0 rgba(0,0,0,0.3);font-weight:bold;color:#FFFFFF;background-color:#E6E6E6;background-image:-webkit-gradient(linear,left top,left bottom,from(#E6E6E6),to(#CCCCCC));background-image:-webkit-linear-gradient(top,#E6E6E6,#CCCCCC);background-image:-moz-linear-gradient(top,#E6E6E6,#CCCCCC);background-image:-ms-linear-gradient(top,#E6E6E6,#CCCCCC);background-image:-o-linear-gradient(top,#E6E6E6,#CCCCCC);background-image:linear-gradient(to bottom,#E6E6E6,#CCCCCC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6,endColorstr=#CCCCCC);}div.remove-img:hover{cursor:pointer;border:1px solid #b3b3b3;background-color:#cdcdcd;background-image:-webkit-gradient(linear,left top,left bottom,from(#cdcdcd),to(#b3b3b3));background-image:-webkit-linear-gradient(top,#cdcdcd,#b3b3b3);background-image:-moz-linear-gradient(top,#cdcdcd,#b3b3b3);background-image:-ms-linear-gradient(top,#cdcdcd,#b3b3b3);background-image:-o-linear-gradient(top,#cdcdcd,#b3b3b3);background-image:linear-gradient(to bottom,#cdcdcd,#b3b3b3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cdcdcd,endColorstr=#b3b3b3);}
.views-view-responsive-grid{--views-responsive-grid--layout-gap:10px;--views-responsive-grid--column-count:4;--views-responsive-grid--cell-min-width:100px;}.views-view-responsive-grid--horizontal{--views-responsive-grid--gap-count:calc(var(--views-responsive-grid--column-count) - 1);--views-responsive-grid--total-gap-width:calc(var(--views-responsive-grid--gap-count) * var(--views-responsive-grid--layout-gap));--views-responsive-grid-item--max-width:calc((100% - var(--views-responsive-grid--total-gap-width)) / var(--views-responsive-grid--column-count));--views-responsive-grid-item--calculated-min-width:min(100%,var(--views-responsive-grid--cell-min-width));display:grid;grid-template-columns:repeat(auto-fill,minmax(max(var(--views-responsive-grid-item--calculated-min-width),var(--views-responsive-grid-item--max-width)),1fr));gap:var(--views-responsive-grid--layout-gap);}.views-view-responsive-grid--vertical{margin-bottom:calc(var(--views-responsive-grid--layout-gap) * -1);column-width:var(--views-responsive-grid--cell-min-width);column-count:var(--views-responsive-grid--column-count);column-gap:var(--views-responsive-grid--layout-gap);}.views-view-responsive-grid--vertical .views-view-responsive-grid__item > *{padding-bottom:var(--views-responsive-grid--layout-gap);page-break-inside:avoid;break-inside:avoid;}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(https://aicdn.speedsize.com/360481fb-1d0c-442f-ad69-87be324bfa71/https://www.neilson.co.uk/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(https://aicdn.speedsize.com/360481fb-1d0c-442f-ad69-87be324bfa71/https://www.neilson.co.uk/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(https://aicdn.speedsize.com/360481fb-1d0c-442f-ad69-87be324bfa71/https://www.neilson.co.uk/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(https://aicdn.speedsize.com/360481fb-1d0c-442f-ad69-87be324bfa71/https://www.neilson.co.uk/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(https://aicdn.speedsize.com/360481fb-1d0c-442f-ad69-87be324bfa71/https://www.neilson.co.uk/core/misc/icons/787878/twistie-up.svg);}
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 6px 2px;background:transparent url(/core/misc/throbber-active.gif) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1261;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.gif);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.antibot-message{margin:9px 0 10px 8px;padding:15px;word-wrap:break-word;border-width:1px 1px 1px 0;border-style:solid;border-radius:2px;overflow-wrap:break-word;}.antibot-message-warning{color:#734c00;border-color:#f4daa6 #f4daa6 #f4daa6 transparent;background-color:#fdf8ed;box-shadow:-8px 0 0 #e09600;}.antibot-message-error{color:#a51b00;border-color:#f9c9bf #f9c9bf #f9c9bf transparent;background-color:#fcf4f2;box-shadow:-8px 0 0 #e62600;}
/* @license Public Domain https://raw.githubusercontent.com/jquery/jquery-ui/1.13.2/LICENSE.txt */
.ui-helper-hidden{display:none;}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none;}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse;}.ui-helper-clearfix:after{clear:both;}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)";}.ui-front{z-index:100;}.ui-state-disabled{cursor:default !important;pointer-events:none;}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block;}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%;}
.ui-draggable-handle{-ms-touch-action:none;touch-action:none;}
.ui-sortable-handle{-ms-touch-action:none;touch-action:none;}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.views-align-left{text-align:left;}.views-align-right{text-align:right;}.views-align-center{text-align:center;}.views-view-grid .views-col{float:left;}.views-view-grid .views-row{float:left;clear:both;width:100%;}.views-display-link + .views-display-link{margin-left:0.5em;}
.webform-details-toggle-state-wrapper{text-align:right;margin-top:1em;}[dir="rtl"] .webform-details-toggle-state-wrapper{text-align:left;}.webform-details-toggle-state-wrapper + details{margin-top:0;}.webform-details-toggle-state{margin-top:0;padding:0;cursor:pointer;border:0;background:transparent;font-size:1em;text-decoration:none;color:#337ab7;}.webform-details-toggle-state:hover,.webform-details-toggle-statelink:focus{text-decoration:underline;}.webform-tabs .webform-details-toggle-state-wrapper{float:right;}@media screen and (max-width:600px){.webform-tabs .webform-details-toggle-state-wrapper{float:none;}}
.webform-message--close .messages{position:relative;padding-right:35px;}.webform-message--close .webform-message__link{display:none;}html.js .webform-message--close .webform-message__link{position:absolute;top:11px;right:10px;display:block;font-size:24px;line-height:24px;}html[dir="rtl"].js .webform-message--close .webform-message__link{top:11px;right:inherit;left:10px;}.webform-message__link{opacity:0.33;color:inherit;}.webform-message__link:link{text-decoration:none;border-bottom:none;}.webform-message__link:hover,.webform-message__link:focus,.webform-message__link:active{text-decoration:none;opacity:1;color:inherit;border-bottom:none;}html.js .js-webform-message--close-storage{display:none;}.js-webform-message--close .button--dismiss{display:none;}
html.js .js-webform-visually-hidden,html.js .js-webform-visually-hidden[style*="display: none"]{position:absolute !important;display:inline !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.js-form-item.js-webform-states-hidden,.js-form-submit.js-webform-states-hidden,.js-form-wrapper.js-webform-states-hidden,.js-webform-text-format-hidden > .js-text-format-wrapper{display:none;}.form--inline .form-item{float:left;margin-right:0.5em;}[dir="rtl"] .form--inline .form-item{float:right;margin-right:0;margin-left:0.5em;}.webform-element-description p:first-child{margin-top:0;}.webform-element-description p:last-child{margin-bottom:0;}.form-item .container-inline{margin:2px 0;}.form-checkboxes .form-required:after,.form-radios .form-required:after{display:none;}.webform-element--title-inline > label{display:inline;padding-right:0.5em;}.webform-element--title-inline > div.container-inline{display:inline;}.form-composite.webform-fieldset--title-inline legend{float:left;margin:0.4em 0.5em 0.4em 0;}[dir=rtl] .form-composite.webform-fieldset--title-inline legend{float:right;margin-right:0;margin-left:0.5em;}.form-composite.webform-fieldset--title-inline .fieldset-wrapper,.form-composite.webform-fieldset--title-inline .fieldset-wrapper > div{display:inline;}.webform-element--title-inline .form-radios,.webform-element--title-inline .form-checkboxes{display:inline;}.webform-submission-form strong.error.form-item--error-message{display:block;}.webform-readonly input[type="date"],.webform-readonly input[type="datetime-local"],.webform-readonly input[type="email"],.webform-readonly input[type="number"],.webform-readonly input[type="password"],.webform-readonly input[type="search"],.webform-readonly input[type="tel"],.webform-readonly input[type="text"],.webform-readonly input[type="time"],.webform-readonly input[type="url"],.webform-readonly textarea{color:#6B6B6B;border-color:#bbb;background:#ededed;}
.social-sharing-buttons{display:flex;align-items:center;justify-content:center;margin:2em 0;}.social-sharing-buttons a,.social-sharing-buttons-button{display:flex;align-items:center;justify-content:center;margin:0 4px;text-decoration:none;}.btn-copy{position:relative;padding:0;cursor:pointer;}.social-sharing-buttons-popup{position:absolute;top:0;left:50%;display:none;overflow:hidden;height:0;padding:4px;transition:all 0.5s ease;transform:translate(-50%,-100%);color:white;border-radius:3px;background-color:black;font-size:small;}.social-sharing-buttons-popup.visible{display:block;overflow:unset;height:auto;}.social-sharing-buttons-popup::before{position:absolute;bottom:0;left:50%;display:block;width:0;height:0;content:"";transform:translate(-50%,100%);border-top:10px solid black;border-right:10px solid transparent;border-left:10px solid transparent;}
.feefo-reviews-widget-display .views-view-responsive-grid{margin-bottom:1.5rem}.feefo-reviews-widget-display .views-view-responsive-grid__item{position:relative;padding:1.5rem 0.5rem;border-bottom:1px solid #d5d5d5}.feefo-reviews-widget-display .views-view-responsive-grid__item:first-child{border-top:1px solid #d5d5d5}.feefo-reviews-widget-display .views-view-responsive-grid__item .views-view-responsive-grid__item-inner{display:flex;flex-direction:column}.feefo-reviews-widget-display .views-view-responsive-grid__item .views-field-nothing{margin-top:1rem}.feefo-reviews-widget-display .views-view-responsive-grid__item .views-field-nothing .field-content{display:block}.feefo-reviews-widget-display .views-view-responsive-grid__item .views-field-nothing .field-content .review-attributes{display:flex;flex-direction:column;gap:0.5rem}.feefo-reviews-widget-display .views-view-responsive-grid__item .views-field-nothing .field-content .review-attributes .title-name{max-width:fit-content;font-family:"Nunito Sans",sans-serif;font-weight:700}.feefo-reviews-widget-display .views-view-responsive-grid__item .views-field-nothing .field-content .review-attributes .created{max-width:fit-content;color:#818181;font-size:0.8125rem}.feefo-reviews-widget-display .views-view-responsive-grid__item .views-field-field-body{margin-top:1rem}.feefo-reviews-widget-display .views-view-responsive-grid__item .views-field-field-body p{margin:0}.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-in-progress .views-field-nothing .field-content .title-name,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-in-progress .views-field-nothing .field-content .created,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-in-progress .views-field-field-body .field-content .original-content,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-in-progress .views-field-field-body .trimmed-content,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-in-progress .views-field-field-body .neilson-smart-trim-toggle .read-more,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-in-progress .views-field-field-body .neilson-smart-trim-toggle .read-less,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-in-progress .views-field-field-review-created-at .field-content,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-new-content .views-field-nothing .field-content .title-name,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-new-content .views-field-nothing .field-content .created,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-new-content .views-field-field-body .field-content .original-content,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-new-content .views-field-field-body .trimmed-content,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-new-content .views-field-field-body .neilson-smart-trim-toggle .read-more,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-new-content .views-field-field-body .neilson-smart-trim-toggle .read-less,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-new-content .views-field-field-review-created-at .field-content{border-radius:0.5rem;background-color:#eaeaea;color:#eaeaea;animation:loading-blink 1.5s infinite ease-out .3s;transition:all .3s ease-out}.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-in-progress .views-field-field-body .read-more span,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-in-progress .views-field-field-body .read-less span,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-new-content .views-field-field-body .read-more span,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-new-content .views-field-field-body .read-less span{background-image:none}.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-in-progress .views-field-field-body .trimmed-content span,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-in-progress .views-field-field-body .neilson-smart-trim-toggle .read-more span,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-in-progress .views-field-field-body .neilson-smart-trim-toggle .read-less span,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-new-content .views-field-field-body .trimmed-content span,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-new-content .views-field-field-body .neilson-smart-trim-toggle .read-more span,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-new-content .views-field-field-body .neilson-smart-trim-toggle .read-less span{color:inherit}.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-in-progress .views-field-nothing .field-content span,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-in-progress .views-field-field-review-created-at span,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-new-content .views-field-nothing .field-content span,.feefo-reviews-widget-display .views-view-responsive-grid__item.ajax-new-content .views-field-field-review-created-at span{color:inherit}.feefo-reviews-widget-display .views-view-responsive-grid__item .views-field-nothing .field-content,.feefo-reviews-widget-display .views-view-responsive-grid__item .views-field-field-body .field-content,.feefo-reviews-widget-display .views-view-responsive-grid__item .views-field-field-body .trimmed-content,.feefo-reviews-widget-display .views-view-responsive-grid__item .views-field-field-body .neilson-smart-trim-toggle .read-more,.feefo-reviews-widget-display .views-view-responsive-grid__item .views-field-field-body .neilson-smart-trim-toggle .read-less,.feefo-reviews-widget-display .views-view-responsive-grid__item .views-field-field-review-created-at .field-content{transition:all .3s ease-out}.feefo-reviews-widget-display nav.pager{margin-bottom:1.5rem}.feefo-reviews-widget-display nav.pager ul{list-style:none;display:flex;justify-content:center;padding:0;font-size:0.8125rem;line-height:1rem}.feefo-reviews-widget-display nav.pager ul .pager__item{display:flex;justify-content:center;align-items:center;width:1.9375rem;height:1.9375rem;margin:0 0.15625rem}.feefo-reviews-widget-display nav.pager ul .pager__item a{color:#2e2e2e}.feefo-reviews-widget-display nav.pager ul .pager__item.is-active{border-radius:1rem;background:#ff7500}.feefo-reviews-widget-display nav.pager ul .pager__item.is-active a{color:#fff}.feefo-reviews-widget-display nav.pager h4,.feefo-reviews-widget-display nav.pager .h4,.feefo-reviews-widget-display nav.pager .pager__item--next,.feefo-reviews-widget-display nav.pager .pager__item--last,.feefo-reviews-widget-display nav.pager .pager__item--first,.feefo-reviews-widget-display nav.pager .pager__item--previous,.feefo-reviews-widget-display nav.pager .pager__item.pager__item--ellipsis{display:none !important}.keyword-reviews{padding:4rem 1.25rem}@keyframes loading-blink{0%,40%,100%{background-color:#eaeaea;color:#eaeaea}70%{background-color:#f5f5f5;color:#f5f5f5}}@media(min-width:768px){.feefo-reviews-widget-display .views-view-responsive-grid__item .views-field-nothing .field-content .review-attributes{flex-direction:row;justify-content:space-between}.feefo-reviews-widget-display .feefo-link{justify-content:start}.keyword-reviews{padding:5rem}}.ajax-progress.ajax-progress-fullscreen{display:none}
.neilson-smart-trimmed-content .trimmed-content{white-space:normal;word-wrap:break-word;}.neilson-smart-trimmed-content .trimmed-content br,.neilson-smart-trimmed-content .trimmed-content p,.neilson-smart-trimmed-content .trimmed-content div,.neilson-smart-trimmed-content .trimmed-content h1,.neilson-smart-trimmed-content .trimmed-content h2,.neilson-smart-trimmed-content .trimmed-content h3,.neilson-smart-trimmed-content .trimmed-content h4,.neilson-smart-trimmed-content .trimmed-content h5,.neilson-smart-trimmed-content .trimmed-content h6{display:block;}.neilson-smart-trimmed-content .trimmed-content li{display:list-item;}.neilson-smart-trimmed-content .trimmed-content p:last-child,.neilson-smart-trimmed-content .trimmed-content div:last-child,.neilson-smart-trimmed-content .trimmed-content li:last-child{margin-bottom:0;}.neilson-smart-trimmed-content .align-right img{padding:0 0 16px 16px;}.neilson-smart-trimmed-content .align-left img{padding:0 16px 16px 0;}.line-clamp-wrapper{display:block;width:100%;}.line-clamp-wrapper[data-line-clamp]{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:var(--line-clamp-count,3);}.line-clamp-wrapper[data-line-clamp].is-expanded{-webkit-line-clamp:unset;overflow:visible;display:block !important;}.line-clamp-wrapper > div{margin-bottom:16px;}.line-clamp-wrapper > *:last-child{margin-bottom:0;}.neilson-smart-trimmed-content .read-more,.neilson-smart-trimmed-content .read-less{display:inline-flex;}.neilson-smart-trim-toggle{display:flex;}.neilson-smart-trimmed-content .read-less.hidden,.neilson-smart-trimmed-content .read-more.hidden{display:none;}@media screen and (max-width:767px){.neilson-smart-trimmed-content .align-right img,.neilson-smart-trimmed-content .align-left img{padding:0;}.neilson-smart-trimmed-content .trimmed-content div.align-right,.neilson-smart-trimmed-content .trimmed-content div.align-left{float:none;margin-bottom:16px;}}@media screen and (min-width:768px){.neilson-smart-trimmed-content .trimmed-content .line-clamp-wrapper[data-line-clamp].is-expanded div.align-right *,.neilson-smart-trimmed-content .trimmed-content .line-clamp-wrapper[data-line-clamp].is-expanded div.align-right,.neilson-smart-trimmed-content .trimmed-content .line-clamp-wrapper[data-line-clamp].is-expanded div.align-left *,.neilson-smart-trimmed-content .trimmed-content .line-clamp-wrapper[data-line-clamp].is-expanded div.align-left{display:inline-block;margin-bottom:0;}}
.whatsapp-bubble{position:fixed;z-index:1700;right:80px;bottom:40px;}.whatsapp-bubble > a{width:55px;height:55px;background-color:#00e479;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:2px 2px 12px;color:gray;}.whatsapp-bubble svg.wab{color:white;height:55px;width:30px;}
.paragraph--unpublished{background-color:#fff4f4;}
/* @license Public Domain https://raw.githubusercontent.com/jquery/jquery-ui/1.13.2/LICENSE.txt */
.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em;}.ui-widget .ui-widget{font-size:1em;}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em;}.ui-widget.ui-widget-content{border:1px solid #c5c5c5;}.ui-widget-content{border:1px solid #dddddd;background:#ffffff;color:#333333;}.ui-widget-content a{color:#333333;}.ui-widget-header{border:1px solid #dddddd;background:#e9e9e9;color:#333333;font-weight:bold;}.ui-widget-header a{color:#333333;}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545;}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none;}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #cccccc;background:#ededed;font-weight:normal;color:#2b2b2b;}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none;}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214);}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#ffffff;}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#ffffff;}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#ffffff;text-decoration:none;}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620;}.ui-state-checked{border:1px solid #dad55e;background:#fffa90;}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620;}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f;}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f;}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f;}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold;}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal;}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none;}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)";}.ui-icon{width:16px;height:16px;}.ui-icon,.ui-widget-content .ui-icon{background-image:url(https://aicdn.speedsize.com/360481fb-1d0c-442f-ad69-87be324bfa71/https://www.neilson.co.uk/modules/contrib/jquery_ui/assets/vendor/jquery.ui/themes/base/images/ui-icons_444444_256x240.png);}.ui-widget-header .ui-icon{background-image:url(https://aicdn.speedsize.com/360481fb-1d0c-442f-ad69-87be324bfa71/https://www.neilson.co.uk/modules/contrib/jquery_ui/assets/vendor/jquery.ui/themes/base/images/ui-icons_444444_256x240.png);}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(https://aicdn.speedsize.com/360481fb-1d0c-442f-ad69-87be324bfa71/https://www.neilson.co.uk/modules/contrib/jquery_ui/assets/vendor/jquery.ui/themes/base/images/ui-icons_555555_256x240.png);}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(https://aicdn.speedsize.com/360481fb-1d0c-442f-ad69-87be324bfa71/https://www.neilson.co.uk/modules/contrib/jquery_ui/assets/vendor/jquery.ui/themes/base/images/ui-icons_ffffff_256x240.png);}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(https://aicdn.speedsize.com/360481fb-1d0c-442f-ad69-87be324bfa71/https://www.neilson.co.uk/modules/contrib/jquery_ui/assets/vendor/jquery.ui/themes/base/images/ui-icons_777620_256x240.png);}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(https://aicdn.speedsize.com/360481fb-1d0c-442f-ad69-87be324bfa71/https://www.neilson.co.uk/modules/contrib/jquery_ui/assets/vendor/jquery.ui/themes/base/images/ui-icons_cc0000_256x240.png);}.ui-button .ui-icon{background-image:url(https://aicdn.speedsize.com/360481fb-1d0c-442f-ad69-87be324bfa71/https://www.neilson.co.uk/modules/contrib/jquery_ui/assets/vendor/jquery.ui/themes/base/images/ui-icons_777777_256x240.png);}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none;}.ui-icon-caret-1-n{background-position:0 0;}.ui-icon-caret-1-ne{background-position:-16px 0;}.ui-icon-caret-1-e{background-position:-32px 0;}.ui-icon-caret-1-se{background-position:-48px 0;}.ui-icon-caret-1-s{background-position:-65px 0;}.ui-icon-caret-1-sw{background-position:-80px 0;}.ui-icon-caret-1-w{background-position:-96px 0;}.ui-icon-caret-1-nw{background-position:-112px 0;}.ui-icon-caret-2-n-s{background-position:-128px 0;}.ui-icon-caret-2-e-w{background-position:-144px 0;}.ui-icon-triangle-1-n{background-position:0 -16px;}.ui-icon-triangle-1-ne{background-position:-16px -16px;}.ui-icon-triangle-1-e{background-position:-32px -16px;}.ui-icon-triangle-1-se{background-position:-48px -16px;}.ui-icon-triangle-1-s{background-position:-65px -16px;}.ui-icon-triangle-1-sw{background-position:-80px -16px;}.ui-icon-triangle-1-w{background-position:-96px -16px;}.ui-icon-triangle-1-nw{background-position:-112px -16px;}.ui-icon-triangle-2-n-s{background-position:-128px -16px;}.ui-icon-triangle-2-e-w{background-position:-144px -16px;}.ui-icon-arrow-1-n{background-position:0 -32px;}.ui-icon-arrow-1-ne{background-position:-16px -32px;}.ui-icon-arrow-1-e{background-position:-32px -32px;}.ui-icon-arrow-1-se{background-position:-48px -32px;}.ui-icon-arrow-1-s{background-position:-65px -32px;}.ui-icon-arrow-1-sw{background-position:-80px -32px;}.ui-icon-arrow-1-w{background-position:-96px -32px;}.ui-icon-arrow-1-nw{background-position:-112px -32px;}.ui-icon-arrow-2-n-s{background-position:-128px -32px;}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px;}.ui-icon-arrow-2-e-w{background-position:-160px -32px;}.ui-icon-arrow-2-se-nw{background-position:-176px -32px;}.ui-icon-arrowstop-1-n{background-position:-192px -32px;}.ui-icon-arrowstop-1-e{background-position:-208px -32px;}.ui-icon-arrowstop-1-s{background-position:-224px -32px;}.ui-icon-arrowstop-1-w{background-position:-240px -32px;}.ui-icon-arrowthick-1-n{background-position:1px -48px;}.ui-icon-arrowthick-1-ne{background-position:-16px -48px;}.ui-icon-arrowthick-1-e{background-position:-32px -48px;}.ui-icon-arrowthick-1-se{background-position:-48px -48px;}.ui-icon-arrowthick-1-s{background-position:-64px -48px;}.ui-icon-arrowthick-1-sw{background-position:-80px -48px;}.ui-icon-arrowthick-1-w{background-position:-96px -48px;}.ui-icon-arrowthick-1-nw{background-position:-112px -48px;}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px;}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px;}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px;}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px;}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px;}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px;}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px;}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px;}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px;}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px;}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px;}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px;}.ui-icon-arrowreturn-1-w{background-position:-64px -64px;}.ui-icon-arrowreturn-1-n{background-position:-80px -64px;}.ui-icon-arrowreturn-1-e{background-position:-96px -64px;}.ui-icon-arrowreturn-1-s{background-position:-112px -64px;}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px;}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px;}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px;}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px;}.ui-icon-arrow-4{background-position:0 -80px;}.ui-icon-arrow-4-diag{background-position:-16px -80px;}.ui-icon-extlink{background-position:-32px -80px;}.ui-icon-newwin{background-position:-48px -80px;}.ui-icon-refresh{background-position:-64px -80px;}.ui-icon-shuffle{background-position:-80px -80px;}.ui-icon-transfer-e-w{background-position:-96px -80px;}.ui-icon-transferthick-e-w{background-position:-112px -80px;}.ui-icon-folder-collapsed{background-position:0 -96px;}.ui-icon-folder-open{background-position:-16px -96px;}.ui-icon-document{background-position:-32px -96px;}.ui-icon-document-b{background-position:-48px -96px;}.ui-icon-note{background-position:-64px -96px;}.ui-icon-mail-closed{background-position:-80px -96px;}.ui-icon-mail-open{background-position:-96px -96px;}.ui-icon-suitcase{background-position:-112px -96px;}.ui-icon-comment{background-position:-128px -96px;}.ui-icon-person{background-position:-144px -96px;}.ui-icon-print{background-position:-160px -96px;}.ui-icon-trash{background-position:-176px -96px;}.ui-icon-locked{background-position:-192px -96px;}.ui-icon-unlocked{background-position:-208px -96px;}.ui-icon-bookmark{background-position:-224px -96px;}.ui-icon-tag{background-position:-240px -96px;}.ui-icon-home{background-position:0 -112px;}.ui-icon-flag{background-position:-16px -112px;}.ui-icon-calendar{background-position:-32px -112px;}.ui-icon-cart{background-position:-48px -112px;}.ui-icon-pencil{background-position:-64px -112px;}.ui-icon-clock{background-position:-80px -112px;}.ui-icon-disk{background-position:-96px -112px;}.ui-icon-calculator{background-position:-112px -112px;}.ui-icon-zoomin{background-position:-128px -112px;}.ui-icon-zoomout{background-position:-144px -112px;}.ui-icon-search{background-position:-160px -112px;}.ui-icon-wrench{background-position:-176px -112px;}.ui-icon-gear{background-position:-192px -112px;}.ui-icon-heart{background-position:-208px -112px;}.ui-icon-star{background-position:-224px -112px;}.ui-icon-link{background-position:-240px -112px;}.ui-icon-cancel{background-position:0 -128px;}.ui-icon-plus{background-position:-16px -128px;}.ui-icon-plusthick{background-position:-32px -128px;}.ui-icon-minus{background-position:-48px -128px;}.ui-icon-minusthick{background-position:-64px -128px;}.ui-icon-close{background-position:-80px -128px;}.ui-icon-closethick{background-position:-96px -128px;}.ui-icon-key{background-position:-112px -128px;}.ui-icon-lightbulb{background-position:-128px -128px;}.ui-icon-scissors{background-position:-144px -128px;}.ui-icon-clipboard{background-position:-160px -128px;}.ui-icon-copy{background-position:-176px -128px;}.ui-icon-contact{background-position:-192px -128px;}.ui-icon-image{background-position:-208px -128px;}.ui-icon-video{background-position:-224px -128px;}.ui-icon-script{background-position:-240px -128px;}.ui-icon-alert{background-position:0 -144px;}.ui-icon-info{background-position:-16px -144px;}.ui-icon-notice{background-position:-32px -144px;}.ui-icon-help{background-position:-48px -144px;}.ui-icon-check{background-position:-64px -144px;}.ui-icon-bullet{background-position:-80px -144px;}.ui-icon-radio-on{background-position:-96px -144px;}.ui-icon-radio-off{background-position:-112px -144px;}.ui-icon-pin-w{background-position:-128px -144px;}.ui-icon-pin-s{background-position:-144px -144px;}.ui-icon-play{background-position:0 -160px;}.ui-icon-pause{background-position:-16px -160px;}.ui-icon-seek-next{background-position:-32px -160px;}.ui-icon-seek-prev{background-position:-48px -160px;}.ui-icon-seek-end{background-position:-64px -160px;}.ui-icon-seek-start{background-position:-80px -160px;}.ui-icon-seek-first{background-position:-80px -160px;}.ui-icon-stop{background-position:-96px -160px;}.ui-icon-eject{background-position:-112px -160px;}.ui-icon-volume-off{background-position:-128px -160px;}.ui-icon-volume-on{background-position:-144px -160px;}.ui-icon-power{background-position:0 -176px;}.ui-icon-signal-diag{background-position:-16px -176px;}.ui-icon-signal{background-position:-32px -176px;}.ui-icon-battery-0{background-position:-48px -176px;}.ui-icon-battery-1{background-position:-64px -176px;}.ui-icon-battery-2{background-position:-80px -176px;}.ui-icon-battery-3{background-position:-96px -176px;}.ui-icon-circle-plus{background-position:0 -192px;}.ui-icon-circle-minus{background-position:-16px -192px;}.ui-icon-circle-close{background-position:-32px -192px;}.ui-icon-circle-triangle-e{background-position:-48px -192px;}.ui-icon-circle-triangle-s{background-position:-64px -192px;}.ui-icon-circle-triangle-w{background-position:-80px -192px;}.ui-icon-circle-triangle-n{background-position:-96px -192px;}.ui-icon-circle-arrow-e{background-position:-112px -192px;}.ui-icon-circle-arrow-s{background-position:-128px -192px;}.ui-icon-circle-arrow-w{background-position:-144px -192px;}.ui-icon-circle-arrow-n{background-position:-160px -192px;}.ui-icon-circle-zoomin{background-position:-176px -192px;}.ui-icon-circle-zoomout{background-position:-192px -192px;}.ui-icon-circle-check{background-position:-208px -192px;}.ui-icon-circlesmall-plus{background-position:0 -208px;}.ui-icon-circlesmall-minus{background-position:-16px -208px;}.ui-icon-circlesmall-close{background-position:-32px -208px;}.ui-icon-squaresmall-plus{background-position:-48px -208px;}.ui-icon-squaresmall-minus{background-position:-64px -208px;}.ui-icon-squaresmall-close{background-position:-80px -208px;}.ui-icon-grip-dotted-vertical{background-position:0 -224px;}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px;}.ui-icon-grip-solid-vertical{background-position:-32px -224px;}.ui-icon-grip-solid-horizontal{background-position:-48px -224px;}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px;}.ui-icon-grip-diagonal-se{background-position:-80px -224px;}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px;}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px;}.ui-widget-overlay{background:#aaaaaa;opacity:.3;-ms-filter:"alpha(opacity=30)";}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666666;box-shadow:0 0 5px #666666;}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.icon-bi{display:inline-block;width:1.25rem;height:1.25rem;background-repeat:no-repeat;background-position:center;background-size:contain;}.icon-bi-swimming-pool{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_2048_79709" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2048_79709)"><path d="M1.875 17.2756V16.0096C2.35472 15.9829 2.72521 15.8427 2.98646 15.589C3.24757 15.3352 3.735 15.2083 4.44875 15.2083C5.16236 15.2083 5.67035 15.3472 5.97271 15.625C6.27507 15.9028 6.69229 16.0417 7.22437 16.0417C7.75646 16.0417 8.17368 15.9028 8.47604 15.625C8.7784 15.3472 9.28639 15.2083 10 15.2083C10.7136 15.2083 11.2243 15.3472 11.5321 15.625C11.8397 15.9028 12.2596 16.0417 12.7917 16.0417C13.3238 16.0417 13.7383 15.9028 14.0352 15.625C14.3323 15.3472 14.8376 15.2083 15.5513 15.2083C16.265 15.2083 16.7524 15.3352 17.0135 15.589C17.2748 15.8427 17.6453 15.9829 18.125 16.0096V17.2756C17.4658 17.2435 16.9997 17.0993 16.7267 16.8429C16.4537 16.5865 16.0619 16.4583 15.5513 16.4583C15.0406 16.4583 14.6367 16.5972 14.3398 16.875C14.0427 17.1528 13.5267 17.2917 12.7917 17.2917C12.0567 17.2917 11.5353 17.1528 11.2275 16.875C10.9199 16.5972 10.5107 16.4583 10 16.4583C9.48931 16.4583 9.08278 16.5972 8.78042 16.875C8.47806 17.1528 7.95937 17.2917 7.22437 17.2917C6.48938 17.2917 5.97069 17.1528 5.66833 16.875C5.36597 16.5972 4.95944 16.4583 4.44875 16.4583C3.93806 16.4583 3.54625 16.5865 3.27333 16.8429C3.00028 17.0993 2.53417 17.2435 1.875 17.2756ZM1.875 13.5256V12.2596C2.35472 12.2329 2.72521 12.0927 2.98646 11.839C3.24757 11.5852 3.735 11.4583 4.44875 11.4583C5.16236 11.4583 5.6725 11.5972 5.97917 11.875C6.28583 12.1528 6.7009 12.2917 7.22437 12.2917C7.75646 12.2917 8.17368 12.1528 8.47604 11.875C8.7784 11.5972 9.28639 11.4583 10 11.4583C10.7136 11.4583 11.2216 11.5972 11.524 11.875C11.8263 12.1528 12.2435 12.2917 12.7756 12.2917C13.3077 12.2917 13.7249 12.1528 14.0273 11.875C14.3297 11.5972 14.8376 11.4583 15.5513 11.4583C16.265 11.4583 16.7524 11.5852 17.0135 11.839C17.2748 12.0927 17.6453 12.2329 18.125 12.2596V13.5256C17.4658 13.4935 16.9997 13.3493 16.7267 13.0929C16.4537 12.8365 16.0619 12.7083 15.5513 12.7083C15.0406 12.7083 14.6431 12.8472 14.359 13.125C14.0748 13.4028 13.5524 13.5417 12.7917 13.5417C12.0481 13.5417 11.5246 13.4028 11.2212 13.125C10.9178 12.8472 10.5107 12.7083 10 12.7083C9.47222 12.7083 9.06785 12.8472 8.78687 13.125C8.5059 13.4028 7.98507 13.5417 7.22437 13.5417C6.46368 13.5417 5.93854 13.4028 5.64896 13.125C5.35951 12.8472 4.95944 12.7083 4.44875 12.7083C3.93806 12.7083 3.54625 12.8365 3.27333 13.0929C3.00028 13.3493 2.53417 13.4935 1.875 13.5256ZM6.11854 9.40375L8.84938 6.67313L7.79167 5.61542C7.33875 5.16236 6.86868 4.83834 6.38146 4.64334C5.89424 4.44847 5.28632 4.34299 4.55771 4.32688V2.70834C5.51396 2.72431 6.30562 2.84292 6.93271 3.06417C7.55979 3.28528 8.1784 3.70084 8.78854 4.31084L13.8815 9.40375C13.7094 9.52459 13.539 9.61945 13.3702 9.68834C13.2013 9.75723 13.0058 9.79167 12.7837 9.79167C12.3478 9.79167 11.9666 9.65278 11.6402 9.375C11.3138 9.09722 10.7671 8.95834 10 8.95834C9.23292 8.95834 8.68618 9.09722 8.35979 9.375C8.0334 9.65278 7.65222 9.79167 7.21625 9.79167C6.99417 9.79167 6.79868 9.75723 6.62979 9.68834C6.46104 9.61945 6.29063 9.52459 6.11854 9.40375ZM13.8044 2.78854C14.3397 2.78854 14.794 2.97736 15.1675 3.355C15.5408 3.73264 15.7275 4.18479 15.7275 4.71146C15.7275 5.24674 15.5408 5.70111 15.1675 6.07459C14.794 6.44792 14.3397 6.63459 13.8044 6.63459C13.2692 6.63459 12.8149 6.44792 12.4415 6.07459C12.0681 5.70111 11.8815 5.24674 11.8815 4.71146C11.8815 4.18479 12.0681 3.73264 12.4415 3.355C12.8149 2.97736 13.2692 2.78854 13.8044 2.78854Z" fill="%23FF7500"/></g></svg>');}.icon-bi-tennis{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_1277_64534" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1277_64534)"><path d="M3.11858 16.7115L2.35254 15.9375L5.02087 13.2692C5.63518 12.6549 6.02941 12.0799 6.20358 11.5444C6.37775 11.0087 6.46483 10.1093 6.46483 8.84625C6.46483 8.03181 6.63393 7.23764 6.97212 6.46375C7.31018 5.68986 7.7965 4.98562 8.43108 4.35104C9.56789 3.21424 10.8206 2.5625 12.1892 2.39583C13.558 2.22917 14.684 2.59618 15.5673 3.49687C16.4455 4.40521 16.8013 5.53958 16.6346 6.9C16.468 8.26042 15.8275 9.50472 14.7132 10.6329C14.0786 11.2676 13.3759 11.7514 12.605 12.0842C11.8342 12.4169 11.0385 12.5833 10.218 12.5833C8.97754 12.5833 8.08254 12.6731 7.53296 12.8525C6.98323 13.0319 6.40122 13.4289 5.78691 14.0433L3.11858 16.7115ZM8.31421 10.75C8.95309 11.3942 9.83157 11.6268 10.9496 11.4479C12.0677 11.269 13.0613 10.7406 13.9305 9.8625C14.8135 8.97042 15.34 7.97035 15.5098 6.86229C15.6796 5.75438 15.4477 4.88792 14.8142 4.26292C14.1806 3.64847 13.3034 3.4225 12.1827 3.585C11.0621 3.74736 10.0642 4.26472 9.18921 5.13708C8.31421 6.00931 7.78851 7.00313 7.61212 8.11854C7.43587 9.23396 7.6699 10.1111 8.31421 10.75ZM14.0642 19.0833C13.3455 19.0833 12.7352 18.8324 12.2334 18.3306C11.7317 17.829 11.4809 17.2188 11.4809 16.5C11.4809 15.7812 11.7317 15.171 12.2334 14.6694C12.7352 14.1676 13.3455 13.9167 14.0642 13.9167C14.783 13.9167 15.3932 14.1676 15.8948 14.6694C16.3966 15.171 16.6475 15.7812 16.6475 16.5C16.6475 17.2188 16.3966 17.829 15.8948 18.3306C15.3932 18.8324 14.783 19.0833 14.0642 19.0833ZM14.0686 18C14.4823 18 14.835 17.8527 15.1267 17.5581C15.4184 17.2635 15.5642 16.9094 15.5642 16.4956C15.5642 16.0819 15.4168 15.7292 15.1221 15.4375C14.8275 15.1458 14.4734 15 14.0596 15C13.646 15 13.2934 15.1473 13.0017 15.4419C12.71 15.7365 12.5642 16.0906 12.5642 16.5044C12.5642 16.9181 12.7115 17.2708 13.0061 17.5625C13.3007 17.8542 13.6548 18 14.0686 18Z" fill="%23FF7500"/></g></svg>');}.icon-bi-cocktail{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_2048_79725" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2048_79725)"><path d="M5.41636 17.2917V16.0417H9.37469V11.266L3.06073 4.16667V2.91667H16.9386V4.16667L10.6247 11.266V16.0417H14.583V17.2917H5.41636ZM6.20802 5.83334H13.7914L15.2914 4.16667H4.70802L6.20802 5.83334ZM9.99969 10.0833L12.6807 7.08334H7.31865L9.99969 10.0833Z" fill="%23FF7500"/></g></svg>');}.icon-bi-bed{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_2048_79734" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2048_79734)"><path d="M4.0704 15.4167H3.42956L2.99998 13.75H2.08331V10.2435C2.08331 9.82799 2.23047 9.47521 2.52477 9.18521C2.81922 8.89507 3.17422 8.75 3.58977 8.75H3.74998V6.50646C3.74998 6.0909 3.89713 5.73597 4.19144 5.44167C4.48588 5.14722 4.84088 5 5.25644 5H14.7435C15.1591 5 15.5141 5.14722 15.8085 5.44167C16.1028 5.73597 16.25 6.0909 16.25 6.50646V8.75H16.4102C16.8257 8.75 17.1807 8.89715 17.4752 9.19146C17.7695 9.4859 17.9166 9.8409 17.9166 10.2565V13.75H17L16.5704 15.4167H15.9296L15.5 13.75H4.49998L4.0704 15.4167ZM10.625 8.75H15V6.50646C15 6.43174 14.976 6.37028 14.9279 6.32208C14.8798 6.27403 14.8184 6.25 14.7435 6.25H10.625V8.75ZM4.99998 8.75H9.37498V6.25H5.25644C5.18158 6.25 5.12012 6.27403 5.07206 6.32208C5.02401 6.37028 4.99998 6.43174 4.99998 6.50646V8.75ZM3.33331 12.5H16.6666V10.2565C16.6666 10.1816 16.6426 10.1201 16.5946 10.0721C16.5465 10.024 16.4851 10 16.4102 10H3.58977C3.51491 10 3.45345 10.024 3.4054 10.0721C3.35734 10.1201 3.33331 10.1816 3.33331 10.2565V12.5Z" fill="%23FF7500"/></g></svg>');}.icon-bi-barbell{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_2048_79742" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2048_79742)"><path d="M11.2465 18.0416L10.2882 17.0833L13.2465 14.125L5.87467 6.75311L2.91634 9.71144L1.95801 8.75311L3.14072 7.54477L2.18238 6.58644L3.93238 4.83644L2.76572 3.64415L3.64384 2.76602L4.83613 3.93269L6.58613 2.18269L7.54447 3.14102L8.7528 1.95831L9.71113 2.91665L6.7528 5.87498L14.1247 13.2469L17.083 10.2885L18.0413 11.2469L16.8586 12.4552L17.817 13.4135L16.067 15.1635L17.2336 16.3558L16.3555 17.2339L15.1632 16.0673L13.4132 17.8173L12.4549 16.8589L11.2465 18.0416Z" fill="%23FF7500"/></g></svg>');}.icon-bi-dumbbell{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_2048_79966" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2048_79966)"><path d="M16.2901 7.97886L15.524 7.21282L16.0992 6.63761C16.1527 6.58414 16.1794 6.524 16.1794 6.45719C16.1794 6.39039 16.1527 6.33032 16.0992 6.27698L13.7211 3.91969C13.6678 3.86622 13.6077 3.83949 13.5409 3.83949C13.4741 3.83949 13.4139 3.86622 13.3605 3.91969L12.8061 4.4949L12.0401 3.72886L12.6265 3.12157C12.8808 2.86726 13.1869 2.74011 13.5448 2.74011C13.9028 2.74011 14.2089 2.86726 14.4632 3.12157L16.8973 5.55574C17.1517 5.81004 17.2788 6.11268 17.2788 6.46365C17.2788 6.81462 17.1517 7.11726 16.8973 7.37157L16.2901 7.97886ZM7.2661 17.0028C7.10902 17.1599 6.88277 17.2662 6.58735 17.3218C6.29193 17.3773 6.01707 17.278 5.76277 17.0237L3.19402 14.4547C2.93429 14.1993 2.80443 13.8836 2.80443 13.5076C2.80443 13.1316 2.93429 12.8138 3.19402 12.5541L3.74839 12.0205L4.51443 12.7866L3.96797 13.3201C3.9145 13.3736 3.88777 13.4337 3.88777 13.5005C3.88777 13.5673 3.9145 13.6274 3.96797 13.6807L6.31735 16.0509C6.37068 16.1044 6.43075 16.1312 6.49756 16.1312C6.56436 16.1312 6.6245 16.1044 6.67797 16.0509L7.23235 15.5045L7.99839 16.2705L7.2661 17.0028ZM15.1859 10.9805L16.2948 9.8924C16.3483 9.83893 16.3751 9.77747 16.3751 9.70803C16.3751 9.63858 16.3483 9.57712 16.2948 9.52365L10.5161 3.7449C10.4626 3.69143 10.4012 3.66469 10.3317 3.66469C10.2623 3.66469 10.2008 3.69143 10.1473 3.7449L9.03839 4.83303C8.98506 4.8865 8.95839 4.94657 8.95839 5.01324C8.95839 5.08004 8.98506 5.14018 9.03839 5.19365L14.8253 10.9805C14.8787 11.0339 14.9389 11.0605 15.0057 11.0605C15.0723 11.0605 15.1324 11.0339 15.1859 10.9805ZM9.91193 16.2753L11.0001 15.1951C11.0534 15.1418 11.0801 15.0817 11.0801 15.0149C11.0801 14.9481 11.0534 14.888 11.0001 14.8347L5.20506 9.03969C5.15172 8.98636 5.09166 8.95969 5.02485 8.95969C4.95804 8.95969 4.89797 8.98636 4.84464 9.03969L3.76443 10.1278C3.71096 10.1813 3.68422 10.2427 3.68422 10.3122C3.68422 10.3816 3.71096 10.4431 3.76443 10.4966L9.54318 16.2753C9.59665 16.3288 9.65811 16.3555 9.72756 16.3555C9.797 16.3555 9.85846 16.3288 9.91193 16.2753ZM9.57527 11.8491L11.8815 9.55574L10.4632 8.15823L8.16985 10.4437L9.57527 11.8491ZM10.6698 17.0493C10.4103 17.309 10.0962 17.4389 9.72756 17.4389C9.35895 17.4389 9.04485 17.309 8.78527 17.0493L2.99047 11.2337C2.73075 10.9741 2.60089 10.6634 2.60089 10.3018C2.60089 9.94011 2.73075 9.62948 2.99047 9.3699L4.0786 8.27365C4.33402 8.01407 4.64971 7.88428 5.02568 7.88428C5.40179 7.88428 5.71964 8.01407 5.97922 8.27365L7.40381 9.67761L9.68922 7.37157L8.26443 5.95969C8.00485 5.70011 7.87506 5.38462 7.87506 5.01324C7.87506 4.64199 8.00485 4.32657 8.26443 4.06698L9.38152 2.97094C9.63693 2.71122 9.95263 2.58136 10.3286 2.58136C10.7046 2.58136 11.0223 2.71122 11.2819 2.97094L17.0896 8.73699C17.3494 8.9924 17.4792 9.3081 17.4792 9.68407C17.4792 10.06 17.3494 10.3778 17.0896 10.6374L15.9728 11.7337C15.7132 11.9932 15.3978 12.123 15.0265 12.123C14.6551 12.123 14.3396 11.9932 14.0801 11.7337L12.6265 10.3089L10.3413 12.6151L11.7661 14.0397C12.0257 14.2993 12.1589 14.6161 12.1659 14.9901C12.1728 15.364 12.0465 15.6807 11.7869 15.9403L10.6698 17.0493Z" fill="%23FF7500"/></g></svg>');}.icon-bi-biking{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_2048_79899" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2048_79899)"><path d="M4.32214 18.0762C3.23978 18.0762 2.31777 17.6948 1.5561 16.932C0.794294 16.1692 0.413391 15.2467 0.413391 14.1643C0.413391 13.0821 0.79478 12.1601 1.55756 11.3983C2.32047 10.6366 3.24304 10.2558 4.32527 10.2558C5.40749 10.2558 6.3295 10.6372 7.09131 11.3999C7.85297 12.1627 8.23381 13.0853 8.23381 14.1677C8.23381 15.2499 7.85242 16.1719 7.08964 16.9337C6.32686 17.6954 5.40436 18.0762 4.32214 18.0762ZM4.32172 16.8262C5.0602 16.8262 5.68853 16.5678 6.20672 16.051C6.72492 15.534 6.98402 14.9063 6.98402 14.1679C6.98402 13.4294 6.72554 12.8011 6.2086 12.2829C5.69166 11.7648 5.06395 11.5058 4.32547 11.5058C3.58714 11.5058 2.95888 11.7642 2.44068 12.281C1.92249 12.7979 1.66339 13.4256 1.66339 14.1641C1.66339 14.9026 1.92186 15.5309 2.43881 16.0491C2.95561 16.5672 3.58325 16.8262 4.32172 16.8262ZM9.37172 15.6243V11.4816L6.59297 9.22036C6.44756 9.08897 6.33721 8.93529 6.26193 8.75932C6.18666 8.58335 6.14902 8.39828 6.14902 8.20411C6.14902 8.00994 6.18881 7.82682 6.26839 7.65473C6.34797 7.48279 6.45617 7.32841 6.59297 7.19161L8.97423 4.81015C9.11964 4.66487 9.28784 4.55459 9.47881 4.47932C9.66992 4.40404 9.87027 4.3664 10.0798 4.3664C10.2894 4.3664 10.4898 4.40404 10.6811 4.47932C10.8722 4.55459 11.0405 4.66487 11.1859 4.81015L12.7692 6.39348C13.1581 6.78237 13.5985 7.08932 14.0905 7.31432C14.5824 7.53918 15.1035 7.66494 15.6538 7.69161V8.95765C14.9209 8.93098 14.2248 8.77154 13.5657 8.47932C12.9065 8.18709 12.3205 7.7846 11.8076 7.27182L10.9967 6.46078L8.75631 8.70119L10.6217 10.6499V15.6243H9.37172ZM12.7532 4.53453C12.3482 4.53453 12.0039 4.39272 11.7203 4.10911C11.4367 3.8255 11.2948 3.48119 11.2948 3.07619C11.2948 2.67133 11.4367 2.32709 11.7203 2.04348C12.0039 1.75973 12.3482 1.61786 12.7532 1.61786C13.158 1.61786 13.5023 1.75973 13.7859 2.04348C14.0696 2.32709 14.2115 2.67133 14.2115 3.07619C14.2115 3.48119 14.0696 3.8255 13.7859 4.10911C13.5023 4.39272 13.158 4.53453 12.7532 4.53453ZM15.6682 18.0762C14.586 18.0762 13.6639 17.6948 12.9021 16.932C12.1405 16.1692 11.7596 15.2467 11.7596 14.1643C11.7596 13.0821 12.141 12.1601 12.9038 11.3983C13.6666 10.6366 14.5891 10.2558 15.6713 10.2558C16.7537 10.2558 17.6757 10.6372 18.4374 11.3999C19.1992 12.1627 19.5801 13.0853 19.5801 14.1677C19.5801 15.2499 19.1987 16.1719 18.4359 16.9337C17.673 17.6954 16.7504 18.0762 15.6682 18.0762ZM15.668 16.8262C16.4063 16.8262 17.0346 16.5678 17.5528 16.051C18.071 15.534 18.3301 14.9063 18.3301 14.1679C18.3301 13.4294 18.0716 12.8011 17.5546 12.2829C17.0378 11.7648 16.4102 11.5058 15.6717 11.5058C14.9333 11.5058 14.3049 11.7642 13.7867 12.281C13.2685 12.7979 13.0094 13.4256 13.0094 14.1641C13.0094 14.9026 13.2679 15.5309 13.7849 16.0491C14.3018 16.5672 14.9295 16.8262 15.668 16.8262Z" fill="%23FF7500"/></g></svg>');}.icon-bi-sailship{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_2048_79923" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2048_79923)"><path d="M2.90062 11.0415L8.95833 2.33166V11.0415H2.90062ZM5.28688 9.79145H7.70833V6.31375L5.28688 9.79145ZM10.7052 11.0415C10.8612 10.6419 11.0257 9.97868 11.1987 9.05187C11.3718 8.12506 11.4583 7.19104 11.4583 6.24979C11.4583 5.26576 11.374 4.29277 11.2052 3.33083C11.0363 2.36875 10.8723 1.63499 10.7131 1.12958C11.5337 1.44374 12.3307 1.93041 13.1042 2.58958C13.8776 3.24874 14.5678 4.01986 15.1746 4.90291C15.7815 5.78583 16.2767 6.75187 16.6602 7.80104C17.0438 8.8502 17.2516 9.93034 17.2835 11.0415H10.7052ZM12.335 9.79145H15.899C15.679 8.57243 15.2615 7.445 14.6467 6.40916C14.0318 5.37347 13.3242 4.4977 12.524 3.78187C12.5785 4.17493 12.6229 4.58249 12.6571 5.00458C12.6912 5.42652 12.7083 5.84159 12.7083 6.24979C12.7083 6.89187 12.6731 7.51208 12.6025 8.11041C12.5321 8.70875 12.4429 9.26909 12.335 9.79145ZM7.5 15.8812C7.03208 15.8812 6.58285 15.7819 6.15229 15.5831C5.72174 15.3844 5.33764 15.1044 5 14.7433C4.83764 14.9143 4.65924 15.0781 4.46479 15.2346C4.27035 15.3911 4.06361 15.5142 3.84458 15.604C3.37986 15.2535 2.98403 14.8296 2.65708 14.3323C2.33014 13.8349 2.09083 13.2935 1.93917 12.7081H18.0608C17.9092 13.2935 17.6699 13.8349 17.3429 14.3323C17.016 14.8296 16.6201 15.2535 16.1554 15.604C15.9364 15.5142 15.7297 15.3911 15.5352 15.2346C15.3408 15.0781 15.1624 14.9143 15 14.7433C14.6539 15.1044 14.2676 15.3844 13.8412 15.5831C13.415 15.7819 12.9679 15.8812 12.5 15.8812C12.0321 15.8812 11.5815 15.7819 11.1483 15.5831C10.715 15.3844 10.3322 15.1018 10 14.7354C9.66778 15.1018 9.285 15.3844 8.85167 15.5831C8.41847 15.7819 7.96792 15.8812 7.5 15.8812ZM1.875 18.9581V17.7081H2.5C2.94444 17.7081 3.37715 17.6387 3.79812 17.4998C4.2191 17.3609 4.61972 17.1606 5 16.8987C5.38569 17.1606 5.78764 17.3587 6.20583 17.4933C6.62417 17.6281 7.05556 17.6954 7.5 17.6954C7.94444 17.6954 8.37368 17.6281 8.78771 17.4933C9.20174 17.3587 9.60583 17.1606 10 16.8987C10.3857 17.1606 10.7876 17.3587 11.2058 17.4933C11.6242 17.6281 12.0556 17.6954 12.5 17.6954C12.9444 17.6954 13.375 17.6281 13.7917 17.4933C14.2083 17.3587 14.6111 17.1606 15 16.8987C15.3942 17.1606 15.7983 17.3609 16.2123 17.4998C16.6263 17.6387 17.0556 17.7081 17.5 17.7081H18.125V18.9581H17.5C17.0854 18.9581 16.6698 18.9047 16.2531 18.7979C15.8365 18.691 15.4187 18.528 15 18.3092C14.5812 18.528 14.1635 18.691 13.7469 18.7979C13.3302 18.9047 12.9146 18.9581 12.5 18.9581C12.0854 18.9581 11.6698 18.9047 11.2531 18.7979C10.8365 18.691 10.4187 18.528 10 18.3092C9.58125 18.528 9.16354 18.691 8.74687 18.7979C8.33021 18.9047 7.91458 18.9581 7.5 18.9581C7.08542 18.9581 6.66979 18.9047 6.25312 18.7979C5.83646 18.691 5.41875 18.528 5 18.3092C4.58125 18.528 4.16354 18.691 3.74688 18.7979C3.33021 18.9047 2.91458 18.9581 2.5 18.9581H1.875Z" fill="%23FF7500"/></g></svg>');}.icon-bi-takeoff{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_4694_3657" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4694_3657)"><path d="M2.91661 17.0833V15.8333H17.0833V17.0833H2.91661ZM4.19869 12.9487L1.34619 8.18916L2.95348 7.75958L5.23077 9.68583L8.41182 8.85103L4.20348 3.22124L6.18744 2.69562L12.2643 7.82062L15.8141 6.8702C16.1944 6.76659 16.5557 6.81465 16.8981 7.01437C17.2406 7.21423 17.4636 7.5043 17.5672 7.88458C17.6708 8.26499 17.6281 8.62638 17.4391 8.96874C17.2499 9.3111 16.9652 9.53409 16.5849 9.6377L4.19869 12.9487Z" fill="%23FF7500"/></g></svg>');}.icon-bi-van{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_4694_3683" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4694_3683)"><path d="M5.15237 15.08C4.5514 15.08 4.04057 14.8697 3.61987 14.4491C3.19918 14.0285 2.98883 13.5176 2.98883 12.9166H1.35425V5.83331C1.35425 5.48956 1.47668 5.19533 1.72154 4.9506C1.96626 4.70574 2.2605 4.58331 2.60425 4.58331H13.8863L18.6459 9.21477V12.9166H17.1395C17.1395 13.5176 16.9291 14.0285 16.5084 14.4491C16.0877 14.8697 15.577 15.08 14.9761 15.08C14.3752 15.08 13.8643 14.8697 13.4436 14.4491C13.0229 14.0285 12.8126 13.5176 12.8126 12.9166H7.31571C7.31571 13.5148 7.10543 14.025 6.68487 14.4471C6.26418 14.869 5.75335 15.08 5.15237 15.08ZM12.1876 8.57373H16.1299L13.2934 5.83331H12.1876V8.57373ZM7.39591 8.57373H10.9376V5.83331H7.39591V8.57373ZM2.60425 8.57373H6.14591V5.83331H2.60425V8.57373ZM5.15237 13.9583C5.44404 13.9583 5.69057 13.8576 5.89196 13.6562C6.09335 13.4548 6.19404 13.2083 6.19404 12.9166C6.19404 12.625 6.09335 12.3785 5.89196 12.1771C5.69057 11.9757 5.44404 11.875 5.15237 11.875C4.86071 11.875 4.61418 11.9757 4.41279 12.1771C4.2114 12.3785 4.11071 12.625 4.11071 12.9166C4.11071 13.2083 4.2114 13.4548 4.41279 13.6562C4.61418 13.8576 4.86071 13.9583 5.15237 13.9583ZM14.9761 13.9583C15.2678 13.9583 15.5143 13.8576 15.7157 13.6562C15.9171 13.4548 16.0178 13.2083 16.0178 12.9166C16.0178 12.625 15.9171 12.3785 15.7157 12.1771C15.5143 11.9757 15.2678 11.875 14.9761 11.875C14.6845 11.875 14.4379 11.9757 14.2365 12.1771C14.0352 12.3785 13.9345 12.625 13.9345 12.9166C13.9345 13.2083 14.0352 13.4548 14.2365 13.6562C14.4379 13.8576 14.6845 13.9583 14.9761 13.9583ZM2.60425 11.6666H3.43112C3.60848 11.4166 3.84598 11.2019 4.14362 11.0225C4.44112 10.8429 4.77737 10.7531 5.15237 10.7531C5.52737 10.7531 5.85959 10.8389 6.14904 11.0104C6.43862 11.1819 6.68008 11.4007 6.87341 11.6666H13.2549C13.4322 11.4166 13.6697 11.2019 13.9672 11.0225C14.2648 10.8429 14.6011 10.7531 14.9761 10.7531C15.3511 10.7531 15.6833 10.8389 15.9728 11.0104C16.2624 11.1819 16.5038 11.4007 16.6972 11.6666H17.3959V9.82373H2.60425V11.6666Z" fill="%23FF7500"/></g></svg>');}.icon-bi-hotel{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_1375_53654" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1375_53654)"><path d="M1 15.1667V4H2.08333V11.5833H8.79167V5H15.5833C16.3021 5 16.9123 5.2509 17.414 5.75271C17.9158 6.25437 18.1667 6.86458 18.1667 7.58333V15.1667H17.0833V12.6667H2.08333V15.1667H1ZM5.33229 10.2148C4.74007 10.2148 4.23694 10.0074 3.82292 9.59271C3.40889 9.17813 3.20188 8.67465 3.20188 8.08229C3.20188 7.49007 3.40924 6.98694 3.82396 6.57292C4.23854 6.15889 4.74201 5.95188 5.33437 5.95188C5.9266 5.95188 6.42972 6.15924 6.84375 6.57396C7.25778 6.98854 7.46479 7.49201 7.46479 8.08437C7.46479 8.6766 7.25743 9.17972 6.84271 9.59375C6.42813 10.0078 5.92465 10.2148 5.33229 10.2148ZM9.875 11.5833H17.0833V7.58333C17.0833 7.17083 16.9365 6.81771 16.6427 6.52396C16.349 6.23021 15.9958 6.08333 15.5833 6.08333H9.875V11.5833ZM5.33333 9.13146C5.62736 9.13146 5.87556 9.03028 6.07792 8.82792C6.28028 8.62556 6.38146 8.37736 6.38146 8.08333C6.38146 7.78931 6.28028 7.54111 6.07792 7.33875C5.87556 7.13639 5.62736 7.03521 5.33333 7.03521C5.03931 7.03521 4.79111 7.13639 4.58875 7.33875C4.38639 7.54111 4.28521 7.78931 4.28521 8.08333C4.28521 8.37736 4.38639 8.62556 4.58875 8.82792C4.79111 9.03028 5.03931 9.13146 5.33333 9.13146Z" fill="%23FF7500"/></g></svg>');}.icon-bi-croissant{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_1375_53654" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1375_53654)"><path d="M16.3617 13.9006C16.7242 14.0844 17.0355 14.0281 17.2956 13.7317C17.5558 13.4351 17.5924 13.1069 17.4054 12.7469L15.9631 10.0448L14.7275 13.0963L16.3617 13.9006ZM12.0465 13.1667H13.5608L15.5365 8.13604C15.6201 7.92243 15.6287 7.72722 15.5625 7.55042C15.4963 7.37361 15.3702 7.25104 15.1844 7.18271L13.5177 6.53688C13.3008 6.43535 13.0969 6.43243 12.9062 6.52812C12.7156 6.62368 12.6133 6.79215 12.5994 7.03354L12.0465 13.1667ZM6.0225 13.1667H7.53687L6.98396 7.00167C6.97007 6.80292 6.86701 6.65035 6.67479 6.54396C6.48243 6.43771 6.27243 6.43535 6.04479 6.53688L4.39708 7.18437C4.21778 7.25701 4.09826 7.38972 4.03854 7.5825C3.97868 7.77542 3.98542 7.97063 4.05875 8.16813L6.0225 13.1667ZM3.22125 13.9006L4.85583 13.0754L3.63625 10.024L2.26125 12.7788C2.06361 13.1442 2.09111 13.4623 2.34375 13.7331C2.59639 14.004 2.88889 14.0598 3.22125 13.9006ZM8.64667 13.1667H10.9423L11.6042 5.87021C11.6181 5.65326 11.5638 5.47139 11.4415 5.32458C11.3192 5.17764 11.1443 5.10417 10.9167 5.10417H8.66667C8.46583 5.10417 8.29625 5.17486 8.15792 5.31625C8.01944 5.45764 7.95986 5.6316 7.97917 5.83812L8.64667 13.1667ZM2.90812 15.0994C2.37479 15.0994 1.92347 14.9212 1.55417 14.5648C1.18472 14.2085 1 13.7708 1 13.2517C1 13.1094 1.01125 12.9703 1.03375 12.8342C1.05611 12.6979 1.10201 12.57 1.17146 12.4504L3.11542 8.66667C2.84292 8.20403 2.79653 7.725 2.97625 7.22958C3.15611 6.73417 3.49632 6.3884 3.99688 6.19229L5.64271 5.52562C5.85854 5.42632 6.08396 5.37639 6.31896 5.37583C6.55396 5.37528 6.76868 5.43646 6.96313 5.55937C6.99951 5.09882 7.18271 4.72382 7.51271 4.43437C7.84285 4.14479 8.2316 4 8.67896 4H10.9006C11.3366 4 11.7223 4.14076 12.0577 4.42229C12.3931 4.70382 12.5844 5.06521 12.6315 5.50646C12.8098 5.37285 13.0165 5.32264 13.2517 5.35583C13.4867 5.38889 13.7094 5.44549 13.9198 5.52562L15.5865 6.19229C16.0577 6.38368 16.3823 6.72 16.5602 7.20125C16.738 7.6825 16.7195 8.17097 16.5048 8.66667L18.4279 12.4504C18.4867 12.5593 18.5299 12.6723 18.5577 12.7894C18.5855 12.9066 18.5994 13.0286 18.5994 13.1554C18.5994 13.6853 18.4176 14.1417 18.054 14.5248C17.6903 14.9078 17.2446 15.0994 16.7167 15.0994C16.5636 15.0994 16.4206 15.0816 16.2875 15.046C16.1543 15.0105 16.0211 14.9572 15.8879 14.8862L14.6267 14.25H4.97271L3.69542 14.8702C3.56403 14.929 3.43313 14.9818 3.30271 15.0288C3.17215 15.0758 3.04062 15.0994 2.90812 15.0994Z" fill="%23FF7500"/></g></svg>');}.icon-bi-restaurant{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_4694_3646" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_4694_3646)"><path d="M6.45844 17.7916V9.7356C5.83774 9.61699 5.32358 9.31581 4.91594 8.83206C4.50844 8.34831 4.30469 7.7697 4.30469 7.09623V2.20831H5.38781V7.09623H6.45844V2.20831H7.54177V7.09623H8.6124V2.20831H9.69552V7.09623C9.69552 7.7697 9.49177 8.34831 9.08427 8.83206C8.67663 9.31581 8.16247 9.61699 7.54177 9.7356V17.7916H6.45844ZM14.3878 17.7916V10.7916H12.1124V5.99998C12.1124 5.00554 12.4302 4.14234 13.0659 3.4104C13.7016 2.67845 14.5034 2.28311 15.4711 2.22436V17.7916H14.3878Z" fill="%23FF7500"/></g></svg>');}.icon-bi-family{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_1277_64561" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1277_64561)"><path d="M6.41144 5.4198C5.96408 5.4198 5.58283 5.26049 5.26769 4.94188C4.95255 4.62327 4.79498 4.24028 4.79498 3.79292C4.79498 3.34556 4.95429 2.96424 5.2729 2.64896C5.59151 2.33382 5.97449 2.17625 6.42186 2.17625C6.86922 2.17625 7.25047 2.33556 7.56561 2.65417C7.88088 2.97278 8.03852 3.35584 8.03852 3.80334C8.03852 4.2507 7.87922 4.63195 7.56061 4.94709C7.24199 5.26223 6.85894 5.4198 6.41144 5.4198ZM14.3558 9.12813C14.0353 9.12813 13.7601 9.01445 13.5304 8.78709C13.3007 8.55959 13.1858 8.28334 13.1858 7.95834C13.1858 7.62709 13.3007 7.34931 13.5304 7.125C13.7601 6.9007 14.0353 6.78855 14.3558 6.78855C14.6869 6.78855 14.9647 6.9007 15.1891 7.125C15.4135 7.34931 15.5256 7.62577 15.5256 7.95438C15.5256 8.28285 15.4135 8.56063 15.1891 8.78771C14.9647 9.01466 14.6869 9.12813 14.3558 9.12813ZM5.0129 17.7917V12.4679H3.44873V8.01605C3.44873 7.64757 3.57991 7.33216 3.84227 7.0698C4.10463 6.80743 4.42005 6.67625 4.78852 6.67625H7.90227C8.16019 6.67625 8.39241 6.74493 8.59894 6.8823C8.80547 7.01952 8.97172 7.19924 9.09769 7.42146L11.2114 11.8685L12.9487 10.3398C13.0405 10.2747 13.1313 10.2284 13.221 10.201C13.3106 10.1738 13.4052 10.1602 13.5048 10.1602H15.6954C15.9421 10.1602 16.1517 10.2465 16.3244 10.4192C16.497 10.5918 16.5833 10.8015 16.5833 11.0481V14.0321H15.5833V17.7917H13.1281V11.6602L11.7725 12.8719H10.5096L8.49998 8.6073V17.7917H5.0129Z" fill="%23FF7500"/></g></svg>');}.icon-bi-mountains{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="11" viewBox="0 0 21 11" fill="none"><path d="M0 10.673L5.096 3.86525L9.07675 9.173H17.096L12.096 2.523L9.346 6.16925L8.40375 4.923L12.096 0L20.096 10.673H0ZM3 9.173H7.20175L5.096 6.35375L3 9.173Z" fill="%23FF7500"/></svg>');}.icon-bi-altitude{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_2200_20373" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2200_20373)"><path d="M18.25 12V7.45374L16.4 9.29424L15.3558 8.24999L19 4.60574L22.6443 8.24999L21.6 9.31924L19.75 7.46924V12H18.25ZM1.952 21.0865L7.048 14.2787L11.0288 19.5865H19.048L14.048 12.9365L11.298 16.5827L10.3558 15.3365L14.048 10.4135L22.048 21.0865H1.952Z" fill="%23FF7500"/></g></svg>');}.icon-bi-downhill-skiing{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_2200_20381" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2200_20381)"><path d="M18.5288 22.75C18.1148 22.75 17.71 22.7182 17.3145 22.6547C16.919 22.5912 16.5327 22.4928 16.1557 22.3595L2.26925 17.2922L2.6635 16.1655L9.602 18.7L11.375 14.2212L7.56925 10.4192C7.16408 10.0231 7.0025 9.54266 7.0845 8.978C7.16667 8.41316 7.459 7.98333 7.9615 7.6885L11.725 5.4865C11.9698 5.33916 12.2205 5.25458 12.477 5.23275C12.7333 5.21091 12.9839 5.25191 13.2288 5.35575C13.4738 5.44291 13.6876 5.582 13.8702 5.773C14.0529 5.96416 14.191 6.1905 14.2845 6.452L14.6095 7.527C14.8583 8.34616 15.2333 9.04041 15.7345 9.60975C16.2358 10.1789 16.8827 10.6083 17.675 10.898L18.2098 9.27875L19.3365 9.64225L18.3462 12.6307C17.1001 12.3859 16.0548 11.9074 15.2105 11.1952C14.3663 10.4831 13.7288 9.53141 13.298 8.34025L10.1577 10.175L13.1827 13.7115L11.0152 19.2115L14.4905 20.4712L16.6385 14.0077C16.8205 14.0846 17.0025 14.1483 17.1845 14.199C17.3667 14.2497 17.5602 14.2968 17.7652 14.3405L15.602 20.8905L16.502 21.2135C16.834 21.3263 17.1641 21.4119 17.4922 21.4702C17.8204 21.5286 18.1659 21.5577 18.5288 21.5577C18.9493 21.5577 19.3506 21.5208 19.7327 21.447C20.1147 21.3733 20.4859 21.2596 20.8462 21.1057L21.7307 22.0095C21.2359 22.2608 20.7224 22.4471 20.1903 22.5682C19.6583 22.6894 19.1044 22.75 18.5288 22.75ZM16.3365 6.34625C15.8313 6.34625 15.3973 6.16483 15.0345 5.802C14.6718 5.43916 14.4905 5.00516 14.4905 4.5C14.4905 3.99483 14.6718 3.56083 15.0345 3.198C15.3973 2.83516 15.8313 2.65375 16.3365 2.65375C16.8417 2.65375 17.2757 2.83516 17.6385 3.198C18.0013 3.56083 18.1827 3.99483 18.1827 4.5C18.1827 5.00516 18.0013 5.43916 17.6385 5.802C17.2757 6.16483 16.8417 6.34625 16.3365 6.34625Z" fill="%23FF7500"/></g></svg>');}.icon-bi-snowboarding{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_2200_20390" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2200_20390)"><path d="M18.7845 22.3462C18.641 22.3462 18.4917 22.3379 18.3365 22.3212C18.1813 22.3046 18.0288 22.2796 17.8788 22.2462L5.25375 19.5462C4.54608 19.4026 3.93108 19.1179 3.40875 18.6922C2.88625 18.2666 2.48658 17.7467 2.20975 17.1327C2.18275 17.0789 2.16925 16.9642 2.16925 16.7885C2.20008 16.6333 2.28117 16.5054 2.4125 16.4047C2.54383 16.3041 2.69225 16.2641 2.85775 16.2847C2.95508 16.3052 3.04067 16.3482 3.1145 16.4135C3.18817 16.4788 3.24675 16.5551 3.29025 16.6422C3.50308 17.0782 3.79833 17.4558 4.176 17.775C4.5535 18.0942 4.99358 18.3037 5.49625 18.4037L6.1635 18.5327L9.76925 16.1442L8.9115 12.4615C8.85133 12.2372 8.84458 12.0022 8.89125 11.7567C8.93808 11.5112 9.01858 11.2878 9.13275 11.0865L11.825 6.75H8.95575L7.075 9.79025L5.798 9L8.13475 5.25H13.7C14.1115 5.25 14.4419 5.36375 14.6913 5.59125C14.9406 5.81891 15.1121 6.03466 15.2057 6.2385L15.7308 7.42875C16.0769 8.23525 16.616 8.8975 17.348 9.4155C18.0802 9.93333 18.9129 10.2083 19.8463 10.2405V11.7402C18.7373 11.7211 17.7283 11.4292 16.8193 10.8645C15.9103 10.2997 15.1577 9.5205 14.5615 8.527L12.3963 11.95L15.8077 14.6635L16.798 20.8155L18.1212 21.0787C18.2276 21.1121 18.3382 21.1329 18.453 21.1412C18.5677 21.1496 18.6782 21.1537 18.7845 21.1537C19.191 21.1537 19.5638 21.0839 19.903 20.9442C20.242 20.8046 20.5564 20.6148 20.8463 20.375C20.8974 20.3237 21.066 20.2801 21.352 20.2442C21.5173 20.2647 21.6462 20.3442 21.7385 20.4827C21.8308 20.6212 21.8668 20.7629 21.8463 20.9077C21.8359 20.9846 21.8131 21.0532 21.7778 21.1135C21.7426 21.1737 21.6981 21.2307 21.6443 21.2845C21.2596 21.6383 20.8169 21.9037 20.3163 22.0807C19.8158 22.2577 19.3052 22.3462 18.7845 22.3462ZM15.2172 20.4807L14.4288 15.5327L11.002 13.1037L11.4713 16.8037L8.21525 18.973L15.2172 20.4807ZM16 4.84625C15.4948 4.84625 15.0608 4.66483 14.698 4.302C14.3352 3.93916 14.1538 3.50516 14.1538 3C14.1538 2.49483 14.3352 2.06083 14.698 1.698C15.0608 1.33516 15.4948 1.15375 16 1.15375C16.5052 1.15375 16.9392 1.33516 17.302 1.698C17.6648 2.06083 17.8462 2.49483 17.8462 3C17.8462 3.50516 17.6648 3.93916 17.302 4.302C16.9392 4.66483 16.5052 4.84625 16 4.84625Z" fill="%23FF7500"/></g></svg>');}.icon-bi-snowflake{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_2200_20406" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2200_20406)"><path d="M11.25 21.75V17.2538L7.75 20.7038L6.69625 19.65L11.25 15.0962V12.75H8.90375L4.35 17.3038L3.29625 16.25L6.74625 12.75H2.25V11.25H6.74625L3.29625 7.75L4.35 6.69625L8.90375 11.25H11.25V8.90375L6.69625 4.35L7.75 3.29625L11.25 6.74625V2.25H12.75V6.74625L16.25 3.29625L17.3038 4.35L12.75 8.90375V11.25H15.0962L19.65 6.69625L20.7038 7.75L17.2538 11.25H21.75V12.75H17.2538L20.7038 16.25L19.65 17.3038L15.0962 12.75H12.75V15.0962L17.3038 19.65L16.25 20.7038L12.75 17.2538V21.75H11.25Z" fill="%23FF7500"/></g></svg>');}.icon-bi-self-improvement{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_9462_2415" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_9462_2415)"><path d="M6.20829 15.9614C5.92607 15.9614 5.68885 15.8705 5.49663 15.6887C5.30441 15.5069 5.20829 15.2748 5.20829 14.9923C5.20829 14.7944 5.26357 14.6223 5.37413 14.476C5.48468 14.3296 5.62975 14.2089 5.80934 14.1137L8.70829 12.8781V10.0031C7.97427 10.6944 7.27079 11.2003 6.59788 11.5208C5.92496 11.8414 5.14982 12.031 4.27246 12.0898V10.9983C5.05774 10.9717 5.79086 10.7786 6.47184 10.4192C7.15295 10.0596 7.73656 9.57422 8.22267 8.96311V8.97916C8.34017 8.83916 8.48559 8.72804 8.65892 8.64582C8.83225 8.5636 9.01538 8.52249 9.20829 8.52249H10.7916C10.9845 8.52249 11.1677 8.5636 11.341 8.64582C11.5143 8.72804 11.6598 8.83916 11.7773 8.97916V8.96311C12.2634 9.57422 12.847 10.0596 13.5281 10.4192C14.2091 10.7786 14.9422 10.9717 15.7275 10.9983V12.0898C14.8501 12.031 14.075 11.8414 13.402 11.5208C12.7291 11.2003 12.0257 10.6944 11.2916 10.0031V12.8781L14.1906 14.1137C14.3702 14.195 14.5152 14.3137 14.6258 14.47C14.7363 14.6264 14.7916 14.8019 14.7916 14.9964C14.7916 15.2745 14.6955 15.5048 14.5033 15.6875C14.3111 15.8701 14.0738 15.9614 13.7916 15.9614H8.24996V15.8558C8.24996 15.5246 8.35947 15.2494 8.5785 15.0304C8.79753 14.8114 9.0726 14.7019 9.40371 14.7019H11.75C11.825 14.7019 11.8854 14.6776 11.9312 14.6289C11.977 14.5803 12 14.5213 12 14.4519C12 14.3824 11.977 14.3234 11.9312 14.2748C11.8854 14.2262 11.825 14.2019 11.75 14.2019H9.40371C8.92982 14.2019 8.53573 14.359 8.22142 14.6733C7.90711 14.9876 7.74996 15.3818 7.74996 15.8558V15.9614H6.20829ZM8.8485 7.13666C8.53489 6.81971 8.37809 6.43589 8.37809 5.9852C8.37809 5.53464 8.53663 5.15256 8.85371 4.83895C9.17066 4.52534 9.55447 4.36853 10.0052 4.36853C10.4557 4.36853 10.8378 4.52707 11.1514 4.84416C11.465 5.1611 11.6218 5.54492 11.6218 5.99561C11.6218 6.44617 11.4633 6.82825 11.1462 7.14186C10.8293 7.45547 10.4454 7.61228 9.99475 7.61228C9.5442 7.61228 9.16211 7.45374 8.8485 7.13666Z" fill="%23FF7500"/></g></svg>');}.icon-bi-spa{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_9462_2483" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_9462_2483)"><path d="M10.1442 17.5673C9.0235 17.4949 8.00642 17.2239 7.09295 16.7542C6.17947 16.2844 5.39475 15.6533 4.73878 14.8606C4.08281 14.0678 3.57052 13.137 3.2019 12.0681C2.83343 10.9992 2.63045 9.83874 2.59295 8.58666L2.5769 7.91666L3.22253 7.9327C3.78892 7.94867 4.4626 8.0809 5.24357 8.32937C6.02454 8.5777 6.71045 8.88617 7.30128 9.25478C7.39211 8.24631 7.67579 7.17367 8.15232 6.03687C8.62885 4.9002 9.24475 3.86978 10 2.94562C10.7553 3.86978 11.3677 4.89596 11.8373 6.02416C12.3069 7.15235 12.5941 8.22763 12.6988 9.24999C13.2735 8.91138 13.946 8.61117 14.7163 8.34937C15.4866 8.08756 16.1683 7.94867 16.7615 7.9327L17.4232 7.91666L17.4071 8.60249C17.3857 9.7468 17.2302 10.8253 16.9407 11.8381C16.6512 12.8509 16.2113 13.7555 15.6211 14.5521C15.0308 15.3485 14.284 16.0079 13.3807 16.5304C12.4773 17.0528 11.3985 17.3984 10.1442 17.5673ZM10.1394 16.5C10.0144 14.3889 9.3894 12.6805 8.2644 11.375C7.1394 10.0694 5.61163 9.2986 3.68107 9.06249C3.81996 11.1736 4.43107 12.8854 5.5144 14.1979C6.59774 15.5104 8.1394 16.2778 10.1394 16.5ZM10 11.9825C10.2254 11.6139 10.4931 11.2426 10.8029 10.8685C11.1128 10.4946 11.4007 10.1982 11.6667 9.97916C11.6357 9.21097 11.4848 8.37895 11.214 7.48312C10.9432 6.58728 10.5385 5.67999 10 4.76124C9.46156 5.67999 9.05343 6.5977 8.77565 7.51437C8.49788 8.43103 8.35045 9.25263 8.33336 9.97916C8.64017 10.2444 8.94954 10.5664 9.26149 10.945C9.57329 11.3236 9.81947 11.6694 10 11.9825ZM11.1811 16.2565C12.0561 15.9796 12.8063 15.6084 13.4319 15.1427C14.0575 14.6769 14.5773 14.1344 14.9913 13.5152C15.4052 12.896 15.7174 12.2099 15.9279 11.4567C16.1384 10.7035 16.2687 9.90541 16.319 9.06249C14.992 9.2986 13.816 9.77694 12.7909 10.4975C11.7657 11.2182 11.0261 12.1405 10.5721 13.2644C10.7216 13.6965 10.8466 14.1504 10.9471 14.6262C11.0475 15.1019 11.1255 15.6453 11.1811 16.2565Z" fill="%23FF7500"/></g></svg>');}.icon-bi-menstrual-health{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_9462_2557" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_9462_2557)"><path d="M9.97913 2.60751C10.5668 3.31474 11.1151 4.00647 11.6241 4.68272C12.1332 5.35897 12.6046 6.03418 13.0385 6.70835L17.5833 3.29168V10C17.5833 11.0385 17.3857 12.0184 16.9904 12.9398C16.5951 13.8613 16.0516 14.668 15.3598 15.3598C14.6679 16.0516 13.8648 16.5952 12.9502 16.9904C12.0357 17.3857 11.0558 17.5833 10.0104 17.5833C8.96496 17.5833 7.98156 17.3857 7.06017 16.9904C6.13864 16.5952 5.33197 16.0516 4.64017 15.3598C3.94836 14.668 3.40482 13.8613 3.00954 12.9398C2.61427 12.0184 2.41663 11.0385 2.41663 10V3.29168L6.96142 6.68751C7.39531 6.01335 7.86329 5.33814 8.36538 4.66189C8.86746 3.98564 9.40538 3.30085 9.97913 2.60751ZM3.49996 5.45835V10C3.49996 10.8772 3.66767 11.689 4.00308 12.4352C4.33864 13.1815 4.79433 13.8329 5.37017 14.3896C5.2142 14.1021 5.08572 13.7941 4.98475 13.4656C4.88378 13.137 4.83329 12.7874 4.83329 12.4167C4.83329 11.6635 4.97218 10.887 5.24996 10.0873C5.52774 9.28772 5.90489 8.46481 6.38142 7.61856L3.49996 5.45835ZM9.99996 4.29168C8.86538 5.64418 7.90114 7.07154 7.10725 8.57376C6.3135 10.0758 5.91663 11.3568 5.91663 12.4167C5.91663 13.5417 6.31593 14.5035 7.11454 15.3021C7.91315 16.1007 8.87496 16.5 9.99996 16.5C11.125 16.5 12.0868 16.1007 12.8854 15.3021C13.684 14.5035 14.0833 13.5417 14.0833 12.4167C14.0833 11.3568 13.6864 10.075 12.8927 8.57126C12.0988 7.06751 11.1345 5.64099 9.99996 4.29168ZM16.5 5.47918L13.6185 7.64751C14.095 8.47974 14.4722 9.29571 14.75 10.0954C15.0277 10.895 15.1666 11.6688 15.1666 12.4167C15.1666 12.7874 15.1161 13.137 15.0152 13.4656C14.9142 13.7941 14.7857 14.1021 14.6298 14.3896C15.2056 13.8329 15.6613 13.1815 15.9968 12.4352C16.3323 11.689 16.5 10.8772 16.5 10V5.47918Z" fill="%23FF7500"/></g></svg>');}.icon-bi-massage{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="14" viewBox="0 0 16 14" fill="none"><path d="M4.26125 7.09292L8.38146 7.53521C8.49368 7.5459 8.60049 7.53257 8.70188 7.49521C8.8034 7.45785 8.8809 7.3884 8.93437 7.28687L9.20188 6.73396L7.74042 5.89896L6.14271 5.79813L6.21479 4.71479L8.04979 4.85729L12.1715 7.07688C12.4408 7.21479 12.7301 7.27868 13.0394 7.26854C13.3487 7.25826 13.6342 7.17944 13.8958 7.03208L10.0529 3.30125C10.0262 3.27986 9.99819 3.2625 9.96875 3.24917C9.93944 3.23583 9.90875 3.22917 9.87667 3.22917H5.05125L3.80292 1.39271L1.38771 2.57042L2.85583 6.08812C2.98292 6.37868 3.17014 6.61319 3.4175 6.79167C3.66486 6.97014 3.94611 7.07056 4.26125 7.09292ZM4.17146 8.18438C3.65326 8.12549 3.18882 7.94757 2.77813 7.65063C2.36729 7.35368 2.06569 6.96694 1.87333 6.49042L0 2.04167L4.17146 0L5.63938 2.14583H9.87667C10.0443 2.14583 10.2078 2.17868 10.3671 2.24437C10.5262 2.31007 10.6742 2.41132 10.8108 2.54813L15.4871 7.06729L14.9648 7.58979C14.5247 8.02993 13.9988 8.28847 13.3871 8.36542C12.7754 8.44236 12.187 8.33444 11.6219 8.04167L10.1619 7.25479L9.89104 7.77729C9.72757 8.07104 9.49708 8.29299 9.19958 8.44312C8.90195 8.59326 8.58972 8.6475 8.26292 8.60583L4.17146 8.18438ZM1.07542 13.1538L0.8125 12.0963L4.64271 11.2356C5.58174 11.0241 6.50028 10.8369 7.39833 10.674C8.29625 10.511 9.25 10.4296 10.2596 10.4296C11.1261 10.4296 11.9677 10.5837 12.7844 10.8919C13.6012 11.2001 14.3167 11.6399 14.931 12.2115L14.2115 12.9823C13.6709 12.5369 13.0713 12.1806 12.4127 11.9133C11.7541 11.6462 11.0391 11.5127 10.2677 11.5127C9.26451 11.5127 8.31576 11.599 7.42146 11.7717C6.52729 11.9442 5.59514 12.1372 4.625 12.3508L1.07542 13.1538Z" fill="%23FF7500"/></svg>');}.icon-bi-branding{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M8.71387 3.18555C8.75638 3.21379 8.79823 3.24345 8.84082 3.27246C8.87168 3.29349 8.9027 3.3145 8.93359 3.33594C9.06626 3.42798 9.19895 3.52418 9.33203 3.62402C9.35779 3.64335 9.38342 3.66299 9.40918 3.68262C9.69886 3.90325 9.98934 4.1421 10.2773 4.40234C10.2855 4.40975 10.2936 4.41736 10.3018 4.4248C12.2485 6.19252 14.1017 8.9052 15.1758 13.0684C15.3871 10.39 15.1901 6.75801 13.1865 4.13477C13.1865 4.13477 18.5236 8.59164 19 16.6611L14.5986 16.6641C14.5987 16.6638 14.5982 16.6627 14.5986 16.6611L10.7549 16.665C10.7639 16.6111 11.507 12.0639 8.4248 6.98828C5.34277 12.064 6.08681 16.6117 6.0957 16.665L1 16.6611C1.77783 10.3974 4.08978 6.65828 6.54785 4.42578V4.4248C6.56272 4.4113 6.57789 4.39816 6.59277 4.38477C6.87415 4.1315 7.15751 3.89814 7.44043 3.68262C7.46619 3.66298 7.49183 3.64336 7.51758 3.62402C7.64931 3.52519 7.78079 3.43006 7.91211 3.33887C7.94785 3.31404 7.98384 3.2899 8.01953 3.26562C8.15541 3.17324 8.29092 3.08461 8.42578 3L8.71387 3.18555Z" fill="%23FF7500"/></svg>');}.icon-bi-accessibility{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><mask id="mask0_8483_139109" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20"><rect width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_8483_139109)"><path d="M8.84856 4.94959C8.53495 4.63598 8.37815 4.25216 8.37815 3.79813C8.37815 3.3441 8.53495 2.96028 8.84856 2.64667C9.16217 2.33306 9.54599 2.17625 10 2.17625C10.454 2.17625 10.8379 2.33306 11.1515 2.64667C11.4651 2.96028 11.6219 3.3441 11.6219 3.79813C11.6219 4.25216 11.4651 4.63598 11.1515 4.94959C10.8379 5.26306 10.454 5.4198 10 5.4198C9.54599 5.4198 9.16217 5.26306 8.84856 4.94959ZM7.83669 17.5417V7.86375C7.05669 7.8082 6.30585 7.70111 5.58419 7.5425C4.86252 7.38375 4.14002 7.21521 3.41669 7.03688L3.6796 6.05771C4.74683 6.33341 5.79384 6.54709 6.82065 6.69875C7.84731 6.85042 8.9071 6.92625 10 6.92625C11.0929 6.92625 12.1527 6.85042 13.1794 6.69875C14.2062 6.54709 15.2532 6.33341 16.3204 6.05771L16.5834 7.03688C15.86 7.21521 15.1375 7.38375 14.4159 7.5425C13.6942 7.70111 12.9434 7.8082 12.1634 7.86375V17.5417H11.0802L10.8927 12.8204H9.12815L8.91981 17.5417H7.83669Z" fill="%23FF7500"/></g></svg>');}.icon-bi-check{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="13" viewBox="0 0 17 13" fill="none"><path d="M5.39467 10.2727L15.64 0L17 1.36364L5.39467 13L0 7.59091L1.36 6.22727L5.39467 10.2727Z" fill="%23FF7500"/></svg>');}.icon-bi-adults-only{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 282.68 185.54"><defs><style>.st0 { fill: %23ff7500; }</style></defs><path class="st0" d="M152.29,111.37c-.39-9.17-3.33-16.74-8.99-24.06,4.01-2.8,8.76-4.71,13.82-4.89l17.99-.63c28.55-1.01,53.24-8.92,73.62-29.24,3.93-3.92,9.67-3.44,13.66-.18,3.99,3.26,4.53,8.65,1.85,13.48l-10.03,12.49c-12.46,13.2-27.69,22.93-45.11,29.31l-5.46,57.69-51.32.03-.02-53.99Z"/><path class="st0" d="M143.28,126.91l-12.41-3.38-.02,41.77-53.63.08-4.1-50.58c-8.7-3.62-16.04-7.94-23.4-13.55-12.63-10.08-23.22-22.05-31.28-36.04-2.84-4.94-2.01-10.59,2.4-13.62,4.42-3.04,10.14-2.71,13.96,1.7,18.33,21.15,34.17,34.46,63.81,35.8l24.35,1.1c4.98.22,10.62,1.87,13.99,5.55,3.98,4.34,6.02,10.69,6.11,16.51l.22,14.65Z"/><path class="st0" d="M172.05,20.5c15.18-2.38,28.22,7.99,30.59,22.04,2.48,14.72-7.68,28.45-22.04,30.79-14.51,2.36-28.09-7.28-30.7-21.66-2.6-14.36,6.83-28.76,22.16-31.16Z"/><path class="st0" d="M94.85,31.03c14.69-2.25,27.31,8.02,29.4,21.69,2.16,14.1-7.58,27.02-21.25,29.3s-27.14-7.04-29.67-20.63c-2.65-14.24,6.57-28.08,21.52-30.37Z"/></svg>');}.icon-bi-adults-only-15-plus{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 261.66 239.89"><defs><style>.st0, .st1 { fill: none; } .st2 { fill: %23ff7500; } .st1 { stroke: %23ff7500; stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 6px; } .st3 { clip-path: url(%23clippath); }</style><clipPath id="clippath"><circle class="st0" cx="99.59" cy="137.11" r="87.61"/></clipPath></defs><g class="st3"><g><circle class="st2" cx="99.49" cy="101.87" r="31.28"/><path class="st2" d="M175.79,220.94l-32.24-55.23c-8.94-15.64-25.86-25.22-44.05-25.22s-35.11,9.58-44.05,25.22l-32.24,55.23c-3.83,6.38-1.6,15,5.11,18.51,6.38,3.83,15,1.6,18.51-5.11l22.98-39.58v47.88l-26.5,110.77c-2.23,8.94,3.19,17.56,12.13,19.79,1.28.32,2.55.32,3.83.32,7.34,0,14.05-5.11,15.96-12.45l24.26-101.19,24.26,101.19c1.92,7.66,8.62,12.45,15.96,12.45,1.28,0,2.55,0,3.83-.32,8.94-2.23,14.37-10.85,12.13-19.79l-26.5-110.77v-47.88l22.98,39.58c2.55,4.47,7.02,6.7,11.81,6.7,2.23,0,4.79-.64,6.7-1.92,6.7-3.19,8.94-11.49,5.11-18.2Z"/></g></g><path class="st1" d="M127.83,54.15c-8.86-3.02-18.36-4.66-28.25-4.66-48.39,0-87.61,39.23-87.61,87.61s39.23,87.61,87.61,87.61,85.59-37.26,87.52-83.94"/><path class="st2" d="M195.93,14.08c-31.77,0-57.52,25.75-57.52,57.52s25.75,57.52,57.52,57.52,57.52-25.75,57.52-57.52-25.75-57.52-57.52-57.52ZM177.91,88.31h-22.83v-5.46h8.03v-23.83l-6.35,3.83-2.68-4.93,10.97-6.61h4.83v31.55h8.03v5.46ZM208.3,82.69c-1.12,1.86-2.7,3.29-4.75,4.3-2.05,1.02-4.45,1.52-7.22,1.52-2.31,0-4.59-.39-6.85-1.18-2.26-.79-4.12-1.83-5.59-3.12l2.26-4.93c3.36,2.56,6.79,3.83,10.29,3.83,2.31,0,4.08-.58,5.3-1.73,1.22-1.15,1.84-2.8,1.84-4.93s-.62-3.7-1.86-4.91c-1.24-1.21-2.93-1.81-5.07-1.81-1.44,0-2.79.27-4.07.81-1.28.54-2.42,1.32-3.44,2.34h-4.04v-21.79h23.2v5.25h-16.59v9.97c1.78-1.26,3.99-1.89,6.61-1.89,2.31,0,4.35.5,6.12,1.5,1.77,1,3.13,2.39,4.09,4.17.96,1.78,1.44,3.83,1.44,6.14,0,2.45-.56,4.6-1.68,6.46ZM230.14,72.11v10.5h-4.62v-10.5h-10.5v-4.62h10.5v-10.5h4.62v10.5h10.5v4.62h-10.5Z"/></svg>');}.icon-bi-adults-only-16-plus{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 261.66 239.89"><defs><style>.st0, .st1 { fill: none; } .st2 { clip-path: url(%23clippath-1); } .st3 { fill: %23fff; } .st4 { fill: %23ff7500; } .st1 { stroke: %23ff7500; stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 6px; } .st5 { clip-path: url(%23clippath); }</style><clipPath id="clippath"><circle class="st0" cx="99.59" cy="-141.93" r="87.61"/></clipPath><clipPath id="clippath-1"><circle class="st0" cx="99.67" cy="137.65" r="87.61"/></clipPath></defs><g class="st5"><path class="st4" d="M175.79-58.1l-32.24-55.23c-8.94-15.64-25.86-25.22-44.05-25.22s-35.11,9.58-44.05,25.22L23.2-58.1c-3.83,6.38-1.6,15,5.11,18.51,6.38,3.83,15,1.6,18.51-5.11l22.98-39.58v47.88l-26.5,110.77c-2.23,8.94,3.19,17.56,12.13,19.79,1.28.32,2.55.32,3.83.32,7.34,0,14.05-5.11,15.96-12.45l24.26-101.19,24.26,101.19c1.92,7.66,8.62,12.45,15.96,12.45,1.28,0,2.55,0,3.83-.32,8.94-2.23,14.37-10.85,12.13-19.79l-26.5-110.77v-47.88l22.98,39.58c2.55,4.47,7.02,6.7,11.81,6.7,2.23,0,4.79-.64,6.7-1.92,6.7-3.19,8.94-11.49,5.11-18.2Z"/></g><g><circle class="st4" cx="196.02" cy="72.15" r="57.52"/><g><g><path class="st3" d="M177.16,84.8v5.29h-22.14v-5.29h7.79v-23.11l-6.16,3.72-2.6-4.78,10.64-6.41h4.68v30.59h7.79Z"/><path class="st3" d="M237.99,74.39h-10.18v10.18h-4.48v-10.18h-10.18v-4.48h10.18v-10.18h4.48v10.18h10.18v4.48Z"/></g><path class="st3" d="M203.08,68.51c1.67.97,2.98,2.34,3.92,4.09.94,1.76,1.41,3.76,1.41,6.01s-.51,4.39-1.54,6.22c-1.02,1.83-2.46,3.25-4.3,4.27-1.84,1.02-3.92,1.54-6.24,1.54-4.57,0-8.1-1.54-10.57-4.63-2.47-3.09-3.71-7.5-3.71-13.23,0-3.96.59-7.38,1.77-10.26,1.18-2.88,2.87-5.08,5.09-6.6,2.22-1.52,4.84-2.28,7.88-2.28,2.15,0,4.25.37,6.3,1.1,2.05.73,3.82,1.77,5.32,3.1l-2.2,4.81c-3.17-2.49-6.23-3.74-9.16-3.74-2.63,0-4.68,1.12-6.14,3.35-1.47,2.24-2.24,5.47-2.3,9.7.78-1.54,1.96-2.74,3.53-3.61,1.57-.87,3.33-1.3,5.27-1.3,2.12,0,4.01.49,5.68,1.46ZM200.5,83.64c1.11-1.19,1.66-2.8,1.66-4.81s-.56-3.56-1.69-4.76c-1.13-1.19-2.63-1.79-4.5-1.79s-3.4.61-4.58,1.82c-1.18,1.21-1.77,2.79-1.77,4.73s.59,3.58,1.77,4.79c1.18,1.21,2.72,1.82,4.63,1.82s3.37-.6,4.48-1.79Z"/></g><g class="st2"><g><circle class="st4" cx="99.57" cy="102.41" r="31.28"/><path class="st4" d="M175.87,221.48l-32.24-55.23c-8.94-15.64-25.86-25.22-44.05-25.22s-35.11,9.58-44.05,25.22l-32.24,55.23c-3.83,6.38-1.6,15,5.11,18.51,6.38,3.83,15,1.6,18.51-5.11l22.98-39.58v47.88l-26.5,110.77c-2.23,8.94,3.19,17.56,12.13,19.79,1.28.32,2.55.32,3.83.32,7.34,0,14.05-5.11,15.96-12.45l24.26-101.19,24.26,101.19c1.92,7.66,8.62,12.45,15.96,12.45,1.28,0,2.55,0,3.83-.32,8.94-2.23,14.37-10.85,12.13-19.79l-26.5-110.77v-47.88l22.98,39.58c2.55,4.47,7.02,6.7,11.81,6.7,2.23,0,4.79-.64,6.7-1.92,6.7-3.19,8.94-11.49,5.11-18.2Z"/></g></g><path class="st1" d="M127.91,54.7c-8.86-3.02-18.36-4.66-28.25-4.66-48.39,0-87.61,39.23-87.61,87.61s39.23,87.61,87.61,87.61,85.59-37.26,87.52-83.94"/></g></svg>');}.icon-bi-beach{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 258.34 282.47"><defs><style>.st0 { fill: %23ff7500; } .st1 { fill: none; stroke: %23ff7500; stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 6px; }</style></defs><g><path class="st0" d="M134.3,202.17c.04-.19,16.33-84.69,16.33-84.69l-2.9-6.4-4.73,4.68s-15.5,80.15-17.23,89.08l-2.96,16.01,7.28,6.07,4.21-24.75Z"/><path class="st0" d="M180.27,45.56c12.23,14.47,17,36.47,18.05,55.9l-43.48-8.42,10.98-57.73c5.74,1.97,10.53,5.59,14.46,10.24Z"/><path class="st0" d="M104.59,83.43c4.97-10.9,10.96-20.91,18.7-29.84,8.95-10.34,21.72-20.28,35.7-19.48l-10.98,57.58-43.42-8.26Z"/><path class="st0" d="M205.31,102.65c-.69-12.72-2.4-25.09-6.5-37.16-2.89-8.7-6.87-16.42-12.52-23.8,29.08,12.72,50.55,37.95,58.81,68.53l-39.79-7.57Z"/><path class="st0" d="M117.28,49.94c-8.23,9.81-14.4,20.52-19.58,32.22l-39.76-7.59c18.69-25.3,47.92-40.96,79.82-42.13-7.82,4.6-14.42,10.32-20.48,17.51Z"/><path class="st0" d="M146.5,98.59c-3.07,11.5-14.47,18.34-25.67,16.32-11.48-2.06-19.66-12.64-18.37-24.74l44.05,8.42Z"/><path class="st0" d="M197.78,108.3c-3.01,11.32-14.57,18.31-26.01,16.09-11.36-2.2-19.53-12.89-18.16-24.65l44.17,8.55Z"/><path class="st0" d="M245.63,117.53c-1.94,11.17-12.93,18.56-23.94,16.64-11.43-1.99-19.14-12.76-17.01-24.57l40.95,7.92Z"/><path class="st0" d="M95.51,88.82c-1.89,11.16-12.86,18.53-23.83,16.65s-19.17-12.71-17.06-24.41l40.88,7.77Z"/><path class="st0" d="M167.58,28.16l-7.66-1.22,2.03-10.59c.43-2.25,2.77-3.38,4.73-2.87s3.21,2.48,2.79,4.69l-1.89,9.99Z"/></g><path class="st1" d="M231.23,268.32c-2.13-.09-4.26-.52-6.34-1.26-.98-.35-17.26-6.18-17.26-6.18-1.36-.49-2.8-.72-4.41-.72-4.81,0-10.77,2.12-16.02,4-7.06,2.52-13,3.95-18.69,4.51-1.8.18-3.6.27-5.36.27-6.03,0-11.83-1-17.73-3.06-1.68-.59-3.35-1.21-5.02-1.84-4.1-1.55-7.97-3.01-11.41-3.46-.74-.1-1.48-.15-2.25-.15-4.43,0-9.16,1.65-14.64,3.56-5.93,2.07-12.65,4.41-20.37,5.01-1.12.09-2.28.13-3.43.13-9.82,0-18.67-3.16-26.47-5.95-1.18-.42-2.36-.84-3.51-1.24-3.44-1.19-6.53-1.77-9.45-1.77-2.57,0-5.1.45-7.73,1.38-3.27,1.15-6.53,2.33-9.79,3.51-1.68.61-3.37,1.22-5.06,1.82-2.33.84-4.9,1.3-7.47,1.35"/><path class="st0" d="M234,244.26c-.47-.24-.88-.62-1.34-.91-18.09-11.29-37.03-20.67-57.5-26.89-32.9-9.99-67.34-9.94-100.21.14-20.33,6.23-39.13,15.61-57.13,26.79-2.84,1.76-6.9,5.04-4.23,8.71,1.63,2.24,5.55,2.28,7.95,1.42,4.98-1.79,9.94-3.61,14.93-5.36,8.98-3.16,17.49-2.75,26.51.36,8.76,3.02,18.24,7.07,27.68,6.32,13.96-1.1,25.55-10.29,40.23-8.35,6.71.89,12.9,3.76,19.24,5.98,5.97,2.09,11.52,2.61,17.03,2.07,5.02-.49,10.02-1.87,15.3-3.75,9.77-3.48,19.84-6.9,29.97-3.27,0,0,17.16,6.15,17.26,6.18,6.88,2.47,11.28-5.85,4.32-9.46Z"/></svg>');}.icon-bi-kids-club{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?> <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 258.86 238.45"> <defs> <style> .st0 {  fill: %23ff7500;  } </style> </defs> <path class="st0" d="M152.38,100.19c-6.04-7.83-11.2-15.62-15.04-24.56-1.78-4.15-7.58-4.39-9.69-.39s-4.44,8.22-6.93,12.36l-12.3,20.55c-5.77,9.64-8.33,20.88-7.21,32.05,1.24,12.4,3.18,24.15,5.35,36.41l6.09,34.41c.71,4.04-.96,8.09-4.16,10.29s-7.45,1.77-10.04-1.33c-1.07-1.28-2.29-3.12-2.81-4.8l-8.89-28.49c-.79-2.52-2.74-5.09-5.22-6.11-3.34-1.38-7.19-.37-9.65,2.3-2.06,2.23-2.56,5.27-3.41,8.09-1.76,5.87-3.51,11.73-5.27,17.6-1,3.34-2,6.69-3,10.03-.67,2.22-2.8,4.16-4.45,4.77-2.26.83-4.84.4-6.97-.86-3.26-1.92-4.93-5.89-4.31-9.99l6.79-44.76,4.49-36.61c.42-3.41-2.05-6.89-4.65-8.68l-12.8-8.8c-8.68-5.97-16.35-12.84-23.1-20.88-2.55-3.03-2.37-6.81-.1-9.9s6-3.49,8.87-.91c19.31,17.41,45.18,26.84,67.26,9.36,17.46-13.81,24.95-31.63,33.44-51.53,1.17-2.75,3.47-3.97,6.32-4.01,3.17-.04,5.48,1.2,6.75,4.15,6.76,15.72,13.19,31.35,25.19,43.9,15.5,16.22,37.25,25.78,58.55,15.8,5.23-2.45,9.68-5.79,13.99-9.52,2.43-2.1,5.65-1.61,7.72.52,3.49,3.61,3.06,8.41-.5,11.86-8.48,8.23-18.29,14.86-29.38,19.18-2.28.89-5.07,1-7.14,2.18-2.9,1.65-4,5.74-4.24,9.05-1.95,27,.85,53.99.54,81.01-.05,4.42-3.72,8.43-8.04,8.75-4.83.36-9.29-3.87-9.29-8.85-.56-6.64-1.12-13.28-1.63-19.92-.4-5.21-4.21-12-10.48-8.94-2.06,1.01-3.56,2.94-4.47,5.05-1.41,3.27-1.74,7.06-2.42,10.54-1.03,5.25-2.06,10.5-3.09,15.74-.09.44-.17.88-.26,1.32-.61,3.11-3.65,5.34-5.76,6.03-3.3,1.08-7,.31-8.95-2.55-1.85-2.71-2.42-6.63-1.73-10.08,6.07-30.51,10.25-61.01,14.49-91.8,1.37-8.92-3.39-12.51-8.42-19.04Z"/> <path class="st0" d="M231.97,42.88c5.15-1.22,8.46-3.33,11.94-7.65.83,15.67-5.02,26.67-20.65,28.34-2.58.28-4.77.92-7.06,2.6,2.98,11.27-2.68,22.68-13.1,27.2-10.38,4.5-22.66.6-28.57-9.09-5.98-9.8-3.95-22.58,5.38-29.96-.58-2.06-1.79-3.43-3.39-4.6-3.09-2.27-5.63-5-7.7-8.18-5.02-8.75-1.9-19.2,4.05-27.21.72,5.08,2.04,8.7,5.37,11.67l5.72,5.52c3.67,3.76,5.44,8.74,4.23,14.05-.33,1.45.04,3.14,1.25,4.24,8.15-1.54,15.91,1.01,21.67,7.05,1.03.44,2.86-1.12,3.19-2.21,1.42-4.77,4.84-8.72,9.64-9.86l8.03-1.9Z"/> <path class="st0" d="M63.86,49.48c12.91-2.66,24.86,5.76,27.22,18.23,2.31,12.17-5.67,24.2-18.09,26.66s-24.33-5.38-26.88-17.87c-2.45-11.95,4.97-24.39,17.76-27.03Z"/> </svg>');}.icon-bi-spa-and-wellness{background-image:url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 234.77 199.38"><defs><style>.st0 { fill: none; stroke: %23ff7500; stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 6px; }</style></defs><g><path class="st0" d="M110.38,22.39s62.76,70.7-.37,119.62c-64.63-47.24,0-119.62,0-119.62h.37Z"/><path class="st0" d="M138.19,82.83c22.06-13.04,49.5-13.39,49.5-13.39l.33.34s-3.04,87.59-75.89,73.87c-.13-.78-.25-1.56-.36-2.32"/><path class="st0" d="M80.97,81.3c-21.53-11.54-46.78-11.86-46.78-11.86l-.33.34s3.03,87.43,75.69,73.91"/><path class="st0" d="M88.2,55.32c-12.51-7.86-23.67-11.52-23.67-11.52l-.42.22s-3.46,12.52-3.51,28.41"/><path class="st0" d="M132.94,57.9c13.07-8.48,25.08-12.42,25.08-12.42l.42.22s3.28,11.89,3.5,27.21"/></g><path class="st0" d="M203.01,167.48c-5.97-3.97-12.89-5.4-19.72-2.87-6.42,2.38-11.06,7.86-17.84,9.48-13.69,3.27-21.93-13.44-36.28-8.34-6.11,2.17-11.02,9.09-17.85,8.89h-.76c-6.82.2-11.74-6.71-17.85-8.89-14.36-5.11-22.59,11.61-36.28,8.34-6.78-1.62-11.42-7.11-17.84-9.48-6.83-2.53-13.75-1.1-19.72,2.87"/></svg>');}
.ajax-progress.ajax-progress-fullscreen{z-index:1261;}.webform-ajax-messages{position:fixed;z-index:100;bottom:0;width:100%;}.webform-ajax-messages .messages{margin:0;border-width:10px 0 0 0;font-weight:bold;}.webform-ajax-messages .messages + .messages{margin:0;}.webform-ui-dialog{top:50px !important;}.toolbar-tray-open.toolbar-horizontal .webform-ui-dialog{top:90px !important;}
