@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:4px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .1s ease-in-out}.plyr__control svg{display:block;fill:currentColor;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"\2044";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;inset:0;margin:0;position:fixed;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;cursor:pointer;inset:0;overflow:hidden;position:absolute;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{filter:blur(1px);height:100%;inset:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@charset "UTF-8";

/* line 1, resources/assets/styles/common/_normalize.scss */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* line 6, resources/assets/styles/common/_normalize.scss */

body {
  margin: 0;
}

/* line 10, resources/assets/styles/common/_normalize.scss */

main {
  display: block;
}

/* line 14, resources/assets/styles/common/_normalize.scss */

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

/* line 19, resources/assets/styles/common/_normalize.scss */

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

/* line 25, resources/assets/styles/common/_normalize.scss */

pre {
  font-family: monospace;
  font-size: 1em;
}

/* line 30, resources/assets/styles/common/_normalize.scss */

a {
  background-color: transparent;
}

/* line 34, resources/assets/styles/common/_normalize.scss */

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/* line 40, resources/assets/styles/common/_normalize.scss */

b,
strong {
  font-weight: bolder;
}

/* line 45, resources/assets/styles/common/_normalize.scss */

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

/* line 52, resources/assets/styles/common/_normalize.scss */

small {
  font-size: 80%;
}

/* line 56, resources/assets/styles/common/_normalize.scss */

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

/* line 64, resources/assets/styles/common/_normalize.scss */

sub {
  bottom: -0.25em;
}

/* line 68, resources/assets/styles/common/_normalize.scss */

sup {
  top: -0.5em;
}

/* line 72, resources/assets/styles/common/_normalize.scss */

img {
  border-style: none;
}

/* line 76, resources/assets/styles/common/_normalize.scss */

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

/* line 87, resources/assets/styles/common/_normalize.scss */

button,
input {
  overflow: visible;
}

/* line 92, resources/assets/styles/common/_normalize.scss */

button,
select {
  text-transform: none;
}

/* line 97, resources/assets/styles/common/_normalize.scss */

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

/* line 104, resources/assets/styles/common/_normalize.scss */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 112, resources/assets/styles/common/_normalize.scss */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 119, resources/assets/styles/common/_normalize.scss */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* line 123, resources/assets/styles/common/_normalize.scss */

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 132, resources/assets/styles/common/_normalize.scss */

progress {
  vertical-align: baseline;
}

/* line 136, resources/assets/styles/common/_normalize.scss */

textarea {
  overflow: auto;
}

/* line 140, resources/assets/styles/common/_normalize.scss */

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

/* line 146, resources/assets/styles/common/_normalize.scss */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 151, resources/assets/styles/common/_normalize.scss */

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

/* line 156, resources/assets/styles/common/_normalize.scss */

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

/* line 160, resources/assets/styles/common/_normalize.scss */

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

/* line 165, resources/assets/styles/common/_normalize.scss */

details {
  display: block;
}

/* line 169, resources/assets/styles/common/_normalize.scss */

summary {
  display: list-item;
}

/* line 173, resources/assets/styles/common/_normalize.scss */

template {
  display: none;
}

/* line 177, resources/assets/styles/common/_normalize.scss */

[hidden] {
  display: none;
}

/**************************************************************
-> Usage: @include aspect-ratio(690, 905);
**************************************************************/

/**************************************************************
-> Usage: @include fluid-type(650px, 1600px, 16px, 32px);
**************************************************************/

/**************************************************************
-> Usage: @include aspect-ratio(16, 9);
**************************************************************/

/** Colors */

/** Media Queries */

/** Easings **/

/**************************************************************
-> Define font-face custom typefaces
**************************************************************/

/**************************************************************
-> Assign fonts to variabls
**************************************************************/

/* declaration-colon-newline-after */

@font-face {
  font-family: "Gt";
  src: url(/app/themes/adams-and-butler/dist/fonts/gt-walsheim-bold-webfont.woff2) format("woff2"), url(/app/themes/adams-and-butler/dist/fonts/gt-walsheim-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gt";
  src: url(/app/themes/adams-and-butler/dist/fonts/gtwalsheim-webfont.woff2) format("woff2"), url(/app/themes/adams-and-butler/dist/fonts/gtwalsheim-webfont.woff) format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Gt";
  src: url(/app/themes/adams-and-butler/dist/fonts/gt-walsheim-light-webfont.woff2) format("woff2"), url(/app/themes/adams-and-butler/dist/fonts/gt-walsheim-light-webfont.woff) format("woff");
  font-weight: 100;
}

@font-face {
  font-family: "Nocturne";
  src: url(/app/themes/adams-and-butler/dist/fonts/nocturneserif-regular-webfont.woff2) format("woff2"), url(/app/themes/adams-and-butler/dist/fonts/nocturneserif-regular-webfont.woff) format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Nocturne";
  src: url(/app/themes/adams-and-butler/dist/fonts/nocturne_serif_light-webfont.woff2) format("woff2"), url(/app/themes/adams-and-butler/dist/fonts/nocturne_serif_light-webfont.woff) format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Tisa";
  src: url(/app/themes/adams-and-butler/dist/fonts/tisapro-regular-webfont.woff2) format("woff2"), url(/app/themes/adams-and-butler/dist/fonts/tisapro-regular-webfont.woff) format("woff");
  font-weight: 300;
}

/* line 67, resources/assets/styles/common/_typography.scss */

.secondary-heading {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  line-height: 1.2;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.secondary-heading {
  font-size: 27px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .secondary-heading {
    font-size: calc( 27px + 25 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .secondary-heading {
    font-size: 52px;
  }
}

/* line 75, resources/assets/styles/common/_typography.scss */

.paragraph-style {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  color: #000;
  line-height: 1.66;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.paragraph-style {
  font-size: 16px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .paragraph-style {
    font-size: calc( 16px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .paragraph-style {
    font-size: 17px;
  }
}

/* line 83, resources/assets/styles/common/_typography.scss */

.quote-text-style {
  font-size: 17px;
  font-family: "Gt", sans-serif;
  font-weight: 300;
  color: #000;
  line-height: 1.66;
}

/* line 91, resources/assets/styles/common/_typography.scss */

.link-to {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-family: "Gt", sans-serif;
  font-weight: 700;
  color: #613842;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 102, resources/assets/styles/common/_typography.scss */

.link-to:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: calc(100% - 0.3rem);
  height: 1px;
  background-color: #613842;
  transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.39, 1.01);
  transform-origin: center left;
}

/* line 115, resources/assets/styles/common/_typography.scss */

.link-to:hover::after {
  transform: scaleX(0);
  transform-origin: center right;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Global styles */

/* line 1, resources/assets/styles/common/_global.scss */

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* line 6, resources/assets/styles/common/_global.scss */

body {
  background-color: #faf9f6;
  color: #202020;
  font-family: "Gt", sans-serif;
  overflow-x: hidden;
}

/* line 13, resources/assets/styles/common/_global.scss */

* {
  -webkit-tap-highlight-color: transparent;
}

/* line 17, resources/assets/styles/common/_global.scss */

.facetwp-loading {
  display: none !important;
}

/* line 22, resources/assets/styles/common/_global.scss */

.facetwp-facet-sort_by_type .facetwp-overlay {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* line 33, resources/assets/styles/common/_global.scss */

.hide-nav-desktop {
  display: block;
}

@media only screen and (min-width: 769px) {
  /* line 33, resources/assets/styles/common/_global.scss */

  .hide-nav-desktop {
    display: none;
  }
}

@media only screen and (min-width: 1900px) {
  /* line 41, resources/assets/styles/common/_global.scss */

  .big-screen-max-width-single-smaller {
    max-width: 1300px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1900px) {
  /* line 48, resources/assets/styles/common/_global.scss */

  .big-screen-max-width {
    max-width: 1700px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 2200px) {
  /* line 48, resources/assets/styles/common/_global.scss */

  .big-screen-max-width {
    max-width: 1920px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1900px) {
  /* line 60, resources/assets/styles/common/_global.scss */

  .big-screen-max-width-smaller {
    max-width: 1450px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 2200px) {
  /* line 60, resources/assets/styles/common/_global.scss */

  .big-screen-max-width-smaller {
    max-width: 1660px;
    margin: 0 auto;
  }
}

/* line 72, resources/assets/styles/common/_global.scss */

.wrap-not-found {
  position: relative;
  min-height: 400px;
}

@media only screen and (min-width: 1034px) {
  /* line 72, resources/assets/styles/common/_global.scss */

  .wrap-not-found {
    min-height: 600px;
  }
}

/* line 80, resources/assets/styles/common/_global.scss */

.wrap-not-found .wrap-content-not-found {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Nocturne", serif;
  font-weight: 300;
}

/* line 89, resources/assets/styles/common/_global.scss */

.wrap-not-found .wrap-content-not-found h1,
.wrap-not-found .wrap-content-not-found h2 {
  font-weight: 300;
}

/* line 93, resources/assets/styles/common/_global.scss */

.wrap-not-found .wrap-content-not-found a {
  display: inline-block;
  margin-top: 40px;
}

/* line 100, resources/assets/styles/common/_global.scss */

.can-click {
  pointer-events: all !important;
  z-index: 900;
}

/* line 105, resources/assets/styles/common/_global.scss */

.overflow-hidden {
  overflow: hidden;
}

/* line 109, resources/assets/styles/common/_global.scss */

ul {
  padding-left: 0;
}

/* line 113, resources/assets/styles/common/_global.scss */

li {
  list-style: none;
}

/* line 117, resources/assets/styles/common/_global.scss */

a {
  color: #202020;
  text-decoration: none;
}

/* line 122, resources/assets/styles/common/_global.scss */

.image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 126, resources/assets/styles/common/_global.scss */

.image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 131, resources/assets/styles/common/_global.scss */

.dark-overlay-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

/* line 141, resources/assets/styles/common/_global.scss */

.wrap-breadcrumbs {
  display: none;
}

@media only screen and (min-width: 769px) {
  /* line 141, resources/assets/styles/common/_global.scss */

  .wrap-breadcrumbs {
    display: block;
    margin-left: 45px;
    margin-bottom: 45px;
  }
}

/* line 150, resources/assets/styles/common/_global.scss */

.wrap-breadcrumbs nav {
  font-family: "Gt", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  opacity: 0.9;
}

/* line 158, resources/assets/styles/common/_global.scss */

.wrap-breadcrumbs nav a {
  color: #000;
  transition: color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0.9;
}

/* line 163, resources/assets/styles/common/_global.scss */

.wrap-breadcrumbs nav a:hover {
  color: #613842;
}

/* line 170, resources/assets/styles/common/_global.scss */

.add-to-wishlist {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: default;
  z-index: 90;
}

/* line 177, resources/assets/styles/common/_global.scss */

.add-to-wishlist svg path {
  stroke: #fff;
}

/* line 182, resources/assets/styles/common/_global.scss */

.add-to-wishlist.active svg path {
  fill: #DE4C6F;
  stroke: #DE4C6F;
}

/* line 189, resources/assets/styles/common/_global.scss */

.add-to-wishlist-burgundy {
  cursor: pointer;
}

/* line 191, resources/assets/styles/common/_global.scss */

.add-to-wishlist-burgundy svg path {
  stroke: #613842;
}

/* line 196, resources/assets/styles/common/_global.scss */

.add-to-wishlist-burgundy.active svg path {
  fill: #613842;
  stroke: #613842;
}

/* line 203, resources/assets/styles/common/_global.scss */

.add-to-wishlist-inside-wishlist {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: default;
  z-index: 100;
}

/* line 210, resources/assets/styles/common/_global.scss */

.add-to-wishlist-inside-wishlist svg path {
  stroke: #fff;
}

/* line 215, resources/assets/styles/common/_global.scss */

.add-to-wishlist-inside-wishlist.active svg path {
  fill: #DE4C6F;
  stroke: #DE4C6F;
}

/* line 222, resources/assets/styles/common/_global.scss */

.gform_wrapper li.gfield.gfield_error {
  background-color: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 229, resources/assets/styles/common/_global.scss */

.gform_wrapper label a {
  text-decoration: underline;
  transition: color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/* line 233, resources/assets/styles/common/_global.scss */

.gform_wrapper label a:hover {
  color: #613842;
}

/* line 238, resources/assets/styles/common/_global.scss */

input,
textarea {
  font-family: "Gt", sans-serif !important;
}

/* line 245, resources/assets/styles/common/_global.scss */

.gfield_error label {
  display: none;
}

/* line 249, resources/assets/styles/common/_global.scss */

.gfield_error li {
  border: 0;
  background-color: transparent;
}

/* line 254, resources/assets/styles/common/_global.scss */

.gfield_error input,
.gfield_error textarea {
  border: 1px solid red !important;
  width: 100% !important;
  font-family: "Gt", sans-serif !important;
}

/* line 261, resources/assets/styles/common/_global.scss */

.gfield_error input::placeholder,
.gfield_error textarea::placeholder {
  color: red;
}

/* line 267, resources/assets/styles/common/_global.scss */

.validation_message {
  color: red !important;
  font-family: "Gt", sans-serif !important;
  font-weight: 300 !important;
  padding-top: 8px !important;
}

/* line 274, resources/assets/styles/common/_global.scss */

.validation_error {
  border-top: 0 !important;
  border-bottom: 0 !important;
  color: red !important;
  max-width: 80%;
  margin: 0 auto;
  font-family: "Gt", sans-serif;
  font-weight: 300 !important;
  line-height: 1.5;
  display: none;
}

/* line 286, resources/assets/styles/common/_global.scss */

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 291, resources/assets/styles/common/_global.scss */

.country-list {
  width: 240px;
}

/* line 295, resources/assets/styles/common/_global.scss */

.country-name {
  color: #646464;
}

/* line 299, resources/assets/styles/common/_global.scss */

*:focus {
  outline: none;
}

/* line 303, resources/assets/styles/common/_global.scss */

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

/* line 309, resources/assets/styles/common/_global.scss */

.swiper-button-disabled {
  border: 1px solid #646464 !important;
  opacity: 0.5;
}

/* line 313, resources/assets/styles/common/_global.scss */

.swiper-button-disabled svg path {
  stroke: #646464 !important;
}

/* line 319, resources/assets/styles/common/_global.scss */

.plyr--full-ui input[type="range"] {
  color: #613842;
}

/* line 323, resources/assets/styles/common/_global.scss */

.plyr__control--overlaid {
  background: rgba(97, 56, 66, 0.8);
}

/* line 327, resources/assets/styles/common/_global.scss */

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: #613842;
}

/* line 333, resources/assets/styles/common/_global.scss */

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(97, 56, 66, 0.5);
}

/* line 337, resources/assets/styles/common/_global.scss */

.plyr__menu__container
.plyr__control[role="menuitemradio"][aria-checked="true"]::before {
  background: #613842;
}

/* line 342, resources/assets/styles/common/_global.scss */

.facetwp-facet {
  margin-bottom: 0 !important;
}

/* line 350, resources/assets/styles/common/_global.scss */

.facetwp-radio .facetwp-counter {
  display: none;
}

/* line 1, resources/assets/styles/common/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/** Components */

/* line 1, resources/assets/styles/components/_header.scss */

header {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  padding-top: 15px;
  pointer-events: none;
  z-index: 101;
}

@media only screen and (min-width: 769px) {
  /* line 1, resources/assets/styles/components/_header.scss */

  header {
    height: auto;
    padding-top: 28px;
  }
}

/* line 15, resources/assets/styles/components/_header.scss */

header .brand,
header .wrap-wishlist-icon,
header .search-icon,
header .search-bar {
  pointer-events: all;
}

/* line 23, resources/assets/styles/components/_header.scss */

header .brand svg {
  max-width: 70px;
  max-height: 45px;
}

/* line 30, resources/assets/styles/components/_header.scss */

header.black-nav .brand {
  transform: translateY(-3px);
}

/* line 33, resources/assets/styles/components/_header.scss */

header.black-nav .brand svg path {
  fill: #000;
}

/* line 39, resources/assets/styles/components/_header.scss */

header.black-nav .search-icon {
  transform: translateY(2px);
}

/* line 41, resources/assets/styles/components/_header.scss */

header.black-nav .search-icon svg path {
  fill: #000;
}

/* line 46, resources/assets/styles/components/_header.scss */

header.black-nav .wrap-wishlist-icon {
  position: relative;
  display: block;
  transform: translateY(2px);
}

/* line 50, resources/assets/styles/components/_header.scss */

header.black-nav .wrap-wishlist-icon .wishlist-icon svg path {
  stroke: #000;
}

/* line 54, resources/assets/styles/components/_header.scss */

header.black-nav .wrap-wishlist-icon .wishlist-count {
  color: #000;
}

/* line 60, resources/assets/styles/components/_header.scss */

header.black-nav .nav-primary.current-menu-item a {
  border-bottom: 1px solid #000;
}

/* line 64, resources/assets/styles/components/_header.scss */

header.black-nav .nav-primary a {
  font-weight: 300;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

@media only screen and (min-width: 1034px) {
  /* line 64, resources/assets/styles/components/_header.scss */

  header.black-nav .nav-primary a {
    font-size: 10px;
    letter-spacing: 0.1rem;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 64, resources/assets/styles/components/_header.scss */

  header.black-nav .nav-primary a {
    font-size: 12px;
    letter-spacing: 0.2rem;
  }
}

/* line 83, resources/assets/styles/components/_header.scss */

header.black-nav .right-hand-side {
  display: flex;
}

/* line 88, resources/assets/styles/components/_header.scss */

header .speak-to-team {
  display: none;
  background-color: #613842;
  border: 0;
  padding: 14px;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.15rem;
  pointer-events: all;
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  /* line 88, resources/assets/styles/components/_header.scss */

  header .speak-to-team {
    display: block;
    position: fixed;
    left: 0;
    top: 50%;
    width: auto;
    height: 44px;
    transform: translate(-41%, -75%) rotate(90deg);
  }
}

@media only screen and (min-width: 1034px) {
  /* line 88, resources/assets/styles/components/_header.scss */

  header .speak-to-team {
    left: 5px;
  }
}

/* line 116, resources/assets/styles/components/_header.scss */

header .scroll-top-button {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background-color: #613842;
  border: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  opacity: 0;
  cursor: n-resize;
  pointer-events: all;
  z-index: -1;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media only screen and (min-width: 769px) {
  /* line 116, resources/assets/styles/components/_header.scss */

  header .scroll-top-button {
    bottom: 50px;
    right: 50px;
    width: 54px;
    height: 54px;
  }
}

/* line 139, resources/assets/styles/components/_header.scss */

header .scroll-top-button.show {
  opacity: 1;
}

/* line 143, resources/assets/styles/components/_header.scss */

header .scroll-top-button:hover {
  transform: scale(0.85);
}

/* line 147, resources/assets/styles/components/_header.scss */

header .scroll-top-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
}

@media only screen and (min-width: 769px) {
  /* line 147, resources/assets/styles/components/_header.scss */

  header .scroll-top-button svg {
    width: 20px;
  }
}

/* line 158, resources/assets/styles/components/_header.scss */

header .scroll-top-button svg path {
  stroke: #fff !important;
}

/* line 164, resources/assets/styles/components/_header.scss */

header .container-not-fixed-nav {
  width: calc(100% - 50px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

@media only screen and (min-width: 1034px) {
  /* line 164, resources/assets/styles/components/_header.scss */

  header .container-not-fixed-nav {
    position: relative;
    display: block;
    width: calc(100% - 100px);
    margin: 0 45px 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(0px);
    transition: transform 0.25s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: 10;
  }
}

/* line 185, resources/assets/styles/components/_header.scss */

header .container-not-fixed-nav.not-active {
  transform: translateY(-100px);
}

/* line 189, resources/assets/styles/components/_header.scss */

header .container-not-fixed-nav:before {
  content: "";
  position: absolute;
  top: -28px;
  left: -50px;
  width: calc(100% + 100px);
  height: 240px;
  background: linear-gradient(180deg, black 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.15;
  z-index: -1;
}

/* line 201, resources/assets/styles/components/_header.scss */

header .container-not-fixed-nav .right-hand-side {
  display: flex;
  align-items: center;
}

/* line 207, resources/assets/styles/components/_header.scss */

header .container-fixed-nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

@media only screen and (min-width: 1034px) {
  /* line 207, resources/assets/styles/components/_header.scss */

  header .container-fixed-nav {
    display: block;
    top: 0;
    left: 0;
    padding: 1px 20px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    z-index: 10;
    transform: translateY(-122px);
    transition: transform 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  }
}

/* line 232, resources/assets/styles/components/_header.scss */

header .container-fixed-nav.active {
  transform: translateY(0px);
}

/* line 236, resources/assets/styles/components/_header.scss */

header .container-fixed-nav .brand svg {
  max-height: 24px;
}

/* line 239, resources/assets/styles/components/_header.scss */

header .container-fixed-nav .brand svg path {
  fill: #000;
}

/* line 243, resources/assets/styles/components/_header.scss */

header .container-fixed-nav .brand svg text {
  fill: #000;
  font-size: 26px;
}

/* line 251, resources/assets/styles/components/_header.scss */

header .container-fixed-nav .nav-primary li.current-menu-item a {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
}

/* line 257, resources/assets/styles/components/_header.scss */

header .container-fixed-nav .nav-primary li a {
  color: #000;
}

/* line 262, resources/assets/styles/components/_header.scss */

header .container-fixed-nav .right-hand-side {
  display: flex;
  align-items: center;
}

/* line 267, resources/assets/styles/components/_header.scss */

header .container-fixed-nav .search-icon {
  margin-right: 20px;
}

/* line 269, resources/assets/styles/components/_header.scss */

header .container-fixed-nav .search-icon svg {
  height: 19px;
}

/* line 273, resources/assets/styles/components/_header.scss */

header .container-fixed-nav .search-icon svg path {
  fill: #000;
}

/* line 278, resources/assets/styles/components/_header.scss */

header .container-fixed-nav .wrap-wishlist-icon {
  position: relative;
  transform: translateY(1px);
}

/* line 282, resources/assets/styles/components/_header.scss */

header .container-fixed-nav .wrap-wishlist-icon svg {
  height: 18px;
}

/* line 286, resources/assets/styles/components/_header.scss */

header .container-fixed-nav .wrap-wishlist-icon .wishlist-icon svg path {
  stroke: #000;
}

/* line 290, resources/assets/styles/components/_header.scss */

header .container-fixed-nav .wrap-wishlist-icon .wishlist-count {
  top: -20%;
  left: 102%;
  color: #000;
}

/* line 298, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav {
  position: fixed;
  max-width: 100vw;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  min-height: 53px;
  height: 53px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: all;
}

@media only screen and (min-width: 550px) {
  /* line 298, resources/assets/styles/components/_header.scss */

  header .container-fixed-mobile-nav {
    height: 60px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 298, resources/assets/styles/components/_header.scss */

  header .container-fixed-mobile-nav {
    height: 53px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 298, resources/assets/styles/components/_header.scss */

  header .container-fixed-mobile-nav {
    display: none;
  }
}

/* line 324, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .left-hand-side {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

/* line 329, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .left-hand-side .phone-icon {
  max-height: 18px;
  height: 18px;
  width: 12px;
}

/* line 333, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .left-hand-side .phone-icon svg {
  max-height: 18px;
  height: 18px;
  width: auto;
}

/* line 338, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .left-hand-side .phone-icon svg path {
  stroke: #000;
}

/* line 344, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .left-hand-side .wrap-wishlist-icon {
  margin-left: 10px;
  height: auto;
  transform: translateY(0px);
}

/* line 349, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .left-hand-side .wrap-wishlist-icon .wishlist-icon {
  width: 17px;
  height: 17px;
}

/* line 352, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .left-hand-side .wrap-wishlist-icon .wishlist-icon svg {
  width: auto;
  height: 100%;
}

/* line 356, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .left-hand-side .wrap-wishlist-icon .wishlist-icon svg path {
  stroke: #000;
}

/* line 362, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .left-hand-side .wrap-wishlist-icon .wishlist-count {
  color: #000;
  top: -15px;
  left: 110%;
}

@media only screen and (max-width: 550px) {
  /* line 362, resources/assets/styles/components/_header.scss */

  header .container-fixed-mobile-nav .left-hand-side .wrap-wishlist-icon .wishlist-count {
    left: 85%;
  }
}

/* line 374, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .brand {
  width: 47px;
  height: auto;
  max-height: 30px;
}

/* line 379, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .brand svg {
  max-height: 30px;
  width: 100%;
}

/* line 384, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .brand svg path {
  fill: #000;
}

/* line 389, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .right-hand-side {
  margin-right: 16px;
  display: flex;
  align-items: center;
}

/* line 394, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .right-hand-side .search-icon {
  display: flex;
  align-items: center;
  margin-right: 18px;
}

/* line 398, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .right-hand-side .search-icon svg {
  height: 16px;
}

/* line 401, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .right-hand-side .search-icon svg path {
  fill: #000;
}

/* line 408, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .burger-button {
  position: relative;
  pointer-events: all;
  background-color: transparent;
  border: 0;
  width: auto;
  padding: 0;
  z-index: 1000;
}

/* line 418, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .burger-button .line {
  width: 25px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}

/* line 427, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .burger-button.is-active .line:nth-child(2) {
  opacity: 0;
}

/* line 431, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .burger-button.is-active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

/* line 435, resources/assets/styles/components/_header.scss */

header .container-fixed-mobile-nav .burger-button.is-active .line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* line 440, resources/assets/styles/components/_header.scss */

header .nav-primary {
  display: none;
}

@media only screen and (min-width: 1034px) {
  /* line 440, resources/assets/styles/components/_header.scss */

  header .nav-primary {
    display: block;
    pointer-events: all;
  }
}

/* line 448, resources/assets/styles/components/_header.scss */

header .nav-primary ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 454, resources/assets/styles/components/_header.scss */

header .nav-primary li {
  margin: 0 22px;
}

/* line 457, resources/assets/styles/components/_header.scss */

header .nav-primary li.current-menu-item a {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}

/* line 462, resources/assets/styles/components/_header.scss */

header .nav-primary li a {
  font-weight: 300;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

@media only screen and (min-width: 1034px) {
  /* line 462, resources/assets/styles/components/_header.scss */

  header .nav-primary li a {
    font-size: 10px;
    letter-spacing: 0.1rem;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 462, resources/assets/styles/components/_header.scss */

  header .nav-primary li a {
    font-size: 12px;
    letter-spacing: 0.2rem;
  }
}

/* line 482, resources/assets/styles/components/_header.scss */

header .nav-overlay-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
}

/* line 492, resources/assets/styles/components/_header.scss */

header .nav-overlay-mobile .wrap-nav-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

/* line 500, resources/assets/styles/components/_header.scss */

header .nav-overlay-mobile .nav-primary {
  display: block;
}

@media only screen and (min-width: 1034px) {
  /* line 500, resources/assets/styles/components/_header.scss */

  header .nav-overlay-mobile .nav-primary {
    display: none;
  }
}

/* line 508, resources/assets/styles/components/_header.scss */

header .nav-overlay-mobile .nav-primary a.mobile-home-link {
  font-family: "Nocturne", serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 2;
  color: #613842;
  text-transform: capitalize;
  letter-spacing: 0;
}

/* line 518, resources/assets/styles/components/_header.scss */

header .nav-overlay-mobile .nav-primary ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
}

/* line 526, resources/assets/styles/components/_header.scss */

header .nav-overlay-mobile .nav-primary li {
  margin: 0;
}

/* line 529, resources/assets/styles/components/_header.scss */

header .nav-overlay-mobile .nav-primary li.current-menu-item a {
  border-bottom: 1px solid #613842;
}

/* line 533, resources/assets/styles/components/_header.scss */

header .nav-overlay-mobile .nav-primary li a {
  font-family: "Nocturne", serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 2;
  color: #613842;
  text-transform: capitalize;
  letter-spacing: 0;
}

/* line 545, resources/assets/styles/components/_header.scss */

header .nav-overlay-mobile .wrap-nav-mobile-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

@media only screen and (min-width: 550px) {
  /* line 545, resources/assets/styles/components/_header.scss */

  header .nav-overlay-mobile .wrap-nav-mobile-socials {
    margin-top: 150px;
  }
}

/* line 555, resources/assets/styles/components/_header.scss */

header .nav-overlay-mobile .wrap-nav-mobile-socials a {
  position: relative;
  width: 35px;
  height: 35px;
  border: 1px solid #613842;
  border-radius: 50%;
  margin-left: 18px;
}

/* line 563, resources/assets/styles/components/_header.scss */

header .nav-overlay-mobile .wrap-nav-mobile-socials a:last-child {
  margin-right: 0;
}

/* line 568, resources/assets/styles/components/_header.scss */

header .nav-overlay-mobile .wrap-nav-mobile-socials svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 12px;
}

/* line 575, resources/assets/styles/components/_header.scss */

header .nav-overlay-mobile .wrap-nav-mobile-socials svg path {
  fill: #613842;
}

/* line 582, resources/assets/styles/components/_header.scss */

header .search-icon {
  transform: translateY(2px);
  margin-right: 26px;
}

/* line 587, resources/assets/styles/components/_header.scss */

header .wrap-wishlist-icon {
  position: relative;
  width: 22px;
  height: 22px;
  border: 0;
  background-color: transparent;
  transform: translateY(2px);
}

/* line 595, resources/assets/styles/components/_header.scss */

header .wrap-wishlist-icon .wishlist-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 602, resources/assets/styles/components/_header.scss */

header .wrap-wishlist-icon .wishlist-count {
  position: absolute;
  top: -28%;
  left: 118%;
  font-size: 10px;
  color: #fff;
}

/* line 610, resources/assets/styles/components/_header.scss */

header .wrap-wishlist-icon .tooltip-added {
  padding: 6px 10px;
  position: absolute;
  bottom: -65px;
  left: -20px;
  background-color: #fff;
  color: #613842;
  font-family: "Nocturne", serif;
  font-size: 14px;
  width: 145px;
  display: inline-block;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 1;
}

@media only screen and (min-width: 1034px) {
  /* line 610, resources/assets/styles/components/_header.scss */

  header .wrap-wishlist-icon .tooltip-added {
    padding: 15px 22px;
    bottom: -80px;
    right: 0;
    left: unset;
    width: 192px;
    font-size: 17px;
  }
}

/* line 636, resources/assets/styles/components/_header.scss */

header .wrap-wishlist-icon .tooltip-added.active {
  opacity: 1;
}

/* line 640, resources/assets/styles/components/_header.scss */

header .wrap-wishlist-icon .tooltip-added:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
  left: 20px;
}

@media only screen and (min-width: 1034px) {
  /* line 640, resources/assets/styles/components/_header.scss */

  header .wrap-wishlist-icon .tooltip-added:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    top: -12px;
    right: 0;
    left: unset;
  }
}

/* line 663, resources/assets/styles/components/_header.scss */

header .search-bar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100vw;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 10000;
}

/* line 675, resources/assets/styles/components/_header.scss */

header .search-bar-overlay .close-search-bar {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

/* line 685, resources/assets/styles/components/_header.scss */

header .search-bar-overlay .close-search-bar .wrap-icon-close {
  position: relative;
  height: 30px;
  width: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  display: block;
  margin-left: 10px;
}

/* line 695, resources/assets/styles/components/_header.scss */

header .search-bar-overlay .close-search-bar svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 11px;
  width: 11px;
}

/* line 702, resources/assets/styles/components/_header.scss */

header .search-bar-overlay .close-search-bar svg line {
  stroke: #000;
}

/* line 708, resources/assets/styles/components/_header.scss */

header .search-bar-overlay .wrap-search-bar {
  padding: 200px 30px 0 30px;
}

@media only screen and (min-width: 769px) {
  /* line 708, resources/assets/styles/components/_header.scss */

  header .search-bar-overlay .wrap-search-bar {
    padding: 200px 70px 0 140px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 708, resources/assets/styles/components/_header.scss */

  header .search-bar-overlay .wrap-search-bar {
    padding: 200px 0 0 180px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 708, resources/assets/styles/components/_header.scss */

  header .search-bar-overlay .wrap-search-bar {
    padding: 200px 0 0 240px;
  }
}

/* line 724, resources/assets/styles/components/_header.scss */

header .search-bar-overlay .search-bar {
  pointer-events: none;
}

/* line 728, resources/assets/styles/components/_header.scss */

header .search-bar-overlay .filter-search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 733, resources/assets/styles/components/_header.scss */

header .search-bar-overlay .filter-search input {
  width: 100%;
  font-weight: 300;
  padding-left: 15px;
}

@media only screen and (min-width: 1034px) {
  /* line 733, resources/assets/styles/components/_header.scss */

  header .search-bar-overlay .filter-search input {
    max-width: 620px;
  }
}

/* line 743, resources/assets/styles/components/_header.scss */

header .search-bar-overlay .filter-search input::placeholder {
  font-weight: 300;
}

/* line 748, resources/assets/styles/components/_header.scss */

header .search-bar-overlay h3 {
  max-width: 100%;
  margin-top: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

header .search-bar-overlay h3 {
  font-size: 28px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  header .search-bar-overlay h3 {
    font-size: calc( 28px + 24 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  header .search-bar-overlay h3 {
    font-size: 52px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 748, resources/assets/styles/components/_header.scss */

  header .search-bar-overlay h3 {
    max-width: 75%;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 748, resources/assets/styles/components/_header.scss */

  header .search-bar-overlay h3 {
    max-width: 50%;
  }
}

/* line 762, resources/assets/styles/components/_header.scss */

header .search-bar-overlay input {
  height: 50px;
  width: 45%;
  border: 1px solid #646464;
}

/* line 768, resources/assets/styles/components/_header.scss */

header .search-bar-overlay .icon {
  position: relative;
  height: 50px;
  width: 50px;
  background-color: #613842;
}

/* line 774, resources/assets/styles/components/_header.scss */

header .search-bar-overlay .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  width: 20px;
  transform: translate(-50%, -50%);
}

/* line 786, resources/assets/styles/components/_header.scss */

.searchwp-live-search-results,
.searchwp-live-search-results-showing {
  background-color: #faf9f6 !important;
  border-radius: 0 !important;
}

/* line 792, resources/assets/styles/components/_header.scss */

.searchwp-live-search-results {
  transform: translateY(-5px);
  box-shadow: 0 !important;
  border: 0 !important;
}

/* line 798, resources/assets/styles/components/_header.scss */

.searchwp-live-search-results-showing {
  box-shadow: none !important;
  border: 0 !important;
}

/* line 804, resources/assets/styles/components/_header.scss */

.enquiry-slide-in {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background-color: #202020;
  color: #fff;
  padding: 60px 30px;
  font-family: "Nocturne", serif;
  font-weight: 300;
  pointer-events: all;
  z-index: 100;
}

@media only screen and (min-width: 769px) {
  /* line 804, resources/assets/styles/components/_header.scss */

  .enquiry-slide-in {
    width: 50%;
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 804, resources/assets/styles/components/_header.scss */

  .enquiry-slide-in {
    width: 33%;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 804, resources/assets/styles/components/_header.scss */

  .enquiry-slide-in {
    width: 25%;
    min-width: 400px;
    padding: 80px 45px 0px 45px;
  }
}

@media only screen and (min-width: 1601px) {
  /* line 804, resources/assets/styles/components/_header.scss */

  .enquiry-slide-in {
    max-width: 650px;
  }
}

/* line 837, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .wrap-enquiry {
  overflow: auto;
  height: 100%;
}

/* line 841, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .wrap-enquiry a {
  color: #fff;
}

/* line 846, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .close-enquiry {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-weight: 300;
}

/* line 857, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .close-enquiry .wrap-icon-close {
  position: relative;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  margin-left: 10px;
}

/* line 867, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .close-enquiry svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 11px;
  width: 11px;
}

/* line 874, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .close-enquiry svg line {
  stroke: #fff;
}

/* line 880, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .enquiry-title {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 25px 0;
}

@media only screen and (min-width: 769px) {
  /* line 880, resources/assets/styles/components/_header.scss */

  .enquiry-slide-in .enquiry-title {
    margin: 0 0 35px 0;
  }
}

/* line 890, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .contact-details {
  margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
  /* line 890, resources/assets/styles/components/_header.scss */

  .enquiry-slide-in .contact-details {
    margin-bottom: 30px;
  }
}

/* line 896, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .contact-details p {
  font-size: 16px;
}

/* line 901, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .subtitle {
  font-family: "Gt", sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
  /* line 901, resources/assets/styles/components/_header.scss */

  .enquiry-slide-in .subtitle {
    margin-bottom: 10px;
  }
}

/* line 911, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .wrap-form {
  font-family: "Gt", sans-serif;
  font-weight: 300 !important;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.enquiry-slide-in .wrap-form {
  font-size: 14px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .enquiry-slide-in .wrap-form {
    font-size: calc( 14px + 2 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .enquiry-slide-in .wrap-form {
    font-size: 16px;
  }
}

/* line 916, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .wrap-form ul.gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 922, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .wrap-form li {
  margin-top: 7px !important;
  padding-right: 0 !important;
  width: 100%;
}

/* line 927, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .wrap-form li:nth-child(1) {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 927, resources/assets/styles/components/_header.scss */

  .enquiry-slide-in .wrap-form li:nth-child(1) {
    width: 48%;
    margin-top: 0 !important;
  }
}

/* line 936, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .wrap-form li:nth-child(2) {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 936, resources/assets/styles/components/_header.scss */

  .enquiry-slide-in .wrap-form li:nth-child(2) {
    width: 48%;
    margin-top: 0 !important;
  }
}

/* line 946, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .wrap-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

/* line 950, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .wrap-form .gform_wrapper .gfield .intl-tel-input {
  margin-bottom: 0;
}

/* line 954, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .wrap-form .gfield_label {
  display: none !important;
}

/* line 958, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .wrap-form input,
.enquiry-slide-in .wrap-form textarea {
  padding: 10px 14px 8px 14px !important;
  background-color: #fff;
  border: 0;
  font-size: 14px;
}

@media only screen and (min-width: 769px) {
  /* line 958, resources/assets/styles/components/_header.scss */

  .enquiry-slide-in .wrap-form input,
  .enquiry-slide-in .wrap-form textarea {
    padding: 14px 14px 11px 14px !important;
    font-size: 16px;
  }
}

/* line 971, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .wrap-form input {
  width: 100%;
}

/* line 975, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .wrap-form textarea {
  height: 95px !important;
}

@media only screen and (min-width: 769px) {
  /* line 975, resources/assets/styles/components/_header.scss */

  .enquiry-slide-in .wrap-form textarea {
    height: 100px !important;
  }
}

/* line 983, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .wrap-form .ginput_container_consent {
  display: flex;
}

/* line 986, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .wrap-form .ginput_container_consent input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 0;
  border-radius: 0;
}

/* line 994, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .wrap-form .ginput_container_consent label {
  line-height: 1.5;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.enquiry-slide-in .wrap-form .ginput_container_consent label {
  font-size: 12px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .enquiry-slide-in .wrap-form .ginput_container_consent label {
    font-size: calc( 12px + 2 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .enquiry-slide-in .wrap-form .ginput_container_consent label {
    font-size: 14px;
  }
}

/* line 1000, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .wrap-form input[type="submit"] {
  font-size: 12px !important;
  background-color: #613842;
  padding: 17px 69px !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

@media only screen and (min-width: 769px) {
  /* line 1000, resources/assets/styles/components/_header.scss */

  .enquiry-slide-in .wrap-form input[type="submit"] {
    font-size: 13px !important;
  }
}

/* line 1014, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .gform_confirmation_wrapper {
  padding: 50px 0;
  font-family: "Nocturne", serif;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.enquiry-slide-in .gform_confirmation_wrapper {
  font-size: 19px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .enquiry-slide-in .gform_confirmation_wrapper {
    font-size: calc( 19px + -1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .enquiry-slide-in .gform_confirmation_wrapper {
    font-size: 18px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 1014, resources/assets/styles/components/_header.scss */

  .enquiry-slide-in .gform_confirmation_wrapper {
    padding: 100px 0 130px 0;
    max-width: 90%;
    margin: 0 auto;
  }
}

/* line 1029, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .gform_confirmation_wrapper h4 {
  margin-bottom: 50px;
  font-family: "Nocturne", serif;
  font-weight: 300;
  text-align: center;
  color: #fff;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.enquiry-slide-in .gform_confirmation_wrapper h4 {
  font-size: 28px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .enquiry-slide-in .gform_confirmation_wrapper h4 {
    font-size: calc( 28px + -4 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .enquiry-slide-in .gform_confirmation_wrapper h4 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 1029, resources/assets/styles/components/_header.scss */

  .enquiry-slide-in .gform_confirmation_wrapper h4 {
    margin-bottom: 65px;
  }
}

/* line 1042, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .gform_confirmation_wrapper a {
  font-family: "Gt", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  display: inline-block;
  margin-top: 45px;
  position: relative;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.enquiry-slide-in .gform_confirmation_wrapper a {
  font-size: 12px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .enquiry-slide-in .gform_confirmation_wrapper a {
    font-size: calc( 12px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .enquiry-slide-in .gform_confirmation_wrapper a {
    font-size: 13px;
  }
}

/* line 1053, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .gform_confirmation_wrapper a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

/* line 1063, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .gform_confirmation_wrapper a:hover {
  color: #613842;
}

/* line 1066, resources/assets/styles/components/_header.scss */

.enquiry-slide-in .gform_confirmation_wrapper a:hover:after {
  background-color: #613842;
}

@media only screen and (min-width: 769px) {
  /* line 1042, resources/assets/styles/components/_header.scss */

  .enquiry-slide-in .gform_confirmation_wrapper a {
    margin-top: 65px;
  }
}

/* line 1081, resources/assets/styles/components/_header.scss */

.error404 header .brand,
.single-blog header .brand {
  transform: translateY(-3px);
}

/* line 1084, resources/assets/styles/components/_header.scss */

.error404 header .brand svg text,
.single-blog header .brand svg text {
  fill: #000;
}

/* line 1091, resources/assets/styles/components/_header.scss */

.error404 header .search-icon svg path,
.single-blog header .search-icon svg path {
  fill: #000;
}

/* line 1096, resources/assets/styles/components/_header.scss */

.error404 header .wrap-wishlist-icon,
.single-blog header .wrap-wishlist-icon {
  position: relative;
  display: block;
}

/* line 1099, resources/assets/styles/components/_header.scss */

.error404 header .wrap-wishlist-icon .wishlist-icon svg path,
.single-blog header .wrap-wishlist-icon .wishlist-icon svg path {
  stroke: #000;
}

/* line 1103, resources/assets/styles/components/_header.scss */

.error404 header .wrap-wishlist-icon .wishlist-count,
.single-blog header .wrap-wishlist-icon .wishlist-count {
  color: #000;
}

/* line 1108, resources/assets/styles/components/_header.scss */

.error404 header .right-hand-side,
.single-blog header .right-hand-side {
  display: flex;
}

/* line 1113, resources/assets/styles/components/_header.scss */

.error404 header .nav-primary.current-menu-item a,
.single-blog header .nav-primary.current-menu-item a {
  border-bottom: 1px solid #000;
}

/* line 1117, resources/assets/styles/components/_header.scss */

.error404 header .nav-primary a,
.single-blog header .nav-primary a {
  font-weight: 300;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

@media only screen and (min-width: 1034px) {
  /* line 1117, resources/assets/styles/components/_header.scss */

  .error404 header .nav-primary a,
  .single-blog header .nav-primary a {
    font-size: 10px;
    letter-spacing: 0.1rem;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 1117, resources/assets/styles/components/_header.scss */

  .error404 header .nav-primary a,
  .single-blog header .nav-primary a {
    font-size: 12px;
    letter-spacing: 0.2rem;
  }
}

/* line 1139, resources/assets/styles/components/_header.scss */

body.overflow-hidden .container-fixed-mobile-nav {
  display: none;
}

/* line 1, resources/assets/styles/components/_footer.scss */

footer {
  background-color: #202020;
  color: #fff;
  position: relative;
  z-index: 5;
}

/* line 8, resources/assets/styles/components/_footer.scss */

footer .top-footer-slider {
  height: 70px;
  background-color: #2d2d2d;
}

@media only screen and (min-width: 550px) {
  /* line 8, resources/assets/styles/components/_footer.scss */

  footer .top-footer-slider {
    height: 90px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 8, resources/assets/styles/components/_footer.scss */

  footer .top-footer-slider {
    height: 125px;
  }
}

/* line 21, resources/assets/styles/components/_footer.scss */

footer .container {
  padding: 40px 30px 25px 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 550px) {
  /* line 21, resources/assets/styles/components/_footer.scss */

  footer .container {
    padding: 70px 70px 50px 70px;
    flex-direction: row;
  }
}

@media only screen and (min-width: 769px) {
  /* line 21, resources/assets/styles/components/_footer.scss */

  footer .container {
    padding: 70px 100px 50px 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 21, resources/assets/styles/components/_footer.scss */

  footer .container {
    padding: 90px 140px 70px 140px;
  }
}

/* line 41, resources/assets/styles/components/_footer.scss */

footer .wrap-carousel-footer {
  position: relative;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

@media only screen and (min-width: 550px) {
  /* line 41, resources/assets/styles/components/_footer.scss */

  footer .wrap-carousel-footer {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 41, resources/assets/styles/components/_footer.scss */

  footer .wrap-carousel-footer {
    padding: 0 55px;
    max-width: 770px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 41, resources/assets/styles/components/_footer.scss */

  footer .wrap-carousel-footer {
    max-width: 990px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 41, resources/assets/styles/components/_footer.scss */

  footer .wrap-carousel-footer {
    padding: 0 70px;
  }
}

@media only screen and (min-width: 1900px) {
  /* line 41, resources/assets/styles/components/_footer.scss */

  footer .wrap-carousel-footer {
    max-width: 1200px;
  }
}

/* line 70, resources/assets/styles/components/_footer.scss */

footer .wrap-carousel-footer .swiper-container-footer-logo-list {
  overflow: hidden;
  height: 100%;
}

/* line 75, resources/assets/styles/components/_footer.scss */

footer .wrap-carousel-footer .wrap-nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 81, resources/assets/styles/components/_footer.scss */

footer .wrap-carousel-footer .wrap-nav .swiper-footer-logos-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* line 89, resources/assets/styles/components/_footer.scss */

footer .wrap-carousel-footer .wrap-nav .swiper-footer-logos-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* line 99, resources/assets/styles/components/_footer.scss */

footer .swiper-slide {
  opacity: 0.2;
  transition: opacity 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  display: flex;
  align-items: center;
}

/* line 105, resources/assets/styles/components/_footer.scss */

footer .swiper-slide .image {
  height: 100%;
  max-height: 50px;
}

@media only screen and (min-width: 1640px) {
  /* line 105, resources/assets/styles/components/_footer.scss */

  footer .swiper-slide .image {
    max-height: 60px;
  }
}

/* line 115, resources/assets/styles/components/_footer.scss */

footer .swiper-slide-next,
footer .swiper-slide-prev,
footer .swiper-slide-active {
  opacity: 1;
}

/* line 121, resources/assets/styles/components/_footer.scss */

footer .wrap-all-navs {
  display: flex;
  flex-wrap: wrap;
}

/* line 126, resources/assets/styles/components/_footer.scss */

footer .wrap-main-footer-nav-mobile {
  display: block;
}

@media only screen and (min-width: 769px) {
  /* line 126, resources/assets/styles/components/_footer.scss */

  footer .wrap-main-footer-nav-mobile {
    display: none;
  }
}

/* line 133, resources/assets/styles/components/_footer.scss */

footer .wrap-main-footer-nav-mobile nav ul {
  padding: 0;
}

/* line 136, resources/assets/styles/components/_footer.scss */

footer .wrap-main-footer-nav-mobile nav ul li a {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  line-height: 2.85;
  text-transform: uppercase;
}

/* line 147, resources/assets/styles/components/_footer.scss */

footer .wrap-single-footer-nav {
  display: none;
}

@media only screen and (min-width: 769px) {
  /* line 147, resources/assets/styles/components/_footer.scss */

  footer .wrap-single-footer-nav {
    display: block;
    margin-right: 35px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 147, resources/assets/styles/components/_footer.scss */

  footer .wrap-single-footer-nav {
    margin-right: 50px;
  }
}

/* line 159, resources/assets/styles/components/_footer.scss */

footer .wrap-single-footer-nav h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
}

/* line 166, resources/assets/styles/components/_footer.scss */

footer .wrap-single-footer-nav nav ul {
  padding: 0;
}

/* line 169, resources/assets/styles/components/_footer.scss */

footer .wrap-single-footer-nav nav ul li a {
  position: relative;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  line-height: 1.85;
}

/* line 176, resources/assets/styles/components/_footer.scss */

footer .wrap-single-footer-nav nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

/* line 189, resources/assets/styles/components/_footer.scss */

footer .wrap-single-footer-nav nav ul li a:hover:after {
  opacity: 1;
}

/* line 198, resources/assets/styles/components/_footer.scss */

footer .wrap-infos-footer {
  text-align: left;
  min-width: 200px;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  /* line 198, resources/assets/styles/components/_footer.scss */

  footer .wrap-infos-footer {
    text-align: right;
    margin: 0;
  }
}

/* line 208, resources/assets/styles/components/_footer.scss */

footer .wrap-infos-footer .logo-footer {
  margin-bottom: 42px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 208, resources/assets/styles/components/_footer.scss */

  footer .wrap-infos-footer .logo-footer {
    text-align: left;
  }
}

/* line 216, resources/assets/styles/components/_footer.scss */

footer .wrap-infos-footer .logo-footer svg {
  max-width: 150px;
  height: auto;
}

/* line 222, resources/assets/styles/components/_footer.scss */

footer .wrap-infos-footer p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 222, resources/assets/styles/components/_footer.scss */

  footer .wrap-infos-footer p {
    text-align: left;
    font-size: 13px;
  }
}

/* line 232, resources/assets/styles/components/_footer.scss */

footer .wrap-infos-footer p a {
  color: #fff;
}

/* line 238, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-socials {
  margin-top: 42px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 238, resources/assets/styles/components/_footer.scss */

  footer .wrap-footer-socials {
    text-align: left;
  }
}

/* line 246, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-socials a {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 15px;
  color: #fff;
}

/* line 256, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-socials a:first-child {
  margin-left: 0;
}

/* line 260, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-socials a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 13px;
  max-width: 13px;
}

/* line 271, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-bottom {
  min-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 30px 35px 30px;
}

@media only screen and (min-width: 550px) {
  /* line 271, resources/assets/styles/components/_footer.scss */

  footer .wrap-footer-bottom {
    padding: 0 70px 50px 70px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 271, resources/assets/styles/components/_footer.scss */

  footer .wrap-footer-bottom {
    padding: 0 100px 50px 100px;
    flex-direction: row;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 271, resources/assets/styles/components/_footer.scss */

  footer .wrap-footer-bottom {
    padding: 0 140px 70px 140px;
  }
}

@media only screen and (min-width: 1900px) {
  /* line 271, resources/assets/styles/components/_footer.scss */

  footer .wrap-footer-bottom {
    min-width: unset;
  }
}

/* line 296, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-bottom .wrap-licensed {
  max-width: 230px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  /* line 296, resources/assets/styles/components/_footer.scss */

  footer .wrap-footer-bottom .wrap-licensed {
    max-width: 275px;
    margin: 0;
  }
}

/* line 307, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-bottom .wrap-licensed .image {
  position: relative;
  width: 100%;
  max-height: 60px;
  max-width: 38px;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

footer .wrap-footer-bottom .wrap-licensed .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 155.55556%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

footer .wrap-footer-bottom .wrap-licensed .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 307, resources/assets/styles/components/_footer.scss */

  footer .wrap-footer-bottom .wrap-licensed .image {
    max-height: 84px;
    max-width: 54px;
  }
}

/* line 318, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-bottom .wrap-licensed .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 324, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-bottom .wrap-licensed span {
  font-size: 12px;
  margin-left: 20px;
  line-height: 1.66;
  font-weight: 300;
}

/* line 332, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-bottom .wrap-all-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

@media only screen and (min-width: 769px) {
  /* line 332, resources/assets/styles/components/_footer.scss */

  footer .wrap-footer-bottom .wrap-all-legal {
    flex-direction: row;
  }
}

/* line 343, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-bottom .wrap-nav-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

@media only screen and (min-width: 769px) {
  /* line 343, resources/assets/styles/components/_footer.scss */

  footer .wrap-footer-bottom .wrap-nav-legal {
    flex-direction: row;
  }
}

/* line 353, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-bottom .wrap-nav-legal .copyright {
  font-size: 13px;
  font-weight: 300;
  margin: 10px 0;
}

@media only screen and (min-width: 550px) {
  /* line 353, resources/assets/styles/components/_footer.scss */

  footer .wrap-footer-bottom .wrap-nav-legal .copyright {
    margin-left: 15px;
  }
}

/* line 364, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-bottom .wrap-nav-legal nav ul {
  padding: 0;
  display: flex;
  flex-direction: row;
}

@media only screen and (min-width: 769px) {
  /* line 364, resources/assets/styles/components/_footer.scss */

  footer .wrap-footer-bottom .wrap-nav-legal nav ul {
    flex-direction: row;
  }
}

/* line 373, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-bottom .wrap-nav-legal nav ul li {
  padding: 0;
  margin-right: 10px;
}

/* line 377, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-bottom .wrap-nav-legal nav ul li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 769px) {
  /* line 373, resources/assets/styles/components/_footer.scss */

  footer .wrap-footer-bottom .wrap-nav-legal nav ul li {
    margin-right: 0;
  }
}

/* line 386, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-bottom .wrap-nav-legal nav ul li a {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  line-height: 1.85;
  margin-left: 0;
}

@media only screen and (min-width: 550px) {
  /* line 386, resources/assets/styles/components/_footer.scss */

  footer .wrap-footer-bottom .wrap-nav-legal nav ul li a {
    margin-left: 10px;
    font-size: 13px;
  }
}

/* line 402, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-bottom .wrap-site-by {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  margin-top: 25px;
}

@media only screen and (min-width: 769px) {
  /* line 402, resources/assets/styles/components/_footer.scss */

  footer .wrap-footer-bottom .wrap-site-by {
    margin-left: 25px;
    margin-top: 0;
    justify-content: flex-end;
  }
}

/* line 415, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-bottom .wrap-site-by span {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
}

/* line 421, resources/assets/styles/components/_footer.scss */

footer .wrap-footer-bottom .wrap-site-by svg {
  margin-left: 10px;
}

/* line 2, resources/assets/styles/components/_about-global.scss */

.about-global {
  padding: 0;
}

@media only screen and (min-width: 769px) {
  /* line 2, resources/assets/styles/components/_about-global.scss */

  .about-global {
    padding: 0 100px 155px 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 2, resources/assets/styles/components/_about-global.scss */

  .about-global {
    padding: 0 240px 210px 240px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 2, resources/assets/styles/components/_about-global.scss */

  .about-global {
    padding: 0 240px 180px 240px;
  }
}

@media only screen and (min-width: 1900px) {
  /* line 2, resources/assets/styles/components/_about-global.scss */

  .about-global {
    padding: 0 0 180px 100px;
  }
}

/* line 24, resources/assets/styles/components/_about-global.scss */

.about-global .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.about-global .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.about-global .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 28, resources/assets/styles/components/_about-global.scss */

.about-global .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 33, resources/assets/styles/components/_about-global.scss */

.about-global .wrap-about-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 769px) {
  /* line 33, resources/assets/styles/components/_about-global.scss */

  .about-global .wrap-about-content {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
  }
}

/* line 44, resources/assets/styles/components/_about-global.scss */

.about-global .wrap-about-content .wrap-image {
  display: none;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 44, resources/assets/styles/components/_about-global.scss */

  .about-global .wrap-about-content .wrap-image {
    display: block;
    width: 41%;
  }
}

/* line 54, resources/assets/styles/components/_about-global.scss */

.about-global .wrap-about-content .wrap-text-and-image {
  width: 100%;
  padding: 0 30px;
}

@media only screen and (min-width: 769px) {
  /* line 54, resources/assets/styles/components/_about-global.scss */

  .about-global .wrap-about-content .wrap-text-and-image {
    width: 50%;
    padding: 0;
  }
}

/* line 63, resources/assets/styles/components/_about-global.scss */

.about-global .wrap-about-content .wrap-text-and-image .small-title {
  font-size: 13px;
  font-family: "Gt", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 63, resources/assets/styles/components/_about-global.scss */

  .about-global .wrap-about-content .wrap-text-and-image .small-title {
    text-align: left;
  }
}

/* line 76, resources/assets/styles/components/_about-global.scss */

.about-global .wrap-about-content .wrap-text-and-image h2 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.about-global .wrap-about-content .wrap-text-and-image h2 {
  font-size: 32px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .about-global .wrap-about-content .wrap-text-and-image h2 {
    font-size: calc( 32px + 23 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .about-global .wrap-about-content .wrap-text-and-image h2 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 76, resources/assets/styles/components/_about-global.scss */

  .about-global .wrap-about-content .wrap-text-and-image h2 {
    margin-bottom: 60px;
    text-align: left;
  }
}

/* line 92, resources/assets/styles/components/_about-global.scss */

.about-global .wrap-about-content .wrap-text-and-image .wrap-inner-image-and-text {
  position: relative;
}

@media only screen and (min-width: 769px) {
  /* line 92, resources/assets/styles/components/_about-global.scss */

  .about-global .wrap-about-content .wrap-text-and-image .wrap-inner-image-and-text {
    transform: translateX(-60%);
  }
}

/* line 99, resources/assets/styles/components/_about-global.scss */

.about-global .wrap-about-content .wrap-text-and-image .wrap-inner-image-and-text .wrap-image {
  display: none;
}

@media only screen and (min-width: 769px) {
  /* line 99, resources/assets/styles/components/_about-global.scss */

  .about-global .wrap-about-content .wrap-text-and-image .wrap-inner-image-and-text .wrap-image {
    display: block;
    width: 60%;
  }
}

/* line 108, resources/assets/styles/components/_about-global.scss */

.about-global .wrap-about-content .wrap-text-and-image .wrap-inner-image-and-text .wrap-text-and-link {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 40ch;
  margin: 0 auto 55px auto;
}

@media only screen and (min-width: 769px) {
  /* line 108, resources/assets/styles/components/_about-global.scss */

  .about-global .wrap-about-content .wrap-text-and-image .wrap-inner-image-and-text .wrap-text-and-link {
    position: absolute;
    top: 0;
    left: 75%;
    width: 100%;
    max-width: 40ch;
    margin-bottom: 0;
    text-align: left;
  }
}

/* line 125, resources/assets/styles/components/_about-global.scss */

.about-global .wrap-about-content .wrap-text-and-image .wrap-inner-image-and-text .wrap-text-and-link p {
  margin-top: 0;
  margin-bottom: 35px;
}

/* line 2, resources/assets/styles/components/_signup-band.scss */

.signup-band {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

@media only screen and (min-width: 769px) {
  /* line 2, resources/assets/styles/components/_signup-band.scss */

  .signup-band {
    height: 120px;
    cursor: pointer;
  }
}

/* line 16, resources/assets/styles/components/_signup-band.scss */

.signup-band .wrap-signup-band-content {
  padding: 17px 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 16, resources/assets/styles/components/_signup-band.scss */

  .signup-band .wrap-signup-band-content {
    padding: 45px 140px;
  }
}

/* line 28, resources/assets/styles/components/_signup-band.scss */

.signup-band .signup-band-text {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  text-align: center;
  margin: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.signup-band .signup-band-text {
  font-size: 18px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .signup-band .signup-band-text {
    font-size: calc( 18px + 6 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .signup-band .signup-band-text {
    font-size: 24px;
  }
}

/* line 36, resources/assets/styles/components/_signup-band.scss */

.signup-band .signup-band-text span {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}

@media only screen and (min-width: 550px) {
  /* line 36, resources/assets/styles/components/_signup-band.scss */

  .signup-band .signup-band-text span {
    display: inline;
    margin-top: 0;
  }
}

/* line 46, resources/assets/styles/components/_signup-band.scss */

.signup-band .signup-band-text span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #613842;
}

/* line 61, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
}

/* line 70, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 80, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 79px 30px 40px 30px;
  background-color: #fff;
  opacity: 0;
  overflow: scroll;
}

@media only screen and (min-width: 550px) {
  /* line 80, resources/assets/styles/components/_signup-band.scss */

  .newsletter-pop-up .wrap-pop-up {
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (min-width: 1034px) {
  /* line 80, resources/assets/styles/components/_signup-band.scss */

  .newsletter-pop-up .wrap-pop-up {
    max-width: 800px;
    padding: 79px 75px 40px 75px;
  }
}

/* line 105, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .close-sign-up {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  font-family: "Nocturne", serif;
  cursor: pointer;
}

/* line 116, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .close-sign-up .wrap-icon-close {
  position: relative;
  height: 30px;
  width: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  display: block;
  margin-left: 10px;
}

/* line 126, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .close-sign-up svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 11px;
  width: 11px;
}

/* line 133, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .close-sign-up svg line {
  stroke: #000;
}

/* line 139, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .intro-form {
  text-align: center;
}

/* line 141, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .intro-form h3 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.newsletter-pop-up .wrap-pop-up .intro-form h3 {
  font-size: 28px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .newsletter-pop-up .wrap-pop-up .intro-form h3 {
    font-size: calc( 28px + 4 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .newsletter-pop-up .wrap-pop-up .intro-form h3 {
    font-size: 32px;
  }
}

/* line 150, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .intro-form p {
  font-size: 16px;
  font-family: "Gt", sans-serif;
  font-weight: 300;
  line-height: 1.25;
  max-width: 100%;
  margin: 0 auto 20px auto;
}

@media only screen and (min-width: 769px) {
  /* line 150, resources/assets/styles/components/_signup-band.scss */

  .newsletter-pop-up .wrap-pop-up .intro-form p {
    max-width: 80%;
    margin: 0 auto 20px auto;
    line-height: 1.8;
  }
}

/* line 166, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form {
  font-family: "Gt", sans-serif;
  font-weight: 300 !important;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form {
  font-size: 14px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .newsletter-pop-up .wrap-pop-up .sign-up-form {
    font-size: calc( 14px + 2 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .newsletter-pop-up .wrap-pop-up .sign-up-form {
    font-size: 16px;
  }
}

/* line 171, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form li {
  margin-top: 13px !important;
  padding-right: 0 !important;
}

/* line 176, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form .gfield {
  width: 100%;
}

@media only screen and (min-width: 550px) {
  /* line 176, resources/assets/styles/components/_signup-band.scss */

  .newsletter-pop-up .wrap-pop-up .sign-up-form .gfield {
    display: inline-block;
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}

/* line 185, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form .gfield:nth-child(2n) {
  margin-right: 0;
}

/* line 189, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form .gfield.sign-up-consent {
  width: 100%;
  margin-top: 30px !important;
}

/* line 193, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form .gfield.sign-up-consent .ginput_container {
  margin-top: 0;
}

/* line 199, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form .gfield.sign-up-consent.gfield_error .ginput_container_consent label {
  display: block;
}

/* line 203, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form .gfield.sign-up-consent.gfield_error .ginput_container_consent input {
  width: auto !important;
}

/* line 210, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form .gfield.sign-up-consent-last {
  margin-top: 10px !important;
}

/* line 215, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form .gfield_label {
  display: none !important;
}

/* line 219, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form input,
.newsletter-pop-up .wrap-pop-up .sign-up-form textarea {
  padding: 10px 14px 8px 14px !important;
  background-color: #fff;
  border: 1px solid #646464;
  font-size: 14px;
  font-weight: 300;
}

@media only screen and (min-width: 769px) {
  /* line 219, resources/assets/styles/components/_signup-band.scss */

  .newsletter-pop-up .wrap-pop-up .sign-up-form input,
  .newsletter-pop-up .wrap-pop-up .sign-up-form textarea {
    padding: 14px 14px 11px 14px !important;
    font-size: 16px;
  }
}

/* line 233, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form input {
  width: 100%;
}

/* line 237, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form textarea {
  height: 95px !important;
}

@media only screen and (min-width: 769px) {
  /* line 237, resources/assets/styles/components/_signup-band.scss */

  .newsletter-pop-up .wrap-pop-up .sign-up-form textarea {
    height: 100px !important;
  }
}

/* line 245, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form select {
  padding: 10px 14px 8px 14px !important;
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSI+CiAgPHBhdGggaWQ9IlBvbHlnb25fMTQiIGRhdGEtbmFtZT0iUG9seWdvbiAxNCIgZD0iTTYsMGw2LDlIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyIDkpIHJvdGF0ZSgxODApIiBmaWxsPSIjMjAyMDIwIi8+Cjwvc3ZnPgo=);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.8rem) center;
  background-size: 1rem 1rem;
  border: 1px solid #646464;
  font-size: 14px;
  color: #646464 !important;
  font-weight: 300;
  height: 45px !important;
  line-height: 1.15rem;
}

@media only screen and (min-width: 769px) {
  /* line 245, resources/assets/styles/components/_signup-band.scss */

  .newsletter-pop-up .wrap-pop-up .sign-up-form select {
    padding: 14px 14px 11px 14px !important;
    font-size: 16px;
  }
}

/* line 266, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form .ginput_container_consent {
  display: flex;
}

/* line 269, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form .ginput_container_consent input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 0;
  border-radius: 0;
}

/* line 277, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form .ginput_container_consent label {
  line-height: 1.5;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form .ginput_container_consent label {
  font-size: 12px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .newsletter-pop-up .wrap-pop-up .sign-up-form .ginput_container_consent label {
    font-size: calc( 12px + 2 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .newsletter-pop-up .wrap-pop-up .sign-up-form .ginput_container_consent label {
    font-size: 14px;
  }
}

/* line 283, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form .gform_wrapper {
  margin-bottom: 0;
}

/* line 287, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form .gform_footer {
  padding-bottom: 0;
}

/* line 291, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form input[type="submit"] {
  font-size: 12px !important;
  background-color: #613842;
  padding: 17px 69px !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  /* line 291, resources/assets/styles/components/_signup-band.scss */

  .newsletter-pop-up .wrap-pop-up .sign-up-form input[type="submit"] {
    font-size: 13px !important;
  }
}

/* line 306, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form .gform_validation_error ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

/* line 312, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form .gform_validation_error ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

@media only screen and (min-width: 769px) {
  /* line 312, resources/assets/styles/components/_signup-band.scss */

  .newsletter-pop-up .wrap-pop-up .sign-up-form .gform_validation_error ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(50% - 16px) !important;
  }
}

/* line 320, resources/assets/styles/components/_signup-band.scss */

.newsletter-pop-up .wrap-pop-up .sign-up-form .gform_validation_error ul li.gfield.sign-up-consent.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

@media only screen and (min-width: 769px) {
  /* line 320, resources/assets/styles/components/_signup-band.scss */

  .newsletter-pop-up .wrap-pop-up .sign-up-form .gform_validation_error ul li.gfield.sign-up-consent.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 16px) !important;
  }
}

/* line 1, resources/assets/styles/components/_popup.scss */

.boxzilla-center-container .boxzilla {
  padding: 0;
}

@media screen and (max-width: 600px) {
  /* line 1, resources/assets/styles/components/_popup.scss */

  .boxzilla-center-container .boxzilla {
    max-width: 90% !important;
  }
}

/* line 8, resources/assets/styles/components/_popup.scss */

.boxzilla-center-container .boxzilla .boxzilla-close-icon {
  display: none !important;
}

/* line 13, resources/assets/styles/components/_popup.scss */

.boxzilla-center-container .boxzilla .popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

/* line 20, resources/assets/styles/components/_popup.scss */

.boxzilla-center-container .boxzilla .popup__image {
  padding-top: 50%;
  background-size: cover;
  background-position: center;
}

/* line 26, resources/assets/styles/components/_popup.scss */

.boxzilla-center-container .boxzilla .popup__content-wrapper {
  padding: 30px;
  text-align: center;
}

/* line 35, resources/assets/styles/components/_popup.scss */

.boxzilla-center-container .boxzilla .popup__link {
  display: inline-block;
  margin: 16px 0;
}

/* line 2, resources/assets/styles/components/_custom-popup.scss */

.custom-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
  display: none;
}

/* line 12, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

/* line 23, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 90%;
  height: auto;
  max-height: 80vh;
  padding: 79px 30px 40px 30px;
  background-color: #fff;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 550px) {
  /* line 23, resources/assets/styles/components/_custom-popup.scss */

  .custom-popup__content {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 23, resources/assets/styles/components/_custom-popup.scss */

  .custom-popup__content {
    max-width: 800px;
    padding: 79px 75px 40px 75px;
  }
}

/* line 54, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  font-family: "Nocturne", serif;
  cursor: pointer;
  z-index: 10;
}

/* line 67, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__close .wrap-icon-close {
  position: relative;
  height: 30px;
  width: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  display: block;
}

/* line 76, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 11px;
  width: 11px;
}

/* line 83, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__close svg line {
  stroke: #000;
}

/* line 89, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__header {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 769px) {
  /* line 89, resources/assets/styles/components/_custom-popup.scss */

  .custom-popup__header {
    margin-bottom: 40px;
  }
}

/* line 98, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__title {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.custom-popup__title {
  font-size: 28px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .custom-popup__title {
    font-size: calc( 28px + 4 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .custom-popup__title {
    font-size: 32px;
  }
}

/* line 107, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__description {
  font-size: 16px;
  font-family: "Gt", sans-serif;
  font-weight: 300;
  line-height: 1.25;
  max-width: 100%;
  margin: 0 auto 0 auto;
}

@media only screen and (min-width: 769px) {
  /* line 107, resources/assets/styles/components/_custom-popup.scss */

  .custom-popup__description {
    max-width: 80%;
    line-height: 1.8;
  }
}

/* line 122, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .gfield_label {
  display: none !important;
}

@media only screen and (min-width: 550px) {
  /* line 122, resources/assets/styles/components/_custom-popup.scss */

  .custom-popup__form .gfield_label {
    display: inline-block !important;
  }
}

/* line 130, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form input,
.custom-popup__form textarea {
  border-radius: 0;
  border: 1px solid #646464;
  color: #202020;
  font-weight: 300;
  padding-left: 14px !important;
}

@media only screen and (min-width: 769px) {
  /* line 130, resources/assets/styles/components/_custom-popup.scss */

  .custom-popup__form input,
  .custom-popup__form textarea {
    border: 1px solid #d3d3d3;
    color: #202020;
  }
}

/* line 143, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form input {
  height: 40px;
}

@media only screen and (min-width: 769px) {
  /* line 143, resources/assets/styles/components/_custom-popup.scss */

  .custom-popup__form input {
    height: 50px;
  }
}

/* line 151, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form textarea {
  height: 100px !important;
}

@media only screen and (min-width: 769px) {
  /* line 151, resources/assets/styles/components/_custom-popup.scss */

  .custom-popup__form textarea {
    height: 120px !important;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 151, resources/assets/styles/components/_custom-popup.scss */

  .custom-popup__form textarea {
    height: 150px !important;
  }
}

/* line 163, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form input::placeholder,
.custom-popup__form textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 769px) {
  /* line 163, resources/assets/styles/components/_custom-popup.scss */

  .custom-popup__form input::placeholder,
  .custom-popup__form textarea::placeholder {
    color: #d3d3d3;
  }
}

/* line 172, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form li.gfield {
  padding-right: 0 !important;
}

/* line 176, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .gform_fields {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 180, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .gform_fields li {
  width: 100%;
  margin-top: 0;
}

/* line 183, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .gform_fields li:nth-child(1) {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 183, resources/assets/styles/components/_custom-popup.scss */

  .custom-popup__form .gform_fields li:nth-child(1) {
    width: calc(50% - 17px);
  }
}

/* line 191, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .gform_fields li:nth-child(2) {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 191, resources/assets/styles/components/_custom-popup.scss */

  .custom-popup__form .gform_fields li:nth-child(2) {
    width: calc(50% - 17px);
  }
}

/* line 201, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .ginput_container_checkbox {
  width: 100%;
  margin-top: 0 !important;
}

/* line 205, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .ginput_container_checkbox li {
  font-weight: 300;
  display: flex;
  align-items: flex-start !important;
}

/* line 210, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .ginput_container_checkbox li:nth-child(1) {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 210, resources/assets/styles/components/_custom-popup.scss */

  .custom-popup__form .ginput_container_checkbox li:nth-child(1) {
    width: 80%;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 210, resources/assets/styles/components/_custom-popup.scss */

  .custom-popup__form .ginput_container_checkbox li:nth-child(1) {
    width: 100%;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 210, resources/assets/styles/components/_custom-popup.scss */

  .custom-popup__form .ginput_container_checkbox li:nth-child(1) {
    width: 80%;
  }
}

/* line 226, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .ginput_container_checkbox li label {
  line-height: 1.33;
  font-weight: 300 !important;
}

/* line 231, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .ginput_container_checkbox li input {
  height: auto;
  margin-right: 10px;
  margin-top: 0 !important;
}

/* line 239, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .gfield_required {
  display: none;
}

/* line 245, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .gfield_error label {
  display: none !important;
}

/* line 249, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .gfield_error li {
  border: 0;
  background-color: transparent;
}

/* line 254, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .gfield_error input,
.custom-popup__form .gfield_error textarea {
  border: 1px solid red !important;
}

/* line 259, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .gfield_error input::placeholder,
.custom-popup__form .gfield_error textarea::placeholder {
  color: red;
}

/* line 265, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .validation_message {
  color: red !important;
  font-family: "Gt", sans-serif;
  font-weight: 300;
}

/* line 271, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .validation_error {
  border-top: 0;
  border-bottom: 0;
  color: red;
  max-width: 80%;
  margin: 0 auto;
  font-family: "Gt", sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

/* line 282, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form input[type=submit] {
  padding: 14px 48px !important;
  background-color: #613842;
  font-size: 12px !important;
  text-align: center !important;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #fff;
  border: 0;
  width: auto !important;
  height: 40px;
  line-height: 0 !important;
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  /* line 282, resources/assets/styles/components/_custom-popup.scss */

  .custom-popup__form input[type=submit] {
    height: 50px;
  }
}

/* line 301, resources/assets/styles/components/_custom-popup.scss */

.custom-popup__form .gform_confirmation_message {
  text-align: center;
}

/* line 306, resources/assets/styles/components/_custom-popup.scss */

.custom-popup.can-click {
  pointer-events: auto;
}

/* line 309, resources/assets/styles/components/_custom-popup.scss */

.custom-popup.can-click .custom-popup__backdrop.can-click {
  pointer-events: auto;
}

/** Page builder styles */

/** Template specific styles */

/* line 1, resources/assets/styles/templates/_home.scss */

.wrapper-home-page {
  position: relative;
}

/* line 6, resources/assets/styles/templates/_home.scss */

.hero-home {
  position: relative;
  width: 100vw;
  height: 100%;
  margin-bottom: 55px;
}

@media only screen and (min-width: 769px) {
  /* line 6, resources/assets/styles/templates/_home.scss */

  .hero-home {
    height: 100vh;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 6, resources/assets/styles/templates/_home.scss */

  .hero-home {
    margin-bottom: 130px;
  }
}

/* line 21, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-fullscreen-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  opacity: 0;
}

/* line 28, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-fullscreen-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 37, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-fullscreen-video.desktop-only {
  display: none;
}

@media only screen and (min-width: 769px) {
  /* line 37, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-fullscreen-video.desktop-only {
    display: block;
  }
}

/* line 46, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-fullscreen-image {
  position: relative;
  width: 100%;
  height: 100vh;
}

@media only screen and (min-width: 769px) {
  /* line 46, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-fullscreen-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

/* line 60, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-fullscreen-image.mobile-only {
  display: block;
}

@media only screen and (min-width: 769px) {
  /* line 60, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-fullscreen-image.mobile-only {
    display: none;
  }
}

/* line 67, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-fullscreen-image.mobile-only .image {
  height: 100%;
}

/* line 70, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-fullscreen-image.mobile-only .image img {
  object-fit: cover;
}

/* line 76, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-fullscreen-image .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.hero-home .wrap-fullscreen-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.hero-home .wrap-fullscreen-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 80, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-fullscreen-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 87, resources/assets/styles/templates/_home.scss */

.hero-home .dark-overlay-hero {
  opacity: 0;
}

/* line 91, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-hero-header {
  position: absolute;
  top: 45%;
  left: 30px;
  transform: translateY(-50%);
  color: #fff;
}

@media only screen and (min-width: 550px) {
  /* line 91, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-hero-header {
    left: 50px;
    top: 50%;
  }
}

@media only screen and (min-width: 769px) {
  /* line 91, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-hero-header {
    left: 16.52%;
  }
}

/* line 107, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-hero-header .big-title-home {
  font-family: "Nocturne", serif;
  font-weight: 300;
  margin: 0 0 15px 0;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-home .wrap-hero-header .big-title-home {
  font-size: 30px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-home .wrap-hero-header .big-title-home {
    font-size: calc( 30px + 50 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-home .wrap-hero-header .big-title-home {
    font-size: 80px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 107, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-hero-header .big-title-home {
    margin: 0;
  }
}

/* line 119, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-hero-header h1 {
  font-family: "Nocturne", serif;
  color: #fff;
  font-weight: 300;
  max-width: 300px;
  margin-top: 0;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-home .wrap-hero-header h1 {
  font-size: 40px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-home .wrap-hero-header h1 {
    font-size: calc( 40px + 12 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-home .wrap-hero-header h1 {
    font-size: 52px;
  }
}

@media only screen and (min-width: 550px) {
  /* line 119, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-hero-header h1 {
    max-width: 600px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 119, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-hero-header h1 {
    max-width: 670px;
  }
}

/* line 137, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-hero-header .wrap-hero-links {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 550px) {
  /* line 137, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-hero-header .wrap-hero-links {
    flex-direction: row;
  }
}

/* line 145, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-hero-header .wrap-hero-links a {
  color: #fff;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.25rem;
  font-size: 13px;
  margin-bottom: 5px;
  opacity: 0;
}

@media only screen and (min-width: 550px) {
  /* line 145, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-hero-header .wrap-hero-links a {
    margin-left: 25px;
  }

  /* line 160, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-hero-header .wrap-hero-links a:first-child {
    margin-left: 0;
  }
}

@media only screen and (min-width: md) {
  /* line 145, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-hero-header .wrap-hero-links a {
    margin-left: 45px;
  }

  /* line 168, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-hero-header .wrap-hero-links a:first-child {
    margin-left: 0;
  }
}

/* line 173, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-hero-header .wrap-hero-links a .arrow {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  margin-left: 15px;
}

/* line 182, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-hero-header .wrap-hero-links a .arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 193, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-logo-hero {
  display: none;
}

@media only screen and (min-width: 769px) {
  /* line 193, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-logo-hero {
    display: block;
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 500px;
    background-color: transparent;
  }
}

@media only screen and (min-width: 769px) and (min-width: 1034px) {
  /* line 193, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-logo-hero {
    max-width: 700px;
  }
}

@media only screen and (min-width: 769px) and (min-width: 1401px) {
  /* line 193, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-logo-hero {
    max-width: 750px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 217, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-logo-hero .image {
    margin-left: 25px;
    display: flex;
    align-items: center;
    opacity: 0;
  }

  /* line 224, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-logo-hero .image:first-child {
    margin-left: 0;
  }
}

/* line 229, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-logo-hero .image:before {
  display: none;
}

/* line 233, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-logo-hero .image:first-child {
  margin-left: 0;
}

/* line 238, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-logo-hero .image img {
  width: 100%;
  height: auto;
  position: relative;
  max-height: 50px;
}

@media only screen and (min-width: 769px) {
  /* line 238, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-logo-hero .image img {
    width: 100%;
    height: 100%;
  }
}

/* line 251, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-logo-hero-mobile {
  display: block;
  position: relative;
  background-color: #202020;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 15px 30px;
}

@media only screen and (min-width: 769px) {
  /* line 251, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-logo-hero-mobile {
    display: none;
  }
}

/* line 266, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-logo-hero-mobile .image {
  width: calc(20% - 10px) !important;
  margin-left: 25px;
  margin-bottom: 20px;
}

/* line 271, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-logo-hero-mobile .image:nth-child(5) {
  margin-left: 0;
}

/* line 275, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-logo-hero-mobile .image:before {
  display: none;
}

/* line 279, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-logo-hero-mobile .image:first-child {
  margin-left: 0;
}

/* line 284, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-logo-hero-mobile .image img {
  width: 100%;
  height: auto;
  position: relative;
  max-height: 50px;
  max-width: 80px;
}

@media only screen and (min-width: 769px) {
  /* line 284, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-logo-hero-mobile .image img {
    width: 100%;
    height: 100%;
  }
}

/* line 298, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-logo-left {
  position: absolute;
  top: 90vh;
  left: 30px;
  opacity: 0;
}

@media only screen and (min-width: 550px) {
  /* line 298, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-logo-left {
    left: 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 298, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-logo-left {
    top: unset;
    bottom: 40px;
    left: 30px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 298, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-logo-left {
    position: absolute;
    bottom: 50px;
    left: 45px;
    z-index: 2;
    display: flex;
    align-items: center;
  }
}

/* line 324, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-logo-left .image {
  position: relative;
  width: 160px;
  margin-left: 25px;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.hero-home .wrap-logo-left .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 18.18182%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.hero-home .wrap-logo-left .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 324, resources/assets/styles/templates/_home.scss */

  .hero-home .wrap-logo-left .image {
    width: 220px;
  }
}

/* line 333, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-logo-left .image:first-child {
  margin-left: 0;
}

/* line 338, resources/assets/styles/templates/_home.scss */

.hero-home .wrap-logo-left .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 346, resources/assets/styles/templates/_home.scss */

.intro-home {
  margin-bottom: 55px;
  padding: 0;
}

@media only screen and (min-width: 769px) {
  /* line 346, resources/assets/styles/templates/_home.scss */

  .intro-home {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 346, resources/assets/styles/templates/_home.scss */

  .intro-home {
    margin-bottom: 120px;
    padding: 0 70px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 346, resources/assets/styles/templates/_home.scss */

  .intro-home {
    padding: 0 140px;
  }
}

/* line 363, resources/assets/styles/templates/_home.scss */

.intro-home .intro-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 769px) {
  /* line 363, resources/assets/styles/templates/_home.scss */

  .intro-home .intro-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

/* line 375, resources/assets/styles/templates/_home.scss */

.intro-home .wrap-image-portrait {
  position: relative;
  width: 100%;
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  /* line 375, resources/assets/styles/templates/_home.scss */

  .intro-home .wrap-image-portrait {
    width: 45%;
  }
}

/* line 384, resources/assets/styles/templates/_home.scss */

.intro-home .wrap-image-portrait .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.intro-home .wrap-image-portrait .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 142.19409%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.intro-home .wrap-image-portrait .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 388, resources/assets/styles/templates/_home.scss */

.intro-home .wrap-image-portrait .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 394, resources/assets/styles/templates/_home.scss */

.intro-home .wrap-text-and-landscape {
  width: 100%;
  margin-bottom: 55px;
  padding: 0 30px;
}

@media only screen and (min-width: 550px) {
  /* line 394, resources/assets/styles/templates/_home.scss */

  .intro-home .wrap-text-and-landscape {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 394, resources/assets/styles/templates/_home.scss */

  .intro-home .wrap-text-and-landscape {
    width: 45%;
    margin-bottom: 0;
    padding: 0;
  }
}

/* line 409, resources/assets/styles/templates/_home.scss */

.intro-home .wrap-text-and-landscape h2 {
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  /* line 409, resources/assets/styles/templates/_home.scss */

  .intro-home .wrap-text-and-landscape h2 {
    margin-top: 0.83em;
  }
}

/* line 417, resources/assets/styles/templates/_home.scss */

.intro-home .wrap-text-and-landscape p {
  margin-bottom: 35px;
  max-width: 640px;
}

/* line 422, resources/assets/styles/templates/_home.scss */

.intro-home .wrap-text-and-landscape .image {
  display: none;
}

@media only screen and (min-width: 1034px) {
  /* line 422, resources/assets/styles/templates/_home.scss */

  .intro-home .wrap-text-and-landscape .image {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 90px;
    transform: translateX(-13vw);
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .intro-home .wrap-text-and-landscape .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 68.53147%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .intro-home .wrap-text-and-landscape .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 2199px) {
  /* line 422, resources/assets/styles/templates/_home.scss */

  .intro-home .wrap-text-and-landscape .image {
    margin-top: 150px;
  }
}

/* line 437, resources/assets/styles/templates/_home.scss */

.intro-home .wrap-text-and-landscape .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 446, resources/assets/styles/templates/_home.scss */

.experiences-home {
  position: relative;
  padding: 0;
}

@media only screen and (min-width: 769px) {
  /* line 446, resources/assets/styles/templates/_home.scss */

  .experiences-home {
    padding: 0 0 0 30px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 446, resources/assets/styles/templates/_home.scss */

  .experiences-home {
    padding: 0 0 0 70px;
    margin-bottom: 145px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 446, resources/assets/styles/templates/_home.scss */

  .experiences-home {
    padding: 0 0 0 140px;
  }
}

/* line 463, resources/assets/styles/templates/_home.scss */

.experiences-home .background-color-overlay {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 175px);
  background-color: #f3f2ee;
  z-index: -1;
}

@media only screen and (min-width: 550px) {
  /* line 463, resources/assets/styles/templates/_home.scss */

  .experiences-home .background-color-overlay {
    height: calc(100% + 200px);
  }
}

@media only screen and (min-width: 769px) {
  /* line 463, resources/assets/styles/templates/_home.scss */

  .experiences-home .background-color-overlay {
    height: 80%;
    top: -10px;
  }
}

@media only screen and (min-width: 900px) {
  /* line 463, resources/assets/styles/templates/_home.scss */

  .experiences-home .background-color-overlay {
    height: 80%;
    top: -12.5%;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 463, resources/assets/styles/templates/_home.scss */

  .experiences-home .background-color-overlay {
    height: 100%;
    top: -25%;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 463, resources/assets/styles/templates/_home.scss */

  .experiences-home .background-color-overlay {
    height: 90%;
  }
}

@media only screen and (min-width: 1600px) {
  /* line 463, resources/assets/styles/templates/_home.scss */

  .experiences-home .background-color-overlay {
    height: 80%;
  }
}

/* line 501, resources/assets/styles/templates/_home.scss */

.experiences-home .wrap-text {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  margin-bottom: 75px;
}

@media only screen and (min-width: 550px) {
  /* line 501, resources/assets/styles/templates/_home.scss */

  .experiences-home .wrap-text {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 501, resources/assets/styles/templates/_home.scss */

  .experiences-home .wrap-text {
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    padding: 0 100px 0 0;
    margin-left: 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 501, resources/assets/styles/templates/_home.scss */

  .experiences-home .wrap-text {
    padding: 0 140px 0 0;
  }
}

/* line 524, resources/assets/styles/templates/_home.scss */

.experiences-home .title-wrap {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 524, resources/assets/styles/templates/_home.scss */

  .experiences-home .title-wrap {
    width: 35%;
  }
}

/* line 531, resources/assets/styles/templates/_home.scss */

.experiences-home .title-wrap h2 {
  margin-top: 0.2em;
  margin-bottom: 0;
}

/* line 537, resources/assets/styles/templates/_home.scss */

.experiences-home .text-wrap {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 537, resources/assets/styles/templates/_home.scss */

  .experiences-home .text-wrap {
    width: 60%;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 537, resources/assets/styles/templates/_home.scss */

  .experiences-home .text-wrap {
    width: 55%;
  }
}

/* line 548, resources/assets/styles/templates/_home.scss */

.experiences-home .text-wrap p {
  margin-bottom: 30px;
}

@media only screen and (min-width: 769px) {
  /* line 548, resources/assets/styles/templates/_home.scss */

  .experiences-home .text-wrap p {
    max-width: 50ch;
  }
}

/* line 557, resources/assets/styles/templates/_home.scss */

.experiences-home .wrap-carousel {
  position: relative;
  width: calc(100% - 30px);
  margin-left: 30px;
  margin-bottom: 175px;
}

@media only screen and (min-width: 550px) {
  /* line 557, resources/assets/styles/templates/_home.scss */

  .experiences-home .wrap-carousel {
    margin-bottom: 205px;
    margin-left: 50px;
    width: calc(100% - 50px);
  }
}

@media only screen and (min-width: 769px) {
  /* line 557, resources/assets/styles/templates/_home.scss */

  .experiences-home .wrap-carousel {
    width: calc(100% - 100px);
    margin-left: 100px;
    margin-bottom: 0;
  }
}

/* line 575, resources/assets/styles/templates/_home.scss */

.experiences-home .wrap-carousel .wrap-inner-carousel {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

/* line 581, resources/assets/styles/templates/_home.scss */

.experiences-home .wrap-carousel .wrap-nav {
  position: absolute;
  left: 0;
  bottom: -60px;
  display: flex;
  flex-direction: row-reverse;
  z-index: 10;
}

@media only screen and (min-width: 769px) {
  /* line 581, resources/assets/styles/templates/_home.scss */

  .experiences-home .wrap-carousel .wrap-nav {
    top: 0;
    left: -100px;
    display: block;
    flex-direction: row;
  }
}

/* line 596, resources/assets/styles/templates/_home.scss */

.experiences-home .wrap-carousel .wrap-nav .swiper-experiences-button-prev,
.experiences-home .wrap-carousel .wrap-nav .swiper-experiences-button-next {
  position: relative;
  height: 35px;
  width: 35px;
  border: 1px solid #613842;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

@media only screen and (min-width: 769px) {
  /* line 596, resources/assets/styles/templates/_home.scss */

  .experiences-home .wrap-carousel .wrap-nav .swiper-experiences-button-prev,
  .experiences-home .wrap-carousel .wrap-nav .swiper-experiences-button-next {
    height: 55px;
    width: 55px;
  }
}

/* line 611, resources/assets/styles/templates/_home.scss */

.experiences-home .wrap-carousel .wrap-nav .swiper-experiences-button-prev:hover,
.experiences-home .wrap-carousel .wrap-nav .swiper-experiences-button-next:hover {
  transform: scale(0.85);
}

/* line 615, resources/assets/styles/templates/_home.scss */

.experiences-home .wrap-carousel .wrap-nav .swiper-experiences-button-prev svg,
.experiences-home .wrap-carousel .wrap-nav .swiper-experiences-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.5px;
}

/* line 624, resources/assets/styles/templates/_home.scss */

.experiences-home .wrap-carousel .wrap-nav .swiper-experiences-button-next {
  margin-bottom: 0;
  margin-right: 0;
}

@media only screen and (min-width: 769px) {
  /* line 624, resources/assets/styles/templates/_home.scss */

  .experiences-home .wrap-carousel .wrap-nav .swiper-experiences-button-next {
    margin-bottom: 25px;
    margin-right: 0;
  }
}

/* line 633, resources/assets/styles/templates/_home.scss */

.experiences-home .wrap-carousel .wrap-nav .swiper-experiences-button-next svg {
  transform: translate(-50%, -50%);
}

/* line 638, resources/assets/styles/templates/_home.scss */

.experiences-home .wrap-carousel .wrap-nav .swiper-experiences-button-prev {
  margin-right: 15px;
}

@media only screen and (min-width: 769px) {
  /* line 638, resources/assets/styles/templates/_home.scss */

  .experiences-home .wrap-carousel .wrap-nav .swiper-experiences-button-prev {
    margin-right: 0;
  }
}

/* line 648, resources/assets/styles/templates/_home.scss */

.experiences-home .swiper-container-home-experiences {
  position: relative;
  width: 100%;
}

/* line 652, resources/assets/styles/templates/_home.scss */

.experiences-home .swiper-container-home-experiences .swiper-wrapper {
  height: auto;
}

/* line 656, resources/assets/styles/templates/_home.scss */

.experiences-home .swiper-container-home-experiences .swiper-slide {
  position: relative;
}

/* line 658, resources/assets/styles/templates/_home.scss */

.experiences-home .swiper-container-home-experiences .swiper-slide .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.experiences-home .swiper-container-home-experiences .swiper-slide .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150.26596%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.experiences-home .swiper-container-home-experiences .swiper-slide .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 662, resources/assets/styles/templates/_home.scss */

.experiences-home .swiper-container-home-experiences .swiper-slide .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 667, resources/assets/styles/templates/_home.scss */

.experiences-home .swiper-container-home-experiences .swiper-slide .wrap-experience-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 58px);
  padding: 19px 29px;
  color: #fff;
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  /* line 667, resources/assets/styles/templates/_home.scss */

  .experiences-home .swiper-container-home-experiences .swiper-slide .wrap-experience-info {
    padding: 29px;
  }
}

/* line 680, resources/assets/styles/templates/_home.scss */

.experiences-home .swiper-container-home-experiences .swiper-slide .wrap-experience-info h5 {
  font-size: 25px;
  font-family: "Nocturne", serif;
  font-weight: 300;
  margin: 0;
}

/* line 687, resources/assets/styles/templates/_home.scss */

.experiences-home .swiper-container-home-experiences .swiper-slide .wrap-experience-info p {
  font-size: 17px;
  font-family: "Gt", sans-serif;
  font-weight: 300;
  margin: 0;
}

/* line 695, resources/assets/styles/templates/_home.scss */

.experiences-home .swiper-container-home-experiences .swiper-slide .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

/* line 704, resources/assets/styles/templates/_home.scss */

.experiences-home .swiper-container-home-experiences .swiper-slide .bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

/* line 718, resources/assets/styles/templates/_home.scss */

.destinations-home {
  margin-bottom: 90px;
}

@media only screen and (min-width: 550px) {
  /* line 718, resources/assets/styles/templates/_home.scss */

  .destinations-home {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 718, resources/assets/styles/templates/_home.scss */

  .destinations-home {
    margin-bottom: 165px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 718, resources/assets/styles/templates/_home.scss */

  .destinations-home {
    margin-bottom: 205px;
  }
}

/* line 733, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-text {
  padding: 0 30px;
  text-align: left;
  margin: 0 auto 70px auto;
}

@media only screen and (min-width: 550px) {
  /* line 733, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-text {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 733, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-text {
    max-width: 770px;
    text-align: center;
  }
}

/* line 748, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

@media only screen and (min-width: 550px) {
  /* line 748, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list {
    padding: 0 50px 120px 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 748, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list {
    padding: 0 140px;
  }
}

/* line 761, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .image {
  width: 100%;
}

/* line 764, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 770, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item {
  position: relative;
  margin-bottom: 2px;
  margin-right: 2px;
}

/* line 774, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(1) {
  width: calc(50% - 1px);
}

/* line 776, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(1) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(1) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(1) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 776, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(1) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(1) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.95494%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(1) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 785, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(2) {
  width: calc(50% - 1px);
  margin-right: 0;
}

/* line 788, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(2) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(2) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(2) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 788, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(2) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(2) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.95494%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(2) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 797, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(3) {
  width: calc(50% - 1px);
}

@media only screen and (min-width: 769px) {
  /* line 797, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(3) {
    width: calc(33.33% - 2px);
  }
}

/* line 803, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(3) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(3) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(3) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 803, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(3) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(3) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.73575%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(3) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 812, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(4) {
  width: calc(50% - 1px);
  margin-right: 0;
}

@media only screen and (min-width: 769px) {
  /* line 812, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(4) {
    width: calc(33.33% - 2px);
    margin-right: 2px;
  }
}

/* line 821, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(4) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(4) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(4) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 821, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(4) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(4) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.73575%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(4) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 830, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(5) {
  width: calc(50% - 1px);
}

@media only screen and (min-width: 769px) {
  /* line 830, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(5) {
    width: 33.33%;
    margin-right: 0;
  }
}

/* line 837, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(5) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(5) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(5) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 837, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(5) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(5) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.73575%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(5) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 846, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(6) {
  width: calc(50% - 1px);
  margin-right: 0;
}

@media only screen and (min-width: 769px) {
  /* line 846, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(6) {
    width: calc(25% - 2px);
    margin-right: 2px;
  }
}

/* line 854, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(6) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(6) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(6) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 854, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(6) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(6) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75.77855%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(6) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 863, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(7) {
  width: calc(50% - 1px);
}

@media only screen and (min-width: 769px) {
  /* line 863, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(7) {
    width: calc(25% - 2px);
  }
}

/* line 869, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(7) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(7) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(7) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 869, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(7) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(7) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75.77855%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(7) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 878, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(8) {
  width: calc(50% - 1px);
  margin-right: 0;
}

@media only screen and (min-width: 769px) {
  /* line 878, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(8) {
    width: calc(25% - 2px);
    margin-right: 2px;
  }
}

/* line 886, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(8) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(8) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(8) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 886, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(8) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(8) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75.77855%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(8) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 895, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(9) {
  width: calc(50% - 1px);
}

@media only screen and (min-width: 769px) {
  /* line 895, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(9) {
    width: 25%;
    margin-right: 0;
  }
}

/* line 902, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(9) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(9) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .destination-item:nth-child(9) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 902, resources/assets/styles/templates/_home.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(9) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(9) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75.77855%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .destination-item:nth-child(9) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 912, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .wrap-title {
  color: #fff;
  font-family: "Nocturne", serif;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  padding: 20px;
  z-index: 1;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.destinations-home .wrap-destinations-list .wrap-title {
  font-size: 20px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .wrap-title {
    font-size: calc( 20px + 5 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .destinations-home .wrap-destinations-list .wrap-title {
    font-size: 25px;
  }
}

/* line 923, resources/assets/styles/templates/_home.scss */

.destinations-home .wrap-destinations-list .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%);
  opacity: 0.65;
  z-index: 0;
}

/* line 938, resources/assets/styles/templates/_home.scss */

.news-and-press-home {
  padding: 0 30px;
  margin-top: 40px;
  margin-bottom: 65px;
}

@media only screen and (min-width: 550px) {
  /* line 938, resources/assets/styles/templates/_home.scss */

  .news-and-press-home {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 938, resources/assets/styles/templates/_home.scss */

  .news-and-press-home {
    padding: 0 100px;
    margin-top: 0;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 938, resources/assets/styles/templates/_home.scss */

  .news-and-press-home {
    padding: 0 140px;
    margin-bottom: 130px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 938, resources/assets/styles/templates/_home.scss */

  .news-and-press-home {
    padding: 0 240px;
  }
}

@media only screen and (min-width: 1640px) {
  /* line 938, resources/assets/styles/templates/_home.scss */

  .news-and-press-home {
    max-width: calc(1640px + 480px);
    margin: 0 auto;
  }
}

/* line 967, resources/assets/styles/templates/_home.scss */

.news-and-press-home .mobile-link-to {
  display: inline-block;
  margin-top: 35px;
}

@media only screen and (min-width: 769px) {
  /* line 967, resources/assets/styles/templates/_home.scss */

  .news-and-press-home .mobile-link-to {
    display: none;
  }
}

/* line 976, resources/assets/styles/templates/_home.scss */

.news-and-press-home .wrap-text {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  /* line 976, resources/assets/styles/templates/_home.scss */

  .news-and-press-home .wrap-text {
    align-items: center;
    justify-content: space-between;
  }
}

/* line 985, resources/assets/styles/templates/_home.scss */

.news-and-press-home .wrap-text h2 {
  margin: 0 0 30px 0;
}

@media only screen and (min-width: 769px) {
  /* line 985, resources/assets/styles/templates/_home.scss */

  .news-and-press-home .wrap-text h2 {
    margin: 0 0 25px 0;
  }
}

/* line 993, resources/assets/styles/templates/_home.scss */

.news-and-press-home .wrap-text .desktop-link-to {
  display: none;
}

@media only screen and (min-width: 769px) {
  /* line 993, resources/assets/styles/templates/_home.scss */

  .news-and-press-home .wrap-text .desktop-link-to {
    display: block;
  }
}

/* line 1002, resources/assets/styles/templates/_home.scss */

.news-and-press-home .wrap-news-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
}

@media only screen and (min-width: 1034px) {
  /* line 1002, resources/assets/styles/templates/_home.scss */

  .news-and-press-home .wrap-news-row {
    align-items: flex-start;
    justify-content: space-between;
    height: 370px;
  }
}

@media only screen and (min-width: 1660px) {
  /* line 1002, resources/assets/styles/templates/_home.scss */

  .news-and-press-home .wrap-news-row {
    height: 470px;
  }
}

@media only screen and (min-width: 2200px) {
  /* line 1002, resources/assets/styles/templates/_home.scss */

  .news-and-press-home .wrap-news-row {
    height: 550px;
  }
}

/* line 1022, resources/assets/styles/templates/_home.scss */

.news-and-press-home .wrap-news-row .news-item {
  width: 100%;
  background-color: #fff;
  margin-bottom: 25px;
  box-shadow: 0px 0px 58px 0px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media only screen and (min-width: 550px) {
  /* line 1022, resources/assets/styles/templates/_home.scss */

  .news-and-press-home .wrap-news-row .news-item {
    width: calc(50% - 10px);
  }
}

@media only screen and (min-width: 1034px) {
  /* line 1022, resources/assets/styles/templates/_home.scss */

  .news-and-press-home .wrap-news-row .news-item {
    width: calc(33.33% - 10px);
    height: 100%;
    margin-bottom: 0;
  }
}

/* line 1039, resources/assets/styles/templates/_home.scss */

.news-and-press-home .wrap-news-row .news-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}

/* line 1042, resources/assets/styles/templates/_home.scss */

.news-and-press-home .wrap-news-row .news-item:hover img {
  transform: scale(1.05);
}

/* line 1047, resources/assets/styles/templates/_home.scss */

.news-and-press-home .wrap-news-row .news-item .image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.news-and-press-home .wrap-news-row .news-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.43617%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.news-and-press-home .wrap-news-row .news-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1052, resources/assets/styles/templates/_home.scss */

.news-and-press-home .wrap-news-row .news-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.45, 0, 0.55, 1);
}

/* line 1059, resources/assets/styles/templates/_home.scss */

.news-and-press-home .wrap-news-row .news-item .info {
  position: relative;
  padding: 25px 20px;
}

/* line 1063, resources/assets/styles/templates/_home.scss */

.news-and-press-home .wrap-news-row .news-item .info button {
  position: absolute;
  top: 15px;
  right: 20px;
  background: transparent;
  border: 0;
  padding: 0;
}

/* line 1071, resources/assets/styles/templates/_home.scss */

.news-and-press-home .wrap-news-row .news-item .info button svg {
  width: 18px;
  height: 18px;
}

/* line 1077, resources/assets/styles/templates/_home.scss */

.news-and-press-home .wrap-news-row .news-item .info .cat {
  font-family: "Nocturne", serif;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
}

/* line 1084, resources/assets/styles/templates/_home.scss */

.news-and-press-home .wrap-news-row .news-item .info .title {
  font-family: "Nocturne", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  color: #613842;
}

/* line 1098, resources/assets/styles/templates/_home.scss */

.clients-say-home {
  padding: 0 30px 150px 30px;
  text-align: center;
}

@media only screen and (min-width: 550px) {
  /* line 1098, resources/assets/styles/templates/_home.scss */

  .clients-say-home {
    padding: 0 50px 150px 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 1098, resources/assets/styles/templates/_home.scss */

  .clients-say-home {
    padding: 0 100px 250px 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 1098, resources/assets/styles/templates/_home.scss */

  .clients-say-home {
    padding: 0 100px 370px 100px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 1098, resources/assets/styles/templates/_home.scss */

  .clients-say-home {
    padding: 0 140px 370px 140px;
  }
}

/* line 1121, resources/assets/styles/templates/_home.scss */

.clients-say-home .wrap-quote-and-author {
  position: relative;
  margin: 40px 10px 10px 10px;
}

@media only screen and (min-width: 769px) {
  /* line 1121, resources/assets/styles/templates/_home.scss */

  .clients-say-home .wrap-quote-and-author {
    margin: 60px 60px 30px 60px;
  }
}

/* line 1129, resources/assets/styles/templates/_home.scss */

.clients-say-home .wrap-quote-and-author .quote-author {
  font-size: 26px;
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
}

/* line 1136, resources/assets/styles/templates/_home.scss */

.clients-say-home .wrap-quote-and-author .wrap-quote-top {
  position: absolute;
  top: -40px;
  left: 0;
}

@media only screen and (min-width: 769px) {
  /* line 1136, resources/assets/styles/templates/_home.scss */

  .clients-say-home .wrap-quote-and-author .wrap-quote-top {
    top: -40px;
    left: -40px;
  }
}

/* line 1147, resources/assets/styles/templates/_home.scss */

.clients-say-home .wrap-quote-and-author .wrap-quote-bottom {
  position: absolute;
  bottom: 30px;
  right: 0;
}

@media only screen and (min-width: 769px) {
  /* line 1147, resources/assets/styles/templates/_home.scss */

  .clients-say-home .wrap-quote-and-author .wrap-quote-bottom {
    bottom: 30px;
    right: -40px;
  }
}

/* line 1159, resources/assets/styles/templates/_home.scss */

.clients-say-home .wrap-carousel {
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (min-width: 769px) {
  /* line 1159, resources/assets/styles/templates/_home.scss */

  .clients-say-home .wrap-carousel {
    width: calc(75% + 120px);
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 1159, resources/assets/styles/templates/_home.scss */

  .clients-say-home .wrap-carousel {
    width: calc(50% + 120px);
    margin: 0 auto;
  }
}

/* line 1174, resources/assets/styles/templates/_home.scss */

.clients-say-home .wrap-carousel .swiper-container-home-clients-say .swiper-wrapper {
  height: auto;
}

/* line 1177, resources/assets/styles/templates/_home.scss */

.clients-say-home .wrap-carousel .swiper-container-home-clients-say .swiper-wrapper .swiper-slide {
  position: relative;
}

/* line 1184, resources/assets/styles/templates/_home.scss */

.clients-say-home .wrap-nav {
  display: flex;
  justify-content: center;
  z-index: 10;
}

@media only screen and (min-width: 769px) {
  /* line 1184, resources/assets/styles/templates/_home.scss */

  .clients-say-home .wrap-nav {
    margin-top: 0px;
  }
}

/* line 1193, resources/assets/styles/templates/_home.scss */

.clients-say-home .wrap-nav .swiper-clients-say-button-prev,
.clients-say-home .wrap-nav .swiper-clients-say-button-next {
  position: relative;
  height: 35px;
  width: 35px;
  margin: 0 10px;
  border: 1px solid #613842;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

@media only screen and (min-width: 769px) {
  /* line 1193, resources/assets/styles/templates/_home.scss */

  .clients-say-home .wrap-nav .swiper-clients-say-button-prev,
  .clients-say-home .wrap-nav .swiper-clients-say-button-next {
    height: 55px;
    width: 55px;
  }
}

/* line 1209, resources/assets/styles/templates/_home.scss */

.clients-say-home .wrap-nav .swiper-clients-say-button-prev:hover,
.clients-say-home .wrap-nav .swiper-clients-say-button-next:hover {
  transform: scale(0.85);
}

/* line 1213, resources/assets/styles/templates/_home.scss */

.clients-say-home .wrap-nav .swiper-clients-say-button-prev svg,
.clients-say-home .wrap-nav .swiper-clients-say-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.5px;
}

/* line 1226, resources/assets/styles/templates/_home.scss */

.bottom-image-home {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  display: none;
}

@media only screen and (min-width: 1034px) {
  /* line 1226, resources/assets/styles/templates/_home.scss */

  .bottom-image-home {
    display: block;
  }
}

/* line 1239, resources/assets/styles/templates/_home.scss */

.bottom-image-home .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(250, 249, 246, 0) 0%, #faf9f6 100%);
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  /* line 1239, resources/assets/styles/templates/_home.scss */

  .bottom-image-home .gradient-overlay {
    height: 200px;
  }
}

/* line 1257, resources/assets/styles/templates/_home.scss */

.bottom-image-home .image {
  width: 100%;
}

/* line 1261, resources/assets/styles/templates/_home.scss */

.bottom-image-home .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 1, resources/assets/styles/templates/_about.scss */

.wrapper-about-page {
  position: relative;
}

/* line 6, resources/assets/styles/templates/_about.scss */

.hero-about {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow-x: hidden;
  margin-bottom: 55px;
}

@media only screen and (min-width: 1034px) {
  /* line 6, resources/assets/styles/templates/_about.scss */

  .hero-about {
    margin-bottom: 120px;
  }
}

/* line 17, resources/assets/styles/templates/_about.scss */

.hero-about .wrap-fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

/* line 26, resources/assets/styles/templates/_about.scss */

.hero-about .wrap-fullscreen-image .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.hero-about .wrap-fullscreen-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 181.33333%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.hero-about .wrap-fullscreen-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 550px) {
  /* line 26, resources/assets/styles/templates/_about.scss */

  .hero-about .wrap-fullscreen-image .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .hero-about .wrap-fullscreen-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 107.69231%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .hero-about .wrap-fullscreen-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 26, resources/assets/styles/templates/_about.scss */

  .hero-about .wrap-fullscreen-image .image {
    position: relative;
    width: 100%;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .hero-about .wrap-fullscreen-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .hero-about .wrap-fullscreen-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 39, resources/assets/styles/templates/_about.scss */

.hero-about .wrap-fullscreen-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 46, resources/assets/styles/templates/_about.scss */

.hero-about .dark-overlay-hero {
  opacity: 0;
}

/* line 50, resources/assets/styles/templates/_about.scss */

.hero-about .wrap-hero-header {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #fff;
}

@media only screen and (min-width: 550px) {
  /* line 50, resources/assets/styles/templates/_about.scss */

  .hero-about .wrap-hero-header {
    left: 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 50, resources/assets/styles/templates/_about.scss */

  .hero-about .wrap-hero-header {
    left: 16.52%;
  }
}

/* line 65, resources/assets/styles/templates/_about.scss */

.hero-about .wrap-hero-header h1 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  max-width: 570px;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-about .wrap-hero-header h1 {
  font-size: 42px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-about .wrap-hero-header h1 {
    font-size: calc( 42px + 33 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-about .wrap-hero-header h1 {
    font-size: 75px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 65, resources/assets/styles/templates/_about.scss */

  .hero-about .wrap-hero-header h1 {
    max-width: 900px;
  }
}

/* line 77, resources/assets/styles/templates/_about.scss */

.hero-about .wrap-hero-header .wrap-hero-links {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 769px) {
  /* line 77, resources/assets/styles/templates/_about.scss */

  .hero-about .wrap-hero-header .wrap-hero-links {
    flex-direction: row;
  }
}

/* line 85, resources/assets/styles/templates/_about.scss */

.hero-about .wrap-hero-header .wrap-hero-links a {
  color: #fff;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.25rem;
  font-size: 13px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 769px) {
  /* line 97, resources/assets/styles/templates/_about.scss */

  .hero-about .wrap-hero-header .wrap-hero-links a:last-child {
    margin-left: 45px;
  }
}

/* line 102, resources/assets/styles/templates/_about.scss */

.hero-about .wrap-hero-header .wrap-hero-links a .arrow {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  margin-left: 15px;
}

/* line 111, resources/assets/styles/templates/_about.scss */

.hero-about .wrap-hero-header .wrap-hero-links a .arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 122, resources/assets/styles/templates/_about.scss */

.hero-about .wrap-logo-hero {
  display: none;
}

@media only screen and (min-width: 769px) {
  /* line 122, resources/assets/styles/templates/_about.scss */

  .hero-about .wrap-logo-hero {
    display: block;
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 2;
    display: flex;
    align-items: center;
  }
}

/* line 135, resources/assets/styles/templates/_about.scss */

.hero-about .wrap-logo-hero .image {
  position: relative;
  width: 60px;
  margin-left: 25px;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.hero-about .wrap-logo-hero .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.hero-about .wrap-logo-hero .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 140, resources/assets/styles/templates/_about.scss */

.hero-about .wrap-logo-hero .image:first-child {
  margin-left: 0;
}

/* line 145, resources/assets/styles/templates/_about.scss */

.hero-about .wrap-logo-hero .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 153, resources/assets/styles/templates/_about.scss */

.intro-about {
  padding: 0;
}

@media only screen and (min-width: 769px) {
  /* line 153, resources/assets/styles/templates/_about.scss */

  .intro-about {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 153, resources/assets/styles/templates/_about.scss */

  .intro-about {
    padding: 0 70px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 153, resources/assets/styles/templates/_about.scss */

  .intro-about {
    padding: 0 140px;
  }
}

/* line 168, resources/assets/styles/templates/_about.scss */

.intro-about .intro-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 769px) {
  /* line 168, resources/assets/styles/templates/_about.scss */

  .intro-about .intro-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

/* line 180, resources/assets/styles/templates/_about.scss */

.intro-about .wrap-image-portrait {
  position: relative;
  width: 100%;
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  /* line 180, resources/assets/styles/templates/_about.scss */

  .intro-about .wrap-image-portrait {
    width: 45%;
  }
}

/* line 189, resources/assets/styles/templates/_about.scss */

.intro-about .wrap-image-portrait .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.intro-about .wrap-image-portrait .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 142.19409%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.intro-about .wrap-image-portrait .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 193, resources/assets/styles/templates/_about.scss */

.intro-about .wrap-image-portrait .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 199, resources/assets/styles/templates/_about.scss */

.intro-about .wrap-text-and-landscape {
  width: 100%;
  margin-bottom: 55px;
  padding: 0 30px;
}

@media only screen and (min-width: 550px) {
  /* line 199, resources/assets/styles/templates/_about.scss */

  .intro-about .wrap-text-and-landscape {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 199, resources/assets/styles/templates/_about.scss */

  .intro-about .wrap-text-and-landscape {
    width: 45%;
    margin-bottom: 0;
    padding: 0;
  }
}

/* line 214, resources/assets/styles/templates/_about.scss */

.intro-about .wrap-text-and-landscape h2 {
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  /* line 214, resources/assets/styles/templates/_about.scss */

  .intro-about .wrap-text-and-landscape h2 {
    margin-top: 0.83em;
  }
}

/* line 222, resources/assets/styles/templates/_about.scss */

.intro-about .wrap-text-and-landscape p {
  margin-bottom: 35px;
  max-width: 640px;
}

/* line 227, resources/assets/styles/templates/_about.scss */

.intro-about .wrap-text-and-landscape .image {
  display: none;
}

@media only screen and (min-width: 1034px) {
  /* line 227, resources/assets/styles/templates/_about.scss */

  .intro-about .wrap-text-and-landscape .image {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 90px;
    transform: translateX(-13vw);
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .intro-about .wrap-text-and-landscape .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 68.53147%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .intro-about .wrap-text-and-landscape .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 2199px) {
  /* line 227, resources/assets/styles/templates/_about.scss */

  .intro-about .wrap-text-and-landscape .image {
    margin-top: 150px;
  }
}

/* line 242, resources/assets/styles/templates/_about.scss */

.intro-about .wrap-text-and-landscape .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 248, resources/assets/styles/templates/_about.scss */

.intro-about .wrap-carousel-logo-intro {
  position: relative;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 70px 50px;
}

@media only screen and (min-width: 769px) {
  /* line 248, resources/assets/styles/templates/_about.scss */

  .intro-about .wrap-carousel-logo-intro {
    padding: 75px 55px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 248, resources/assets/styles/templates/_about.scss */

  .intro-about .wrap-carousel-logo-intro {
    max-width: 1150px;
    padding: 130px 70px 100px 70px;
  }
}

/* line 265, resources/assets/styles/templates/_about.scss */

.intro-about .wrap-carousel-logo-intro .swiper-container-about-intro-logo-list {
  overflow: hidden;
  height: 100%;
}

/* line 270, resources/assets/styles/templates/_about.scss */

.intro-about .wrap-carousel-logo-intro .wrap-nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 277, resources/assets/styles/templates/_about.scss */

.intro-about .wrap-carousel-logo-intro .wrap-nav .swiper-about-intro-logos-prev {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  /* line 277, resources/assets/styles/templates/_about.scss */

  .intro-about .wrap-carousel-logo-intro .wrap-nav .swiper-about-intro-logos-prev {
    left: 0;
    transform: translateY(0);
  }
}

/* line 290, resources/assets/styles/templates/_about.scss */

.intro-about .wrap-carousel-logo-intro .wrap-nav .swiper-about-intro-logos-next {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  /* line 290, resources/assets/styles/templates/_about.scss */

  .intro-about .wrap-carousel-logo-intro .wrap-nav .swiper-about-intro-logos-next {
    right: 0;
    transform: translateY(0);
  }
}

/* line 303, resources/assets/styles/templates/_about.scss */

.intro-about .wrap-carousel-logo-intro .wrap-nav svg path {
  stroke: #a5a5a5;
}

/* line 309, resources/assets/styles/templates/_about.scss */

.intro-about .swiper-slide {
  opacity: 0.2;
  transition: opacity 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/* line 313, resources/assets/styles/templates/_about.scss */

.intro-about .swiper-slide .image {
  position: relative;
  height: 100%;
  width: auto;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.intro-about .swiper-slide .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.intro-about .swiper-slide .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 318, resources/assets/styles/templates/_about.scss */

.intro-about .swiper-slide .image img {
  min-height: 45px;
  object-fit: contain;
}

/* line 325, resources/assets/styles/templates/_about.scss */

.intro-about .swiper-slide-next,
.intro-about .swiper-slide-prev,
.intro-about .swiper-slide-active {
  opacity: 0.5;
}

/* line 334, resources/assets/styles/templates/_about.scss */

.why-chose-us-about {
  padding: 75px 0;
  background-color: #f3f2ee;
}

@media only screen and (min-width: 769px) {
  /* line 334, resources/assets/styles/templates/_about.scss */

  .why-chose-us-about {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 334, resources/assets/styles/templates/_about.scss */

  .why-chose-us-about {
    padding: 135px 0;
  }
}

/* line 346, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .secondary-heading {
  text-align: center;
  max-width: 55%;
  margin: 0 auto 30px auto;
}

@media only screen and (min-width: 769px) {
  /* line 346, resources/assets/styles/templates/_about.scss */

  .why-chose-us-about .secondary-heading {
    margin-bottom: auto;
    max-width: 90%;
  }
}

/* line 357, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .swiper-container-about-why-choose-us-pagination {
  position: relative;
  display: none;
}

@media only screen and (min-width: 769px) {
  /* line 357, resources/assets/styles/templates/_about.scss */

  .why-chose-us-about .swiper-container-about-why-choose-us-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 0 30px 0;
    max-width: 90%;
    margin: 0 auto;
  }
}

/* line 370, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .swiper-container-about-why-choose-us-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: auto;
  height: 22px;
  text-align: center;
  font-family: "Gt", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  margin: 0 10px 25px 10px;
  color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/* line 386, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .swiper-container-about-why-choose-us-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  transition: background-color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/* line 398, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .swiper-container-about-why-choose-us-pagination .swiper-pagination-bullet-active {
  color: #000;
  background-color: transparent;
}

/* line 402, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .swiper-container-about-why-choose-us-pagination .swiper-pagination-bullet-active:after {
  background-color: #000;
}

/* line 408, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .swiper-container-about-why-choose-us {
  position: relative;
  overflow: hidden;
}

/* line 411, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .swiper-container-about-why-choose-us .swiper-slide {
  background-color: #fff;
  text-align: center;
  box-shadow: none;
  opacity: 0.3;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/* line 418, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .swiper-container-about-why-choose-us .swiper-slide .wrap-inner-slide {
  padding: 20px 30px;
}

@media only screen and (min-width: 769px) {
  /* line 418, resources/assets/styles/templates/_about.scss */

  .why-chose-us-about .swiper-container-about-why-choose-us .swiper-slide .wrap-inner-slide {
    padding: 50px 80px;
  }
}

/* line 426, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .swiper-container-about-why-choose-us .swiper-slide .image {
  position: relative;
  width: 50px;
  overflow: hidden;
  margin: 0 auto;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.why-chose-us-about .swiper-container-about-why-choose-us .swiper-slide .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.why-chose-us-about .swiper-container-about-why-choose-us .swiper-slide .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 432, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .swiper-container-about-why-choose-us .swiper-slide .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}

/* line 438, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .swiper-container-about-why-choose-us .swiper-slide .why-title {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.why-chose-us-about .swiper-container-about-why-choose-us .swiper-slide .why-title {
  font-size: 23px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .why-chose-us-about .swiper-container-about-why-choose-us .swiper-slide .why-title {
    font-size: calc( 23px + 13 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .why-chose-us-about .swiper-container-about-why-choose-us .swiper-slide .why-title {
    font-size: 36px;
  }
}

/* line 445, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .swiper-container-about-why-choose-us .swiper-slide .text-style {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  color: #000;
  line-height: 1.66;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.why-chose-us-about .swiper-container-about-why-choose-us .swiper-slide .text-style {
  font-size: 14px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .why-chose-us-about .swiper-container-about-why-choose-us .swiper-slide .text-style {
    font-size: calc( 14px + 3 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .why-chose-us-about .swiper-container-about-why-choose-us .swiper-slide .text-style {
    font-size: 17px;
  }
}

/* line 454, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .swiper-container-about-why-choose-us .swiper-slide-active {
  opacity: 1;
  box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.11);
}

/* line 459, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .swiper-container-about-why-choose-us .wrap-nav {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  z-index: 10;
}

@media only screen and (min-width: 1034px) {
  /* line 459, resources/assets/styles/templates/_about.scss */

  .why-chose-us-about .swiper-container-about-why-choose-us .wrap-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 61.5%;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 65px;
    transform: translate(-50%, -50%);
  }
}

/* line 477, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .swiper-container-about-why-choose-us .wrap-nav .swiper-why-button-prev,
.why-chose-us-about .swiper-container-about-why-choose-us .wrap-nav .swiper-why-button-next {
  position: relative;
  height: 55px;
  width: 55px;
  margin: 0 10px;
  border: 1px solid #613842;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 488, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .swiper-container-about-why-choose-us .wrap-nav .swiper-why-button-prev:hover,
.why-chose-us-about .swiper-container-about-why-choose-us .wrap-nav .swiper-why-button-next:hover {
  transform: scale(0.85);
}

/* line 492, resources/assets/styles/templates/_about.scss */

.why-chose-us-about .swiper-container-about-why-choose-us .wrap-nav .swiper-why-button-prev svg,
.why-chose-us-about .swiper-container-about-why-choose-us .wrap-nav .swiper-why-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.5px;
}

/* line 506, resources/assets/styles/templates/_about.scss */

.our-team-about {
  margin-bottom: 50px;
}

@media only screen and (min-width: 769px) {
  /* line 506, resources/assets/styles/templates/_about.scss */

  .our-team-about {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 506, resources/assets/styles/templates/_about.scss */

  .our-team-about {
    margin-bottom: 230px;
  }
}

/* line 517, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-our-team-intro {
  margin: 0 30px 50px 30px;
  max-width: 500px;
  text-align: center;
}

@media only screen and (min-width: 550px) {
  /* line 517, resources/assets/styles/templates/_about.scss */

  .our-team-about .wrap-our-team-intro {
    margin: 0 auto 50px auto;
  }
}

@media only screen and (min-width: 769px) {
  /* line 517, resources/assets/styles/templates/_about.scss */

  .our-team-about .wrap-our-team-intro {
    max-width: 600px;
    margin: 0 auto 70px auto;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 517, resources/assets/styles/templates/_about.scss */

  .our-team-about .wrap-our-team-intro {
    max-width: 800px;
  }
}

/* line 536, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel {
  position: relative;
}

/* line 539, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel {
  position: relative;
  width: calc(100% - 30px);
  margin: 0 0 50px 30px;
}

@media only screen and (min-width: 550px) {
  /* line 539, resources/assets/styles/templates/_about.scss */

  .our-team-about .wrap-full-team-carousel .wrap-carousel {
    width: calc(100% - 50px);
    margin: 0 0 50px 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 539, resources/assets/styles/templates/_about.scss */

  .our-team-about .wrap-full-team-carousel .wrap-carousel {
    width: 55%;
    margin: 0 0 150px 45%;
  }
}

/* line 554, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .wrap-inner-carousel {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

/* line 560, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .swiper-container-about-our-team {
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  /* line 560, resources/assets/styles/templates/_about.scss */

  .our-team-about .wrap-full-team-carousel .wrap-carousel .swiper-container-about-our-team {
    margin-top: 130px;
  }
}

/* line 568, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .wrap-nav {
  position: absolute;
  left: 50%;
  bottom: -80px;
  display: flex;
  transform: translateX(calc(-50% - 15px));
  z-index: 10;
}

@media only screen and (min-width: 769px) {
  /* line 568, resources/assets/styles/templates/_about.scss */

  .our-team-about .wrap-full-team-carousel .wrap-carousel .wrap-nav {
    bottom: -100px;
    left: 0;
    transform: translateX(0);
  }
}

/* line 582, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .wrap-nav .swiper-our-team-button-prev,
.our-team-about .wrap-full-team-carousel .wrap-carousel .wrap-nav .swiper-our-team-button-next {
  position: relative;
  height: 35px;
  width: 35px;
  border: 1px solid #613842;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

@media only screen and (min-width: 769px) {
  /* line 582, resources/assets/styles/templates/_about.scss */

  .our-team-about .wrap-full-team-carousel .wrap-carousel .wrap-nav .swiper-our-team-button-prev,
  .our-team-about .wrap-full-team-carousel .wrap-carousel .wrap-nav .swiper-our-team-button-next {
    height: 55px;
    width: 55px;
  }
}

/* line 597, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .wrap-nav .swiper-our-team-button-prev:hover,
.our-team-about .wrap-full-team-carousel .wrap-carousel .wrap-nav .swiper-our-team-button-next:hover {
  transform: scale(0.85);
}

/* line 601, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .wrap-nav .swiper-our-team-button-prev svg,
.our-team-about .wrap-full-team-carousel .wrap-carousel .wrap-nav .swiper-our-team-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.5px;
}

@media only screen and (min-width: 769px) {
  /* line 601, resources/assets/styles/templates/_about.scss */

  .our-team-about .wrap-full-team-carousel .wrap-carousel .wrap-nav .swiper-our-team-button-prev svg,
  .our-team-about .wrap-full-team-carousel .wrap-carousel .wrap-nav .swiper-our-team-button-next svg {
    width: 9.5px;
  }
}

/* line 614, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .wrap-nav .swiper-our-team-button-prev {
  margin-bottom: 0;
  margin-right: 15px;
}

/* line 618, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .wrap-nav .swiper-our-team-button-prev svg {
  transform: translate(-50%, -50%);
}

/* line 624, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .swiper-slide {
  position: relative;
  opacity: 0.3;
  transition: opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

/* line 629, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .swiper-slide .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .swiper-slide .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 127.89474%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .swiper-slide .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 629, resources/assets/styles/templates/_about.scss */

  .our-team-about .wrap-full-team-carousel .wrap-carousel .swiper-slide .image {
    position: relative;
    width: 100%;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .our-team-about .wrap-full-team-carousel .wrap-carousel .swiper-slide .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 127.65957%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .our-team-about .wrap-full-team-carousel .wrap-carousel .swiper-slide .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 637, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .swiper-slide .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 643, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .swiper-slide .wrap-slide-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 300;
}

/* line 653, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .swiper-slide .wrap-slide-info .team_item-title {
  font-family: "Nocturne", serif;
  font-weight: 300;
  margin: 0 0 10px 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .swiper-slide .wrap-slide-info .team_item-title {
  font-size: 20px;
}

@media screen and (min-width: 450px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .our-team-about .wrap-full-team-carousel .wrap-carousel .swiper-slide .wrap-slide-info .team_item-title {
    font-size: calc( 20px + 12 * ((100vw - 450px) / 1150));
  }
}

@media screen and (min-width: 1600px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .our-team-about .wrap-full-team-carousel .wrap-carousel .swiper-slide .wrap-slide-info .team_item-title {
    font-size: 32px;
  }
}

/* line 660, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .swiper-slide .wrap-slide-info .team_item-position {
  font-family: "Gt", sans-serif;
  margin: 0;
}

/* line 668, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-carousel .swiper-slide-active {
  opacity: 1;
}

/* line 673, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-team-member-infos {
  position: relative;
  width: 100%;
  height: auto;
  padding: 195px 0 45px 30px;
  background-color: #f3f2ee;
  margin-top: -140px;
}

@media only screen and (min-width: 550px) {
  /* line 673, resources/assets/styles/templates/_about.scss */

  .our-team-about .wrap-full-team-carousel .wrap-team-member-infos {
    padding: 195px 0 45px 50px;
    background-color: transparent;
  }
}

@media only screen and (min-width: 769px) {
  /* line 673, resources/assets/styles/templates/_about.scss */

  .our-team-about .wrap-full-team-carousel .wrap-team-member-infos {
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    padding: 85px 0 85px 100px;
    margin-top: 0;
    background-color: #f3f2ee;
    transform: translateY(0);
  }
}

@media only screen and (min-width: 1034px) {
  /* line 673, resources/assets/styles/templates/_about.scss */

  .our-team-about .wrap-full-team-carousel .wrap-team-member-infos {
    padding: 85px 0 85px 140px;
  }
}

/* line 702, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-team-member-infos .wrap-infos {
  max-width: calc(100% - 30px);
  text-align: center;
}

@media only screen and (min-width: 550px) {
  /* line 702, resources/assets/styles/templates/_about.scss */

  .our-team-about .wrap-full-team-carousel .wrap-team-member-infos .wrap-infos {
    max-width: calc(100% - 50px);
  }
}

@media only screen and (min-width: 769px) {
  /* line 702, resources/assets/styles/templates/_about.scss */

  .our-team-about .wrap-full-team-carousel .wrap-team-member-infos .wrap-infos {
    max-width: 50%;
    text-align: left;
  }
}

/* line 715, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-team-member-infos .wrap-infos .team-item-title {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  display: none;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.our-team-about .wrap-full-team-carousel .wrap-team-member-infos .wrap-infos .team-item-title {
  font-size: 22px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .our-team-about .wrap-full-team-carousel .wrap-team-member-infos .wrap-infos .team-item-title {
    font-size: calc( 22px + 22 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .our-team-about .wrap-full-team-carousel .wrap-team-member-infos .wrap-infos .team-item-title {
    font-size: 44px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 715, resources/assets/styles/templates/_about.scss */

  .our-team-about .wrap-full-team-carousel .wrap-team-member-infos .wrap-infos .team-item-title {
    display: block;
    margin: 0 0 22px 0;
  }
}

/* line 728, resources/assets/styles/templates/_about.scss */

.our-team-about .wrap-full-team-carousel .wrap-team-member-infos .wrap-infos .team-item-position {
  font-family: "Nocturne", serif;
  font-weight: 300;
  display: none;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.our-team-about .wrap-full-team-carousel .wrap-team-member-infos .wrap-infos .team-item-position {
  font-size: 17px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .our-team-about .wrap-full-team-carousel .wrap-team-member-infos .wrap-infos .team-item-position {
    font-size: calc( 17px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .our-team-about .wrap-full-team-carousel .wrap-team-member-infos .wrap-infos .team-item-position {
    font-size: 18px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 728, resources/assets/styles/templates/_about.scss */

  .our-team-about .wrap-full-team-carousel .wrap-team-member-infos .wrap-infos .team-item-position {
    display: block;
    margin: 0 0 22px 0;
  }
}

/* line 747, resources/assets/styles/templates/_about.scss */

.video-about .wrapper-video {
  padding: 0 30px 50px 30px;
}

@media only screen and (min-width: 550px) {
  /* line 747, resources/assets/styles/templates/_about.scss */

  .video-about .wrapper-video {
    padding: 0 50px 80px 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 747, resources/assets/styles/templates/_about.scss */

  .video-about .wrapper-video {
    padding: 0 80px 100px 80px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 747, resources/assets/styles/templates/_about.scss */

  .video-about .wrapper-video {
    padding: 0 180px 100px 180px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 747, resources/assets/styles/templates/_about.scss */

  .video-about .wrapper-video {
    padding: 0 240px 100px 240px;
  }
}

@media only screen and (min-width: 1640px) {
  /* line 747, resources/assets/styles/templates/_about.scss */

  .video-about .wrapper-video {
    max-width: calc(1640px + 480px);
    margin: 0 auto;
  }
}

/* line 771, resources/assets/styles/templates/_about.scss */

.video-about .wrapper-video button.plyr__control--overlaid {
  background-color: #613842;
}

/* line 779, resources/assets/styles/templates/_about.scss */

.clients-say-about {
  padding: 0 30px 90px 30px;
  text-align: center;
}

@media only screen and (min-width: 550px) {
  /* line 779, resources/assets/styles/templates/_about.scss */

  .clients-say-about {
    padding: 0 50px 90px 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 779, resources/assets/styles/templates/_about.scss */

  .clients-say-about {
    padding: 0 100px 100px 100px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 779, resources/assets/styles/templates/_about.scss */

  .clients-say-about {
    padding: 0 140px 140px 140px;
  }
}

/* line 795, resources/assets/styles/templates/_about.scss */

.clients-say-about .wrap-quote-and-author {
  position: relative;
  margin: 40px 10px 10px 10px;
}

@media only screen and (min-width: 769px) {
  /* line 795, resources/assets/styles/templates/_about.scss */

  .clients-say-about .wrap-quote-and-author {
    margin: 60px 60px 0 60px;
  }
}

/* line 803, resources/assets/styles/templates/_about.scss */

.clients-say-about .wrap-quote-and-author .quote-author {
  font-size: 26px;
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  margin-bottom: 0;
}

@media only screen and (min-width: 550px) {
  /* line 803, resources/assets/styles/templates/_about.scss */

  .clients-say-about .wrap-quote-and-author .quote-author {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 803, resources/assets/styles/templates/_about.scss */

  .clients-say-about .wrap-quote-and-author .quote-author {
    margin-bottom: 0;
  }
}

/* line 819, resources/assets/styles/templates/_about.scss */

.clients-say-about .wrap-quote-and-author .wrap-quote-top {
  position: absolute;
  top: -40px;
  left: 0;
}

@media only screen and (min-width: 769px) {
  /* line 819, resources/assets/styles/templates/_about.scss */

  .clients-say-about .wrap-quote-and-author .wrap-quote-top {
    top: -40px;
    left: -40px;
  }
}

/* line 830, resources/assets/styles/templates/_about.scss */

.clients-say-about .wrap-quote-and-author .wrap-quote-bottom {
  position: absolute;
  bottom: 30px;
  right: 0;
}

@media only screen and (min-width: 769px) {
  /* line 830, resources/assets/styles/templates/_about.scss */

  .clients-say-about .wrap-quote-and-author .wrap-quote-bottom {
    bottom: 30px;
    right: -40px;
  }
}

/* line 842, resources/assets/styles/templates/_about.scss */

.clients-say-about .wrap-carousel {
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (min-width: 769px) {
  /* line 842, resources/assets/styles/templates/_about.scss */

  .clients-say-about .wrap-carousel {
    width: calc(75% + 120px);
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 842, resources/assets/styles/templates/_about.scss */

  .clients-say-about .wrap-carousel {
    width: calc(50% + 120px);
    margin: 0 auto;
  }
}

/* line 857, resources/assets/styles/templates/_about.scss */

.clients-say-about .wrap-carousel .swiper-container-about-clients-say .swiper-wrapper {
  height: auto;
}

/* line 860, resources/assets/styles/templates/_about.scss */

.clients-say-about .wrap-carousel .swiper-container-about-clients-say .swiper-wrapper .swiper-slide {
  position: relative;
}

/* line 867, resources/assets/styles/templates/_about.scss */

.clients-say-about .wrap-nav {
  display: flex;
  justify-content: center;
  z-index: 10;
}

@media only screen and (min-width: 769px) {
  /* line 867, resources/assets/styles/templates/_about.scss */

  .clients-say-about .wrap-nav {
    margin-top: 65px;
  }
}

/* line 876, resources/assets/styles/templates/_about.scss */

.clients-say-about .wrap-nav .swiper-clients-say-button-prev,
.clients-say-about .wrap-nav .swiper-clients-say-button-next {
  position: relative;
  height: 35px;
  width: 35px;
  margin: 0 10px;
  border: 1px solid #613842;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

@media only screen and (min-width: 769px) {
  /* line 876, resources/assets/styles/templates/_about.scss */

  .clients-say-about .wrap-nav .swiper-clients-say-button-prev,
  .clients-say-about .wrap-nav .swiper-clients-say-button-next {
    height: 55px;
    width: 55px;
  }
}

/* line 892, resources/assets/styles/templates/_about.scss */

.clients-say-about .wrap-nav .swiper-clients-say-button-prev:hover,
.clients-say-about .wrap-nav .swiper-clients-say-button-next:hover {
  transform: scale(0.85);
}

/* line 896, resources/assets/styles/templates/_about.scss */

.clients-say-about .wrap-nav .swiper-clients-say-button-prev svg,
.clients-say-about .wrap-nav .swiper-clients-say-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.5px;
}

@media only screen and (min-width: 769px) {
  /* line 896, resources/assets/styles/templates/_about.scss */

  .clients-say-about .wrap-nav .swiper-clients-say-button-prev svg,
  .clients-say-about .wrap-nav .swiper-clients-say-button-next svg {
    width: 9.5px;
  }
}

/* line 913, resources/assets/styles/templates/_about.scss */

.news-and-press-home {
  padding: 0 30px;
  margin-bottom: 65px;
}

@media only screen and (min-width: 550px) {
  /* line 913, resources/assets/styles/templates/_about.scss */

  .news-and-press-home {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 913, resources/assets/styles/templates/_about.scss */

  .news-and-press-home {
    padding: 0 100px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 913, resources/assets/styles/templates/_about.scss */

  .news-and-press-home {
    padding: 0 140px;
    margin-bottom: 130px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 913, resources/assets/styles/templates/_about.scss */

  .news-and-press-home {
    padding: 0 240px;
  }
}

@media only screen and (min-width: 1640px) {
  /* line 913, resources/assets/styles/templates/_about.scss */

  .news-and-press-home {
    margin: 0 auto 130px auto;
  }
}

/* line 940, resources/assets/styles/templates/_about.scss */

.news-and-press-home .mobile-link-to {
  display: table;
  margin: 35px auto 0 auto;
}

@media only screen and (min-width: 769px) {
  /* line 940, resources/assets/styles/templates/_about.scss */

  .news-and-press-home .mobile-link-to {
    display: none;
  }
}

/* line 949, resources/assets/styles/templates/_about.scss */

.news-and-press-home .wrap-text {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  /* line 949, resources/assets/styles/templates/_about.scss */

  .news-and-press-home .wrap-text {
    align-items: center;
    justify-content: space-between;
  }
}

/* line 958, resources/assets/styles/templates/_about.scss */

.news-and-press-home .wrap-text h2 {
  margin: 0 0 30px 0;
}

@media only screen and (min-width: 769px) {
  /* line 958, resources/assets/styles/templates/_about.scss */

  .news-and-press-home .wrap-text h2 {
    margin: 0 0 25px 0;
  }
}

/* line 966, resources/assets/styles/templates/_about.scss */

.news-and-press-home .wrap-text .desktop-link-to {
  display: none;
}

@media only screen and (min-width: 769px) {
  /* line 966, resources/assets/styles/templates/_about.scss */

  .news-and-press-home .wrap-text .desktop-link-to {
    display: block;
  }
}

/* line 975, resources/assets/styles/templates/_about.scss */

.news-and-press-home .wrap-news-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
}

@media only screen and (min-width: 1034px) {
  /* line 975, resources/assets/styles/templates/_about.scss */

  .news-and-press-home .wrap-news-row {
    align-items: flex-start;
    justify-content: space-between;
    height: 370px;
  }
}

@media only screen and (min-width: 1660px) {
  /* line 975, resources/assets/styles/templates/_about.scss */

  .news-and-press-home .wrap-news-row {
    height: 470px;
  }
}

@media only screen and (min-width: 2200px) {
  /* line 975, resources/assets/styles/templates/_about.scss */

  .news-and-press-home .wrap-news-row {
    height: 530px;
  }
}

/* line 995, resources/assets/styles/templates/_about.scss */

.news-and-press-home .wrap-news-row .news-item {
  width: 100%;
  background-color: #fff;
  margin-bottom: 25px;
  box-shadow: 0px 0px 58px 0px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media only screen and (min-width: 550px) {
  /* line 995, resources/assets/styles/templates/_about.scss */

  .news-and-press-home .wrap-news-row .news-item {
    width: calc(50% - 10px);
  }
}

@media only screen and (min-width: 1034px) {
  /* line 995, resources/assets/styles/templates/_about.scss */

  .news-and-press-home .wrap-news-row .news-item {
    width: calc(33.33% - 10px);
    height: 100%;
    margin-bottom: 0;
  }
}

/* line 1012, resources/assets/styles/templates/_about.scss */

.news-and-press-home .wrap-news-row .news-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}

/* line 1015, resources/assets/styles/templates/_about.scss */

.news-and-press-home .wrap-news-row .news-item:hover img {
  transform: scale(1.05);
}

/* line 1020, resources/assets/styles/templates/_about.scss */

.news-and-press-home .wrap-news-row .news-item .image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.news-and-press-home .wrap-news-row .news-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.43617%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.news-and-press-home .wrap-news-row .news-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1025, resources/assets/styles/templates/_about.scss */

.news-and-press-home .wrap-news-row .news-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.45, 0, 0.55, 1);
}

/* line 1032, resources/assets/styles/templates/_about.scss */

.news-and-press-home .wrap-news-row .news-item .info {
  position: relative;
  padding: 25px 20px;
}

/* line 1036, resources/assets/styles/templates/_about.scss */

.news-and-press-home .wrap-news-row .news-item .info button {
  position: absolute;
  top: 15px;
  right: 20px;
  background: transparent;
  border: 0;
  padding: 0;
}

/* line 1044, resources/assets/styles/templates/_about.scss */

.news-and-press-home .wrap-news-row .news-item .info button svg {
  width: 18px;
  height: 18px;
}

/* line 1050, resources/assets/styles/templates/_about.scss */

.news-and-press-home .wrap-news-row .news-item .info .cat {
  font-family: "Nocturne", serif;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
}

/* line 1057, resources/assets/styles/templates/_about.scss */

.news-and-press-home .wrap-news-row .news-item .info .title {
  font-family: "Nocturne", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  color: #613842;
}

/* line 1071, resources/assets/styles/templates/_about.scss */

.work-with-us-about {
  background-color: #f3f2ee;
  padding: 50px 30px 120px 30px;
}

@media only screen and (min-width: 769px) {
  /* line 1071, resources/assets/styles/templates/_about.scss */

  .work-with-us-about {
    padding: 70px 100px 140px 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 1071, resources/assets/styles/templates/_about.scss */

  .work-with-us-about {
    padding: 100px 180px 200px 180px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 1071, resources/assets/styles/templates/_about.scss */

  .work-with-us-about {
    padding: 140px 240px 240px 240px;
  }
}

/* line 1087, resources/assets/styles/templates/_about.scss */

.work-with-us-about .wrapper-work-with-us {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  /* line 1087, resources/assets/styles/templates/_about.scss */

  .work-with-us-about .wrapper-work-with-us {
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (min-width: 1640px) {
  /* line 1087, resources/assets/styles/templates/_about.scss */

  .work-with-us-about .wrapper-work-with-us {
    max-width: 1640px;
    margin: 0 auto;
  }
}

/* line 1101, resources/assets/styles/templates/_about.scss */

.work-with-us-about .wrapper-work-with-us .wrap-image {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 1101, resources/assets/styles/templates/_about.scss */

  .work-with-us-about .wrapper-work-with-us .wrap-image {
    width: 50%;
  }
}

/* line 1108, resources/assets/styles/templates/_about.scss */

.work-with-us-about .wrapper-work-with-us .wrap-image .image {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.work-with-us-about .wrapper-work-with-us .wrap-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 135.0211%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.work-with-us-about .wrapper-work-with-us .wrap-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 1108, resources/assets/styles/templates/_about.scss */

  .work-with-us-about .wrapper-work-with-us .wrap-image .image {
    width: 100%;
  }
}

/* line 1117, resources/assets/styles/templates/_about.scss */

.work-with-us-about .wrapper-work-with-us .wrap-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 1124, resources/assets/styles/templates/_about.scss */

.work-with-us-about .wrapper-work-with-us .wrap-text {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 1124, resources/assets/styles/templates/_about.scss */

  .work-with-us-about .wrapper-work-with-us .wrap-text {
    width: 40%;
    text-align: left;
  }
}

@media only screen and (min-width: 1700px) {
  /* line 1124, resources/assets/styles/templates/_about.scss */

  .work-with-us-about .wrapper-work-with-us .wrap-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}

/* line 1141, resources/assets/styles/templates/_about.scss */

.work-with-us-about .wrapper-work-with-us .wrap-text .secondary-heading {
  margin-bottom: 15px;
}

@media only screen and (min-width: 769px) {
  /* line 1141, resources/assets/styles/templates/_about.scss */

  .work-with-us-about .wrapper-work-with-us .wrap-text .secondary-heading {
    margin-bottom: 40px;
  }
}

/* line 1149, resources/assets/styles/templates/_about.scss */

.work-with-us-about .wrapper-work-with-us .wrap-text .paragraph-style {
  margin-bottom: 15px;
}

@media only screen and (min-width: 550px) {
  /* line 1149, resources/assets/styles/templates/_about.scss */

  .work-with-us-about .wrapper-work-with-us .wrap-text .paragraph-style {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 1149, resources/assets/styles/templates/_about.scss */

  .work-with-us-about .wrapper-work-with-us .wrap-text .paragraph-style {
    margin-bottom: 40px;
  }
}

/* line 1161, resources/assets/styles/templates/_about.scss */

.work-with-us-about .wrapper-work-with-us .wrap-text .link-to {
  display: inline-block;
  margin-bottom: 30px;
}

@media only screen and (min-width: 550px) {
  /* line 1161, resources/assets/styles/templates/_about.scss */

  .work-with-us-about .wrapper-work-with-us .wrap-text .link-to {
    display: table;
    margin: 0 auto 30px auto;
  }
}

@media only screen and (min-width: 769px) {
  /* line 1161, resources/assets/styles/templates/_about.scss */

  .work-with-us-about .wrapper-work-with-us .wrap-text .link-to {
    display: inline-block;
  }
}

@media only screen and (min-width: 1700px) {
  /* line 1161, resources/assets/styles/templates/_about.scss */

  .work-with-us-about .wrapper-work-with-us .wrap-text .link-to {
    margin: 0 0 30px;
  }
}

/* line 1, resources/assets/styles/templates/_destinations.scss */

.wrapper-destinations-page {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 9, resources/assets/styles/templates/_destinations.scss */

.hero-destinations {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow-x: hidden;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1034px) {
  /* line 9, resources/assets/styles/templates/_destinations.scss */

  .hero-destinations {
    margin-bottom: 30px;
  }
}

/* line 20, resources/assets/styles/templates/_destinations.scss */

.hero-destinations .wrap-fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

/* line 29, resources/assets/styles/templates/_destinations.scss */

.hero-destinations .wrap-fullscreen-image .image {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.hero-destinations .wrap-fullscreen-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 157.33333%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.hero-destinations .wrap-fullscreen-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 29, resources/assets/styles/templates/_destinations.scss */

  .hero-destinations .wrap-fullscreen-image .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .hero-destinations .wrap-fullscreen-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .hero-destinations .wrap-fullscreen-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 38, resources/assets/styles/templates/_destinations.scss */

.hero-destinations .wrap-fullscreen-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 45, resources/assets/styles/templates/_destinations.scss */

.hero-destinations .dark-overlay-hero {
  opacity: 0;
}

/* line 49, resources/assets/styles/templates/_destinations.scss */

.hero-destinations .wrap-hero-header {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #fff;
}

@media only screen and (min-width: 550px) {
  /* line 49, resources/assets/styles/templates/_destinations.scss */

  .hero-destinations .wrap-hero-header {
    left: 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 49, resources/assets/styles/templates/_destinations.scss */

  .hero-destinations .wrap-hero-header {
    left: 16.52%;
  }
}

/* line 64, resources/assets/styles/templates/_destinations.scss */

.hero-destinations .wrap-hero-header h1 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  max-width: 650px;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-destinations .wrap-hero-header h1 {
  font-size: 42px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-destinations .wrap-hero-header h1 {
    font-size: calc( 42px + 33 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-destinations .wrap-hero-header h1 {
    font-size: 75px;
  }
}

/* line 72, resources/assets/styles/templates/_destinations.scss */

.hero-destinations .wrap-hero-header .wrap-hero-links {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 769px) {
  /* line 72, resources/assets/styles/templates/_destinations.scss */

  .hero-destinations .wrap-hero-header .wrap-hero-links {
    flex-direction: row;
  }
}

/* line 80, resources/assets/styles/templates/_destinations.scss */

.hero-destinations .wrap-hero-header .wrap-hero-links a {
  color: #fff;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.25rem;
  font-size: 13px;
  margin-bottom: 5px;
  opacity: 0;
}

/* line 92, resources/assets/styles/templates/_destinations.scss */

.hero-destinations .wrap-hero-header .wrap-hero-links a .arrow {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  margin-left: 15px;
}

/* line 101, resources/assets/styles/templates/_destinations.scss */

.hero-destinations .wrap-hero-header .wrap-hero-links a .arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 115, resources/assets/styles/templates/_destinations.scss */

.intro-destinations {
  margin-bottom: 55px;
  padding: 0 30px;
}

@media only screen and (min-width: 550px) {
  /* line 115, resources/assets/styles/templates/_destinations.scss */

  .intro-destinations {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 115, resources/assets/styles/templates/_destinations.scss */

  .intro-destinations {
    margin-bottom: 120px;
    padding: 0 70px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 115, resources/assets/styles/templates/_destinations.scss */

  .intro-destinations {
    padding: 0 140px;
  }
}

/* line 132, resources/assets/styles/templates/_destinations.scss */

.intro-destinations .intro-container {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 132, resources/assets/styles/templates/_destinations.scss */

  .intro-destinations .intro-container {
    margin: 0 auto;
    max-width: 700px;
  }
}

/* line 139, resources/assets/styles/templates/_destinations.scss */

.intro-destinations .intro-container h2 {
  max-width: 80%;
  margin: 0 auto;
  margin: 40px auto 0 auto;
}

@media only screen and (min-width: 550px) {
  /* line 139, resources/assets/styles/templates/_destinations.scss */

  .intro-destinations .intro-container h2 {
    margin-top: 35px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 139, resources/assets/styles/templates/_destinations.scss */

  .intro-destinations .intro-container h2 {
    max-width: 100%;
    margin-top: 0.83em;
  }
}

/* line 154, resources/assets/styles/templates/_destinations.scss */

.intro-destinations .intro-container p {
  margin-bottom: 35px;
}

/* line 163, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 60px 0;
}

@media only screen and (min-width: 550px) {
  /* line 163, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list {
    padding: 0 50px 80px 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 163, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list {
    padding: 0 140px 140px 140px;
  }
}

@media only screen and (min-width: 1640px) {
  /* line 163, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list {
    max-width: calc(1640px + 280px);
    margin: 0 auto;
  }
}

/* line 181, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .image {
  width: 100%;
}

/* line 184, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 190, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item {
  position: relative;
  margin-bottom: 2px;
  margin-right: 2px;
}

/* line 194, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(1) {
  width: calc(50% - 1px);
}

/* line 196, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(1) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(1) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(1) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 196, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(1) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(1) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.95494%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(1) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 205, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(2) {
  width: calc(50% - 1px);
  margin-right: 0;
}

/* line 208, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(2) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(2) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(2) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 208, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(2) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(2) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.95494%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(2) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 217, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(3) {
  width: calc(50% - 1px);
}

@media only screen and (min-width: 769px) {
  /* line 217, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(3) {
    width: calc(33.33% - 2px);
  }
}

/* line 223, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(3) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(3) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(3) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 223, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(3) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(3) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.73575%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(3) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 232, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(4) {
  width: calc(50% - 1px);
  margin-right: 0;
}

@media only screen and (min-width: 769px) {
  /* line 232, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(4) {
    width: calc(33.33% - 2px);
    margin-right: 2px;
  }
}

/* line 241, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(4) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(4) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(4) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 241, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(4) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(4) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.73575%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(4) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 250, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(5) {
  width: calc(50% - 1px);
}

@media only screen and (min-width: 769px) {
  /* line 250, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(5) {
    width: 33.33%;
    margin-right: 0;
  }
}

/* line 257, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(5) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(5) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(5) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 257, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(5) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(5) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.73575%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(5) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 266, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(6) {
  width: calc(50% - 1px);
  margin-right: 0;
}

@media only screen and (min-width: 769px) {
  /* line 266, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(6) {
    width: calc(25% - 2px);
    margin-right: 2px;
  }
}

/* line 274, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(6) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(6) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(6) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 274, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(6) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(6) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75.77855%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(6) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 283, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(7) {
  width: calc(50% - 1px);
}

@media only screen and (min-width: 769px) {
  /* line 283, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(7) {
    width: calc(25% - 2px);
  }
}

/* line 289, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(7) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(7) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(7) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 289, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(7) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(7) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75.77855%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(7) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 298, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(8) {
  width: calc(50% - 1px);
  margin-right: 0;
}

@media only screen and (min-width: 769px) {
  /* line 298, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(8) {
    width: calc(25% - 2px);
    margin-right: 2px;
  }
}

/* line 306, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(8) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(8) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(8) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 306, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(8) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(8) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75.77855%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(8) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 315, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(9) {
  width: calc(50% - 1px);
}

@media only screen and (min-width: 769px) {
  /* line 315, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(9) {
    width: 25%;
    margin-right: 0;
  }
}

/* line 322, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(9) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(9) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .destination-item:nth-child(9) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 322, resources/assets/styles/templates/_destinations.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(9) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(9) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75.77855%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .destination-item:nth-child(9) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 332, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .wrap-title {
  color: #fff;
  font-family: "Nocturne", serif;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  padding: 20px;
  z-index: 1;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.list-destinations .wrap-destinations-list .wrap-title {
  font-size: 20px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .wrap-title {
    font-size: calc( 20px + 5 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .list-destinations .wrap-destinations-list .wrap-title {
    font-size: 25px;
  }
}

/* line 343, resources/assets/styles/templates/_destinations.scss */

.list-destinations .wrap-destinations-list .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%);
  opacity: 0.65;
  z-index: 0;
}

/* line 358, resources/assets/styles/templates/_destinations.scss */

.wrap-about-template-destinations {
  padding: 50px 0 20px 0;
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  /* line 358, resources/assets/styles/templates/_destinations.scss */

  .wrap-about-template-destinations {
    background-color: transparent;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 358, resources/assets/styles/templates/_destinations.scss */

  .wrap-about-template-destinations {
    margin: -40px 0;
  }
}

/* line 374, resources/assets/styles/templates/_destinations.scss */

.clients-say-destinations {
  padding: 60px 30px 150px 30px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 374, resources/assets/styles/templates/_destinations.scss */

  .clients-say-destinations {
    padding: 0 100px 250px 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 374, resources/assets/styles/templates/_destinations.scss */

  .clients-say-destinations {
    padding: 0 100px 370px 100px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 374, resources/assets/styles/templates/_destinations.scss */

  .clients-say-destinations {
    padding: 0 140px 370px 140px;
  }
}

/* line 393, resources/assets/styles/templates/_destinations.scss */

.clients-say-destinations .secondary-heading {
  margin: 0 0 15px 0;
}

/* line 397, resources/assets/styles/templates/_destinations.scss */

.clients-say-destinations .wrap-quote-and-author {
  position: relative;
  margin: 40px 0 10px 0;
}

@media only screen and (min-width: 550px) {
  /* line 397, resources/assets/styles/templates/_destinations.scss */

  .clients-say-destinations .wrap-quote-and-author {
    margin: 60px auto 30px;
    max-width: 80%;
  }
}

/* line 406, resources/assets/styles/templates/_destinations.scss */

.clients-say-destinations .wrap-quote-and-author .quote-author {
  font-size: 26px;
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
}

/* line 413, resources/assets/styles/templates/_destinations.scss */

.clients-say-destinations .wrap-quote-and-author .wrap-quote-top {
  position: absolute;
  top: -40px;
  left: 0;
}

@media only screen and (min-width: 769px) {
  /* line 413, resources/assets/styles/templates/_destinations.scss */

  .clients-say-destinations .wrap-quote-and-author .wrap-quote-top {
    top: -40px;
    left: -40px;
  }
}

/* line 424, resources/assets/styles/templates/_destinations.scss */

.clients-say-destinations .wrap-quote-and-author .wrap-quote-bottom {
  position: absolute;
  bottom: 30px;
  right: 0;
}

@media only screen and (min-width: 769px) {
  /* line 424, resources/assets/styles/templates/_destinations.scss */

  .clients-say-destinations .wrap-quote-and-author .wrap-quote-bottom {
    bottom: 30px;
    right: -40px;
  }
}

/* line 436, resources/assets/styles/templates/_destinations.scss */

.clients-say-destinations .wrap-carousel {
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (min-width: 769px) {
  /* line 436, resources/assets/styles/templates/_destinations.scss */

  .clients-say-destinations .wrap-carousel {
    width: calc(75% + 120px);
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 436, resources/assets/styles/templates/_destinations.scss */

  .clients-say-destinations .wrap-carousel {
    width: calc(50% + 120px);
    margin: 0 auto;
  }
}

/* line 451, resources/assets/styles/templates/_destinations.scss */

.clients-say-destinations .wrap-carousel .swiper-container-destinations-clients-say .swiper-wrapper {
  height: auto;
}

/* line 454, resources/assets/styles/templates/_destinations.scss */

.clients-say-destinations .wrap-carousel .swiper-container-destinations-clients-say .swiper-wrapper .swiper-slide {
  position: relative;
}

/* line 461, resources/assets/styles/templates/_destinations.scss */

.clients-say-destinations .wrap-nav {
  display: flex;
  justify-content: center;
  z-index: 10;
}

/* line 466, resources/assets/styles/templates/_destinations.scss */

.clients-say-destinations .wrap-nav .swiper-clients-say-button-prev,
.clients-say-destinations .wrap-nav .swiper-clients-say-button-next {
  position: relative;
  height: 55px;
  width: 55px;
  margin: 0 10px;
  border: 1px solid #613842;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 477, resources/assets/styles/templates/_destinations.scss */

.clients-say-destinations .wrap-nav .swiper-clients-say-button-prev:hover,
.clients-say-destinations .wrap-nav .swiper-clients-say-button-next:hover {
  transform: scale(0.85);
}

/* line 481, resources/assets/styles/templates/_destinations.scss */

.clients-say-destinations .wrap-nav .swiper-clients-say-button-prev svg,
.clients-say-destinations .wrap-nav .swiper-clients-say-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.5px;
}

/* line 494, resources/assets/styles/templates/_destinations.scss */

.bottom-image-destinations {
  position: absolute;
  bottom: -17.5%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

/* line 502, resources/assets/styles/templates/_destinations.scss */

.bottom-image-destinations .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(250, 249, 246, 0) 0%, #faf9f6 100%);
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  /* line 502, resources/assets/styles/templates/_destinations.scss */

  .bottom-image-destinations .gradient-overlay {
    height: 200px;
  }
}

/* line 520, resources/assets/styles/templates/_destinations.scss */

.bottom-image-destinations .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.bottom-image-destinations .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 95.24439%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.bottom-image-destinations .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 524, resources/assets/styles/templates/_destinations.scss */

.bottom-image-destinations .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 1, resources/assets/styles/templates/_experiences.scss */

.wrapper-experiences-page {
  position: relative;
  width: 100%;
}

/* line 8, resources/assets/styles/templates/_experiences.scss */

.hero-experiences {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow-x: hidden;
  margin-bottom: 45px;
}

@media only screen and (min-width: 1034px) {
  /* line 8, resources/assets/styles/templates/_experiences.scss */

  .hero-experiences {
    margin-bottom: 30px;
  }
}

/* line 19, resources/assets/styles/templates/_experiences.scss */

.hero-experiences .wrap-fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

/* line 28, resources/assets/styles/templates/_experiences.scss */

.hero-experiences .wrap-fullscreen-image .image {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.hero-experiences .wrap-fullscreen-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 157.33333%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.hero-experiences .wrap-fullscreen-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 28, resources/assets/styles/templates/_experiences.scss */

  .hero-experiences .wrap-fullscreen-image .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .hero-experiences .wrap-fullscreen-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .hero-experiences .wrap-fullscreen-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 37, resources/assets/styles/templates/_experiences.scss */

.hero-experiences .wrap-fullscreen-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 75% 0;
}

@media only screen and (min-width: 769px) {
  /* line 37, resources/assets/styles/templates/_experiences.scss */

  .hero-experiences .wrap-fullscreen-image .image img {
    object-position: 50% 50%;
  }
}

/* line 49, resources/assets/styles/templates/_experiences.scss */

.hero-experiences .dark-overlay-hero {
  opacity: 0;
}

/* line 53, resources/assets/styles/templates/_experiences.scss */

.hero-experiences .wrap-hero-header {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  transform: translateY(-50%);
  color: #fff;
}

@media only screen and (min-width: 550px) {
  /* line 53, resources/assets/styles/templates/_experiences.scss */

  .hero-experiences .wrap-hero-header {
    left: 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 53, resources/assets/styles/templates/_experiences.scss */

  .hero-experiences .wrap-hero-header {
    left: 16.52%;
    right: unset;
  }
}

/* line 70, resources/assets/styles/templates/_experiences.scss */

.hero-experiences .wrap-hero-header h1 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  max-width: 650px;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-experiences .wrap-hero-header h1 {
  font-size: 42px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-experiences .wrap-hero-header h1 {
    font-size: calc( 42px + 33 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-experiences .wrap-hero-header h1 {
    font-size: 75px;
  }
}

/* line 78, resources/assets/styles/templates/_experiences.scss */

.hero-experiences .wrap-hero-header .wrap-hero-links {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 769px) {
  /* line 78, resources/assets/styles/templates/_experiences.scss */

  .hero-experiences .wrap-hero-header .wrap-hero-links {
    flex-direction: row;
  }
}

/* line 86, resources/assets/styles/templates/_experiences.scss */

.hero-experiences .wrap-hero-header .wrap-hero-links a {
  color: #fff;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.25rem;
  font-size: 13px;
  margin-bottom: 5px;
  opacity: 0;
}

/* line 98, resources/assets/styles/templates/_experiences.scss */

.hero-experiences .wrap-hero-header .wrap-hero-links a .arrow {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  margin-left: 15px;
}

/* line 107, resources/assets/styles/templates/_experiences.scss */

.hero-experiences .wrap-hero-header .wrap-hero-links a .arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 121, resources/assets/styles/templates/_experiences.scss */

.intro-experiences {
  margin-bottom: 55px;
  padding: 0;
}

@media only screen and (min-width: 769px) {
  /* line 121, resources/assets/styles/templates/_experiences.scss */

  .intro-experiences {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 121, resources/assets/styles/templates/_experiences.scss */

  .intro-experiences {
    margin-bottom: 120px;
    padding: 0 70px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 121, resources/assets/styles/templates/_experiences.scss */

  .intro-experiences {
    padding: 0 140px;
  }
}

/* line 138, resources/assets/styles/templates/_experiences.scss */

.intro-experiences .intro-container {
  padding: 0 30px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 138, resources/assets/styles/templates/_experiences.scss */

  .intro-experiences .intro-container {
    padding: 0;
    max-width: 700px;
    margin: 0 auto;
  }
}

/* line 148, resources/assets/styles/templates/_experiences.scss */

.intro-experiences .intro-container h2 {
  max-width: 80%;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  /* line 148, resources/assets/styles/templates/_experiences.scss */

  .intro-experiences .intro-container h2 {
    max-width: 100%;
    margin-top: 0.83em;
  }
}

/* line 158, resources/assets/styles/templates/_experiences.scss */

.intro-experiences .intro-container p {
  margin-bottom: 35px;
}

@media only screen and (min-width: 550px) {
  /* line 158, resources/assets/styles/templates/_experiences.scss */

  .intro-experiences .intro-container p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 158, resources/assets/styles/templates/_experiences.scss */

  .intro-experiences .intro-container p {
    max-width: 100%;
  }
}

/* line 177, resources/assets/styles/templates/_experiences.scss */

.list-experiences .wrap-experiences-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 55px 0;
}

@media only screen and (min-width: 550px) {
  /* line 177, resources/assets/styles/templates/_experiences.scss */

  .list-experiences .wrap-experiences-list {
    padding: 0 50px 100px 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 177, resources/assets/styles/templates/_experiences.scss */

  .list-experiences .wrap-experiences-list {
    padding: 0 140px 140px 140px;
  }
}

/* line 190, resources/assets/styles/templates/_experiences.scss */

.list-experiences .wrap-experiences-list .image {
  width: 100%;
}

/* line 193, resources/assets/styles/templates/_experiences.scss */

.list-experiences .wrap-experiences-list .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 199, resources/assets/styles/templates/_experiences.scss */

.list-experiences .wrap-experiences-list .type-item {
  position: relative;
  width: 50%;
}

@media only screen and (min-width: 769px) {
  /* line 199, resources/assets/styles/templates/_experiences.scss */

  .list-experiences .wrap-experiences-list .type-item {
    width: 33.33%;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 199, resources/assets/styles/templates/_experiences.scss */

  .list-experiences .wrap-experiences-list .type-item {
    width: 25%;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 211, resources/assets/styles/templates/_experiences.scss */

  .list-experiences .wrap-experiences-list .type-item.all-type-item {
    width: 100%;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 216, resources/assets/styles/templates/_experiences.scss */

  .list-experiences .wrap-experiences-list .type-item.all-type-item .image:before {
    padding-top: 25%;
  }
}

/* line 224, resources/assets/styles/templates/_experiences.scss */

.list-experiences .wrap-experiences-list .type-item .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.list-experiences .wrap-experiences-list .type-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.list-experiences .wrap-experiences-list .type-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 229, resources/assets/styles/templates/_experiences.scss */

.list-experiences .wrap-experiences-list .wrap-title {
  color: #fff;
  font-family: "Nocturne", serif;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  padding: 20px;
  z-index: 1;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.list-experiences .wrap-experiences-list .wrap-title {
  font-size: 20px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .list-experiences .wrap-experiences-list .wrap-title {
    font-size: calc( 20px + 5 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .list-experiences .wrap-experiences-list .wrap-title {
    font-size: 25px;
  }
}

/* line 240, resources/assets/styles/templates/_experiences.scss */

.list-experiences .wrap-experiences-list .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%);
  opacity: 0.65;
  z-index: 0;
}

/* line 255, resources/assets/styles/templates/_experiences.scss */

.wrap-client-says-experiences {
  padding-top: 60px;
  margin-top: 10px;
  background-color: #f3f2ee;
}

@media only screen and (min-width: 769px) {
  /* line 255, resources/assets/styles/templates/_experiences.scss */

  .wrap-client-says-experiences {
    background-color: transparent;
    padding-top: 0px;
    margin-top: 0px;
  }
}

/* line 266, resources/assets/styles/templates/_experiences.scss */

.wrap-client-says-experiences .clients-say-destinations {
  padding: 0 30px 150px 30px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 266, resources/assets/styles/templates/_experiences.scss */

  .wrap-client-says-experiences .clients-say-destinations {
    padding: 0 100px 250px 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 266, resources/assets/styles/templates/_experiences.scss */

  .wrap-client-says-experiences .clients-say-destinations {
    padding: 0 100px 370px 100px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 266, resources/assets/styles/templates/_experiences.scss */

  .wrap-client-says-experiences .clients-say-destinations {
    padding: 0 140px 370px 140px;
  }
}

/* line 287, resources/assets/styles/templates/_experiences.scss */

.wrap-client-says-experiences .clients-say-destinations .wrap-quote-and-author {
  position: relative;
  margin: 40px auto 10px auto;
}

@media only screen and (min-width: 769px) {
  /* line 287, resources/assets/styles/templates/_experiences.scss */

  .wrap-client-says-experiences .clients-say-destinations .wrap-quote-and-author {
    margin: 60px auto 30px;
  }
}

/* line 295, resources/assets/styles/templates/_experiences.scss */

.wrap-client-says-experiences .clients-say-destinations .wrap-quote-and-author .quote-author {
  font-size: 26px;
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
}

/* line 302, resources/assets/styles/templates/_experiences.scss */

.wrap-client-says-experiences .clients-say-destinations .wrap-quote-and-author .wrap-quote-top {
  position: absolute;
  top: -40px;
  left: 0;
}

@media only screen and (min-width: 769px) {
  /* line 302, resources/assets/styles/templates/_experiences.scss */

  .wrap-client-says-experiences .clients-say-destinations .wrap-quote-and-author .wrap-quote-top {
    top: -40px;
    left: -40px;
  }
}

/* line 313, resources/assets/styles/templates/_experiences.scss */

.wrap-client-says-experiences .clients-say-destinations .wrap-quote-and-author .wrap-quote-bottom {
  position: absolute;
  bottom: 30px;
  right: 0;
}

@media only screen and (min-width: 769px) {
  /* line 313, resources/assets/styles/templates/_experiences.scss */

  .wrap-client-says-experiences .clients-say-destinations .wrap-quote-and-author .wrap-quote-bottom {
    bottom: 30px;
    right: -40px;
  }
}

/* line 325, resources/assets/styles/templates/_experiences.scss */

.wrap-client-says-experiences .clients-say-destinations .wrap-carousel {
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (min-width: 769px) {
  /* line 325, resources/assets/styles/templates/_experiences.scss */

  .wrap-client-says-experiences .clients-say-destinations .wrap-carousel {
    width: calc(75% + 120px);
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 325, resources/assets/styles/templates/_experiences.scss */

  .wrap-client-says-experiences .clients-say-destinations .wrap-carousel {
    width: calc(50% + 120px);
    margin: 0 auto;
  }
}

/* line 340, resources/assets/styles/templates/_experiences.scss */

.wrap-client-says-experiences .clients-say-destinations .wrap-carousel .swiper-container-destinations-clients-say .swiper-wrapper {
  height: auto;
}

/* line 343, resources/assets/styles/templates/_experiences.scss */

.wrap-client-says-experiences .clients-say-destinations .wrap-carousel .swiper-container-destinations-clients-say .swiper-wrapper .swiper-slide {
  position: relative;
}

/* line 350, resources/assets/styles/templates/_experiences.scss */

.wrap-client-says-experiences .clients-say-destinations .wrap-nav {
  display: flex;
  justify-content: center;
  z-index: 10;
}

@media only screen and (min-width: 769px) {
  /* line 350, resources/assets/styles/templates/_experiences.scss */

  .wrap-client-says-experiences .clients-say-destinations .wrap-nav {
    margin-top: 0;
  }
}

/* line 359, resources/assets/styles/templates/_experiences.scss */

.wrap-client-says-experiences .clients-say-destinations .wrap-nav .swiper-clients-say-button-prev,
.wrap-client-says-experiences .clients-say-destinations .wrap-nav .swiper-clients-say-button-next {
  position: relative;
  height: 55px;
  width: 55px;
  margin: 0 10px;
  border: 1px solid #613842;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 370, resources/assets/styles/templates/_experiences.scss */

.wrap-client-says-experiences .clients-say-destinations .wrap-nav .swiper-clients-say-button-prev:hover,
.wrap-client-says-experiences .clients-say-destinations .wrap-nav .swiper-clients-say-button-next:hover {
  transform: scale(0.85);
}

/* line 374, resources/assets/styles/templates/_experiences.scss */

.wrap-client-says-experiences .clients-say-destinations .wrap-nav .swiper-clients-say-button-prev svg,
.wrap-client-says-experiences .clients-say-destinations .wrap-nav .swiper-clients-say-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.5px;
}

/* line 388, resources/assets/styles/templates/_experiences.scss */

.bottom-image-experiences {
  position: absolute;
  bottom: -5%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  display: none;
}

@media only screen and (min-width: 769px) {
  /* line 388, resources/assets/styles/templates/_experiences.scss */

  .bottom-image-experiences {
    display: block;
  }
}

/* line 401, resources/assets/styles/templates/_experiences.scss */

.bottom-image-experiences .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(250, 249, 246, 0) 0%, #faf9f6 100%);
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  /* line 401, resources/assets/styles/templates/_experiences.scss */

  .bottom-image-experiences .gradient-overlay {
    height: 200px;
  }
}

/* line 415, resources/assets/styles/templates/_experiences.scss */

.bottom-image-experiences .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.bottom-image-experiences .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 95.24439%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.bottom-image-experiences .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 419, resources/assets/styles/templates/_experiences.scss */

.bottom-image-experiences .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 1, resources/assets/styles/templates/_all-experiences.scss */

.wrapper-all-experiences-landing {
  position: relative;
  width: 100%;
}

/* line 8, resources/assets/styles/templates/_all-experiences.scss */

.hero-all-experiences {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow-x: hidden;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1034px) {
  /* line 8, resources/assets/styles/templates/_all-experiences.scss */

  .hero-all-experiences {
    margin-bottom: 30px;
  }
}

/* line 19, resources/assets/styles/templates/_all-experiences.scss */

.hero-all-experiences .wrap-fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

/* line 28, resources/assets/styles/templates/_all-experiences.scss */

.hero-all-experiences .wrap-fullscreen-image .image {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.hero-all-experiences .wrap-fullscreen-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 157.33333%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.hero-all-experiences .wrap-fullscreen-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 28, resources/assets/styles/templates/_all-experiences.scss */

  .hero-all-experiences .wrap-fullscreen-image .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .hero-all-experiences .wrap-fullscreen-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .hero-all-experiences .wrap-fullscreen-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 37, resources/assets/styles/templates/_all-experiences.scss */

.hero-all-experiences .wrap-fullscreen-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 44, resources/assets/styles/templates/_all-experiences.scss */

.hero-all-experiences .dark-overlay-hero {
  opacity: 0;
}

/* line 48, resources/assets/styles/templates/_all-experiences.scss */

.hero-all-experiences .wrap-hero-header {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #fff;
}

@media only screen and (min-width: 550px) {
  /* line 48, resources/assets/styles/templates/_all-experiences.scss */

  .hero-all-experiences .wrap-hero-header {
    left: 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 48, resources/assets/styles/templates/_all-experiences.scss */

  .hero-all-experiences .wrap-hero-header {
    left: 16.52%;
  }
}

/* line 63, resources/assets/styles/templates/_all-experiences.scss */

.hero-all-experiences .wrap-hero-header h1 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  max-width: 650px;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-all-experiences .wrap-hero-header h1 {
  font-size: 42px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-all-experiences .wrap-hero-header h1 {
    font-size: calc( 42px + 33 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-all-experiences .wrap-hero-header h1 {
    font-size: 75px;
  }
}

/* line 75, resources/assets/styles/templates/_all-experiences.scss */

.intro-all-experiences-landing {
  margin-bottom: 55px;
  padding: 0 30px;
}

@media only screen and (min-width: 550px) {
  /* line 75, resources/assets/styles/templates/_all-experiences.scss */

  .intro-all-experiences-landing {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 75, resources/assets/styles/templates/_all-experiences.scss */

  .intro-all-experiences-landing {
    margin-bottom: 120px;
    padding: 0 70px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 75, resources/assets/styles/templates/_all-experiences.scss */

  .intro-all-experiences-landing {
    padding: 0 140px;
  }
}

/* line 92, resources/assets/styles/templates/_all-experiences.scss */

.intro-all-experiences-landing .intro-container {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 92, resources/assets/styles/templates/_all-experiences.scss */

  .intro-all-experiences-landing .intro-container {
    max-width: 750px;
    margin: 0 auto;
  }
}

/* line 99, resources/assets/styles/templates/_all-experiences.scss */

.intro-all-experiences-landing .intro-container h2 {
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  /* line 99, resources/assets/styles/templates/_all-experiences.scss */

  .intro-all-experiences-landing .intro-container h2 {
    margin-top: 0.83em;
  }
}

/* line 107, resources/assets/styles/templates/_all-experiences.scss */

.intro-all-experiences-landing .intro-container p {
  margin-bottom: 35px;
}

/* line 117, resources/assets/styles/templates/_all-experiences.scss */

.filters-taxonomy-type-landing .filter-title {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  text-align: center;
  margin-bottom: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.filters-taxonomy-type-landing .filter-title {
  font-size: 24px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .filter-title {
    font-size: calc( 24px + 6 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .filter-title {
    font-size: 30px;
  }
}

/* line 125, resources/assets/styles/templates/_all-experiences.scss */

.filters-taxonomy-type-landing .filter-title span {
  font-size: 16px;
}

/* line 130, resources/assets/styles/templates/_all-experiences.scss */

.filters-taxonomy-type-landing .wrap-sort-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 35px 0 100px 0;
}

/* line 137, resources/assets/styles/templates/_all-experiences.scss */

.filters-taxonomy-type-landing .wrap-sort-buttons .facetwp-facet-news_and_press_cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* line 143, resources/assets/styles/templates/_all-experiences.scss */

.filters-taxonomy-type-landing .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio {
  font-family: "Nocturne", serif;
  font-weight: 300;
  text-align: center;
  color: #613842;
  background: transparent;
  border: 1px solid #d3d3d3;
  display: inline-block;
  width: 177px;
  padding: 14px 0;
  margin-bottom: 0;
  margin-right: 23px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/* line 158, resources/assets/styles/templates/_all-experiences.scss */

.filters-taxonomy-type-landing .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio:last-child {
  margin-right: 0;
}

/* line 162, resources/assets/styles/templates/_all-experiences.scss */

.filters-taxonomy-type-landing .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio:hover {
  background: #613842;
  color: #fff;
  border: 1px solid #613842;
}

/* line 168, resources/assets/styles/templates/_all-experiences.scss */

.filters-taxonomy-type-landing .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio.checked {
  background: #613842;
  color: #fff;
  border: 1px solid #613842;
}

/* line 178, resources/assets/styles/templates/_all-experiences.scss */

.wrap-news-pagination {
  padding: 115px 0 145px 0;
  text-align: center;
  font-family: "Nocturne", serif;
  font-weight: 300;
}

/* line 184, resources/assets/styles/templates/_all-experiences.scss */

.wrap-news-pagination .facetwp-page {
  height: 56px;
  width: 56px;
  font-size: 14px;
  padding: 10px;
  line-height: 40px;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  margin-right: 0;
}

/* line 193, resources/assets/styles/templates/_all-experiences.scss */

.wrap-news-pagination .facetwp-page:hover {
  background-color: #613842;
  color: #fff;
}

/* line 198, resources/assets/styles/templates/_all-experiences.scss */

.wrap-news-pagination .facetwp-page.active {
  font-weight: 300;
  padding: 10px;
  color: #fff;
  background-color: #613842;
}

/* line 205, resources/assets/styles/templates/_all-experiences.scss */

.wrap-news-pagination .facetwp-page.next {
  margin-left: 45px;
  width: auto;
  padding: 10px 20px;
}

/* line 211, resources/assets/styles/templates/_all-experiences.scss */

.wrap-news-pagination .facetwp-page.prev {
  margin-right: 45px;
  width: auto;
  padding: 10px 20px;
}

/* line 222, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 120px 0;
}

@media only screen and (min-width: 550px) {
  /* line 222, resources/assets/styles/templates/_all-experiences.scss */

  .all-experiences-list .wrap-experiences-list {
    padding: 0 50px 120px 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 222, resources/assets/styles/templates/_all-experiences.scss */

  .all-experiences-list .wrap-experiences-list {
    padding: 0 140px 140px 140px;
    width: calc(100% + 20px);
  }
}

/* line 237, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .image {
  width: 100%;
  height: 100%;
}

/* line 241, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 247, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .experience-item {
  position: relative;
  width: calc( 50% - 1px);
  margin-bottom: 2px;
  margin-right: 2px;
}

/* line 253, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .experience-item:nth-child(2n+1) {
  margin-right: 0;
}

/* line 261, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .experience-item:nth-child(2n+11) {
  margin-right: 2px;
}

/* line 265, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .experience-item:nth-child(2n+12) {
  margin-right: 0;
}

/* line 269, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .experience-item .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.all-experiences-list .wrap-experiences-list .experience-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 130.64516%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.all-experiences-list .wrap-experiences-list .experience-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 273, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .experience-item:nth-child(9n+1) {
  width: 100%;
  margin-right: 0;
}

/* line 276, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .experience-item:nth-child(9n+1) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.all-experiences-list .wrap-experiences-list .experience-item:nth-child(9n+1) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 63.2%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.all-experiences-list .wrap-experiences-list .experience-item:nth-child(9n+1) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 247, resources/assets/styles/templates/_all-experiences.scss */

  .all-experiences-list .wrap-experiences-list .experience-item {
    width: calc( 25% - 20px);
    margin-bottom: 20px;
    margin-right: 20px;
  }

  /* line 286, resources/assets/styles/templates/_all-experiences.scss */

  .all-experiences-list .wrap-experiences-list .experience-item:nth-child(2n+1) {
    margin-right: 20px;
  }

  /* line 290, resources/assets/styles/templates/_all-experiences.scss */

  .all-experiences-list .wrap-experiences-list .experience-item:nth-child(8n+1) {
    width: calc( 25% - 20px);
    margin-right: 20px;
  }

  /* line 295, resources/assets/styles/templates/_all-experiences.scss */

  .all-experiences-list .wrap-experiences-list .experience-item:nth-child(2n+12) {
    margin-right: 20px;
  }

  /* line 299, resources/assets/styles/templates/_all-experiences.scss */

  .all-experiences-list .wrap-experiences-list .experience-item:nth-child(9n+1) {
    width: calc( 25% - 20px);
    margin-bottom: 20px;
    margin-right: 20px;
  }

  /* line 305, resources/assets/styles/templates/_all-experiences.scss */

  .all-experiences-list .wrap-experiences-list .experience-item:nth-child(7n+3) {
    margin-right: 0;
  }

  /* line 309, resources/assets/styles/templates/_all-experiences.scss */

  .all-experiences-list .wrap-experiences-list .experience-item:nth-child(14n+1) {
    width: calc(50% - 19px);
  }

  /* line 311, resources/assets/styles/templates/_all-experiences.scss */

  .all-experiences-list .wrap-experiences-list .experience-item:nth-child(14n+1) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .all-experiences-list .wrap-experiences-list .experience-item:nth-child(14n+1) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 63.28671%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .all-experiences-list .wrap-experiences-list .experience-item:nth-child(14n+1) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /* line 316, resources/assets/styles/templates/_all-experiences.scss */

  .all-experiences-list .wrap-experiences-list .experience-item:nth-child(14n+10) {
    width: calc(50% - 19px);
  }

  /* line 318, resources/assets/styles/templates/_all-experiences.scss */

  .all-experiences-list .wrap-experiences-list .experience-item:nth-child(14n+10) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .all-experiences-list .wrap-experiences-list .experience-item:nth-child(14n+10) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 63.28671%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .all-experiences-list .wrap-experiences-list .experience-item:nth-child(14n+10) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 325, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .wrap-taxos {
  position: absolute;
  top: 15px;
  left: 20px;
  width: auto;
  height: 20px;
  z-index: 2;
}

@media only screen and (max-width: 450px) {
  /* line 325, resources/assets/styles/templates/_all-experiences.scss */

  .all-experiences-list .wrap-experiences-list .wrap-taxos {
    max-width: 65%;
  }
}

/* line 337, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .wrap-taxos p {
  margin: 0;
  display: flex;
  font-family: "Tisa", serif;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 450px) {
  /* line 337, resources/assets/styles/templates/_all-experiences.scss */

  .all-experiences-list .wrap-experiences-list .wrap-taxos p {
    flex-direction: column;
  }
}

/* line 350, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .wrap-taxos span {
  display: inline;
  text-transform: capitalize;
}

/* line 354, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .wrap-taxos span:first-child {
  margin-right: 5px;
}

@media only screen and (max-width: 450px) {
  /* line 354, resources/assets/styles/templates/_all-experiences.scss */

  .all-experiences-list .wrap-experiences-list .wrap-taxos span:first-child {
    margin-right: 0;
  }
}

/* line 362, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .wrap-taxos span:last-child {
  margin-left: 5px;
}

@media only screen and (max-width: 450px) {
  /* line 362, resources/assets/styles/templates/_all-experiences.scss */

  .all-experiences-list .wrap-experiences-list .wrap-taxos span:last-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 450px) {
  /* line 370, resources/assets/styles/templates/_all-experiences.scss */

  .all-experiences-list .wrap-experiences-list .wrap-taxos span.divider {
    display: none;
  }
}

/* line 378, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .wrap-add-to-wishlist-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 15px solid transparent;
  box-sizing: content-box;
}

/* line 388, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .experience-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  z-index: 5;
}

/* line 397, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .experience-info h3 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  margin: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.all-experiences-list .wrap-experiences-list .experience-info h3 {
  font-size: 18px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .all-experiences-list .wrap-experiences-list .experience-info h3 {
    font-size: calc( 18px + 7 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .all-experiences-list .wrap-experiences-list .experience-info h3 {
    font-size: 25px;
  }
}

/* line 404, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .experience-info h5 {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  margin: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.all-experiences-list .wrap-experiences-list .experience-info h5 {
  font-size: 12px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .all-experiences-list .wrap-experiences-list .experience-info h5 {
    font-size: calc( 12px + 5 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .all-experiences-list .wrap-experiences-list .experience-info h5 {
    font-size: 17px;
  }
}

/* line 412, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .dark-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* line 422, resources/assets/styles/templates/_all-experiences.scss */

.all-experiences-list .wrap-experiences-list .gradient-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

/* line 436, resources/assets/styles/templates/_all-experiences.scss */

.bottom-image-destinations {
  position: absolute;
  bottom: -17.5%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

/* line 444, resources/assets/styles/templates/_all-experiences.scss */

.bottom-image-destinations .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(250, 249, 246, 0) 0%, #faf9f6 100%);
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  /* line 444, resources/assets/styles/templates/_all-experiences.scss */

  .bottom-image-destinations .gradient-overlay {
    height: 200px;
  }
}

/* line 466, resources/assets/styles/templates/_all-experiences.scss */

.bottom-image-destinations .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.bottom-image-destinations .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 95.24439%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.bottom-image-destinations .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 470, resources/assets/styles/templates/_all-experiences.scss */

.bottom-image-destinations .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 479, resources/assets/styles/templates/_all-experiences.scss */

.about-all-experiences {
  padding: 0 0 100px 0;
}

@media only screen and (min-width: 550px) {
  /* line 479, resources/assets/styles/templates/_all-experiences.scss */

  .about-all-experiences {
    padding: 0 0 120px 0;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 479, resources/assets/styles/templates/_all-experiences.scss */

  .about-all-experiences {
    padding: 0 0 100px 0;
  }
}

/* line 1, resources/assets/styles/templates/_private-rentals.scss */

.wrapper-private-rentals-landing {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}

@media only screen and (min-width: 769px) {
  /* line 1, resources/assets/styles/templates/_private-rentals.scss */

  .wrapper-private-rentals-landing {
    padding-bottom: 150px;
  }
}

/* line 13, resources/assets/styles/templates/_private-rentals.scss */

.hero-private-rentals {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow-x: hidden;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1034px) {
  /* line 13, resources/assets/styles/templates/_private-rentals.scss */

  .hero-private-rentals {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 13, resources/assets/styles/templates/_private-rentals.scss */

  .hero-private-rentals {
    margin-bottom: 85px;
  }
}

/* line 28, resources/assets/styles/templates/_private-rentals.scss */

.hero-private-rentals .wrap-fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

/* line 37, resources/assets/styles/templates/_private-rentals.scss */

.hero-private-rentals .wrap-fullscreen-image .image {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.hero-private-rentals .wrap-fullscreen-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 157.33333%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.hero-private-rentals .wrap-fullscreen-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 37, resources/assets/styles/templates/_private-rentals.scss */

  .hero-private-rentals .wrap-fullscreen-image .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .hero-private-rentals .wrap-fullscreen-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .hero-private-rentals .wrap-fullscreen-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 46, resources/assets/styles/templates/_private-rentals.scss */

.hero-private-rentals .wrap-fullscreen-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 53, resources/assets/styles/templates/_private-rentals.scss */

.hero-private-rentals .dark-overlay-hero {
  opacity: 0;
}

/* line 57, resources/assets/styles/templates/_private-rentals.scss */

.hero-private-rentals .wrap-hero-header {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #fff;
}

@media only screen and (min-width: 550px) {
  /* line 57, resources/assets/styles/templates/_private-rentals.scss */

  .hero-private-rentals .wrap-hero-header {
    left: 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 57, resources/assets/styles/templates/_private-rentals.scss */

  .hero-private-rentals .wrap-hero-header {
    left: 16.52%;
  }
}

/* line 72, resources/assets/styles/templates/_private-rentals.scss */

.hero-private-rentals .wrap-hero-header h1 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  max-width: 650px;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-private-rentals .wrap-hero-header h1 {
  font-size: 42px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-private-rentals .wrap-hero-header h1 {
    font-size: calc( 42px + 33 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-private-rentals .wrap-hero-header h1 {
    font-size: 75px;
  }
}

/* line 84, resources/assets/styles/templates/_private-rentals.scss */

.intro-private-rentals-landing {
  margin-bottom: 55px;
  padding: 0 30px;
}

@media only screen and (min-width: 550px) {
  /* line 84, resources/assets/styles/templates/_private-rentals.scss */

  .intro-private-rentals-landing {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 84, resources/assets/styles/templates/_private-rentals.scss */

  .intro-private-rentals-landing {
    margin-bottom: 120px;
    padding: 0 70px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 84, resources/assets/styles/templates/_private-rentals.scss */

  .intro-private-rentals-landing {
    margin-bottom: 85px;
    padding: 0 140px;
  }
}

/* line 102, resources/assets/styles/templates/_private-rentals.scss */

.intro-private-rentals-landing .intro-container {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 102, resources/assets/styles/templates/_private-rentals.scss */

  .intro-private-rentals-landing .intro-container {
    max-width: 750px;
    margin: 0 auto;
  }
}

/* line 110, resources/assets/styles/templates/_private-rentals.scss */

.intro-private-rentals-landing .intro-container h2 {
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  /* line 110, resources/assets/styles/templates/_private-rentals.scss */

  .intro-private-rentals-landing .intro-container h2 {
    margin-top: 0.83em;
  }
}

/* line 118, resources/assets/styles/templates/_private-rentals.scss */

.intro-private-rentals-landing .intro-container p {
  margin-bottom: 35px;
}

/* line 127, resources/assets/styles/templates/_private-rentals.scss */

.filters-taxonomy-type-landing .filter-title-private-rentals {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.filters-taxonomy-type-landing .filter-title-private-rentals {
  font-size: 24px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .filter-title-private-rentals {
    font-size: calc( 24px + 6 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .filter-title-private-rentals {
    font-size: 30px;
  }
}

@media only screen and (min-width: 550px) {
  /* line 127, resources/assets/styles/templates/_private-rentals.scss */

  .filters-taxonomy-type-landing .filter-title-private-rentals {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 127, resources/assets/styles/templates/_private-rentals.scss */

  .filters-taxonomy-type-landing .filter-title-private-rentals {
    margin-bottom: 90px;
  }
}

/* line 147, resources/assets/styles/templates/_private-rentals.scss */

.filters-taxonomy-type-landing .filter-title-private-rentals span {
  font-size: 16px;
}

/* line 152, resources/assets/styles/templates/_private-rentals.scss */

.filters-taxonomy-type-landing .facetwp-facet-single_private_rentals_sort_by_type,
.filters-taxonomy-type-landing .facetwp-facet-single_private_rentals_sort_by_destination {
  margin: 5px 10px 0 10px;
}

/* line 155, resources/assets/styles/templates/_private-rentals.scss */

.filters-taxonomy-type-landing .facetwp-facet-single_private_rentals_sort_by_type .fs-label,
.filters-taxonomy-type-landing .facetwp-facet-single_private_rentals_sort_by_destination .fs-label {
  border-bottom: 2px solid #613842;
  padding: 0 !important;
}

@media only screen and (max-width: 769px) {
  /* line 162, resources/assets/styles/templates/_private-rentals.scss */

  .filters-taxonomy-type-landing .sort-select:last-child {
    width: 100%;
  }
}

/* line 168, resources/assets/styles/templates/_private-rentals.scss */

.filters-taxonomy-type-landing .sort-select .fs-wrap {
  width: auto;
}

/* line 172, resources/assets/styles/templates/_private-rentals.scss */

.filters-taxonomy-type-landing .sort-select .fs-label-wrap {
  font-family: "Nocturne", serif;
  color: #613842;
  font-weight: 500;
  border: 0;
  background-color: transparent;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.filters-taxonomy-type-landing .sort-select .fs-label-wrap {
  font-size: 26px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .sort-select .fs-label-wrap {
    font-size: calc( 26px + 10 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .sort-select .fs-label-wrap {
    font-size: 36px;
  }
}

/* line 181, resources/assets/styles/templates/_private-rentals.scss */

.filters-taxonomy-type-landing .sort-select .fs-dropdown {
  width: 180px;
}

@media only screen and (min-width: 769px) {
  /* line 181, resources/assets/styles/templates/_private-rentals.scss */

  .filters-taxonomy-type-landing .sort-select .fs-dropdown {
    width: 220px;
  }
}

/* line 189, resources/assets/styles/templates/_private-rentals.scss */

.filters-taxonomy-type-landing .sort-select .fs-label {
  border-bottom: 2px solid #613842;
  padding: 6px 8px;
}

/* line 194, resources/assets/styles/templates/_private-rentals.scss */

.filters-taxonomy-type-landing .sort-select .fs-search {
  display: none;
}

/* line 198, resources/assets/styles/templates/_private-rentals.scss */

.filters-taxonomy-type-landing .sort-select .fs-arrow {
  display: none;
}

/* line 202, resources/assets/styles/templates/_private-rentals.scss */

.filters-taxonomy-type-landing .sort-select .facetwp-counter {
  display: none;
}

/* line 206, resources/assets/styles/templates/_private-rentals.scss */

.filters-taxonomy-type-landing .sort-select .fs-options {
  max-height: 100%;
}

/* line 210, resources/assets/styles/templates/_private-rentals.scss */

.filters-taxonomy-type-landing .sort-select .fs-option {
  text-align: left;
  padding: 10px 15px;
  font-family: "Nocturne", serif;
  border-bottom: none;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.filters-taxonomy-type-landing .sort-select .fs-option {
  font-size: 15px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .sort-select .fs-option {
    font-size: calc( 15px + 5 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .sort-select .fs-option {
    font-size: 20px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 210, resources/assets/styles/templates/_private-rentals.scss */

  .filters-taxonomy-type-landing .sort-select .fs-option {
    padding: 15px 20px;
  }
}

/* line 221, resources/assets/styles/templates/_private-rentals.scss */

.filters-taxonomy-type-landing .sort-select .fs-option:hover {
  background-color: #faf9f6;
}

/* line 225, resources/assets/styles/templates/_private-rentals.scss */

.filters-taxonomy-type-landing .sort-select .fs-option.selected {
  background-color: #f3f2ee;
}

/* line 232, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 232, resources/assets/styles/templates/_private-rentals.scss */

  .refine-filters {
    width: auto;
  }
}

/* line 240, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .refine-button {
  position: relative;
  font-family: "Nocturne", serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 1px solid #646464;
  height: 50px;
  width: 180px;
  padding: 15px 47px 15px 27px;
  margin: 35px auto 0 auto;
  cursor: pointer;
  z-index: 11;
}

@media only screen and (min-width: 550px) {
  /* line 240, resources/assets/styles/templates/_private-rentals.scss */

  .refine-filters .refine-button {
    margin: 45px auto 0 auto;
  }
}

@media only screen and (min-width: 769px) {
  /* line 240, resources/assets/styles/templates/_private-rentals.scss */

  .refine-filters .refine-button {
    margin-left: 50px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 240, resources/assets/styles/templates/_private-rentals.scss */

  .refine-filters .refine-button {
    margin-left: 80px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 240, resources/assets/styles/templates/_private-rentals.scss */

  .refine-filters .refine-button {
    margin-left: 30px;
  }
}

/* line 273, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .refine-button svg {
  width: 19px;
  height: auto;
  margin-right: 17px;
}

/* line 279, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .refine-button p {
  margin: 0;
}

/* line 284, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-refine-filters {
  position: absolute;
  top: 99%;
  left: 50%;
  border-left: 1px solid #646464;
  border-right: 1px solid #646464;
  border-bottom: 1px solid #646464;
  max-height: 0;
  height: auto;
  width: 180px;
  overflow: hidden;
  background-color: #faf9f6;
  transform: translateX(-50%);
  z-index: 50;
  transition: max-height 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

@media only screen and (min-width: 769px) {
  /* line 284, resources/assets/styles/templates/_private-rentals.scss */

  .refine-filters .wrap-refine-filters {
    left: 50px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 284, resources/assets/styles/templates/_private-rentals.scss */

  .refine-filters .wrap-refine-filters {
    left: 80px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 284, resources/assets/styles/templates/_private-rentals.scss */

  .refine-filters .wrap-refine-filters {
    left: 120px;
  }
}

/* line 316, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-refine-filters.open {
  max-height: 1000px;
}

/* line 320, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-refine-filters .wrap-inner {
  padding: 15px 0 0 0;
}

/* line 325, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-bed-filter {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

/* line 332, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-bed-filter .facetwp-facet-number_of_bed {
  display: none;
}

/* line 336, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-bed-filter .filter-bed-text {
  font-family: "Nocturne", serif;
  font-weight: 300;
  font-size: 15px;
  width: 100%;
}

/* line 343, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-bed-filter .counter-output-bed {
  width: 41px;
  background-color: transparent;
  border: 0;
  text-align: center;
  font-family: "Nocturne", serif;
  font-weight: 100;
  font-size: 20px;
  pointer-events: none;
  transform: translateX(9px);
}

/* line 355, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-bed-filter button {
  width: 35px;
  height: 35px;
  background-color: #613842;
  border-radius: 50%;
  border: 0;
  color: #fff;
  font-family: "Gt", sans-serif;
  font-weight: 100;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 769px) {
  /* line 355, resources/assets/styles/templates/_private-rentals.scss */

  .refine-filters .wrap-bed-filter button {
    width: 28px;
    height: 28px;
    font-size: 30px;
  }
}

/* line 376, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-bed-filter button.counter-dec-bed span {
  transform: translateY(-1px);
}

/* line 381, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-bed-filter button span {
  font-weight: 100;
  font-size: 24px;
}

@media only screen and (min-width: 769px) {
  /* line 381, resources/assets/styles/templates/_private-rentals.scss */

  .refine-filters .wrap-bed-filter button span {
    font-size: 26px;
  }
}

/* line 392, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-capacity-filter {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

/* line 399, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-capacity-filter .facetwp-facet-max_capacity {
  display: none;
}

/* line 403, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-capacity-filter .filter-capacity-text {
  font-family: "Nocturne", serif;
  font-weight: 300;
  font-size: 15px;
  width: 100%;
}

/* line 410, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-capacity-filter .counter-output-capacity {
  width: 41px;
  background-color: transparent;
  border: 0;
  text-align: center;
  font-family: "Nocturne", serif;
  font-weight: 100;
  font-size: 20px;
  pointer-events: none;
  transform: translateX(9px);
}

/* line 422, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-capacity-filter button {
  width: 35px;
  height: 35px;
  background-color: #613842;
  border-radius: 50%;
  border: 0;
  color: #fff;
  font-family: "Gt", sans-serif;
  font-weight: 100;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 769px) {
  /* line 422, resources/assets/styles/templates/_private-rentals.scss */

  .refine-filters .wrap-capacity-filter button {
    width: 28px;
    height: 28px;
    font-size: 22px;
  }
}

/* line 443, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-capacity-filter button.counter-dec-capacity span {
  transform: translateY(-1px);
}

/* line 448, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-capacity-filter button span {
  font-weight: 100;
  font-size: 24px;
}

@media only screen and (min-width: 769px) {
  /* line 448, resources/assets/styles/templates/_private-rentals.scss */

  .refine-filters .wrap-capacity-filter button span {
    font-size: 26px;
  }
}

/* line 459, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-countries-filter {
  margin-top: 25px;
}

/* line 462, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-countries-filter .facetwp-facet-rentals_by_countries {
  display: none;
}

/* line 465, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-countries-filter .facetwp-facet-rentals_by_countries.active {
  display: block;
}

/* line 470, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-countries-filter .facetwp-radio {
  background: transparent;
  font-size: 16px;
  text-align: left;
  padding-left: 20px;
  height: 42px;
  line-height: 42px;
  margin-bottom: 0;
}

/* line 479, resources/assets/styles/templates/_private-rentals.scss */

.refine-filters .wrap-countries-filter .facetwp-radio.checked {
  background-color: #f3f2ee;
}

/* line 486, resources/assets/styles/templates/_private-rentals.scss */

.wrap-news-pagination {
  padding: 115px 0 145px 0;
  text-align: center;
  font-family: "Nocturne", serif;
  font-weight: 300;
}

/* line 492, resources/assets/styles/templates/_private-rentals.scss */

.wrap-news-pagination .facetwp-page {
  height: 56px;
  width: 56px;
  font-size: 14px;
  padding: 10px;
  line-height: 40px;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  margin-right: 0;
}

/* line 501, resources/assets/styles/templates/_private-rentals.scss */

.wrap-news-pagination .facetwp-page:hover {
  background-color: #613842;
  color: #fff;
}

/* line 506, resources/assets/styles/templates/_private-rentals.scss */

.wrap-news-pagination .facetwp-page.active {
  font-weight: 300;
  padding: 10px;
  color: #fff;
  background-color: #613842;
}

/* line 513, resources/assets/styles/templates/_private-rentals.scss */

.wrap-news-pagination .facetwp-page.next {
  margin-left: 45px;
  width: auto;
  padding: 10px 20px;
}

/* line 519, resources/assets/styles/templates/_private-rentals.scss */

.wrap-news-pagination .facetwp-page.prev {
  margin-right: 45px;
  width: auto;
  padding: 10px 20px;
}

/* line 530, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 60px 0;
}

@media only screen and (min-width: 550px) {
  /* line 530, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list {
    padding: 0 50px 80px 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 530, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list {
    padding: 0 140px 140px 140px;
  }
}

@media only screen and (min-width: 1640px) {
  /* line 530, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list {
    max-width: calc(1640px + 280px);
    margin: 0 auto;
  }
}

/* line 549, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .image {
  width: 100%;
  height: 100%;
}

/* line 553, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 559, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .rental-item {
  position: relative;
  width: calc(50% - 1px);
  margin-bottom: 2px;
  margin-right: 2px;
}

/* line 565, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .rental-item:nth-child(2n + 1) {
  margin-right: 0;
}

/* line 573, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .rental-item:nth-child(2n + 11) {
  margin-right: 2px;
}

/* line 577, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .rental-item:nth-child(2n + 12) {
  margin-right: 0;
}

/* line 581, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .rental-item .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.all-rentals-list .wrap-rentals-list .rental-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 130.64516%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.all-rentals-list .wrap-rentals-list .rental-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 585, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .rental-item:nth-child(9n + 1) {
  width: 100%;
  margin-right: 0;
}

/* line 588, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .rental-item:nth-child(9n + 1) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.all-rentals-list .wrap-rentals-list .rental-item:nth-child(9n + 1) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 63.2%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.all-rentals-list .wrap-rentals-list .rental-item:nth-child(9n + 1) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 559, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list .rental-item {
    width: calc(25% - 20px);
    margin-bottom: 20px;
    margin-right: 20px;
  }

  /* line 598, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list .rental-item:nth-child(2n + 1) {
    margin-right: 20px;
  }

  /* line 602, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list .rental-item:nth-child(8n + 1) {
    width: calc(25% - 20px);
    margin-right: 20px;
  }

  /* line 607, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list .rental-item:nth-child(2n + 12) {
    margin-right: 20px;
  }

  /* line 611, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list .rental-item:nth-child(9n + 1) {
    width: calc(25% - 20px);
    margin-bottom: 20px;
    margin-right: 20px;
  }

  /* line 617, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list .rental-item:nth-child(7n + 3) {
    margin-right: 0;
  }

  /* line 621, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list .rental-item:nth-child(14n + 1) {
    width: calc(50% - 19px);
  }

  /* line 623, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list .rental-item:nth-child(14n + 1) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .all-rentals-list .wrap-rentals-list .rental-item:nth-child(14n + 1) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 63.28671%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .all-rentals-list .wrap-rentals-list .rental-item:nth-child(14n + 1) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /* line 628, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list .rental-item:nth-child(14n + 10) {
    width: calc(50% - 19px);
  }

  /* line 630, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list .rental-item:nth-child(14n + 10) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .all-rentals-list .wrap-rentals-list .rental-item:nth-child(14n + 10) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 63.28671%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .all-rentals-list .wrap-rentals-list .rental-item:nth-child(14n + 10) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 637, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .wrap-taxos {
  position: absolute;
  top: 15px;
  left: 20px;
  width: auto;
  height: 20px;
  z-index: 10;
}

@media only screen and (max-width: 450px) {
  /* line 637, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list .wrap-taxos {
    max-width: 65%;
  }
}

/* line 649, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .wrap-taxos p {
  margin: 0;
  display: flex;
  font-family: "Tisa", serif;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.all-rentals-list .wrap-rentals-list .wrap-taxos p {
  font-size: 13px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .all-rentals-list .wrap-rentals-list .wrap-taxos p {
    font-size: calc( 13px + 2 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .all-rentals-list .wrap-rentals-list .wrap-taxos p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 450px) {
  /* line 649, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list .wrap-taxos p {
    flex-direction: column;
  }
}

/* line 663, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .wrap-taxos span {
  display: inline;
  text-transform: capitalize;
}

/* line 667, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .wrap-taxos span:first-child {
  margin-right: 5px;
}

@media only screen and (max-width: 450px) {
  /* line 667, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list .wrap-taxos span:first-child {
    margin-right: 0;
  }
}

/* line 675, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .wrap-taxos span:last-child {
  margin-left: 5px;
}

@media only screen and (max-width: 450px) {
  /* line 675, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list .wrap-taxos span:last-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 450px) {
  /* line 683, resources/assets/styles/templates/_private-rentals.scss */

  .all-rentals-list .wrap-rentals-list .wrap-taxos span.divider {
    display: none;
  }
}

/* line 691, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .wrap-add-to-wishlist-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 15px solid transparent;
  box-sizing: content-box;
  z-index: 20;
}

/* line 702, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .experience-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  z-index: 2;
}

/* line 711, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .experience-info h3 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  margin: 0 0 5px 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.all-rentals-list .wrap-rentals-list .experience-info h3 {
  font-size: 18px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .all-rentals-list .wrap-rentals-list .experience-info h3 {
    font-size: calc( 18px + 7 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .all-rentals-list .wrap-rentals-list .experience-info h3 {
    font-size: 25px;
  }
}

/* line 718, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .experience-info h5 {
  font-family: "Gt", sans-serif;
  font-weight: 100;
  margin: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.all-rentals-list .wrap-rentals-list .experience-info h5 {
  font-size: 12px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .all-rentals-list .wrap-rentals-list .experience-info h5 {
    font-size: calc( 12px + 4 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .all-rentals-list .wrap-rentals-list .experience-info h5 {
    font-size: 16px;
  }
}

/* line 726, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .dark-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* line 736, resources/assets/styles/templates/_private-rentals.scss */

.all-rentals-list .wrap-rentals-list .gradient-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

/* line 1, resources/assets/styles/templates/_plan-your-journey.scss */

.wrapper-plan-your-journey {
  position: relative;
  width: 100%;
  padding-bottom: 90px;
}

@media only screen and (min-width: 550px) {
  /* line 1, resources/assets/styles/templates/_plan-your-journey.scss */

  .wrapper-plan-your-journey {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 1, resources/assets/styles/templates/_plan-your-journey.scss */

  .wrapper-plan-your-journey {
    padding-bottom: 150px;
  }
}

/* line 17, resources/assets/styles/templates/_plan-your-journey.scss */

.hero-plan-your-journey {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow-x: hidden;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1034px) {
  /* line 17, resources/assets/styles/templates/_plan-your-journey.scss */

  .hero-plan-your-journey {
    margin-bottom: 30px;
  }
}

/* line 28, resources/assets/styles/templates/_plan-your-journey.scss */

.hero-plan-your-journey .wrap-fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 36, resources/assets/styles/templates/_plan-your-journey.scss */

.hero-plan-your-journey .wrap-fullscreen-image .image {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.hero-plan-your-journey .wrap-fullscreen-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 157.33333%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.hero-plan-your-journey .wrap-fullscreen-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 36, resources/assets/styles/templates/_plan-your-journey.scss */

  .hero-plan-your-journey .wrap-fullscreen-image .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .hero-plan-your-journey .wrap-fullscreen-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .hero-plan-your-journey .wrap-fullscreen-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 45, resources/assets/styles/templates/_plan-your-journey.scss */

.hero-plan-your-journey .wrap-fullscreen-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 52, resources/assets/styles/templates/_plan-your-journey.scss */

.hero-plan-your-journey .wrap-hero-header {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #fff;
}

@media only screen and (min-width: 769px) {
  /* line 52, resources/assets/styles/templates/_plan-your-journey.scss */

  .hero-plan-your-journey .wrap-hero-header {
    left: 16.52%;
  }
}

/* line 63, resources/assets/styles/templates/_plan-your-journey.scss */

.hero-plan-your-journey .wrap-hero-header h1 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  max-width: 650px;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-plan-your-journey .wrap-hero-header h1 {
  font-size: 42px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-plan-your-journey .wrap-hero-header h1 {
    font-size: calc( 42px + 33 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-plan-your-journey .wrap-hero-header h1 {
    font-size: 75px;
  }
}

/* line 74, resources/assets/styles/templates/_plan-your-journey.scss */

.intro-plan-your-journey {
  margin-bottom: 55px;
  padding: 0 30px;
}

@media only screen and (min-width: 1034px) {
  /* line 74, resources/assets/styles/templates/_plan-your-journey.scss */

  .intro-plan-your-journey {
    margin-bottom: 120px;
    padding: 0 70px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 74, resources/assets/styles/templates/_plan-your-journey.scss */

  .intro-plan-your-journey {
    padding: 0 140px;
  }
}

/* line 87, resources/assets/styles/templates/_plan-your-journey.scss */

.intro-plan-your-journey .intro-container {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 87, resources/assets/styles/templates/_plan-your-journey.scss */

  .intro-plan-your-journey .intro-container {
    max-width: 750px;
    margin: 0 auto;
  }
}

/* line 95, resources/assets/styles/templates/_plan-your-journey.scss */

.intro-plan-your-journey .intro-container h2 {
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  /* line 95, resources/assets/styles/templates/_plan-your-journey.scss */

  .intro-plan-your-journey .intro-container h2 {
    margin-top: 0.83em;
  }
}

/* line 103, resources/assets/styles/templates/_plan-your-journey.scss */

.intro-plan-your-journey .intro-container p {
  margin-bottom: 35px;
}

/* line 111, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form {
  padding: 0;
}

@media only screen and (min-width: 550px) {
  /* line 111, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 111, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form {
    padding: 0 140px 70px 140px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 111, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form {
    padding: 0 200px 100px 200px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 111, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form {
    padding: 0 240px 100px 240px;
  }
}

/* line 130, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form {
  padding: 30px;
  background-color: #fff;
  font-family: "Nocturne", serif;
  font-weight: 300;
  box-shadow: 0 0 59px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 769px) {
  /* line 130, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form {
    padding: 40px 50px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 130, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form {
    padding: 60px 70px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 130, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form {
    padding: 80px 100px;
  }
}

/* line 150, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .gsection {
  color: #613842;
  border-bottom: 0;
}

/* line 154, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .gsection h2 {
  font-weight: 300;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.plan-your-journey-form .wrap-form form .gsection h2 {
  font-size: 22px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .plan-your-journey-form .wrap-form form .gsection h2 {
    font-size: calc( 22px + 10 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .plan-your-journey-form .wrap-form form .gsection h2 {
    font-size: 32px;
  }
}

/* line 160, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .where-to-go {
  margin: 0 0 25px 0;
}

@media only screen and (min-width: 769px) {
  /* line 160, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .where-to-go {
    margin: 0 0 45px 0;
  }
}

/* line 169, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .you-know-where-to-go label {
  display: none;
}

/* line 173, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .you-know-where-to-go .ginput_container ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 178, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .you-know-where-to-go .ginput_container ul li {
  width: calc(50% - 8px);
}

/* line 181, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .you-know-where-to-go .ginput_container ul li label {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  text-align: center;
  padding: 10px 0 !important;
  background-color: #F0F0F0;
}

@media only screen and (min-width: 769px) {
  /* line 181, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .you-know-where-to-go .ginput_container ul li label {
    padding: 20px 0 !important;
  }
}

/* line 195, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .you-know-where-to-go .ginput_container ul li input[type="radio"]:checked + label {
  background-color: #613842;
  font-weight: 300;
  color: #fff;
}

/* line 201, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .you-know-where-to-go .ginput_container ul li input {
  display: none;
}

/* line 209, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .you-can-select-multiple .gfield_label {
  font-weight: 300;
}

/* line 213, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .you-can-select-multiple .ginput_container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* line 219, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .you-can-select-multiple .ginput_container ul li {
  width: calc(50% - 8px);
}

@media only screen and (min-width: 769px) {
  /* line 219, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .you-can-select-multiple .ginput_container ul li {
    width: calc(33% - 8px);
  }
}

/* line 226, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .you-can-select-multiple .ginput_container ul li label {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 10px 0 !important;
  background-color: transparent;
  border: 1px solid #000;
}

@media only screen and (min-width: 769px) {
  /* line 226, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .you-can-select-multiple .ginput_container ul li label {
    padding: 20px 0 !important;
  }
}

/* line 240, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .you-can-select-multiple .ginput_container ul li input[type="checkbox"]:checked + label {
  border: 1px solid #613842;
  background-color: #613842;
  font-weight: 300;
  color: #fff;
}

/* line 247, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .you-can-select-multiple .ginput_container ul li input {
  display: none;
}

/* line 254, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .when-to-go {
  padding-top: 15px !important;
}

@media only screen and (min-width: 769px) {
  /* line 254, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .when-to-go {
    padding-top: 45px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* line 264, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .specific-day,
.plan-your-journey-form .wrap-form form .specific-month,
.plan-your-journey-form .wrap-form form .specific-year {
  display: inline-block;
  width: calc(33% - 15px);
  margin-right: 22px;
  padding-right: 0 !important;
}

@media only screen and (min-width: 1034px) {
  /* line 264, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .specific-day,
  .plan-your-journey-form .wrap-form form .specific-month,
  .plan-your-journey-form .wrap-form form .specific-year {
    width: 22.5%;
  }
}

/* line 276, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .specific-day label,
.plan-your-journey-form .wrap-form form .specific-month label,
.plan-your-journey-form .wrap-form form .specific-year label {
  font-weight: 300;
  width: 250px;
}

/* line 281, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .specific-day select,
.plan-your-journey-form .wrap-form form .specific-month select,
.plan-your-journey-form .wrap-form form .specific-year select {
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding: 10px !important;
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSI+CiAgPHBhdGggaWQ9IlBvbHlnb25fMTQiIGRhdGEtbmFtZT0iUG9seWdvbiAxNCIgZD0iTTYsMGw2LDlIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyIDkpIHJvdGF0ZSgxODApIiBmaWxsPSIjMjAyMDIwIi8+Cjwvc3ZnPgo=);
  background-color: #F0F0F0;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.8rem) center;
  background-size: 1rem 1rem;
  border: 0;
  font-weight: 300;
}

/* line 297, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .specific-year {
  margin-right: 0;
  width: calc(33% - 12px);
}

@media only screen and (min-width: 1034px) {
  /* line 297, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .specific-year {
    margin-right: 22px;
    width: 22.5%;
  }
}

/* line 309, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .specific-month label,
.plan-your-journey-form .wrap-form form .specific-year label {
  display: none;
}

/* line 314, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .number-of-night {
  width: 50%;
  float: left;
  padding-right: 0 !important;
}

@media only screen and (min-width: 1034px) {
  /* line 314, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .number-of-night {
    width: 15%;
    float: right;
  }
}

/* line 325, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .number-of-night label {
  font-weight: 300;
}

/* line 330, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .number-of-night select {
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding: 10px !important;
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSI+CiAgPHBhdGggaWQ9IlBvbHlnb25fMTQiIGRhdGEtbmFtZT0iUG9seWdvbiAxNCIgZD0iTTYsMGw2LDlIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyIDkpIHJvdGF0ZSgxODApIiBmaWxsPSIjMjAyMDIwIi8+Cjwvc3ZnPgo=);
  background-color: #F0F0F0;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.8rem) center;
  background-size: 1rem 1rem;
  border: 0;
  font-weight: 300;
}

/* line 346, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form li.gfield.field_description_below + li.who-going {
  display: inline-block;
  margin-top: 35px !important;
  margin-bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 346, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form li.gfield.field_description_below + li.who-going {
    margin-top: 55px !important;
  }
}

/* line 357, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .adults-field,
.plan-your-journey-form .wrap-form form .children-field {
  display: inline-block;
  width: calc(50% - 10px);
  margin-right: 10px;
  padding-right: 0 !important;
}

/* line 364, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .adults-field label,
.plan-your-journey-form .wrap-form form .children-field label {
  font-weight: 300;
}

/* line 368, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .adults-field select,
.plan-your-journey-form .wrap-form form .children-field select {
  max-width: 100%;
  width: 100%;
  text-align: center;
  padding: 10px !important;
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSI+CiAgPHBhdGggaWQ9IlBvbHlnb25fMTQiIGRhdGEtbmFtZT0iUG9seWdvbiAxNCIgZD0iTTYsMGw2LDlIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyIDkpIHJvdGF0ZSgxODApIiBmaWxsPSIjMjAyMDIwIi8+Cjwvc3ZnPgo=);
  background-color: #F0F0F0;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.8rem) center;
  background-size: 1rem 1rem;
  border: 0;
  font-weight: 300;
}

/* line 384, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .children-field {
  margin-right: 0;
  float: right;
}

/* line 389, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form li.gfield.field_description_below + li.must-sees-label {
  display: inline-block;
  margin-top: 35px !important;
  margin-bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 389, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form li.gfield.field_description_below + li.must-sees-label {
    margin-top: 55px !important;
  }
}

/* line 400, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .must-sees-input {
  width: 100%;
  padding-right: 0 !important;
}

/* line 404, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .must-sees-input label {
  display: none;
}

/* line 408, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .must-sees-input input {
  padding: 10px 0 10px 20px !important;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  font-family: "Gt", sans-serif;
  color: #202020;
}

@media only screen and (min-width: 769px) {
  /* line 408, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .must-sees-input input {
    padding: 18px 0 12px 20px !important;
  }
}

/* line 420, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .must-sees-input input::placeholder {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

/* line 427, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form li.gfield.field_description_below + li.special-occasion-label {
  display: inline-block;
  margin-top: 35px !important;
  margin-bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 427, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form li.gfield.field_description_below + li.special-occasion-label {
    margin-top: 55px !important;
  }
}

/* line 439, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .special-occasion-input label {
  display: none;
}

/* line 443, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .special-occasion-input .ginput_container ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 448, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .special-occasion-input .ginput_container ul li {
  width: calc(50% - 8px);
}

/* line 451, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .special-occasion-input .ginput_container ul li label {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  text-align: center;
  padding: 10px 0 !important;
  background-color: #F0F0F0;
}

@media only screen and (min-width: 769px) {
  /* line 451, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .special-occasion-input .ginput_container ul li label {
    padding: 20px 0 !important;
  }
}

/* line 465, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .special-occasion-input .ginput_container ul li input[type="radio"]:checked + label {
  background-color: #613842;
  font-weight: 300;
  color: #fff;
}

/* line 471, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .special-occasion-input .ginput_container ul li input {
  display: none;
}

/* line 479, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .all-occasions .gfield_label {
  display: none;
}

/* line 483, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .all-occasions .ginput_container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* line 489, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .all-occasions .ginput_container ul li {
  width: calc(50% - 8px);
}

@media only screen and (min-width: 769px) {
  /* line 489, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .all-occasions .ginput_container ul li {
    width: calc(25% - 8px);
  }
}

/* line 496, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .all-occasions .ginput_container ul li label {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 10px 0 !important;
  background-color: transparent;
  border: 1px solid #000;
}

@media only screen and (min-width: 769px) {
  /* line 496, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .all-occasions .ginput_container ul li label {
    padding: 20px 0 !important;
  }
}

/* line 510, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .all-occasions .ginput_container ul li input[type="checkbox"]:checked + label {
  border: 1px solid #613842;
  background-color: #613842;
  font-weight: 300;
  color: #fff;
}

/* line 517, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .all-occasions .ginput_container ul li input {
  display: none;
}

/* line 524, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .what-occasion {
  width: 100%;
  padding-right: 0 !important;
}

/* line 528, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .what-occasion label {
  display: none;
}

/* line 532, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .what-occasion input {
  padding: 18px 0 11px 20px !important;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  font-family: "Gt", sans-serif;
  color: #202020;
}

/* line 540, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .what-occasion input::placeholder {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

/* line 547, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form li.gfield.field_description_below + li.flight-label {
  display: inline-block;
  margin-top: 15px !important;
  margin-bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 547, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form li.gfield.field_description_below + li.flight-label {
    margin-top: 55px !important;
  }
}

/* line 559, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .flight-input label {
  display: none;
}

/* line 563, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .flight-input .ginput_container ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 568, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .flight-input .ginput_container ul li {
  width: calc(50% - 8px);
}

/* line 571, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .flight-input .ginput_container ul li label {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  text-align: center;
  padding: 10px 0 !important;
  background-color: #F0F0F0;
}

@media only screen and (min-width: 769px) {
  /* line 571, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .flight-input .ginput_container ul li label {
    padding: 20px 0 !important;
  }
}

/* line 585, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .flight-input .ginput_container ul li input[type="radio"]:checked + label {
  background-color: #613842;
  font-weight: 300;
  color: #fff;
}

/* line 591, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .flight-input .ginput_container ul li input {
  display: none;
}

/* line 598, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .airport-city {
  width: 100%;
  padding-right: 0 !important;
}

/* line 602, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .airport-city label {
  display: none;
}

/* line 606, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .airport-city input {
  padding: 10px 0 10px 20px !important;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  font-family: "Gt", sans-serif;
  color: #202020;
}

@media only screen and (min-width: 769px) {
  /* line 606, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .airport-city input {
    padding: 18px 0 12px 20px !important;
  }
}

/* line 618, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .airport-city input::placeholder {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

/* line 625, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form li.gfield.field_description_below + li.anything-else-label {
  display: inline-block;
  margin-top: 15px !important;
  margin-bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 625, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form li.gfield.field_description_below + li.anything-else-label {
    margin-top: 55px !important;
  }
}

/* line 636, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .anything-else-input {
  width: 100%;
  padding-right: 0 !important;
}

/* line 640, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .anything-else-input label {
  display: none;
}

/* line 644, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .anything-else-input textarea {
  padding: 18px 0 11px 20px !important;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  font-family: "Gt", sans-serif;
  color: #202020;
  height: 170px;
}

/* line 653, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .anything-else-input textarea::placeholder {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

/* line 660, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form li.gfield.field_description_below + li.budget-label {
  display: inline-block;
  margin-top: 35px !important;
  margin-bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 660, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form li.gfield.field_description_below + li.budget-label {
    margin-top: 55px !important;
  }
}

/* line 671, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .budget-input {
  width: 100%;
  padding-right: 0 !important;
}

/* line 674, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .budget-input label {
  display: none;
}

/* line 678, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .budget-input .noUi-target {
  height: 5px;
  border: 0;
  width: 100%;
}

/* line 684, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .budget-input .noUi-base {
  height: 5px;
}

/* line 688, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .budget-input .noUi-connects {
  height: 5px;
  background-color: #d3d3d3;
}

/* line 693, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .budget-input .noUi-connect {
  background-color: #d3d3d3;
}

/* line 697, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .budget-input .noUi-handle {
  border-radius: 50%;
  background-color: #613842;
  border: 0;
  box-shadow: none;
  width: 21px;
  height: 21px;
  top: -6px;
}

/* line 706, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .budget-input .noUi-handle:before {
  display: none;
}

/* line 710, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .budget-input .noUi-handle:after {
  display: none;
}

/* line 715, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .budget-input .noUi-tooltip {
  padding: 6px 15px;
  border-radius: 0;
  border: 0;
  background-color: #613842;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  /* line 715, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .budget-input .noUi-tooltip {
    padding: 10px 20px;
  }
}

/* line 728, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form li.gfield.field_description_below + li.details-label {
  display: inline-block;
  margin-top: 55px !important;
  margin-bottom: 0;
  width: 100%;
}

/* line 735, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .detail-first-name {
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width: 550px) {
  /* line 735, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .detail-first-name {
    width: calc(50% - 8px);
  }
}

/* line 743, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .detail-first-name label {
  display: none;
}

/* line 747, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .detail-first-name input {
  width: 100%;
  padding: 12px 0 12px 20px !important;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  font-family: "Gt", sans-serif;
  color: #202020;
}

@media only screen and (min-width: 769px) {
  /* line 747, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .detail-first-name input {
    padding: 15px 0 15px 20px !important;
  }
}

/* line 760, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .detail-first-name input::placeholder {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

/* line 767, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .detail-surname {
  display: inline-block;
  width: 100%;
  padding-right: 0 !important;
}

@media only screen and (min-width: 550px) {
  /* line 767, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .detail-surname {
    width: 50%;
    float: right;
  }
}

/* line 777, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .detail-surname label {
  display: none;
}

/* line 781, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .detail-surname input {
  width: 100%;
  padding: 12px 0 12px 20px !important;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  font-family: "Gt", sans-serif;
  color: #202020;
}

@media only screen and (min-width: 769px) {
  /* line 781, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .detail-surname input {
    padding: 15px 0 15px 20px !important;
  }
}

/* line 794, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .detail-surname input::placeholder {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

/* line 801, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .detail-email {
  display: inline-block;
  width: 100% !important;
  padding-right: 0 !important;
}

/* line 806, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .detail-email label {
  display: none;
}

/* line 810, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .detail-email input {
  width: 100%;
  padding: 12px 0 12px 20px !important;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  font-family: "Gt", sans-serif;
  color: #202020;
}

@media only screen and (min-width: 769px) {
  /* line 810, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .detail-email input {
    padding: 15px 0 15px 20px !important;
  }
}

/* line 823, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .detail-email input::placeholder {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

/* line 830, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .detail-phone {
  display: inline-block;
  width: 100% !important;
  padding-right: 0 !important;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1034px) {
  /* line 830, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .detail-phone {
    margin-bottom: 60px;
  }
}

/* line 840, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .detail-phone label {
  display: none;
}

/* line 844, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .detail-phone input {
  width: 100%;
  padding: 12px 0 12px 20px !important;
  background-color: transparent;
  border: 1px solid #d3d3d3;
  font-family: "Gt", sans-serif;
  color: #202020;
}

@media only screen and (min-width: 769px) {
  /* line 844, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form form .detail-phone input {
    padding: 15px 0 15px 20px !important;
  }
}

/* line 857, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .detail-phone input::placeholder {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

/* line 865, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .consent-item .gfield_label {
  display: none;
}

/* line 869, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .consent-item .ginput_container_consent {
  display: flex;
  line-height: 1.25;
  align-items: flex-start;
}

/* line 873, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .consent-item .ginput_container_consent .gfield_consent_label {
  margin-left: 10px;
  font-family: "Gt", sans-serif;
  font-weight: 300;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.plan-your-journey-form .wrap-form form .consent-item .ginput_container_consent .gfield_consent_label {
  font-size: 14px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .plan-your-journey-form .wrap-form form .consent-item .ginput_container_consent .gfield_consent_label {
    font-size: calc( 14px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .plan-your-journey-form .wrap-form form .consent-item .ginput_container_consent .gfield_consent_label {
    font-size: 15px;
  }
}

/* line 880, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .consent-item .ginput_container_consent input {
  margin-top: 1px;
}

/* line 889, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .consent-item.gfield_error .ginput_container_consent label {
  display: block;
}

/* line 893, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .consent-item.gfield_error .ginput_container_consent input {
  width: auto !important;
}

/* line 901, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form form .gform_footer input[type="submit"] {
  background-color: #613842;
  color: #fff;
  padding: 15px 30px;
  text-align: center;
  font-family: "Gt", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  border: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.plan-your-journey-form .wrap-form form .gform_footer input[type="submit"] {
  font-size: 12px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .plan-your-journey-form .wrap-form form .gform_footer input[type="submit"] {
    font-size: calc( 12px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .plan-your-journey-form .wrap-form form .gform_footer input[type="submit"] {
    font-size: 13px;
  }
}

/* line 916, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form .gform_confirmation_wrapper {
  padding: 50px 0;
  font-family: "Nocturne", serif;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
  color: #613842;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.plan-your-journey-form .wrap-form .gform_confirmation_wrapper {
  font-size: 19px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .plan-your-journey-form .wrap-form .gform_confirmation_wrapper {
    font-size: calc( 19px + -1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .plan-your-journey-form .wrap-form .gform_confirmation_wrapper {
    font-size: 18px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 916, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form .gform_confirmation_wrapper {
    padding: 70px 0 80px 0;
    max-width: 90%;
    margin: 0 auto;
  }
}

/* line 931, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form .gform_confirmation_wrapper h4 {
  margin-bottom: 50px;
  font-family: "Nocturne", serif;
  font-weight: 300;
  text-align: center;
  color: #613842;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.plan-your-journey-form .wrap-form .gform_confirmation_wrapper h4 {
  font-size: 28px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .plan-your-journey-form .wrap-form .gform_confirmation_wrapper h4 {
    font-size: calc( 28px + 2 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .plan-your-journey-form .wrap-form .gform_confirmation_wrapper h4 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 931, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form .gform_confirmation_wrapper h4 {
    margin-bottom: 35px;
  }
}

/* line 944, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form .gform_confirmation_wrapper a {
  font-family: "Gt", sans-serif;
  font-weight: 700;
  color: #613842;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  display: inline-block;
  margin-top: 35px;
  position: relative;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.plan-your-journey-form .wrap-form .gform_confirmation_wrapper a {
  font-size: 12px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .plan-your-journey-form .wrap-form .gform_confirmation_wrapper a {
    font-size: calc( 12px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .plan-your-journey-form .wrap-form .gform_confirmation_wrapper a {
    font-size: 13px;
  }
}

/* line 955, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form .gform_confirmation_wrapper a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #613842;
}

/* line 965, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form .gform_confirmation_wrapper a:hover {
  color: #646464;
}

/* line 968, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .wrap-form .gform_confirmation_wrapper a:hover:after {
  background-color: #646464;
}

@media only screen and (min-width: 769px) {
  /* line 944, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .wrap-form .gform_confirmation_wrapper a {
    margin-top: 35px;
  }
}

/* line 980, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .gform_wrapper.gform_validation_error
.gform_body
ul
li.detail-surname.gfield_error:not(.gf_left_half):not(.gf_right_half),
.plan-your-journey-form .gform_wrapper.gform_validation_error
.gform_body
ul
li.detail-first-name.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  width: 100% !important;
}

@media only screen and (min-width: 769px) {
  /* line 980, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .gform_wrapper.gform_validation_error
.gform_body
ul
li.detail-surname.gfield_error:not(.gf_left_half):not(.gf_right_half),
  .plan-your-journey-form .gform_wrapper.gform_validation_error
.gform_body
ul
li.detail-first-name.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    width: calc(50% - 10px) !important;
  }
}

/* line 995, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .gform_wrapper.gform_validation_error
.gform_body
ul
li.detail-email.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 1003, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .gform_wrapper .gsection {
  margin: 34px 0 0px 0;
}

@media only screen and (min-width: 1034px) {
  /* line 1003, resources/assets/styles/templates/_plan-your-journey.scss */

  .plan-your-journey-form .gform_wrapper .gsection {
    margin: 54px 0 39px 0;
  }
}

/* line 1011, resources/assets/styles/templates/_plan-your-journey.scss */

.plan-your-journey-form .gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 0 !important;
}

/* line 1, resources/assets/styles/templates/_landing-destinations.scss */

.wrapper-taxonomy-destinations-landing {
  position: relative;
  width: 100%;
}

/* line 9, resources/assets/styles/templates/_landing-destinations.scss */

.tax-destinations.term-ireland .sub-sorting-by-countries {
  display: none;
}

/* line 16, resources/assets/styles/templates/_landing-destinations.scss */

.hero-taxonomy-destinations {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow-x: hidden;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1034px) {
  /* line 16, resources/assets/styles/templates/_landing-destinations.scss */

  .hero-taxonomy-destinations {
    margin-bottom: 30px;
  }
}

/* line 27, resources/assets/styles/templates/_landing-destinations.scss */

.hero-taxonomy-destinations .wrap-fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

/* line 36, resources/assets/styles/templates/_landing-destinations.scss */

.hero-taxonomy-destinations .wrap-fullscreen-image .image {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.hero-taxonomy-destinations .wrap-fullscreen-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 157.33333%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.hero-taxonomy-destinations .wrap-fullscreen-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 36, resources/assets/styles/templates/_landing-destinations.scss */

  .hero-taxonomy-destinations .wrap-fullscreen-image .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .hero-taxonomy-destinations .wrap-fullscreen-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .hero-taxonomy-destinations .wrap-fullscreen-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 45, resources/assets/styles/templates/_landing-destinations.scss */

.hero-taxonomy-destinations .wrap-fullscreen-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 52, resources/assets/styles/templates/_landing-destinations.scss */

.hero-taxonomy-destinations .dark-overlay-hero {
  opacity: 0;
}

/* line 56, resources/assets/styles/templates/_landing-destinations.scss */

.hero-taxonomy-destinations .wrap-hero-header {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #fff;
}

@media only screen and (min-width: 769px) {
  /* line 56, resources/assets/styles/templates/_landing-destinations.scss */

  .hero-taxonomy-destinations .wrap-hero-header {
    left: 16.52%;
  }
}

/* line 67, resources/assets/styles/templates/_landing-destinations.scss */

.hero-taxonomy-destinations .wrap-hero-header h1 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  max-width: 650px;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-taxonomy-destinations .wrap-hero-header h1 {
  font-size: 42px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-taxonomy-destinations .wrap-hero-header h1 {
    font-size: calc( 42px + 33 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-taxonomy-destinations .wrap-hero-header h1 {
    font-size: 75px;
  }
}

/* line 79, resources/assets/styles/templates/_landing-destinations.scss */

.intro-taxonomy-destinations-landing {
  margin-bottom: 55px;
  padding: 0 30px;
}

@media only screen and (min-width: 1034px) {
  /* line 79, resources/assets/styles/templates/_landing-destinations.scss */

  .intro-taxonomy-destinations-landing {
    margin-bottom: 120px;
    padding: 0 70px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 79, resources/assets/styles/templates/_landing-destinations.scss */

  .intro-taxonomy-destinations-landing {
    margin-bottom: 85px;
    padding: 0 140px;
  }
}

/* line 93, resources/assets/styles/templates/_landing-destinations.scss */

.intro-taxonomy-destinations-landing .intro-container {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 93, resources/assets/styles/templates/_landing-destinations.scss */

  .intro-taxonomy-destinations-landing .intro-container {
    max-width: 800px;
    margin: 0 auto;
  }
}

/* line 100, resources/assets/styles/templates/_landing-destinations.scss */

.intro-taxonomy-destinations-landing .intro-container h2 {
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  /* line 100, resources/assets/styles/templates/_landing-destinations.scss */

  .intro-taxonomy-destinations-landing .intro-container h2 {
    margin-top: 0.83em;
  }
}

/* line 108, resources/assets/styles/templates/_landing-destinations.scss */

.intro-taxonomy-destinations-landing .intro-container p {
  margin-bottom: 35px;
  font-family: "Gt", sans-serif;
  font-weight: 300;
  color: #000;
  line-height: 1.66;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.intro-taxonomy-destinations-landing .intro-container p {
  font-size: 16px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .intro-taxonomy-destinations-landing .intro-container p {
    font-size: calc( 16px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .intro-taxonomy-destinations-landing .intro-container p {
    font-size: 17px;
  }
}

/* line 121, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing {
  text-align: center;
}

/* line 124, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .filter-title {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  text-align: center;
  margin-bottom: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.filters-taxonomy-destinations-landing .filter-title {
  font-size: 24px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-destinations-landing .filter-title {
    font-size: calc( 24px + 6 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-destinations-landing .filter-title {
    font-size: 30px;
  }
}

/* line 132, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .filter-title span {
  font-size: 16px;
  display: block;
}

@media only screen and (min-width: 550px) {
  /* line 132, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .filter-title span {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 132, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .filter-title span {
    display: inline-block;
  }
}

/* line 145, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .wrap-sort-buttons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  max-width: 325px;
  margin: 35px auto;
  text-align: center;
}

@media only screen and (min-width: 550px) {
  /* line 145, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .wrap-sort-buttons {
    max-width: 500px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 145, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .wrap-sort-buttons {
    max-width: 600px;
    margin: 35px auto 50px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 145, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .wrap-sort-buttons {
    max-width: 800px;
  }
}

/* line 169, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .wrap-sort-buttons .sort-all {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  font-family: "Nocturne", serif;
  font-weight: 300;
  text-align: center;
  color: #613842;
  background: transparent;
  border: 1px solid #d3d3d3;
  display: inline-block;
  width: 159px;
  padding: 14px 0;
  margin-bottom: 0;
  margin-right: 7px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media only screen and (min-width: 769px) {
  /* line 169, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .wrap-sort-buttons .sort-all {
    width: 177px;
    margin-right: 23px;
  }
}

/* line 193, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .wrap-sort-buttons .sort-all.active {
  background: #613842;
  color: #fff;
  border: 1px solid #613842;
}

/* line 199, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .wrap-sort-buttons .sort-all:hover {
  background: #613842;
  color: #fff;
  border: 1px solid #613842;
}

/* line 206, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) {
  /* line 206, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type {
    justify-content: flex-start;
  }
}

/* line 217, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type:before {
  content: "";
  font-family: "Nocturne", serif;
  font-weight: 300;
  text-align: center;
  color: #613842;
  background: transparent;
  border: 0;
  display: inline-block;
  height: 50px;
  width: 159px;
  padding: 14px 0;
  margin-bottom: 7px;
  margin-right: 7px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media only screen and (min-width: 769px) {
  /* line 217, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type:before {
    width: 177px;
    margin-right: 23px;
    margin-bottom: 20px;
  }
}

/* line 241, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type .facetwp-checkbox {
  font-family: "Nocturne", serif;
  font-weight: 300;
  text-align: center;
  color: #613842;
  background: transparent;
  border: 1px solid #d3d3d3;
  display: inline-block;
  width: 159px;
  padding: 14px 0;
  margin-bottom: 7px;
  margin-right: 7px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/* line 256, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type .facetwp-checkbox:nth-child(2n + 1) {
  margin-right: 0;
}

@media only screen and (min-width: 550px) {
  /* line 241, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type .facetwp-checkbox {
    margin-bottom: 7px;
  }

  /* line 263, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type .facetwp-checkbox:nth-child(2n + 1) {
    margin-right: 7px;
  }

  /* line 267, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type .facetwp-checkbox:nth-child(3n + 2) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 769px) {
  /* line 241, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type .facetwp-checkbox {
    width: 177px;
    margin-right: 23px;
    margin-bottom: 20px;
  }

  /* line 277, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type .facetwp-checkbox:nth-child(2n + 1) {
    margin-right: 23px;
  }

  /* line 281, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type .facetwp-checkbox:nth-child(3n + 2) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1025px) {
  /* line 241, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type .facetwp-checkbox {
    width: 177px;
    margin-right: 23px;
  }

  /* line 290, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type .facetwp-checkbox:nth-child(2n + 1) {
    margin-right: 23px;
  }

  /* line 294, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type .facetwp-checkbox:nth-child(3n + 2) {
    margin-right: 23px;
  }

  /* line 298, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type .facetwp-checkbox:nth-child(4n + 3) {
    margin-right: 0;
  }
}

/* line 303, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type .facetwp-checkbox:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 769px) {
  /* line 308, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type .facetwp-checkbox:hover {
    background: #613842;
    color: #fff;
    border: 1px solid #613842;
  }
}

/* line 315, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type .facetwp-checkbox.checked {
  background: #613842;
  color: #fff;
  border: 1px solid #613842;
}

/* line 322, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .wrap-sort-buttons .facetwp-facet-sort_by_type .facetwp-counter {
  display: none;
}

/* line 328, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .sub-sorting-by-countries {
  display: inline-block;
  padding: 0 30px;
  height: auto;
  margin-bottom: 30px;
  text-align: left;
  transition: all 0.35s cubic-bezier(0.76, 0, 0.24, 1);
}

@media only screen and (min-width: 769px) {
  /* line 328, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .sub-sorting-by-countries {
    padding: 0 70px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 328, resources/assets/styles/templates/_landing-destinations.scss */

  .filters-taxonomy-destinations-landing .sub-sorting-by-countries {
    width: 100%;
    padding: 0 140px;
    margin-bottom: 40px;
  }
}

/* line 348, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .sub-sorting-by-countries.active {
  opacity: 1;
}

/* line 352, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .sub-sorting-by-countries .fs-wrap {
  width: 180px;
  float: right;
}

/* line 357, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .sub-sorting-by-countries .fs-label-wrap {
  font-family: "Nocturne", serif;
  color: #000;
  font-weight: 500;
  border: 0;
  background-color: transparent;
  position: relative;
  z-index: 100;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.filters-taxonomy-destinations-landing .sub-sorting-by-countries .fs-label-wrap {
  font-size: 15px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-destinations-landing .sub-sorting-by-countries .fs-label-wrap {
    font-size: calc( 15px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-destinations-landing .sub-sorting-by-countries .fs-label-wrap {
    font-size: 16px;
  }
}

/* line 368, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .sub-sorting-by-countries .fs-label {
  border: 1px solid #646464;
  padding: 13px 20px;
}

/* line 373, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .sub-sorting-by-countries .fs-search {
  display: none;
}

/* line 377, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .sub-sorting-by-countries .fs-arrow {
  display: block;
  margin-right: 10px;
}

/* line 386, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .sub-sorting-by-countries .fs-dropdown {
  width: 180px;
  margin-top: 5px;
}

/* line 391, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .sub-sorting-by-countries .facetwp-counter {
  display: none;
}

/* line 395, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .sub-sorting-by-countries .fs-options {
  max-height: 100%;
}

/* line 399, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .sub-sorting-by-countries .fs-option {
  padding: 13px 20px;
  font-family: "Nocturne", serif;
  border-bottom: none;
  background-color: #faf9f6;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.filters-taxonomy-destinations-landing .sub-sorting-by-countries .fs-option {
  font-size: 15px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-destinations-landing .sub-sorting-by-countries .fs-option {
    font-size: calc( 15px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-destinations-landing .sub-sorting-by-countries .fs-option {
    font-size: 16px;
  }
}

/* line 406, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .sub-sorting-by-countries .fs-option:hover {
  background-color: #f3f2ee;
}

/* line 410, resources/assets/styles/templates/_landing-destinations.scss */

.filters-taxonomy-destinations-landing .sub-sorting-by-countries .fs-option.selected {
  background-color: #f3f2ee;
}

/* line 417, resources/assets/styles/templates/_landing-destinations.scss */

.wrap-news-pagination {
  padding: 115px 0 145px 0;
  text-align: center;
  font-family: "Nocturne", serif;
  font-weight: 300;
}

/* line 423, resources/assets/styles/templates/_landing-destinations.scss */

.wrap-news-pagination .facetwp-page {
  height: 56px;
  width: 56px;
  font-size: 14px;
  padding: 10px;
  line-height: 40px;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  margin-right: 0;
}

/* line 432, resources/assets/styles/templates/_landing-destinations.scss */

.wrap-news-pagination .facetwp-page:hover {
  background-color: #613842;
  color: #fff;
}

/* line 437, resources/assets/styles/templates/_landing-destinations.scss */

.wrap-news-pagination .facetwp-page.active {
  font-weight: 300;
  padding: 10px;
  color: #fff;
  background-color: #613842;
}

/* line 444, resources/assets/styles/templates/_landing-destinations.scss */

.wrap-news-pagination .facetwp-page.next {
  margin-left: 45px;
  width: auto;
  padding: 10px 20px;
}

/* line 450, resources/assets/styles/templates/_landing-destinations.scss */

.wrap-news-pagination .facetwp-page.prev {
  margin-right: 45px;
  width: auto;
  padding: 10px 20px;
}

/* line 461, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 60px 0;
}

@media only screen and (min-width: 550px) {
  /* line 461, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list {
    padding: 0 50px 80px 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 461, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list {
    padding: 0 140px 140px 140px;
  }
}

@media only screen and (min-width: 1640px) {
  /* line 461, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list {
    max-width: calc(1640px + 280px);
    margin: 0 auto;
  }
}

/* line 480, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .image {
  width: 100%;
  height: 100%;
}

/* line 484, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 490, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item {
  position: relative;
  width: calc(50% - 1px);
  margin-bottom: 2px;
  margin-right: 2px;
}

/* line 496, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(2n + 1) {
  margin-right: 0;
}

/* line 504, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(2n + 11) {
  margin-right: 2px;
}

/* line 508, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(2n + 12) {
  margin-right: 0;
}

/* line 512, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 130.64516%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 516, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(9n + 1) {
  width: 100%;
  margin-right: 0;
}

/* line 519, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(9n + 1) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(9n + 1) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 63.2%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(9n + 1) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 490, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item {
    width: calc(25% - 20px);
    margin-bottom: 20px;
    margin-right: 20px;
  }

  /* line 529, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(2n + 1) {
    margin-right: 20px;
  }

  /* line 533, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(8n + 1) {
    width: calc(25% - 20px);
    margin-right: 20px;
  }

  /* line 538, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(2n + 12) {
    margin-right: 20px;
  }

  /* line 542, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(9n + 1) {
    width: calc(25% - 20px);
    margin-bottom: 20px;
    margin-right: 20px;
  }

  /* line 548, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(7n + 3) {
    margin-right: 0;
  }

  /* line 552, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(14n + 1) {
    width: calc(50% - 19px);
  }

  /* line 554, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(14n + 1) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(14n + 1) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 63.28671%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(14n + 1) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /* line 559, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(14n + 10) {
    width: calc(50% - 19px);
  }

  /* line 561, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(14n + 10) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(14n + 10) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 63.28671%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-item:nth-child(14n + 10) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 568, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .wrap-taxos {
  position: absolute;
  top: 15px;
  left: 20px;
  width: auto;
  height: 20px;
  z-index: 2;
}

@media only screen and (max-width: 450px) {
  /* line 568, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .wrap-taxos {
    max-width: 65%;
  }
}

/* line 580, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .wrap-taxos p {
  margin: 0;
  display: flex;
  font-family: "Tisa", serif;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 450px) {
  /* line 580, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .wrap-taxos p {
    flex-direction: column;
  }
}

/* line 593, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .wrap-taxos span {
  display: inline;
  text-transform: capitalize;
}

/* line 597, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .wrap-taxos span:first-child {
  margin-right: 5px;
}

@media only screen and (max-width: 450px) {
  /* line 597, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .wrap-taxos span:first-child {
    margin-right: 0;
  }
}

/* line 605, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .wrap-taxos span:last-child {
  margin-left: 5px;
}

@media only screen and (max-width: 450px) {
  /* line 605, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .wrap-taxos span:last-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 450px) {
  /* line 613, resources/assets/styles/templates/_landing-destinations.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .wrap-taxos span.divider {
    display: none;
  }
}

/* line 621, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .wrap-add-to-wishlist-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 15px solid transparent;
  box-sizing: content-box;
  z-index: 2;
}

/* line 632, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .experience-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  z-index: 2;
}

/* line 641, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .experience-info h3 {
  font-family: "Nocturne", serif;
  font-weight: 300 !important;
  margin: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .experience-info h3 {
  font-size: 18px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-info h3 {
    font-size: calc( 18px + 7 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-info h3 {
    font-size: 25px;
  }
}

/* line 648, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .experience-info h5 {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  margin: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .experience-info h5 {
  font-size: 12px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-info h5 {
    font-size: calc( 12px + 5 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .experiences-list-destinations-taxonomy .wrap-experiences-list .experience-info h5 {
    font-size: 17px;
  }
}

/* line 656, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .dark-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* line 666, resources/assets/styles/templates/_landing-destinations.scss */

.experiences-list-destinations-taxonomy .wrap-experiences-list .gradient-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

/* line 680, resources/assets/styles/templates/_landing-destinations.scss */

.wrap-about-tax-destinations {
  padding-bottom: 100px;
}

@media only screen and (min-width: 769px) {
  /* line 680, resources/assets/styles/templates/_landing-destinations.scss */

  .wrap-about-tax-destinations {
    padding-bottom: 60px;
  }
}

/* line 690, resources/assets/styles/templates/_landing-destinations.scss */

.bottom-image-destinations {
  position: absolute;
  bottom: -17.5%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

/* line 698, resources/assets/styles/templates/_landing-destinations.scss */

.bottom-image-destinations .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(250, 249, 246, 0) 0%, #faf9f6 100%);
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  /* line 698, resources/assets/styles/templates/_landing-destinations.scss */

  .bottom-image-destinations .gradient-overlay {
    height: 200px;
  }
}

/* line 716, resources/assets/styles/templates/_landing-destinations.scss */

.bottom-image-destinations .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.bottom-image-destinations .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 95.24439%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.bottom-image-destinations .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 720, resources/assets/styles/templates/_landing-destinations.scss */

.bottom-image-destinations .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 1, resources/assets/styles/templates/_landing-type.scss */

.wrapper-taxonomy-type-landing {
  position: relative;
  width: 100%;
}

/* line 8, resources/assets/styles/templates/_landing-type.scss */

.hero-taxonomy-type {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow-x: hidden;
  margin-bottom: 25px;
}

@media only screen and (min-width: 550px) {
  /* line 8, resources/assets/styles/templates/_landing-type.scss */

  .hero-taxonomy-type {
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 8, resources/assets/styles/templates/_landing-type.scss */

  .hero-taxonomy-type {
    margin-bottom: 30px;
  }
}

/* line 23, resources/assets/styles/templates/_landing-type.scss */

.hero-taxonomy-type .wrap-fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

/* line 32, resources/assets/styles/templates/_landing-type.scss */

.hero-taxonomy-type .wrap-fullscreen-image .image {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.hero-taxonomy-type .wrap-fullscreen-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 157.33333%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.hero-taxonomy-type .wrap-fullscreen-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 32, resources/assets/styles/templates/_landing-type.scss */

  .hero-taxonomy-type .wrap-fullscreen-image .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .hero-taxonomy-type .wrap-fullscreen-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .hero-taxonomy-type .wrap-fullscreen-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 41, resources/assets/styles/templates/_landing-type.scss */

.hero-taxonomy-type .wrap-fullscreen-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

@media only screen and (min-width: 769px) {
  /* line 41, resources/assets/styles/templates/_landing-type.scss */

  .hero-taxonomy-type .wrap-fullscreen-image .image img {
    object-position: 50% 50%;
  }
}

/* line 52, resources/assets/styles/templates/_landing-type.scss */

.hero-taxonomy-type .dark-overlay-hero {
  opacity: 0;
}

/* line 56, resources/assets/styles/templates/_landing-type.scss */

.hero-taxonomy-type .wrap-hero-header {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #fff;
}

@media only screen and (min-width: 769px) {
  /* line 56, resources/assets/styles/templates/_landing-type.scss */

  .hero-taxonomy-type .wrap-hero-header {
    left: 16.52%;
  }
}

/* line 67, resources/assets/styles/templates/_landing-type.scss */

.hero-taxonomy-type .wrap-hero-header h1 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  max-width: 650px;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-taxonomy-type .wrap-hero-header h1 {
  font-size: 42px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-taxonomy-type .wrap-hero-header h1 {
    font-size: calc( 42px + 33 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-taxonomy-type .wrap-hero-header h1 {
    font-size: 75px;
  }
}

/* line 75, resources/assets/styles/templates/_landing-type.scss */

.hero-taxonomy-type .wrap-hero-header .wrap-hero-links {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 769px) {
  /* line 75, resources/assets/styles/templates/_landing-type.scss */

  .hero-taxonomy-type .wrap-hero-header .wrap-hero-links {
    flex-direction: row;
  }
}

/* line 83, resources/assets/styles/templates/_landing-type.scss */

.hero-taxonomy-type .wrap-hero-header .wrap-hero-links a {
  color: #fff;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.25rem;
  font-size: 13px;
  margin-bottom: 5px;
  opacity: 0;
}

/* line 95, resources/assets/styles/templates/_landing-type.scss */

.hero-taxonomy-type .wrap-hero-header .wrap-hero-links a .arrow {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  margin-left: 15px;
}

/* line 104, resources/assets/styles/templates/_landing-type.scss */

.hero-taxonomy-type .wrap-hero-header .wrap-hero-links a .arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 118, resources/assets/styles/templates/_landing-type.scss */

.intro-taxonomy-type-landing {
  margin-bottom: 55px;
  padding: 0 30px;
  text-align: center;
}

@media only screen and (min-width: 1034px) {
  /* line 118, resources/assets/styles/templates/_landing-type.scss */

  .intro-taxonomy-type-landing {
    margin-bottom: 85px;
    padding: 0 70px;
    text-align: left;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 118, resources/assets/styles/templates/_landing-type.scss */

  .intro-taxonomy-type-landing {
    padding: 0 140px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 133, resources/assets/styles/templates/_landing-type.scss */

  .intro-taxonomy-type-landing .intro-container {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
  }
}

/* line 140, resources/assets/styles/templates/_landing-type.scss */

.intro-taxonomy-type-landing .intro-container h2 {
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  /* line 140, resources/assets/styles/templates/_landing-type.scss */

  .intro-taxonomy-type-landing .intro-container h2 {
    margin-top: 0.83em;
  }
}

/* line 148, resources/assets/styles/templates/_landing-type.scss */

.intro-taxonomy-type-landing .intro-container p {
  margin-bottom: 35px;
}

/* line 156, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing {
  text-align: center;
}

/* line 159, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .filter-title {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.filters-taxonomy-type-landing .filter-title {
  font-size: 24px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .filter-title {
    font-size: calc( 24px + 6 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .filter-title {
    font-size: 30px;
  }
}

/* line 168, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .filter-title span {
  font-size: 16px;
}

/* line 173, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-title-and-filters {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto 25px auto;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1034px) {
  /* line 173, resources/assets/styles/templates/_landing-type.scss */

  .filters-taxonomy-type-landing .wrap-title-and-filters {
    margin: 0 auto 50px auto;
  }
}

/* line 185, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-title-and-filters p {
  font-weight: 300;
  color: #000;
  margin-right: 15px;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.filters-taxonomy-type-landing .wrap-title-and-filters p {
  font-size: 26px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .wrap-title-and-filters p {
    font-size: calc( 26px + 10 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .wrap-title-and-filters p {
    font-size: 36px;
  }
}

/* line 192, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-title-and-filters .fs-wrap {
  width: auto;
}

/* line 196, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-title-and-filters .fs-label-wrap {
  font-family: "Nocturne", serif;
  color: #613842;
  font-weight: 500;
  border: 0;
  background-color: transparent;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.filters-taxonomy-type-landing .wrap-title-and-filters .fs-label-wrap {
  font-size: 26px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .wrap-title-and-filters .fs-label-wrap {
    font-size: calc( 26px + 10 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .wrap-title-and-filters .fs-label-wrap {
    font-size: 36px;
  }
}

/* line 205, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-title-and-filters .fs-label {
  border-bottom: 2px solid #613842;
  padding: 0 !important;
}

/* line 210, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-title-and-filters .fs-dropdown {
  width: 160px;
  transform: translateX(-42.5%);
}

@media only screen and (min-width: 769px) {
  /* line 210, resources/assets/styles/templates/_landing-type.scss */

  .filters-taxonomy-type-landing .wrap-title-and-filters .fs-dropdown {
    width: 220px;
    transform: translateX(0);
  }
}

/* line 220, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-title-and-filters .fs-search {
  display: none;
}

/* line 224, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-title-and-filters .fs-arrow {
  display: none;
}

/* line 228, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-title-and-filters .facetwp-counter {
  display: none;
}

/* line 232, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-title-and-filters .fs-options {
  max-height: 100%;
  text-align: left;
}

/* line 237, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-title-and-filters .fs-option {
  padding: 15px 20px;
  font-family: "Nocturne", serif;
  border-bottom: none;
}

/* line 242, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-title-and-filters .fs-option:hover {
  background-color: #faf9f6;
}

/* line 246, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-title-and-filters .fs-option.selected {
  background-color: #f3f2ee;
}

/* line 252, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .sub-sorting-by-countries {
  display: inline-block;
  padding: 0 30px;
  opacity: 0;
  height: auto;
  margin-bottom: 30px;
  text-align: left;
  transition: all 0.35s cubic-bezier(0.76, 0, 0.24, 1);
}

@media only screen and (min-width: 769px) {
  /* line 252, resources/assets/styles/templates/_landing-type.scss */

  .filters-taxonomy-type-landing .sub-sorting-by-countries {
    padding: 0 70px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 252, resources/assets/styles/templates/_landing-type.scss */

  .filters-taxonomy-type-landing .sub-sorting-by-countries {
    width: 100%;
    padding: 0 120px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 252, resources/assets/styles/templates/_landing-type.scss */

  .filters-taxonomy-type-landing .sub-sorting-by-countries {
    padding: 0 160px;
  }
}

/* line 276, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .sub-sorting-by-countries.active {
  opacity: 1;
}

/* line 280, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .sub-sorting-by-countries .fs-wrap {
  width: 180px;
  float: right;
}

/* line 285, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .sub-sorting-by-countries .fs-label-wrap {
  font-family: "Nocturne", serif;
  color: #000;
  font-weight: 500;
  border: 0;
  background-color: transparent;
  position: relative;
  z-index: 100;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.filters-taxonomy-type-landing .sub-sorting-by-countries .fs-label-wrap {
  font-size: 15px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .sub-sorting-by-countries .fs-label-wrap {
    font-size: calc( 15px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .sub-sorting-by-countries .fs-label-wrap {
    font-size: 16px;
  }
}

/* line 296, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .sub-sorting-by-countries .fs-label {
  border: 1px solid #646464;
  padding: 13px 20px;
}

/* line 301, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .sub-sorting-by-countries .fs-search {
  display: none;
}

/* line 305, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .sub-sorting-by-countries .fs-arrow {
  display: block;
  margin-right: 10px;
}

/* line 314, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .sub-sorting-by-countries .fs-dropdown {
  width: 180px;
  margin-top: 5px;
  text-align: left;
}

/* line 320, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .sub-sorting-by-countries .facetwp-counter {
  display: none;
}

/* line 324, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .sub-sorting-by-countries .fs-options {
  max-height: 100%;
}

/* line 328, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .sub-sorting-by-countries .fs-option {
  padding: 13px 20px;
  font-family: "Nocturne", serif;
  border-bottom: none;
  background-color: #faf9f6;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.filters-taxonomy-type-landing .sub-sorting-by-countries .fs-option {
  font-size: 15px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .sub-sorting-by-countries .fs-option {
    font-size: calc( 15px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters-taxonomy-type-landing .sub-sorting-by-countries .fs-option {
    font-size: 16px;
  }
}

/* line 335, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .sub-sorting-by-countries .fs-option:hover {
  background-color: #f3f2ee;
}

/* line 339, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .sub-sorting-by-countries .fs-option.selected {
  background-color: #f3f2ee;
}

/* line 345, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-sort-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 35px 0 100px 0;
}

/* line 352, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-sort-buttons .facetwp-facet-news_and_press_cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* line 358, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio {
  font-family: "Nocturne", serif;
  font-weight: 300;
  text-align: center;
  color: #613842;
  background: transparent;
  border: 1px solid #d3d3d3;
  display: inline-block;
  width: 177px;
  padding: 14px 0;
  margin-bottom: 0;
  margin-right: 23px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/* line 373, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio:last-child {
  margin-right: 0;
}

/* line 377, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio:hover {
  background: #613842;
  color: #fff;
  border: 1px solid #613842;
}

/* line 383, resources/assets/styles/templates/_landing-type.scss */

.filters-taxonomy-type-landing .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio.checked {
  background: #613842;
  color: #fff;
  border: 1px solid #613842;
}

/* line 393, resources/assets/styles/templates/_landing-type.scss */

.wrap-news-pagination {
  padding: 115px 0 145px 0;
  text-align: center;
  font-family: "Nocturne", serif;
  font-weight: 300;
}

/* line 399, resources/assets/styles/templates/_landing-type.scss */

.wrap-news-pagination .facetwp-page {
  height: 56px;
  width: 56px;
  font-size: 14px;
  padding: 10px;
  line-height: 40px;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  margin-right: 0;
}

/* line 408, resources/assets/styles/templates/_landing-type.scss */

.wrap-news-pagination .facetwp-page:hover {
  background-color: #613842;
  color: #fff;
}

/* line 413, resources/assets/styles/templates/_landing-type.scss */

.wrap-news-pagination .facetwp-page.active {
  font-weight: 300;
  padding: 10px;
  color: #fff;
  background-color: #613842;
}

/* line 420, resources/assets/styles/templates/_landing-type.scss */

.wrap-news-pagination .facetwp-page.next {
  margin-left: 45px;
  width: auto;
  padding: 10px 20px;
}

/* line 426, resources/assets/styles/templates/_landing-type.scss */

.wrap-news-pagination .facetwp-page.prev {
  margin-right: 45px;
  width: auto;
  padding: 10px 20px;
}

/* line 437, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 60px 0;
}

@media only screen and (min-width: 550px) {
  /* line 437, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list {
    padding: 0 50px 80px 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 437, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list {
    padding: 0 70px 140px 70px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 437, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list {
    padding: 0 100px 140px 100px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 437, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list {
    padding: 0 140px 140px 140px;
  }
}

/* line 459, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .image {
  width: 100%;
  height: 100%;
}

/* line 463, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 469, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .experience-item {
  position: relative;
  width: calc(50% - 1px);
  margin-bottom: 2px;
  margin-right: 2px;
}

/* line 475, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(2n + 1) {
  margin-right: 0;
}

/* line 483, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(2n + 11) {
  margin-right: 2px;
}

/* line 487, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(2n + 12) {
  margin-right: 0;
}

/* line 491, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .experience-item .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .experience-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 130.64516%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .experience-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 495, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(9n + 1) {
  width: 100%;
  margin-right: 0;
}

/* line 498, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(9n + 1) .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(9n + 1) .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 63.2%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(9n + 1) .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 469, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-item {
    width: calc(25% - 20px);
    margin-bottom: 20px;
    margin-right: 20px;
  }

  /* line 508, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(2n + 1) {
    margin-right: 20px;
  }

  /* line 512, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(8n + 1) {
    width: calc(25% - 20px);
    margin-right: 20px;
  }

  /* line 517, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(2n + 12) {
    margin-right: 20px;
  }

  /* line 521, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(9n + 1) {
    width: calc(25% - 20px);
    margin-bottom: 20px;
    margin-right: 20px;
  }

  /* line 527, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(7n + 3) {
    margin-right: 0;
  }

  /* line 531, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(14n + 1) {
    width: calc(50% - 19px);
  }

  /* line 533, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(14n + 1) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(14n + 1) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 63.28671%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(14n + 1) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  /* line 538, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(14n + 10) {
    width: calc(50% - 19px);
  }

  /* line 540, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(14n + 10) .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(14n + 10) .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 63.28671%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-item:nth-child(14n + 10) .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 547, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .wrap-taxos {
  position: absolute;
  top: 15px;
  left: 20px;
  width: auto;
  height: 20px;
  z-index: 2;
}

@media only screen and (max-width: 450px) {
  /* line 547, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .wrap-taxos {
    max-width: 65%;
  }
}

/* line 559, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .wrap-taxos p {
  margin: 0;
  display: flex;
  font-family: "Tisa", serif;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 450px) {
  /* line 559, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .wrap-taxos p {
    flex-direction: column;
  }
}

/* line 571, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .wrap-taxos span {
  display: inline;
  text-transform: capitalize;
  font-weight: 300;
}

/* line 576, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .wrap-taxos span:first-child {
  margin-right: 5px;
}

@media only screen and (max-width: 450px) {
  /* line 576, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .wrap-taxos span:first-child {
    margin-right: 0;
  }
}

/* line 584, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .wrap-taxos span:last-child {
  margin-left: 5px;
}

@media only screen and (max-width: 450px) {
  /* line 584, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .wrap-taxos span:last-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 450px) {
  /* line 592, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .wrap-taxos span.divider {
    display: none;
  }
}

/* line 600, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .wrap-add-to-wishlist-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 15px solid transparent;
  box-sizing: content-box;
  z-index: 2;
}

/* line 611, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .experience-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  z-index: 2;
}

/* line 620, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .experience-info h3 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  margin: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .experience-info h3 {
  font-size: 18px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-info h3 {
    font-size: calc( 18px + 7 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-info h3 {
    font-size: 25px;
  }
}

/* line 627, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .experience-info h5 {
  font-family: "Gt", sans-serif;
  font-weight: 300 !important;
  margin: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .experience-info h5 {
  font-size: 12px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-info h5 {
    font-size: calc( 12px + 5 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .experience-info h5 {
    font-size: 17px;
  }
}

/* line 635, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .dark-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  /* line 635, resources/assets/styles/templates/_landing-type.scss */

  .experiences-list-type-taxonomy .wrap-experiences-list .dark-overlay {
    background: rgba(0, 0, 0, 0.1);
  }
}

/* line 649, resources/assets/styles/templates/_landing-type.scss */

.experiences-list-type-taxonomy .wrap-experiences-list .gradient-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

/* line 663, resources/assets/styles/templates/_landing-type.scss */

.wrap-about-taxo-types {
  padding-bottom: 100px;
}

@media only screen and (min-width: 769px) {
  /* line 663, resources/assets/styles/templates/_landing-type.scss */

  .wrap-about-taxo-types {
    padding-bottom: 60px;
  }
}

/* line 673, resources/assets/styles/templates/_landing-type.scss */

.bottom-image-destinations {
  position: absolute;
  bottom: -17.5%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

@media only screen and (min-width: 2000px) {
  /* line 673, resources/assets/styles/templates/_landing-type.scss */

  .bottom-image-destinations {
    bottom: -28%;
  }
}

/* line 685, resources/assets/styles/templates/_landing-type.scss */

.bottom-image-destinations .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(250, 249, 246, 0) 0%, #faf9f6 100%);
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  /* line 685, resources/assets/styles/templates/_landing-type.scss */

  .bottom-image-destinations .gradient-overlay {
    height: 200px;
  }
}

/* line 703, resources/assets/styles/templates/_landing-type.scss */

.bottom-image-destinations .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.bottom-image-destinations .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 95.24439%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.bottom-image-destinations .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 707, resources/assets/styles/templates/_landing-type.scss */

.bottom-image-destinations .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 720, resources/assets/styles/templates/_landing-type.scss */

.term-adventure .hero-taxonomy-type .wrap-fullscreen-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 70% 50%;
}

@media only screen and (min-width: 769px) {
  /* line 720, resources/assets/styles/templates/_landing-type.scss */

  .term-adventure .hero-taxonomy-type .wrap-fullscreen-image .image img {
    object-position: 50% 50%;
  }
}

/* line 1, resources/assets/styles/templates/_contact.scss */

.wrapper-contact-page {
  position: relative;
}

/* line 6, resources/assets/styles/templates/_contact.scss */

.hero-contact {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow-x: hidden;
  margin-bottom: 40px;
}

@media only screen and (min-width: 769px) {
  /* line 6, resources/assets/styles/templates/_contact.scss */

  .hero-contact {
    margin-bottom: 55px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 6, resources/assets/styles/templates/_contact.scss */

  .hero-contact {
    margin-bottom: 85px;
  }
}

/* line 21, resources/assets/styles/templates/_contact.scss */

.hero-contact .wrap-fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

/* line 30, resources/assets/styles/templates/_contact.scss */

.hero-contact .wrap-fullscreen-image .image {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.hero-contact .wrap-fullscreen-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 44.375%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.hero-contact .wrap-fullscreen-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 35, resources/assets/styles/templates/_contact.scss */

.hero-contact .wrap-fullscreen-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}

/* line 45, resources/assets/styles/templates/_contact.scss */

.hero-contact .dark-overlay-hero {
  opacity: 0;
}

/* line 49, resources/assets/styles/templates/_contact.scss */

.hero-contact .wrap-hero-header {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #fff;
}

@media only screen and (min-width: 769px) {
  /* line 49, resources/assets/styles/templates/_contact.scss */

  .hero-contact .wrap-hero-header {
    left: 16.52%;
  }
}

/* line 60, resources/assets/styles/templates/_contact.scss */

.hero-contact .wrap-hero-header h1 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  max-width: 570px;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-contact .wrap-hero-header h1 {
  font-size: 42px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-contact .wrap-hero-header h1 {
    font-size: calc( 42px + 33 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-contact .wrap-hero-header h1 {
    font-size: 75px;
  }
}

/* line 68, resources/assets/styles/templates/_contact.scss */

.hero-contact .wrap-hero-header .wrap-hero-links {
  display: flex;
  flex-direction: column-reverse;
  opacity: 0;
}

@media only screen and (min-width: 769px) {
  /* line 68, resources/assets/styles/templates/_contact.scss */

  .hero-contact .wrap-hero-header .wrap-hero-links {
    flex-direction: row;
  }
}

/* line 77, resources/assets/styles/templates/_contact.scss */

.hero-contact .wrap-hero-header .wrap-hero-links a {
  color: #fff;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.25rem;
  font-size: 13px;
  margin-bottom: 5px;
}

/* line 88, resources/assets/styles/templates/_contact.scss */

.hero-contact .wrap-hero-header .wrap-hero-links a .arrow {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  margin-left: 15px;
}

/* line 97, resources/assets/styles/templates/_contact.scss */

.hero-contact .wrap-hero-header .wrap-hero-links a .arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 111, resources/assets/styles/templates/_contact.scss */

.intro-contact {
  margin-bottom: 55px;
  padding: 0;
}

@media only screen and (min-width: 769px) {
  /* line 111, resources/assets/styles/templates/_contact.scss */

  .intro-contact {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 111, resources/assets/styles/templates/_contact.scss */

  .intro-contact {
    margin-bottom: 120px;
    padding: 0 70px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 111, resources/assets/styles/templates/_contact.scss */

  .intro-contact {
    padding: 0 140px;
  }
}

/* line 128, resources/assets/styles/templates/_contact.scss */

.intro-contact .intro-container {
  width: calc(100% - 60px);
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 670px) {
  /* line 128, resources/assets/styles/templates/_contact.scss */

  .intro-contact .intro-container {
    max-width: 610px;
  }
}

/* line 137, resources/assets/styles/templates/_contact.scss */

.intro-contact .intro-container h2 {
  margin-top: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.intro-contact .intro-container h2 {
  font-size: 27px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .intro-contact .intro-container h2 {
    font-size: calc( 27px + 25 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .intro-contact .intro-container h2 {
    font-size: 52px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 137, resources/assets/styles/templates/_contact.scss */

  .intro-contact .intro-container h2 {
    margin-top: 0;
  }
}

/* line 146, resources/assets/styles/templates/_contact.scss */

.intro-contact .intro-container p {
  margin-bottom: 35px;
}

/* line 154, resources/assets/styles/templates/_contact.scss */

.contacts-and-form {
  padding: 0;
  margin-bottom: 78px;
}

@media only screen and (min-width: 769px) {
  /* line 154, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form {
    padding: 0 80px 0 90px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 154, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form {
    padding: 0 100px 0 110px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 154, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form {
    padding: 0 130px 0 140px;
  }
}

@media only screen and (min-width: 1600px) {
  /* line 154, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form {
    margin-bottom: 150px;
  }
}

/* line 174, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-contacts-and-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 181, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-contacts {
  width: 100%;
  margin-left: 30px;
  font-family: "Nocturne", serif;
  margin-bottom: 43px;
}

@media only screen and (min-width: 550px) {
  /* line 181, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-contacts {
    margin-left: 5%;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 181, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-contacts {
    width: 40%;
    margin-bottom: 0;
    margin-left: 2.5%;
  }
}

/* line 197, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-contacts .contact-points {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1034px) {
  /* line 197, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-contacts .contact-points {
    margin-top: 80px;
  }
}

/* line 204, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-contacts .contact-points p {
  line-height: 2.75;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.contacts-and-form .wrap-contacts .contact-points p {
  font-size: 18px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .contacts-and-form .wrap-contacts .contact-points p {
    font-size: calc( 18px + 8 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .contacts-and-form .wrap-contacts .contact-points p {
    font-size: 26px;
  }
}

@media only screen and (min-width: 550px) {
  /* line 204, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-contacts .contact-points p {
    line-height: 2;
  }
}

@media only screen and (min-width: 769px) {
  /* line 204, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-contacts .contact-points p {
    line-height: 1.9;
  }
}

/* line 222, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-contacts .main-address p {
  line-height: 1.9;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  color: #646464;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.contacts-and-form .wrap-contacts .main-address p {
  font-size: 18px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .contacts-and-form .wrap-contacts .main-address p {
    font-size: calc( 18px + 2 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .contacts-and-form .wrap-contacts .main-address p {
    font-size: 20px;
  }
}

/* line 233, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form {
  width: 100%;
  padding: 25px 30px;
  background-color: #fff;
}

@media only screen and (min-width: 550px) {
  /* line 233, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-form {
    padding: 25px 5%;
  }
}

@media only screen and (min-width: 769px) {
  /* line 233, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-form {
    width: 100%;
    margin: 0 auto;
    padding: 25px 35px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 233, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-form {
    width: 51%;
    margin: 0 0 0 auto;
    padding: 25px 45px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 233, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-form {
    padding: 25px 65px;
  }
}

/* line 258, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form .gfield_label {
  display: none !important;
}

@media only screen and (min-width: 550px) {
  /* line 258, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-form .gfield_label {
    display: inline-block !important;
  }
}

/* line 266, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form input,
.contacts-and-form .wrap-form textarea {
  border-radius: 0;
  border: 1px solid #646464;
  color: #202020;
  font-weight: 300;
  padding-left: 14px !important;
}

@media only screen and (min-width: 769px) {
  /* line 266, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-form input,
  .contacts-and-form .wrap-form textarea {
    border: 1px solid #d3d3d3;
    color: #202020;
  }
}

/* line 279, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form input {
  height: 40px;
}

@media only screen and (min-width: 769px) {
  /* line 279, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-form input {
    height: 50px;
  }
}

/* line 287, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form textarea {
  height: 100px !important;
}

@media only screen and (min-width: 769px) {
  /* line 287, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-form textarea {
    height: 184px !important;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 287, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-form textarea {
    height: 244px !important;
  }
}

/* line 299, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form input::placeholder,
.contacts-and-form .wrap-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 769px) {
  /* line 299, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-form input::placeholder,
  .contacts-and-form .wrap-form textarea::placeholder {
    color: #d3d3d3;
  }
}

/* line 308, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form li.gfield {
  padding-right: 0 !important;
}

/* line 312, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 316, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form .gform_fields li {
  width: 100%;
  margin-top: 0;
}

/* line 319, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form .gform_fields li:nth-child(1) {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 319, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-form .gform_fields li:nth-child(1) {
    width: calc(50% - 17px);
  }
}

/* line 327, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form .gform_fields li:nth-child(2) {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 327, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-form .gform_fields li:nth-child(2) {
    width: calc(50% - 17px);
  }
}

/* line 337, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form .ginput_container_checkbox {
  width: 100%;
  margin-top: 0 !important;
}

/* line 341, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form .ginput_container_checkbox li {
  font-weight: 300;
  display: flex;
  align-items: flex-start !important;
}

/* line 346, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form .ginput_container_checkbox li:nth-child(1) {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 346, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-form .ginput_container_checkbox li:nth-child(1) {
    width: 80%;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 346, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-form .ginput_container_checkbox li:nth-child(1) {
    width: 100%;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 346, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-form .ginput_container_checkbox li:nth-child(1) {
    width: 80%;
  }
}

/* line 362, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form .ginput_container_checkbox li label {
  line-height: 1.33;
  font-weight: 300 !important;
}

/* line 367, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form .ginput_container_checkbox li input {
  height: auto;
  margin-right: 10px;
  margin-top: 0 !important;
}

/* line 375, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form .gfield_required {
  display: none;
}

/* line 381, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form .gfield_error label {
  display: none !important;
}

/* line 385, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form .gfield_error li {
  border: 0;
  background-color: transparent;
}

/* line 390, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form .gfield_error input,
.contacts-and-form .wrap-form .gfield_error textarea {
  border: 1px solid red !important;
}

/* line 395, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form .gfield_error input::placeholder,
.contacts-and-form .wrap-form .gfield_error textarea::placeholder {
  color: red;
}

/* line 401, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form .validation_message {
  color: red !important;
  font-family: "Gt", sans-serif;
  font-weight: 300;
}

/* line 407, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form .validation_error {
  border-top: 0;
  border-bottom: 0;
  color: red;
  max-width: 80%;
  margin: 0 auto;
  font-family: "Gt", sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

/* line 418, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .wrap-form input[type=submit] {
  padding: 14px 48px !important;
  background-color: #613842;
  font-size: 12px !important;
  text-align: center !important;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #fff;
  border: 0;
  width: auto !important;
  height: 40px;
  line-height: 0 !important;
}

@media only screen and (min-width: 769px) {
  /* line 418, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .wrap-form input[type=submit] {
    height: 50px;
    padding: 17px 70px !important;
    font-size: 13px !important;
  }
}

/* line 439, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .gform_confirmation_wrapper {
  padding: 50px 0;
  font-family: "Nocturne", serif;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
  color: #613842;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.contacts-and-form .gform_confirmation_wrapper {
  font-size: 19px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .contacts-and-form .gform_confirmation_wrapper {
    font-size: calc( 19px + -1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .contacts-and-form .gform_confirmation_wrapper {
    font-size: 18px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 439, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .gform_confirmation_wrapper {
    padding: 100px 0 130px 0;
    max-width: 90%;
    margin: 0 auto;
  }
}

/* line 454, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .gform_confirmation_wrapper h4 {
  margin-bottom: 50px;
  font-family: "Nocturne", serif;
  font-weight: 300;
  text-align: center;
  color: #613842;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.contacts-and-form .gform_confirmation_wrapper h4 {
  font-size: 28px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .contacts-and-form .gform_confirmation_wrapper h4 {
    font-size: calc( 28px + 2 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .contacts-and-form .gform_confirmation_wrapper h4 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 454, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .gform_confirmation_wrapper h4 {
    margin-bottom: 65px;
  }
}

/* line 467, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .gform_confirmation_wrapper a {
  font-family: "Gt", sans-serif;
  font-weight: 700;
  color: #613842;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  display: inline-block;
  margin-top: 45px;
  position: relative;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.contacts-and-form .gform_confirmation_wrapper a {
  font-size: 12px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .contacts-and-form .gform_confirmation_wrapper a {
    font-size: calc( 12px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .contacts-and-form .gform_confirmation_wrapper a {
    font-size: 13px;
  }
}

/* line 478, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .gform_confirmation_wrapper a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #613842;
}

/* line 488, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .gform_confirmation_wrapper a:hover {
  color: #646464;
}

/* line 491, resources/assets/styles/templates/_contact.scss */

.contacts-and-form .gform_confirmation_wrapper a:hover:after {
  background-color: #646464;
}

@media only screen and (min-width: 769px) {
  /* line 467, resources/assets/styles/templates/_contact.scss */

  .contacts-and-form .gform_confirmation_wrapper a {
    margin-top: 65px;
  }
}

/* line 506, resources/assets/styles/templates/_contact.scss */

.clients-say-contact {
  position: relative;
  padding: 0 30px 140px 30px;
  text-align: center;
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  /* line 506, resources/assets/styles/templates/_contact.scss */

  .clients-say-contact {
    padding: 0 100px 250px 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 506, resources/assets/styles/templates/_contact.scss */

  .clients-say-contact {
    padding: 0 100px 370px 100px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 506, resources/assets/styles/templates/_contact.scss */

  .clients-say-contact {
    padding: 0 140px 370px 140px;
  }
}

/* line 527, resources/assets/styles/templates/_contact.scss */

.clients-say-contact h2 {
  margin-top: 0;
}

/* line 531, resources/assets/styles/templates/_contact.scss */

.clients-say-contact .wrap-quote-and-author {
  position: relative;
  margin: 40px 10px 10px 10px;
}

@media only screen and (min-width: 769px) {
  /* line 531, resources/assets/styles/templates/_contact.scss */

  .clients-say-contact .wrap-quote-and-author {
    margin: 60px 60px 0 60px;
  }
}

/* line 539, resources/assets/styles/templates/_contact.scss */

.clients-say-contact .wrap-quote-and-author .quote-author {
  font-size: 26px;
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  margin-bottom: 35px;
}

@media only screen and (min-width: 769px) {
  /* line 539, resources/assets/styles/templates/_contact.scss */

  .clients-say-contact .wrap-quote-and-author .quote-author {
    margin-bottom: 0;
  }
}

/* line 551, resources/assets/styles/templates/_contact.scss */

.clients-say-contact .wrap-quote-and-author .wrap-quote-top {
  position: absolute;
  top: -40px;
  left: 0;
}

@media only screen and (min-width: 769px) {
  /* line 551, resources/assets/styles/templates/_contact.scss */

  .clients-say-contact .wrap-quote-and-author .wrap-quote-top {
    top: -40px;
    left: -40px;
  }
}

/* line 562, resources/assets/styles/templates/_contact.scss */

.clients-say-contact .wrap-quote-and-author .wrap-quote-bottom {
  position: absolute;
  bottom: 30px;
  right: 0;
}

@media only screen and (min-width: 769px) {
  /* line 562, resources/assets/styles/templates/_contact.scss */

  .clients-say-contact .wrap-quote-and-author .wrap-quote-bottom {
    bottom: 30px;
    right: -40px;
  }
}

/* line 574, resources/assets/styles/templates/_contact.scss */

.clients-say-contact .wrap-carousel {
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (min-width: 769px) {
  /* line 574, resources/assets/styles/templates/_contact.scss */

  .clients-say-contact .wrap-carousel {
    width: calc(75% + 120px);
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 574, resources/assets/styles/templates/_contact.scss */

  .clients-say-contact .wrap-carousel {
    width: calc(50% + 120px);
    margin: 0 auto;
  }
}

/* line 589, resources/assets/styles/templates/_contact.scss */

.clients-say-contact .wrap-carousel .swiper-container-contact-clients-say .swiper-wrapper {
  height: auto;
}

/* line 592, resources/assets/styles/templates/_contact.scss */

.clients-say-contact .wrap-carousel .swiper-container-contact-clients-say .swiper-wrapper .swiper-slide {
  position: relative;
}

/* line 599, resources/assets/styles/templates/_contact.scss */

.clients-say-contact .wrap-nav {
  display: flex;
  justify-content: center;
  z-index: 10;
}

@media only screen and (min-width: 769px) {
  /* line 599, resources/assets/styles/templates/_contact.scss */

  .clients-say-contact .wrap-nav {
    margin-top: 65px;
  }
}

/* line 608, resources/assets/styles/templates/_contact.scss */

.clients-say-contact .wrap-nav .swiper-clients-say-button-prev,
.clients-say-contact .wrap-nav .swiper-clients-say-button-next {
  position: relative;
  height: 40px;
  width: 40px;
  margin: 0 10px;
  border: 1px solid #613842;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

@media only screen and (min-width: 769px) {
  /* line 608, resources/assets/styles/templates/_contact.scss */

  .clients-say-contact .wrap-nav .swiper-clients-say-button-prev,
  .clients-say-contact .wrap-nav .swiper-clients-say-button-next {
    height: 55px;
    width: 55px;
  }
}

/* line 624, resources/assets/styles/templates/_contact.scss */

.clients-say-contact .wrap-nav .swiper-clients-say-button-prev:hover,
.clients-say-contact .wrap-nav .swiper-clients-say-button-next:hover {
  transform: scale(0.85);
}

/* line 628, resources/assets/styles/templates/_contact.scss */

.clients-say-contact .wrap-nav .swiper-clients-say-button-prev svg,
.clients-say-contact .wrap-nav .swiper-clients-say-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.5px;
}

/* line 641, resources/assets/styles/templates/_contact.scss */

.bottom-image-contact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  z-index: -1;
  display: none;
}

@media only screen and (min-width: 1034px) {
  /* line 641, resources/assets/styles/templates/_contact.scss */

  .bottom-image-contact {
    display: block;
    height: 1000px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 641, resources/assets/styles/templates/_contact.scss */

  .bottom-image-contact {
    height: 1300px;
  }
}

@media only screen and (min-width: 1660px) {
  /* line 641, resources/assets/styles/templates/_contact.scss */

  .bottom-image-contact {
    height: 1500px;
  }
}

/* line 663, resources/assets/styles/templates/_contact.scss */

.bottom-image-contact .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(250, 249, 246, 0) 0%, #faf9f6 100%);
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  /* line 663, resources/assets/styles/templates/_contact.scss */

  .bottom-image-contact .gradient-overlay {
    height: 200px;
  }
}

/* line 685, resources/assets/styles/templates/_contact.scss */

.bottom-image-contact .image {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.bottom-image-contact .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 124.02778%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.bottom-image-contact .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 1550px) {
  /* line 685, resources/assets/styles/templates/_contact.scss */

  .bottom-image-contact .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .bottom-image-contact .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .bottom-image-contact .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 2200px) {
  /* line 685, resources/assets/styles/templates/_contact.scss */

  .bottom-image-contact .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .bottom-image-contact .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 86.11111%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .bottom-image-contact .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 2500px) {
  /* line 685, resources/assets/styles/templates/_contact.scss */

  .bottom-image-contact .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .bottom-image-contact .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 58.33333%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .bottom-image-contact .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 702, resources/assets/styles/templates/_contact.scss */

.bottom-image-contact .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}

/* line 1, resources/assets/styles/templates/_news.scss */

.wrapper-news-and-press-page {
  position: relative;
}

/* line 6, resources/assets/styles/templates/_news.scss */

.hero-news-and-press {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow-x: hidden;
  margin-bottom: 55px;
}

@media only screen and (min-width: 1034px) {
  /* line 6, resources/assets/styles/templates/_news.scss */

  .hero-news-and-press {
    margin-bottom: 85px;
  }
}

/* line 17, resources/assets/styles/templates/_news.scss */

.hero-news-and-press .wrap-fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

/* line 26, resources/assets/styles/templates/_news.scss */

.hero-news-and-press .wrap-fullscreen-image .image {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.hero-news-and-press .wrap-fullscreen-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 44.375%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.hero-news-and-press .wrap-fullscreen-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 31, resources/assets/styles/templates/_news.scss */

.hero-news-and-press .wrap-fullscreen-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 38, resources/assets/styles/templates/_news.scss */

.hero-news-and-press .dark-overlay-hero {
  opacity: 0;
}

/* line 42, resources/assets/styles/templates/_news.scss */

.hero-news-and-press .wrap-hero-header {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 90%;
  transform: translateY(-50%);
  color: #fff;
}

@media only screen and (min-width: 550px) {
  /* line 42, resources/assets/styles/templates/_news.scss */

  .hero-news-and-press .wrap-hero-header {
    left: 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 42, resources/assets/styles/templates/_news.scss */

  .hero-news-and-press .wrap-hero-header {
    left: 16.52%;
  }
}

/* line 58, resources/assets/styles/templates/_news.scss */

.hero-news-and-press .wrap-hero-header h1 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  max-width: 670px;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-news-and-press .wrap-hero-header h1 {
  font-size: 42px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-news-and-press .wrap-hero-header h1 {
    font-size: calc( 42px + 33 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-news-and-press .wrap-hero-header h1 {
    font-size: 75px;
  }
}

/* line 69, resources/assets/styles/templates/_news.scss */

.wrap-search {
  padding: 0 30px;
  display: none;
  opacity: 0;
}

@media only screen and (min-width: 769px) {
  /* line 69, resources/assets/styles/templates/_news.scss */

  .wrap-search {
    padding: 0 100px;
    display: block;
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 69, resources/assets/styles/templates/_news.scss */

  .wrap-search {
    padding: 0 140px;
  }
}

/* line 84, resources/assets/styles/templates/_news.scss */

.wrap-search p {
  font-family: "Nocturne", serif;
  font-weight: 300;
  margin: 0 0 100px 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-search p {
  font-size: 24px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-search p {
    font-size: calc( 24px + 12 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-search p {
    font-size: 36px;
  }
}

/* line 91, resources/assets/styles/templates/_news.scss */

.wrap-search .facetwp-btn {
  display: none;
}

/* line 95, resources/assets/styles/templates/_news.scss */

.wrap-search .facetwp-autocomplete,
.wrap-search .facetwp-search {
  background-color: transparent;
  border: 0;
  position: relative;
  border-bottom: 2px solid #613842;
  padding: 10px;
  font-size: 18px;
  width: 325px;
  margin: 0 0 100px 10px;
}

/* line 107, resources/assets/styles/templates/_news.scss */

.wrap-search input[type="button"] {
  display: none;
}

/* line 112, resources/assets/styles/templates/_news.scss */

.autocomplete-suggestions {
  width: calc(325px - 20px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  border-top: none !important;
  border-right: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  background-color: #faf9f6 !important;
}

/* line 121, resources/assets/styles/templates/_news.scss */

.autocomplete-suggestions strong {
  color: #202020 !important;
  font-weight: 500;
}

/* line 126, resources/assets/styles/templates/_news.scss */

.autocomplete-suggestion {
  padding: 10px !important;
  color: #646464 !important;
  cursor: pointer;
  position: relative;
}

/* line 132, resources/assets/styles/templates/_news.scss */

.autocomplete-suggestion:hover {
  background-color: #fff !important;
}

/* line 136, resources/assets/styles/templates/_news.scss */

.autocomplete-no-suggestion {
  text-transform: uppercase;
  padding: 10px !important;
  font-size: 13px;
  letter-spacing: 0.1rem;
}

/* line 142, resources/assets/styles/templates/_news.scss */

.autocomplete-selected {
  background: none !important;
  color: #613842;
}

/* line 149, resources/assets/styles/templates/_news.scss */

.filters .filter-title {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  text-align: center;
  margin-bottom: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.filters .filter-title {
  font-size: 24px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters .filter-title {
    font-size: calc( 24px + 6 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .filters .filter-title {
    font-size: 30px;
  }
}

/* line 157, resources/assets/styles/templates/_news.scss */

.filters .filter-title span {
  font-size: 16px;
  display: block;
}

@media only screen and (min-width: 769px) {
  /* line 157, resources/assets/styles/templates/_news.scss */

  .filters .filter-title span {
    display: inline-block;
  }
}

/* line 167, resources/assets/styles/templates/_news.scss */

.filters .wrap-sort-buttons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  max-width: 325px;
  margin: 35px auto 35px;
}

@media only screen and (min-width: 550px) {
  /* line 167, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons {
    margin: 35px auto 50px;
    max-width: 525px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 167, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons {
    max-width: 500px;
    margin: 35px auto 100px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 167, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons {
    max-width: 575px;
    margin: 35px auto 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 167, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons {
    max-width: 775px;
    margin: 35px auto 100px;
  }
}

/* line 197, resources/assets/styles/templates/_news.scss */

.filters .wrap-sort-buttons.transform-one {
  transform: translateX(0);
}

@media only screen and (min-width: 769px) {
  /* line 197, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons.transform-one {
    transform: translateX(calc(177px / 2 + 20px));
  }
}

/* line 205, resources/assets/styles/templates/_news.scss */

.filters .wrap-sort-buttons.transform-two {
  transform: translateX(0);
}

@media only screen and (min-width: 769px) {
  /* line 205, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons.transform-two {
    transform: translateX(calc(177px + 30px));
  }
}

/* line 213, resources/assets/styles/templates/_news.scss */

.filters .wrap-sort-buttons .sort-all {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  font-family: "Nocturne", serif;
  font-weight: 300;
  text-align: center;
  color: #613842;
  background: transparent;
  border: 1px solid #d3d3d3;
  display: inline-block;
  width: 159px;
  padding: 14px 0;
  margin-bottom: 0;
  margin-right: 7px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media only screen and (min-width: 769px) {
  /* line 213, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons .sort-all {
    width: 177px;
    margin-right: 23px;
  }
}

/* line 237, resources/assets/styles/templates/_news.scss */

.filters .wrap-sort-buttons .sort-all.active {
  background: #613842;
  color: #fff;
  border: 1px solid #613842;
}

/* line 243, resources/assets/styles/templates/_news.scss */

.filters .wrap-sort-buttons .sort-all:hover {
  background: #613842;
  color: #fff;
  border: 1px solid #613842;
}

/* line 250, resources/assets/styles/templates/_news.scss */

.filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media only screen and (min-width: 769px) {
  /* line 250, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat {
    justify-content: flex-start;
  }
}

/* line 261, resources/assets/styles/templates/_news.scss */

.filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat:before {
  content: "";
  font-family: "Nocturne", serif;
  font-weight: 300;
  text-align: center;
  color: #613842;
  background: transparent;
  border: 0;
  display: inline-block;
  height: 50px;
  width: 159px;
  padding: 14px 0;
  margin-bottom: 7px;
  margin-right: 7px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media only screen and (min-width: 769px) {
  /* line 261, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat:before {
    width: 177px;
    margin-right: 20px;
  }
}

/* line 284, resources/assets/styles/templates/_news.scss */

.filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio {
  font-family: "Nocturne", serif;
  font-weight: 300;
  text-align: center;
  color: #613842;
  background: transparent;
  border: 1px solid #d3d3d3;
  display: inline-block;
  width: 159px;
  padding: 14px 0;
  margin-bottom: 7px;
  margin-right: 7px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/* line 299, resources/assets/styles/templates/_news.scss */

.filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio:nth-child(2n + 1) {
  margin-right: 0;
}

/* line 303, resources/assets/styles/templates/_news.scss */

.filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 550px) {
  /* line 284, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio {
    margin-bottom: 7px;
  }

  /* line 310, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio:nth-child(2n + 1) {
    margin-right: 7px;
  }

  /* line 314, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio:nth-child(3n + 2) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 769px) {
  /* line 284, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio {
    width: 177px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  /* line 324, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio:nth-child(2n + 1) {
    margin-right: 20px;
  }

  /* line 328, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio:nth-child(3n + 2) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1025px) {
  /* line 284, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio {
    width: 177px;
    margin-right: 20px;
  }

  /* line 337, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio:nth-child(2n + 1) {
    margin-right: 20px;
  }

  /* line 341, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio:nth-child(3n + 2) {
    margin-right: 20px;
  }

  /* line 345, resources/assets/styles/templates/_news.scss */

  .filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio:nth-child(4n + 3) {
    margin-right: 0;
  }
}

/* line 350, resources/assets/styles/templates/_news.scss */

.filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio:last-child {
  margin-right: 0;
}

/* line 354, resources/assets/styles/templates/_news.scss */

.filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio:hover {
  background: #613842;
  color: #fff;
  border: 1px solid #613842;
}

/* line 360, resources/assets/styles/templates/_news.scss */

.filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-radio.checked {
  background: #613842;
  color: #fff;
  border: 1px solid #613842;
}

/* line 367, resources/assets/styles/templates/_news.scss */

.filters .wrap-sort-buttons .facetwp-facet-news_and_press_cat .facetwp-counter {
  display: none;
}

/* line 374, resources/assets/styles/templates/_news.scss */

.wrap-news-pagination {
  padding: 55px 0 85px 0;
  text-align: center;
  font-family: "Nocturne", serif;
  font-weight: 300;
}

@media only screen and (min-width: 769px) {
  /* line 374, resources/assets/styles/templates/_news.scss */

  .wrap-news-pagination {
    padding: 115px 0 145px 0;
  }
}

@media only screen and (max-width: 550px) {
  /* line 384, resources/assets/styles/templates/_news.scss */

  .wrap-news-pagination .facetwp-pager {
    display: flex;
    padding: 0 10px;
  }
}

/* line 391, resources/assets/styles/templates/_news.scss */

.wrap-news-pagination .facetwp-page {
  height: 56px;
  width: 56px;
  font-size: 14px;
  padding: 10px;
  line-height: 40px;
  transition: all 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  margin-right: 0;
}

/* line 400, resources/assets/styles/templates/_news.scss */

.wrap-news-pagination .facetwp-page:hover {
  background-color: #613842;
  color: #fff;
}

/* line 405, resources/assets/styles/templates/_news.scss */

.wrap-news-pagination .facetwp-page.active {
  font-weight: 300;
  padding: 10px;
  color: #fff;
  background-color: #613842;
}

/* line 412, resources/assets/styles/templates/_news.scss */

.wrap-news-pagination .facetwp-page.next {
  margin-left: 45px;
  width: auto;
  padding: 10px 20px;
}

@media only screen and (max-width: 550px) {
  /* line 412, resources/assets/styles/templates/_news.scss */

  .wrap-news-pagination .facetwp-page.next {
    margin-left: 10px;
    padding: 10px;
  }
}

/* line 423, resources/assets/styles/templates/_news.scss */

.wrap-news-pagination .facetwp-page.prev {
  margin-right: 45px;
  width: auto;
  padding: 10px 20px;
}

@media only screen and (max-width: 550px) {
  /* line 423, resources/assets/styles/templates/_news.scss */

  .wrap-news-pagination .facetwp-page.prev {
    margin-right: 10px;
    padding: 10px;
  }
}

/* line 438, resources/assets/styles/templates/_news.scss */

.wrap-all-news-and-press {
  padding: 0;
}

@media only screen and (min-width: 550px) {
  /* line 438, resources/assets/styles/templates/_news.scss */

  .wrap-all-news-and-press {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 438, resources/assets/styles/templates/_news.scss */

  .wrap-all-news-and-press {
    padding: 0 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 438, resources/assets/styles/templates/_news.scss */

  .wrap-all-news-and-press {
    padding: 0 140px;
  }
}

@media only screen and (min-width: 1640px) {
  /* line 438, resources/assets/styles/templates/_news.scss */

  .wrap-all-news-and-press {
    max-width: calc(1440px + 480px);
  }
}

/* line 457, resources/assets/styles/templates/_news.scss */

.wrapper-news-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 462, resources/assets/styles/templates/_news.scss */

.wrapper-news-items .news-list__card {
  width: calc(50% - 4px);
  margin-right: 8px;
  margin-bottom: 8px;
  box-shadow: 0px 0px 58px 0px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/* line 469, resources/assets/styles/templates/_news.scss */

.wrapper-news-items .news-list__card:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (min-width: 550px) {
  /* line 462, resources/assets/styles/templates/_news.scss */

  .wrapper-news-items .news-list__card {
    width: calc(50% - 18px);
    margin-right: 36px;
    margin-bottom: 36px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 462, resources/assets/styles/templates/_news.scss */

  .wrapper-news-items .news-list__card {
    width: calc(33.33% - 24px);
    margin-right: 36px;
  }

  /* line 483, resources/assets/styles/templates/_news.scss */

  .wrapper-news-items .news-list__card:nth-child(2n) {
    margin-right: 36px;
  }

  /* line 487, resources/assets/styles/templates/_news.scss */

  .wrapper-news-items .news-list__card:nth-child(3n) {
    margin-right: 0;
  }
}

/* line 492, resources/assets/styles/templates/_news.scss */

.wrapper-news-items .news-list__card:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}

/* line 495, resources/assets/styles/templates/_news.scss */

.wrapper-news-items .news-list__card:hover img {
  transform: scale(1.05);
}

/* line 500, resources/assets/styles/templates/_news.scss */

.wrapper-news-items .news-list__card .image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.wrapper-news-items .news-list__card .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 74.65565%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.wrapper-news-items .news-list__card .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 505, resources/assets/styles/templates/_news.scss */

.wrapper-news-items .news-list__card .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.45, 0, 0.55, 1);
}

/* line 512, resources/assets/styles/templates/_news.scss */

.wrapper-news-items .news-list__card .wrap-text__card {
  position: relative;
  background-color: #fff;
  padding: 10px 10px 20px 10px;
  height: 140px;
  overflow: hidden;
}

@media only screen and (min-width: 550px) {
  /* line 512, resources/assets/styles/templates/_news.scss */

  .wrapper-news-items .news-list__card .wrap-text__card {
    padding: 30px 30px 45px 30px;
    height: 200px;
  }
}

/* line 524, resources/assets/styles/templates/_news.scss */

.wrapper-news-items .news-list__card .wrap-text__card button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 769px) {
  /* line 524, resources/assets/styles/templates/_news.scss */

  .wrapper-news-items .news-list__card .wrap-text__card button {
    top: 15px;
    right: 20px;
  }
}

/* line 538, resources/assets/styles/templates/_news.scss */

.wrapper-news-items .news-list__card .wrap-text__card .card-category {
  font-family: "Tisa", serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 13px 0;
}

/* line 546, resources/assets/styles/templates/_news.scss */

.wrapper-news-items .news-list__card .wrap-text__card .card-title {
  font-family: "Nocturne", serif;
  font-size: 3.75vw;
  font-weight: 300;
  line-height: 1.4;
  color: #613842;
  margin-top: 0;
}

@media only screen and (min-width: 550px) {
  /* line 546, resources/assets/styles/templates/_news.scss */

  .wrapper-news-items .news-list__card .wrap-text__card .card-title {
    font-size: 2.8vw;
  }
}

@media only screen and (min-width: 769px) {
  /* line 546, resources/assets/styles/templates/_news.scss */

  .wrapper-news-items .news-list__card .wrap-text__card .card-title {
    font-size: 2.5vw;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 546, resources/assets/styles/templates/_news.scss */

  .wrapper-news-items .news-list__card .wrap-text__card .card-title {
    font-size: 1.85vw;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 546, resources/assets/styles/templates/_news.scss */

  .wrapper-news-items .news-list__card .wrap-text__card .card-title {
    font-size: 1.65vw;
  }
}

@media only screen and (min-width: 1600px) {
  /* line 546, resources/assets/styles/templates/_news.scss */

  .wrapper-news-items .news-list__card .wrap-text__card .card-title {
    font-size: 22px;
  }
}

/* line 575, resources/assets/styles/templates/_news.scss */

.wrapper-news-items .news-list__card .wrap-text__card .gradient-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 80%);
}

/* line 595, resources/assets/styles/templates/_news.scss */

.about-news-and-press {
  padding-bottom: 120px;
}

@media only screen and (min-width: 769px) {
  /* line 595, resources/assets/styles/templates/_news.scss */

  .about-news-and-press {
    padding-bottom: 20px;
  }
}

/* line 1, resources/assets/styles/templates/_single-blog.scss */

.wrapper-contact-single-blog {
  position: relative;
}

/* line 6, resources/assets/styles/templates/_single-blog.scss */

.wrap-blog-hero {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 90px 0 90px 0;
}

@media only screen and (min-width: 550px) {
  /* line 6, resources/assets/styles/templates/_single-blog.scss */

  .wrap-blog-hero {
    text-align: center;
    padding: 100px 0 90px 0;
  }
}

@media only screen and (min-width: 769px) {
  /* line 6, resources/assets/styles/templates/_single-blog.scss */

  .wrap-blog-hero {
    width: 75%;
    padding: 115px 0 90px 0;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 6, resources/assets/styles/templates/_single-blog.scss */

  .wrap-blog-hero {
    width: 51%;
    margin: 0 auto;
    text-align: center;
    padding: 135px 0 90px 0;
  }
}

/* line 29, resources/assets/styles/templates/_single-blog.scss */

.wrap-blog-hero .wrap-image {
  opacity: 0;
}

/* line 33, resources/assets/styles/templates/_single-blog.scss */

.wrap-blog-hero .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.wrap-blog-hero .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 51.49457%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.wrap-blog-hero .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 37, resources/assets/styles/templates/_single-blog.scss */

.wrap-blog-hero .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 43, resources/assets/styles/templates/_single-blog.scss */

.wrap-blog-hero .blog-title {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  line-height: 1.2;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-blog-hero .blog-title {
  font-size: 25px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-blog-hero .blog-title {
    font-size: calc( 25px + 20 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-blog-hero .blog-title {
    font-size: 45px;
  }
}

/* line 53, resources/assets/styles/templates/_single-blog.scss */

.wrap-blog-hero .wrap-author img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  opacity: 0;
}

/* line 60, resources/assets/styles/templates/_single-blog.scss */

.wrap-blog-hero .wrap-author .posted-author,
.wrap-blog-hero .wrap-author .posted-date {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-blog-hero .wrap-author .posted-author,
.wrap-blog-hero .wrap-author .posted-date {
  font-size: 16px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-blog-hero .wrap-author .posted-author,
  .wrap-blog-hero .wrap-author .posted-date {
    font-size: calc( 16px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-blog-hero .wrap-author .posted-author,
  .wrap-blog-hero .wrap-author .posted-date {
    font-size: 17px;
  }
}

/* line 70, resources/assets/styles/templates/_single-blog.scss */

.wrap-blog-hero .wrap-author .posted-author {
  margin-top: 15px;
}

/* line 78, resources/assets/styles/templates/_single-blog.scss */

.wrap-blog-content {
  width: calc(100% - 60px);
  margin: 0 30px;
}

@media only screen and (min-width: 769px) {
  /* line 78, resources/assets/styles/templates/_single-blog.scss */

  .wrap-blog-content {
    margin: 0 auto;
    width: 75%;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 78, resources/assets/styles/templates/_single-blog.scss */

  .wrap-blog-content {
    width: 51%;
  }
}

/* line 91, resources/assets/styles/templates/_single-blog.scss */

.wrap-blog-content h2,
.wrap-blog-content h3,
.wrap-blog-content h4 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-blog-content h2 {
  font-size: 22px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-blog-content h2 {
    font-size: calc( 22px + 10 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-blog-content h2 {
    font-size: 32px;
  }
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-blog-content h3 {
  font-size: 20px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-blog-content h3 {
    font-size: calc( 20px + 7 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-blog-content h3 {
    font-size: 27px;
  }
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-blog-content h4 {
  font-size: 18px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-blog-content h4 {
    font-size: calc( 18px + 4 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-blog-content h4 {
    font-size: 22px;
  }
}

/* line 111, resources/assets/styles/templates/_single-blog.scss */

.wrap-blog-content p {
  font-size: 17px;
  font-family: "Gt", sans-serif;
  font-weight: 300;
  color: #000;
  line-height: 1.66;
}

/* line 119, resources/assets/styles/templates/_single-blog.scss */

.wrap-blog-content img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

/* line 125, resources/assets/styles/templates/_single-blog.scss */

.wrap-blog-content hr {
  height: 1px;
  background-color: #d3d3d3;
  border: none;
}

/* line 131, resources/assets/styles/templates/_single-blog.scss */

.wrap-blog-content a.back-to-blog {
  padding: 45px 0 0 0;
  margin-bottom: 200px;
  display: inline-flex;
  position: relative;
  font-size: 13px;
  font-family: "Gt", sans-serif;
  font-weight: 700;
  color: #613842;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

/* line 143, resources/assets/styles/templates/_single-blog.scss */

.wrap-blog-content a.back-to-blog span {
  margin-right: 15px;
}

/* line 150, resources/assets/styles/templates/_single-blog.scss */

.wrap-related-articles {
  padding: 0 30px;
  margin-bottom: 65px;
}

@media only screen and (min-width: 550px) {
  /* line 150, resources/assets/styles/templates/_single-blog.scss */

  .wrap-related-articles {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 150, resources/assets/styles/templates/_single-blog.scss */

  .wrap-related-articles {
    padding: 0 100px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 150, resources/assets/styles/templates/_single-blog.scss */

  .wrap-related-articles {
    padding: 0 140px;
    margin-bottom: 130px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 150, resources/assets/styles/templates/_single-blog.scss */

  .wrap-related-articles {
    padding: 0 240px;
  }
}

/* line 173, resources/assets/styles/templates/_single-blog.scss */

.wrap-related-articles .wrap-text h2 {
  margin: 0 0 30px 0;
}

@media only screen and (min-width: 769px) {
  /* line 173, resources/assets/styles/templates/_single-blog.scss */

  .wrap-related-articles .wrap-text h2 {
    margin: 0 0 25px 0;
  }
}

/* line 182, resources/assets/styles/templates/_single-blog.scss */

.wrap-related-articles .wrap-news-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
}

@media only screen and (min-width: 1034px) {
  /* line 182, resources/assets/styles/templates/_single-blog.scss */

  .wrap-related-articles .wrap-news-row {
    align-items: flex-start;
    justify-content: space-between;
    height: 370px;
  }
}

@media only screen and (min-width: 1660px) {
  /* line 182, resources/assets/styles/templates/_single-blog.scss */

  .wrap-related-articles .wrap-news-row {
    height: 470px;
  }
}

@media only screen and (min-width: 2200px) {
  /* line 182, resources/assets/styles/templates/_single-blog.scss */

  .wrap-related-articles .wrap-news-row {
    height: 550px;
  }
}

/* line 203, resources/assets/styles/templates/_single-blog.scss */

.wrap-related-articles .wrap-news-row .related-item {
  width: 100%;
  background-color: #fff;
  margin-bottom: 25px;
  box-shadow: 0px 0px 58px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 769px) {
  /* line 203, resources/assets/styles/templates/_single-blog.scss */

  .wrap-related-articles .wrap-news-row .related-item {
    width: calc(50% - 20px);
  }
}

@media only screen and (min-width: 1034px) {
  /* line 203, resources/assets/styles/templates/_single-blog.scss */

  .wrap-related-articles .wrap-news-row .related-item {
    width: calc(33.33% - 10px);
    height: 100%;
    margin-bottom: 0;
  }
}

/* line 219, resources/assets/styles/templates/_single-blog.scss */

.wrap-related-articles .wrap-news-row .related-item .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.wrap-related-articles .wrap-news-row .related-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.43617%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.wrap-related-articles .wrap-news-row .related-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 223, resources/assets/styles/templates/_single-blog.scss */

.wrap-related-articles .wrap-news-row .related-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 229, resources/assets/styles/templates/_single-blog.scss */

.wrap-related-articles .wrap-news-row .related-item .info {
  padding: 25px 20px;
}

/* line 232, resources/assets/styles/templates/_single-blog.scss */

.wrap-related-articles .wrap-news-row .related-item .info .cat {
  font-family: "Nocturne", serif;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
}

/* line 239, resources/assets/styles/templates/_single-blog.scss */

.wrap-related-articles .wrap-news-row .related-item .info h3 {
  margin: 0;
}

/* line 243, resources/assets/styles/templates/_single-blog.scss */

.wrap-related-articles .wrap-news-row .related-item .info .title {
  font-family: "Nocturne", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  color: #613842;
}

/* line 1, resources/assets/styles/templates/_single-experiences.scss */

.wrapper-single-experience {
  position: relative;
}

/* line 6, resources/assets/styles/templates/_single-experiences.scss */

.intersection-observer-root-element {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 250px);
  pointer-events: none;
}

@media only screen and (min-width: 769px) {
  /* line 6, resources/assets/styles/templates/_single-experiences.scss */

  .intersection-observer-root-element {
    height: calc(100% - 50px);
  }
}

/* line 20, resources/assets/styles/templates/_single-experiences.scss */

.hero-single-experience {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow-x: hidden;
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 20, resources/assets/styles/templates/_single-experiences.scss */

  .hero-single-experience {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 20, resources/assets/styles/templates/_single-experiences.scss */

  .hero-single-experience {
    margin-bottom: 30px;
  }
}

/* line 35, resources/assets/styles/templates/_single-experiences.scss */

.hero-single-experience .wrap-fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

/* line 44, resources/assets/styles/templates/_single-experiences.scss */

.hero-single-experience .wrap-fullscreen-image .image {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.hero-single-experience .wrap-fullscreen-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 157.33333%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.hero-single-experience .wrap-fullscreen-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 44, resources/assets/styles/templates/_single-experiences.scss */

  .hero-single-experience .wrap-fullscreen-image .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .hero-single-experience .wrap-fullscreen-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .hero-single-experience .wrap-fullscreen-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 53, resources/assets/styles/templates/_single-experiences.scss */

.hero-single-experience .wrap-fullscreen-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 60, resources/assets/styles/templates/_single-experiences.scss */

.hero-single-experience .dark-overlay-hero {
  opacity: 0;
}

/* line 64, resources/assets/styles/templates/_single-experiences.scss */

.hero-single-experience .wrap-hero-header {
  position: absolute;
  top: 50%;
  left: 30px;
  width: calc(100% - 60px);
  transform: translateY(-50%);
  color: #fff;
}

@media only screen and (min-width: 550px) {
  /* line 64, resources/assets/styles/templates/_single-experiences.scss */

  .hero-single-experience .wrap-hero-header {
    left: 50px;
    width: calc(100% - 100px);
  }
}

@media only screen and (min-width: 769px) {
  /* line 64, resources/assets/styles/templates/_single-experiences.scss */

  .hero-single-experience .wrap-hero-header {
    left: 16.52%;
    width: calc(100% - 33%);
  }
}

/* line 82, resources/assets/styles/templates/_single-experiences.scss */

.hero-single-experience .wrap-hero-header h1 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  max-width: 850px;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-single-experience .wrap-hero-header h1 {
  font-size: 42px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-single-experience .wrap-hero-header h1 {
    font-size: calc( 42px + 33 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-single-experience .wrap-hero-header h1 {
    font-size: 75px;
  }
}

/* line 90, resources/assets/styles/templates/_single-experiences.scss */

.hero-single-experience .wrap-hero-header h3 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  line-height: 1.45;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-single-experience .wrap-hero-header h3 {
  font-size: 19px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-single-experience .wrap-hero-header h3 {
    font-size: calc( 19px + 3 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-single-experience .wrap-hero-header h3 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 550px) {
  /* line 90, resources/assets/styles/templates/_single-experiences.scss */

  .hero-single-experience .wrap-hero-header h3 {
    max-width: 70%;
  }
}

@media only screen and (min-width: 769px) {
  /* line 90, resources/assets/styles/templates/_single-experiences.scss */

  .hero-single-experience .wrap-hero-header h3 {
    max-width: 650px;
  }
}

/* line 106, resources/assets/styles/templates/_single-experiences.scss */

.hero-single-experience .wrap-hero-header .link-to {
  color: #fff;
}

/* line 109, resources/assets/styles/templates/_single-experiences.scss */

.hero-single-experience .wrap-hero-header .link-to:after {
  background-color: #fff;
}

/* line 115, resources/assets/styles/templates/_single-experiences.scss */

.hero-single-experience .dark-overlay-hero {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 122, resources/assets/styles/templates/_single-experiences.scss */

.wishlist-button {
  position: absolute;
  height: 30px;
  margin-bottom: 30px;
  z-index: 5;
}

/* line 131, resources/assets/styles/templates/_single-experiences.scss */

.wishlist-button .add-to-wishlist-absolute {
  position: absolute;
  left: 30px;
  top: 40px;
  width: 35px;
  height: 35px;
  padding: 0;
  background: transparent;
  border: 0;
}

@media only screen and (min-width: 769px) {
  /* line 131, resources/assets/styles/templates/_single-experiences.scss */

  .wishlist-button .add-to-wishlist-absolute {
    top: 0;
    left: 45px;
  }
}

/* line 146, resources/assets/styles/templates/_single-experiences.scss */

.wishlist-button .add-to-wishlist-absolute svg {
  width: 100%;
  height: 100%;
}

/* line 155, resources/assets/styles/templates/_single-experiences.scss */

.wrap-highlights {
  position: relative;
  box-shadow: none;
  margin-bottom: 30px;
}

@media only screen and (min-width: 769px) {
  /* line 155, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-highlights {
    box-shadow: 0px 0px 58px 0px rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (min-width: 1034px) {
  /* line 155, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-highlights {
    width: calc(100% - 280px);
    margin: 55px auto;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 155, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-highlights {
    width: calc(100% - 480px);
    margin: 55px auto;
  }
}

/* line 174, resources/assets/styles/templates/_single-experiences.scss */

.wrap-highlights .container-highlights-single-exp {
  padding: 40px 0 35px 0;
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  /* line 174, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-highlights .container-highlights-single-exp {
    padding: 40px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 174, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-highlights .container-highlights-single-exp {
    padding: 60px;
  }
}

/* line 186, resources/assets/styles/templates/_single-experiences.scss */

.wrap-highlights .container-highlights-single-exp .highlight-heading {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  text-align: center;
  margin: 0 0 20px 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-highlights .container-highlights-single-exp .highlight-heading {
  font-size: 28px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-highlights .container-highlights-single-exp .highlight-heading {
    font-size: calc( 28px + 10 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-highlights .container-highlights-single-exp .highlight-heading {
    font-size: 38px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 186, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-highlights .container-highlights-single-exp .highlight-heading {
    margin: 0 0 55px 0;
  }
}

/* line 200, resources/assets/styles/templates/_single-experiences.scss */

.wrap-highlights .wrap-all-highlights {
  position: relative;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 208, resources/assets/styles/templates/_single-experiences.scss */

.wrap-highlights .wrap-all-highlights .wrap-highlights-points {
  width: calc(100% - 60px);
  margin: 0 auto;
}

@media only screen and (min-width: 550px) {
  /* line 208, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-highlights .wrap-all-highlights .wrap-highlights-points {
    width: calc(100% - 100px);
  }
}

@media only screen and (min-width: 769px) {
  /* line 208, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-highlights .wrap-all-highlights .wrap-highlights-points {
    width: 50%;
    margin-left: 10px;
  }
}

/* line 221, resources/assets/styles/templates/_single-experiences.scss */

.wrap-highlights .wrap-all-highlights .wrap-highlights-points ul {
  margin-left: 15px;
}

/* line 225, resources/assets/styles/templates/_single-experiences.scss */

.wrap-highlights .wrap-all-highlights .wrap-highlights-points li {
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 300;
  list-style-type: disc;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-highlights .wrap-all-highlights .wrap-highlights-points li {
  font-size: 16px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-highlights .wrap-all-highlights .wrap-highlights-points li {
    font-size: calc( 16px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-highlights .wrap-all-highlights .wrap-highlights-points li {
    font-size: 17px;
  }
}

/* line 234, resources/assets/styles/templates/_single-experiences.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos {
  position: relative;
  width: calc(100% - 60px);
  margin: 75px auto 0 auto;
}

@media only screen and (min-width: 550px) {
  /* line 234, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-highlights .wrap-all-highlights .highlights-logos-infos {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}

@media only screen and (min-width: 769px) {
  /* line 234, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-highlights .wrap-all-highlights .highlights-logos-infos {
    display: block;
    width: 37%;
    margin: 20px 0 0 0;
  }
}

/* line 251, resources/assets/styles/templates/_single-experiences.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -40px;
  background-color: #d3d3d3;
}

@media only screen and (min-width: 769px) {
  /* line 251, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-highlights .wrap-all-highlights .highlights-logos-infos:before {
    width: 1px;
    height: 100%;
    left: -15%;
    top: 0;
  }
}

/* line 268, resources/assets/styles/templates/_single-experiences.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos .point-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 550px) {
  /* line 268, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-highlights .wrap-all-highlights .highlights-logos-infos .point-item {
    width: 30%;
  }
}

@media only screen and (min-width: 769px) {
  /* line 268, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-highlights .wrap-all-highlights .highlights-logos-infos .point-item {
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }
}

/* line 286, resources/assets/styles/templates/_single-experiences.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos .point-item .point-text {
  display: inline-block;
  font-weight: 300;
  width: auto;
  text-align: center;
  margin-left: 0;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 300;
}

@media only screen and (min-width: 550px) {
  /* line 286, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-highlights .wrap-all-highlights .highlights-logos-infos .point-item .point-text {
    max-width: 70%;
    margin: 0 auto !important;
  }
}

@media only screen and (min-width: 769px) {
  /* line 286, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-highlights .wrap-all-highlights .highlights-logos-infos .point-item .point-text {
    max-width: 100%;
    margin-left: 37px !important;
    text-align: left;
  }
}

/* line 309, resources/assets/styles/templates/_single-experiences.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos .wrap-image {
  width: 45px;
  min-width: 45px;
  height: 45px;
}

/* line 314, resources/assets/styles/templates/_single-experiences.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos .wrap-image .image {
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos .wrap-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos .wrap-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 321, resources/assets/styles/templates/_single-experiences.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos .wrap-image .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (min-width: 1034px) {
  /* line 332, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-buttons-experiences {
    width: 100%;
    padding: 0 240px;
    margin: 55px auto;
  }
}

/* line 339, resources/assets/styles/templates/_single-experiences.scss */

.wrap-buttons-experiences .wrap-inner-buttons-exp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* line 345, resources/assets/styles/templates/_single-experiences.scss */

.wrap-buttons-experiences .wrap-inner-buttons-exp span {
  font-family: "Nocturne", serif;
  margin-left: 12px;
  color: #613842;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-buttons-experiences .wrap-inner-buttons-exp span {
  font-size: 15px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-buttons-experiences .wrap-inner-buttons-exp span {
    font-size: calc( 15px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-buttons-experiences .wrap-inner-buttons-exp span {
    font-size: 16px;
  }
}

/* line 352, resources/assets/styles/templates/_single-experiences.scss */

.wrap-buttons-experiences .wrap-inner-buttons-exp svg {
  width: 30px;
  height: auto;
  fill: none;
  stroke: 1px;
  fill: none;
  max-height: 30px;
}

@media only screen and (min-width: 769px) {
  /* line 352, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-buttons-experiences .wrap-inner-buttons-exp svg {
    width: 25px;
    height: auto;
    max-height: 25px;
  }
}

/* line 367, resources/assets/styles/templates/_single-experiences.scss */

.wrap-buttons-experiences .wrap-inner-buttons-exp .add-to-wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
}

@media only screen and (min-width: 769px) {
  /* line 367, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-buttons-experiences .wrap-inner-buttons-exp .add-to-wishlist {
    margin-right: 20px;
  }
}

/* line 378, resources/assets/styles/templates/_single-experiences.scss */

.wrap-buttons-experiences .wrap-inner-buttons-exp .print-this-page {
  display: none;
}

@media only screen and (min-width: 769px) {
  /* line 378, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-buttons-experiences .wrap-inner-buttons-exp .print-this-page {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* line 389, resources/assets/styles/templates/_single-experiences.scss */

.wrap-buttons-experiences hr {
  width: calc(100% - 60px);
  margin-top: 30px;
  margin: 30px auto 0 auto;
  opacity: 0.7;
}

@media only screen and (min-width: 550px) {
  /* line 389, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-buttons-experiences hr {
    width: calc(100% - 100px);
  }
}

@media only screen and (min-width: 769px) {
  /* line 389, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-buttons-experiences hr {
    border: 1px solid #d3d3d3;
    margin-top: 50px;
    width: 100%;
  }
}

@media only screen and (min-width: 1900px) {
  /* line 389, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-buttons-experiences hr {
    padding: 0;
  }
}

/* line 413, resources/assets/styles/templates/_single-experiences.scss */

.wrap-overview-exp {
  margin: 60px 0 40px 0;
}

@media only screen and (min-width: 769px) {
  /* line 413, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-overview-exp {
    margin: 60px 0 100px 0;
  }
}

/* line 420, resources/assets/styles/templates/_single-experiences.scss */

.wrap-overview-exp .wrap-overview-text {
  padding: 0 30px;
  margin-bottom: 45px;
}

@media only screen and (min-width: 550px) {
  /* line 420, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-overview-exp .wrap-overview-text {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 420, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-overview-exp .wrap-overview-text {
    padding: 0 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 420, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-overview-exp .wrap-overview-text {
    padding: 0 180px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 420, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-overview-exp .wrap-overview-text {
    padding: 0 240px;
  }
}

@media only screen and (min-width: 1900px) {
  /* line 420, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-overview-exp .wrap-overview-text {
    padding: 0;
  }
}

/* line 446, resources/assets/styles/templates/_single-experiences.scss */

.wrap-overview-exp .swiper-container-overview-single-experiences {
  overflow-x: hidden;
}

/* line 450, resources/assets/styles/templates/_single-experiences.scss */

.wrap-overview-exp .swiper-slide {
  position: relative;
  opacity: 0.5;
  transition: opacity 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 455, resources/assets/styles/templates/_single-experiences.scss */

.wrap-overview-exp .swiper-slide .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.wrap-overview-exp .swiper-slide .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 59.85477%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.wrap-overview-exp .swiper-slide .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 459, resources/assets/styles/templates/_single-experiences.scss */

.wrap-overview-exp .swiper-slide .image img {
  object-fit: cover;
}

/* line 465, resources/assets/styles/templates/_single-experiences.scss */

.wrap-overview-exp .swiper-slide-active {
  opacity: 1;
}

/* line 469, resources/assets/styles/templates/_single-experiences.scss */

.wrap-overview-exp .wrap-overview-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 45px 30px 45px;
  display: none;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  /* line 469, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-overview-exp .wrap-overview-info {
    display: block;
  }
}

/* line 482, resources/assets/styles/templates/_single-experiences.scss */

.wrap-overview-exp .wrap-overview-info h5 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  margin: 0 0 12px 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-overview-exp .wrap-overview-info h5 {
  font-size: 20px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-overview-exp .wrap-overview-info h5 {
    font-size: calc( 20px + 5 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-overview-exp .wrap-overview-info h5 {
    font-size: 25px;
  }
}

/* line 489, resources/assets/styles/templates/_single-experiences.scss */

.wrap-overview-exp .wrap-overview-info p {
  font-weight: 300;
  margin: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-overview-exp .wrap-overview-info p {
  font-size: 16px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-overview-exp .wrap-overview-info p {
    font-size: calc( 16px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-overview-exp .wrap-overview-info p {
    font-size: 17px;
  }
}

/* line 500, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .wrap-itinerary-text {
  width: calc(100% - 60px);
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 500, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .wrap-itinerary-text {
    max-width: 750px;
    margin: 0 auto 60px auto;
  }
}

/* line 511, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 511, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary {
    padding: 0 100px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 511, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary {
    padding: 0 135px 0 150px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 511, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary {
    padding: 0 170px 0 200px;
  }
}

@media only screen and (min-width: 1920px) {
  /* line 511, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary {
    padding: 0;
  }
}

/* line 536, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding-bottom: 25px;
}

@media only screen and (min-width: 769px) {
  /* line 536, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content {
    width: 62%;
    padding-bottom: 0;
  }
}

/* line 547, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .swiper-container-itinerary-days {
  display: block;
  position: sticky;
  top: 53px;
  width: 100%;
  overflow: hidden;
  height: 40px;
  background-color: #613842;
  z-index: 100;
  display: none;
}

@media only screen and (min-width: 550px) {
  /* line 547, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .swiper-container-itinerary-days {
    top: 60px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 547, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .swiper-container-itinerary-days {
    display: none;
  }
}

/* line 566, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .swiper-container-itinerary-days .swiper-slide {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.2rem;
  background-color: transparent;
  transition: background-color 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 577, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .swiper-container-itinerary-days .swiper-slide-active {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 582, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content img {
  width: 100%;
  height: 100%;
}

/* line 588, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .day-wrap {
  height: 40px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #613842;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 45px 0;
}

@media only screen and (min-width: 769px) {
  /* line 588, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .each-day-content .day-wrap {
    height: 50px;
  }
}

/* line 607, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .day-wrap:first-child {
  margin: 0 0 30px 0;
}

/* line 612, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-content {
  padding: 0 30px;
  text-align: left;
  font-weight: 300;
}

@media only screen and (min-width: 550px) {
  /* line 612, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-content {
    padding-bottom: 20px;
    padding: 0 50px 20px 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 612, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-content {
    padding: 0 30px;
  }
}

/* line 626, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-content .day-title {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  margin: 10px 0;
  text-align: center;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-content .day-title {
  font-size: 24px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-content .day-title {
    font-size: calc( 24px + 8 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-content .day-title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 626, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-content .day-title {
    text-align: left;
    padding: 0 12px;
  }
}

/* line 640, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-content p {
  line-height: 1.6;
  padding: 0;
}

@media only screen and (min-width: 769px) {
  /* line 640, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-content p {
    padding: 0 12px;
  }
}

/* line 649, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-content img {
  margin: 20px 0;
}

/* line 654, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations {
  margin: 25px 30px 45px 30px;
  padding: 20px 30px 0 30px;
  border: 1px solid #d3d3d3;
}

@media only screen and (min-width: 550px) {
  /* line 654, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations {
    margin: 10px 50px 45px 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 654, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations {
    margin: 35px 40px 85px 40px;
  }
}

/* line 667, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations h5 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  text-align: center;
  margin: 0 0 16px 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations h5 {
  font-size: 24px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations h5 {
    font-size: calc( 24px + 8 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations h5 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 667, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations h5 {
    margin: 0 0 28px 0;
  }
}

/* line 680, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations .swiper-container-itinerary-accomodations {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 30px;
}

/* line 685, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations .swiper-container-itinerary-accomodations .swiper-slide {
  position: relative;
}

/* line 688, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations .swiper-container-itinerary-accomodations .swiper-slide .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations .swiper-container-itinerary-accomodations .swiper-slide .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6004%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations .swiper-container-itinerary-accomodations .swiper-slide .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 692, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations .swiper-container-itinerary-accomodations .swiper-slide .image img {
  object-fit: cover;
}

/* line 697, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations .swiper-container-itinerary-accomodations .swiper-slide .wrap-title-and-info {
  position: relative;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  padding: 20px;
  background-color: #202020;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 709, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations .swiper-container-itinerary-accomodations .swiper-slide .wrap-title-and-info p {
  font-family: "Nocturne", serif;
  font-weight: 300;
  margin: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations .swiper-container-itinerary-accomodations .swiper-slide .wrap-title-and-info p {
  font-size: 16px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations .swiper-container-itinerary-accomodations .swiper-slide .wrap-title-and-info p {
    font-size: calc( 16px + 8 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations .swiper-container-itinerary-accomodations .swiper-slide .wrap-title-and-info p {
    font-size: 24px;
  }
}

/* line 716, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations .swiper-container-itinerary-accomodations .swiper-slide .wrap-title-and-info .info-icon {
  cursor: pointer;
}

/* line 722, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations .swiper-container-itinerary-accomodations .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

@media only screen and (min-width: 769px) {
  /* line 722, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations .swiper-container-itinerary-accomodations .swiper-pagination {
    margin-top: 45px;
  }
}

/* line 729, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations .swiper-container-itinerary-accomodations .swiper-pagination .swiper-pagination-bullet-active {
  background: #613842 !important;
}

/* line 733, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .each-day-content .wrap-related-accomodations .swiper-container-itinerary-accomodations .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
}

/* line 742, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  z-index: 102;
  transition: all 0.35s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 757, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox.active {
  opacity: 1;
  pointer-events: all;
}

/* line 763, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .content-lightbox {
  position: relative;
  padding: 120px 0 50px 0;
}

@media only screen and (min-width: 769px) {
  /* line 763, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .lightbox .content-lightbox {
    padding: 150px 80px 50px 80px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 763, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .lightbox .content-lightbox {
    padding: 200px 100px 50px 100px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 763, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .lightbox .content-lightbox {
    padding: 200px 140px 50px 140px;
  }
}

/* line 780, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .close {
  position: fixed;
  top: 20px;
  right: 20px;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  font-family: "Nocturne", serif;
  font-weight: 300;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}

@media only screen and (min-width: 769px) {
  /* line 780, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .lightbox .close {
    top: 35px;
    right: 35px;
  }
}

/* line 798, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .close:hover {
  color: #d3d3d3;
}

/* line 800, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .close:hover span {
  transform: scale(0.85);
}

/* line 805, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .close span {
  position: relative;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-left: 10px;
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 814, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .close span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 823, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-inner-lightbox {
  height: auto;
  overflow: visible;
}

/* line 827, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-inner-lightbox h3 {
  font-family: "Nocturne", serif;
  font-size: 48px;
  font-weight: 300;
  color: #613842;
  margin: 0 0 25px 0;
  padding: 0 30px;
}

@media only screen and (min-width: 769px) {
  /* line 827, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-inner-lightbox h3 {
    padding: 0;
  }
}

/* line 841, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}

/* line 850, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery {
  position: relative;
  height: auto;
  overflow: hidden;
  transform: translateY(0);
}

@media only screen and (min-width: 1034px) {
  /* line 850, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery {
    position: sticky;
    top: 250px;
    width: 57.5%;
    transform: translateY(-82px);
  }
}

/* line 863, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.56347%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 867, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 873, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery .wrap-nav {
  display: flex;
  justify-content: flex-end;
  z-index: 10;
  margin-top: 15px;
  margin-right: 30px;
}

@media only screen and (min-width: 769px) {
  /* line 873, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery .wrap-nav {
    margin-top: 25px;
    margin-right: 0;
  }
}

/* line 885, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-prev,
.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-next {
  position: relative;
  height: 45px;
  width: 45px;
  margin: 0 10px;
  border: 1px solid #613842;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

@media only screen and (min-width: 769px) {
  /* line 885, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-prev,
  .wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-next {
    height: 55px;
    width: 55px;
  }
}

/* line 901, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-prev:hover,
.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-next:hover {
  transform: scale(0.85);
}

/* line 905, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-prev svg,
.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.5px;
}

/* line 912, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-prev svg path,
.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-next svg path {
  stroke: #613842;
}

/* line 918, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-next {
  margin-right: 0;
}

/* line 924, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos {
  width: 100%;
  margin-top: 60px;
  padding: 0 30px;
}

@media only screen and (min-width: 769px) {
  /* line 924, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos {
    padding: 0;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 924, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos {
    width: 35%;
    margin-top: 0;
  }
}

/* line 939, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos .wrap-feature-and-services h4 {
  font-family: "Nocturne", serif;
  font-size: 32px;
  font-weight: 300;
  color: #613842;
  margin: 0;
}

/* line 948, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos .wrap-feature-and-services ul li {
  position: relative;
  font-family: "Gt", sans-serif;
  font-weight: 300;
  padding-left: 10px;
  line-height: 1.8;
}

/* line 955, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos .wrap-feature-and-services ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  background-color: #d3d3d3;
  transform: translate(-50%, -50%);
}

/* line 969, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos .wrap-exclusive-benefits {
  background-color: #faf9f6;
  font-weight: 300;
  padding: 20px 30px;
  margin-bottom: 1rem;
}

/* line 975, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos .wrap-exclusive-benefits p {
  font-family: "Nocturne", serif;
  font-weight: 300;
  text-align: center;
}

/* line 981, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos .wrap-exclusive-benefits button {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
  background-color: transparent;
  border: 0;
  color: #613842;
  font-family: "Nocturne", serif;
  padding: 0;
}

/* line 993, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos .wrap-exclusive-benefits button.open:before {
  transform: translateY(-50%) rotate(0deg);
}

/* line 998, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos .wrap-exclusive-benefits button:before {
  content: "\25B4";
  font-size: 20px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform-origin: center;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 1009, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos .wrap-exclusive-benefits button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #613842;
  left: 0;
  bottom: 0;
}

/* line 1020, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos .wrap-exclusive-benefits .dropdown {
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 1026, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos .wrap-exclusive-benefits .dropdown.open {
  max-height: 500px;
}

/* line 1030, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos .wrap-exclusive-benefits .dropdown hr {
  border-top: 0.01rem solid #613842;
}

/* line 1034, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos .wrap-exclusive-benefits .dropdown .exclusive-title {
  font-size: 24px;
  color: #613842;
}

/* line 1040, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos .wrap-exclusive-benefits .dropdown ul li {
  position: relative;
  padding-left: 10px;
  line-height: 1.9;
}

/* line 1044, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos .wrap-exclusive-benefits .dropdown ul li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* line 1059, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos .wrap-accommodations-description {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  line-height: 1.66;
}

/* line 1065, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-content .lightbox .wrap-accommodation-infos .wrap-accommodations-description p:first-child {
  margin-top: 0;
}

/* line 1074, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-summary {
  display: none;
}

@media only screen and (min-width: 769px) {
  /* line 1074, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-itinerary .container-itinerary .itinerary-summary {
    display: block;
    position: sticky;
    top: 70px;
    width: 33%;
  }
}

/* line 1084, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-summary .day-line {
  position: relative;
  height: 50px;
  padding: 0 20px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* line 1097, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-summary .day-line .arrow-left {
  position: absolute;
  left: -25px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #613842;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 1111, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-summary .day-line.active .arrow-left {
  opacity: 1;
}

/* line 1116, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-summary .day-line .day-info {
  position: relative;
  color: #fff;
  font-weight: 300;
  width: 100%;
  display: flex;
  z-index: 2;
}

/* line 1124, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-summary .day-line .day-info p:nth-child(1) {
  position: relative;
  width: 35%;
  padding-right: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

/* line 1132, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-summary .day-line .day-info p:nth-child(1):after {
  content: "";
  position: absolute;
  top: -30%;
  right: 15%;
  width: 1px;
  height: 19px;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 1143, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-summary .day-line .day-info p:nth-child(2) {
  width: 65%;
}

/* line 1148, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-summary .day-line .day-info .day-title {
  font-family: "Nocturne", serif;
  font-size: 12px;
}

/* line 1154, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-summary .day-line .background-highlight {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #613842;
  opacity: 0.5;
  transition: opacity 0.2s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: 0;
}

/* line 1165, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-summary .day-line .background-highlight.active {
  opacity: 1;
}

/* line 1171, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-summary .call-us-block {
  padding: 20px;
  background-color: #f3f2ee;
  border-bottom: 1px solid #202020;
  text-align: center;
}

/* line 1177, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-summary .call-us-block h4 {
  font-size: 20px;
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  margin: 0 0 10px 0;
}

/* line 1185, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-summary .call-us-block p {
  font-family: "Gt", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.66;
  margin: 0 0 15px 0;
}

/* line 1193, resources/assets/styles/templates/_single-experiences.scss */

.wrap-itinerary .container-itinerary .itinerary-summary .call-us-block a {
  font-size: 20px;
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  text-decoration: none;
}

/* line 1206, resources/assets/styles/templates/_single-experiences.scss */

.wrap-darker-background {
  background-color: #f3f2ee;
  padding: 50px 0 20px 0;
  margin-bottom: 30px;
}

@media only screen and (min-width: 769px) {
  /* line 1206, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-darker-background {
    margin-bottom: 100px;
  }
}

/* line 1215, resources/assets/styles/templates/_single-experiences.scss */

.wrap-darker-background .about-global {
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 1215, resources/assets/styles/templates/_single-experiences.scss */

  .wrap-darker-background .about-global {
    padding: 110px 240px;
  }
}

/* line 1225, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience {
  position: relative;
  padding: 0 0 80px 0;
}

@media only screen and (min-width: 769px) {
  /* line 1225, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience {
    padding: 0 0 175px 30px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 1225, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience {
    padding: 0 0 200px 70px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 1225, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience {
    padding: 0 0 240px 140px;
  }
}

@media only screen and (min-width: 1920px) {
  /* line 1225, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience {
    padding: 0 0 240px 200px;
  }
}

@media only screen and (min-width: 2500px) {
  /* line 1225, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience {
    padding: 0 0 240px 300px;
  }
}

@media only screen and (min-width: 3000px) {
  /* line 1225, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience {
    padding: 0 0 240px 400px;
  }
}

/* line 1253, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-text {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 769px) {
  /* line 1253, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience .wrap-text {
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    padding: 0 100px 0 0;
    margin-left: 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 1253, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience .wrap-text {
    padding: 0 140px 0 0;
  }
}

/* line 1272, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .title-wrap {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 1272, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience .title-wrap {
    width: 55%;
  }
}

/* line 1279, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .title-wrap h2 {
  margin-top: 0.2em;
  margin-bottom: 0;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 1279, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience .title-wrap h2 {
    text-align: left;
  }
}

/* line 1290, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-carousel {
  position: relative;
  width: calc(100% - 30px);
  margin-left: 30px;
  margin-bottom: 150px;
}

@media only screen and (min-width: 550px) {
  /* line 1290, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience .wrap-carousel {
    width: calc(100% - 50px);
    margin-left: 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 1290, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience .wrap-carousel {
    width: calc(100% - 100px);
    margin-left: 100px;
    margin-bottom: 0;
  }
}

/* line 1307, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-carousel .wrap-inner-carousel {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

/* line 1313, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-carousel .wrap-nav {
  position: absolute;
  left: 0;
  bottom: -80px;
  display: flex;
  flex-direction: row-reverse;
  z-index: 10;
}

@media only screen and (min-width: 769px) {
  /* line 1313, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience .wrap-carousel .wrap-nav {
    top: 0;
    left: -100px;
    display: block;
    flex-direction: row;
  }
}

/* line 1328, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-carousel .wrap-nav .swiper-similar-experiences-button-prev,
.similar-experiences-single-experience .wrap-carousel .wrap-nav .swiper-similar-experiences-button-next {
  position: relative;
  height: 40px;
  width: 40px;
  border: 1px solid #613842;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

@media only screen and (min-width: 769px) {
  /* line 1328, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience .wrap-carousel .wrap-nav .swiper-similar-experiences-button-prev,
  .similar-experiences-single-experience .wrap-carousel .wrap-nav .swiper-similar-experiences-button-next {
    height: 55px;
    width: 55px;
  }
}

/* line 1343, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-carousel .wrap-nav .swiper-similar-experiences-button-prev:hover,
.similar-experiences-single-experience .wrap-carousel .wrap-nav .swiper-similar-experiences-button-next:hover {
  transform: scale(0.85);
}

/* line 1347, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-carousel .wrap-nav .swiper-similar-experiences-button-prev svg,
.similar-experiences-single-experience .wrap-carousel .wrap-nav .swiper-similar-experiences-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.5px;
}

/* line 1356, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-carousel .wrap-nav .swiper-similar-experiences-button-next {
  margin-bottom: 0;
  margin-right: 0;
}

@media only screen and (min-width: 769px) {
  /* line 1356, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience .wrap-carousel .wrap-nav .swiper-similar-experiences-button-next {
    margin-bottom: 25px;
    margin-right: 0;
  }
}

/* line 1365, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-carousel .wrap-nav .swiper-similar-experiences-button-next svg {
  transform: translate(-50%, -50%);
}

/* line 1370, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-carousel .wrap-nav .swiper-similar-experiences-button-prev {
  margin-right: 15px;
}

@media only screen and (min-width: 769px) {
  /* line 1370, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience .wrap-carousel .wrap-nav .swiper-similar-experiences-button-prev {
    margin-right: 0;
  }
}

/* line 1380, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences {
  position: relative;
  width: 100%;
}

/* line 1384, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-wrapper {
  height: auto;
}

/* line 1388, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-slide {
  position: relative;
}

/* line 1390, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-slide .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-slide .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150.26596%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-slide .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1394, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-slide .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 1400, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-slide .wrap-taxos {
  position: absolute;
  top: 15px;
  left: 20px;
  width: auto;
  height: 20px;
  z-index: 2;
}

/* line 1408, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-slide .wrap-taxos p {
  margin: 0;
  display: flex;
  font-family: "Nocturne", serif;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

/* line 1416, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-slide .wrap-taxos span {
  display: inline;
  text-transform: capitalize;
}

/* line 1420, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-slide .wrap-taxos span:first-child {
  margin-right: 5px;
}

/* line 1424, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-slide .wrap-taxos span:last-child {
  margin-left: 5px;
}

/* line 1430, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-slide .wrap-add-to-wishlist-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 15px solid transparent;
  box-sizing: content-box;
  z-index: 100;
}

/* line 1441, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-slide .wrap-experience-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 58px);
  padding: 19px 29px;
  z-index: 2;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  /* line 1441, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-slide .wrap-experience-info {
    padding: 29px;
  }
}

/* line 1454, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-slide .wrap-experience-info h5 {
  font-size: 25px;
  font-family: "Nocturne", serif;
  font-weight: 300;
  margin: 0;
}

/* line 1461, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-slide .wrap-experience-info p {
  font-size: 17px;
  font-family: "Gt", sans-serif;
  font-weight: 300;
  margin: 0;
}

/* line 1469, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-slide .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

/* line 1478, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .swiper-container-single-experiences-similar-experiences .swiper-slide .bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

/* line 1489, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-link-back {
  margin: 15px 0 75px 0;
}

@media only screen and (min-width: 769px) {
  /* line 1489, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience .wrap-link-back {
    margin: 65px 0 0 100px;
  }
}

/* line 1496, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-link-back a {
  font-size: 13px;
  color: #613842;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}

@media only screen and (min-width: 769px) {
  /* line 1496, resources/assets/styles/templates/_single-experiences.scss */

  .similar-experiences-single-experience .wrap-link-back a {
    justify-content: flex-start;
  }
}

/* line 1510, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-link-back a:hover {
  color: #d3d3d3;
}

/* line 1513, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-link-back a:hover svg path {
  stroke: #d3d3d3;
}

/* line 1517, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-link-back a:hover svg line {
  stroke: #d3d3d3;
}

/* line 1523, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-link-back span {
  margin-right: 15px;
}

/* line 1527, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-link-back svg path {
  transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 1531, resources/assets/styles/templates/_single-experiences.scss */

.similar-experiences-single-experience .wrap-link-back svg line {
  transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 1, resources/assets/styles/templates/_single-rentals.scss */

.wrapper-single-rentals {
  position: relative;
}

/* line 7, resources/assets/styles/templates/_single-rentals.scss */

.hero-single-rental {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow-x: hidden;
  margin-bottom: 25px;
}

@media only screen and (min-width: 550px) {
  /* line 7, resources/assets/styles/templates/_single-rentals.scss */

  .hero-single-rental {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 769px) {
  /* line 7, resources/assets/styles/templates/_single-rentals.scss */

  .hero-single-rental {
    margin-bottom: 30px;
  }
}

/* line 22, resources/assets/styles/templates/_single-rentals.scss */

.hero-single-rental .wrap-fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

/* line 31, resources/assets/styles/templates/_single-rentals.scss */

.hero-single-rental .wrap-fullscreen-image .image {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.hero-single-rental .wrap-fullscreen-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 157.33333%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.hero-single-rental .wrap-fullscreen-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 31, resources/assets/styles/templates/_single-rentals.scss */

  .hero-single-rental .wrap-fullscreen-image .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .hero-single-rental .wrap-fullscreen-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .hero-single-rental .wrap-fullscreen-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 40, resources/assets/styles/templates/_single-rentals.scss */

.hero-single-rental .wrap-fullscreen-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 47, resources/assets/styles/templates/_single-rentals.scss */

.hero-single-rental .dark-overlay-hero {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

/* line 52, resources/assets/styles/templates/_single-rentals.scss */

.hero-single-rental .wrap-hero-header {
  position: absolute;
  top: 50%;
  left: 30px;
  width: calc(100% - 60px);
  transform: translateY(-50%);
  color: #fff;
}

@media only screen and (min-width: 769px) {
  /* line 52, resources/assets/styles/templates/_single-rentals.scss */

  .hero-single-rental .wrap-hero-header {
    left: 16.52%;
    width: calc(100% - 33%);
  }
}

/* line 65, resources/assets/styles/templates/_single-rentals.scss */

.hero-single-rental .wrap-hero-header h1 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  max-width: 850px;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-single-rental .wrap-hero-header h1 {
  font-size: 42px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-single-rental .wrap-hero-header h1 {
    font-size: calc( 42px + 33 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-single-rental .wrap-hero-header h1 {
    font-size: 75px;
  }
}

/* line 73, resources/assets/styles/templates/_single-rentals.scss */

.hero-single-rental .wrap-hero-header h3 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  line-height: 1.45;
  max-width: 650px;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-single-rental .wrap-hero-header h3 {
  font-size: 20px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-single-rental .wrap-hero-header h3 {
    font-size: calc( 20px + 2 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-single-rental .wrap-hero-header h3 {
    font-size: 22px;
  }
}

/* line 86, resources/assets/styles/templates/_single-rentals.scss */

.wishlist-button {
  position: absolute;
  height: 30px;
  margin-bottom: 30px;
  z-index: 5;
}

/* line 95, resources/assets/styles/templates/_single-rentals.scss */

.wishlist-button .add-to-wishlist-absolute {
  position: absolute;
  position: fixed;
  left: 30px;
  bottom: 20px;
  top: unset;
  width: 35px;
  height: 35px;
  padding: 0;
  background: transparent;
  border: 0;
  z-index: -1;
}

@media only screen and (min-width: 769px) {
  /* line 95, resources/assets/styles/templates/_single-rentals.scss */

  .wishlist-button .add-to-wishlist-absolute {
    left: 45px;
  }
}

/* line 114, resources/assets/styles/templates/_single-rentals.scss */

.wishlist-button .add-to-wishlist-absolute svg {
  width: 100%;
  height: 100%;
}

/* line 118, resources/assets/styles/templates/_single-rentals.scss */

.wishlist-button .add-to-wishlist-absolute svg path {
  fill: #fff;
}

/* line 125, resources/assets/styles/templates/_single-rentals.scss */

.wishlist-button .add-to-wishlist-absolute.active svg path {
  fill: #613842;
}

/* line 135, resources/assets/styles/templates/_single-rentals.scss */

.wrap-highlights {
  position: relative;
  box-shadow: none;
  margin-bottom: 30px;
}

@media only screen and (min-width: 769px) {
  /* line 135, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-highlights {
    box-shadow: 0px 0px 58px 0px rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (min-width: 1034px) {
  /* line 135, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-highlights {
    width: calc(100% - 280px);
    margin: 55px auto;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 135, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-highlights {
    width: calc(100% - 480px);
    margin: 55px auto;
  }
}

/* line 154, resources/assets/styles/templates/_single-rentals.scss */

.wrap-highlights .container-highlights {
  padding: 0 0 35px 0;
  background-color: #fff;
}

@media only screen and (min-width: 550px) {
  /* line 154, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-highlights .container-highlights {
    padding: 35px 0;
  }
}

@media only screen and (min-width: 769px) {
  /* line 154, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-highlights .container-highlights {
    padding: 40px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 154, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-highlights .container-highlights {
    padding: 60px;
  }
}

/* line 170, resources/assets/styles/templates/_single-rentals.scss */

.wrap-highlights .container-highlights .highlight-heading {
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #613842;
  text-align: center;
  margin: 0 0 55px 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-highlights .container-highlights .highlight-heading {
  font-size: 28px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-highlights .container-highlights .highlight-heading {
    font-size: calc( 28px + 10 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-highlights .container-highlights .highlight-heading {
    font-size: 38px;
  }
}

/* line 180, resources/assets/styles/templates/_single-rentals.scss */

.wrap-highlights .wrap-all-highlights {
  position: relative;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 188, resources/assets/styles/templates/_single-rentals.scss */

.wrap-highlights .wrap-all-highlights .wrap-highlights-points {
  width: calc(100% - 60px);
  margin: 0 auto;
}

@media only screen and (min-width: 550px) {
  /* line 188, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-highlights .wrap-all-highlights .wrap-highlights-points {
    width: calc(100% - 100px);
  }
}

@media only screen and (min-width: 769px) {
  /* line 188, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-highlights .wrap-all-highlights .wrap-highlights-points {
    width: 50%;
    margin-left: 10px;
  }
}

/* line 201, resources/assets/styles/templates/_single-rentals.scss */

.wrap-highlights .wrap-all-highlights .wrap-highlights-points ul {
  margin-left: 15px;
}

/* line 205, resources/assets/styles/templates/_single-rentals.scss */

.wrap-highlights .wrap-all-highlights .wrap-highlights-points li {
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 300;
  list-style-type: disc;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-highlights .wrap-all-highlights .wrap-highlights-points li {
  font-size: 16px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-highlights .wrap-all-highlights .wrap-highlights-points li {
    font-size: calc( 16px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-highlights .wrap-all-highlights .wrap-highlights-points li {
    font-size: 17px;
  }
}

/* line 214, resources/assets/styles/templates/_single-rentals.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos {
  position: relative;
  width: calc(100% - 60px);
  margin: 75px auto 0 auto;
}

@media only screen and (min-width: 550px) {
  /* line 214, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-highlights .wrap-all-highlights .highlights-logos-infos {
    width: calc(100% - 100px);
  }
}

@media only screen and (min-width: 769px) {
  /* line 214, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-highlights .wrap-all-highlights .highlights-logos-infos {
    width: 37%;
    margin: 20px 0 0 0;
  }
}

/* line 228, resources/assets/styles/templates/_single-rentals.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: -40px;
  background-color: #d3d3d3;
}

@media only screen and (min-width: 769px) {
  /* line 228, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-highlights .wrap-all-highlights .highlights-logos-infos:before {
    width: 1px;
    height: 100%;
    left: -15%;
    top: 0;
  }
}

/* line 245, resources/assets/styles/templates/_single-rentals.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos .point-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
  /* line 245, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-highlights .wrap-all-highlights .highlights-logos-infos .point-item {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }
}

/* line 258, resources/assets/styles/templates/_single-rentals.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos .point-item .point-text {
  display: inline-block;
  font-weight: 300;
  width: auto;
  text-align: center;
  margin-left: 0;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 300;
}

@media only screen and (min-width: 769px) {
  /* line 258, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-highlights .wrap-all-highlights .highlights-logos-infos .point-item .point-text {
    margin-left: 37px;
    text-align: left;
  }
}

/* line 275, resources/assets/styles/templates/_single-rentals.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos .wrap-image {
  width: 45px;
  min-width: 45px;
  height: 45px;
}

/* line 280, resources/assets/styles/templates/_single-rentals.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos .wrap-image .image {
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos .wrap-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos .wrap-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 287, resources/assets/styles/templates/_single-rentals.scss */

.wrap-highlights .wrap-all-highlights .highlights-logos-infos .wrap-image .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (min-width: 1034px) {
  /* line 298, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-buttons {
    width: calc(100% - 480px);
    margin: 55px auto;
  }
}

/* line 304, resources/assets/styles/templates/_single-rentals.scss */

.wrap-buttons .wrap-inner-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* line 310, resources/assets/styles/templates/_single-rentals.scss */

.wrap-buttons .wrap-inner-buttons span {
  font-family: "Nocturne", serif;
  margin-left: 12px;
  color: #613842;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-buttons .wrap-inner-buttons span {
  font-size: 15px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-buttons .wrap-inner-buttons span {
    font-size: calc( 15px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-buttons .wrap-inner-buttons span {
    font-size: 16px;
  }
}

/* line 317, resources/assets/styles/templates/_single-rentals.scss */

.wrap-buttons .wrap-inner-buttons svg {
  width: 25px;
  height: auto;
  max-height: 25px;
  fill: none;
  stroke: 1px;
  fill: none;
}

/* line 326, resources/assets/styles/templates/_single-rentals.scss */

.wrap-buttons .wrap-inner-buttons .add-to-wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

/* line 333, resources/assets/styles/templates/_single-rentals.scss */

.wrap-buttons .wrap-inner-buttons .print-this-page {
  display: none;
}

@media only screen and (min-width: 769px) {
  /* line 333, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-buttons .wrap-inner-buttons .print-this-page {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* line 343, resources/assets/styles/templates/_single-rentals.scss */

.wrap-buttons .wrap-inner-buttons .download-factssheet {
  display: none;
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  /* line 343, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-buttons .wrap-inner-buttons .download-factssheet {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
  }
}

/* line 354, resources/assets/styles/templates/_single-rentals.scss */

.wrap-buttons .wrap-inner-buttons .download-factssheet.disabled {
  pointer-events: none;
  opacity: 0.7;
}

/* line 359, resources/assets/styles/templates/_single-rentals.scss */

.wrap-buttons .wrap-inner-buttons .download-factssheet svg path {
  stroke: #613842;
}

/* line 365, resources/assets/styles/templates/_single-rentals.scss */

.wrap-buttons hr {
  width: calc(100% - 60px);
  margin-top: 30px;
}

@media only screen and (min-width: 550px) {
  /* line 365, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-buttons hr {
    width: calc(100% - 100px);
  }
}

@media only screen and (min-width: 769px) {
  /* line 365, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-buttons hr {
    border: 1px solid #d3d3d3;
    margin-top: 50px;
  }
}

/* line 382, resources/assets/styles/templates/_single-rentals.scss */

.wrap-overview {
  margin: 60px 0 40px 0;
}

@media only screen and (min-width: 769px) {
  /* line 382, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-overview {
    margin: 60px 0 100px 0;
  }
}

/* line 389, resources/assets/styles/templates/_single-rentals.scss */

.wrap-overview .wrap-overview-text {
  padding: 0 30px;
  margin-bottom: 45px;
}

@media only screen and (min-width: 550px) {
  /* line 389, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-overview .wrap-overview-text {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 389, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-overview .wrap-overview-text {
    padding: 0 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 389, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-overview .wrap-overview-text {
    padding: 0 180px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 389, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-overview .wrap-overview-text {
    padding: 0 240px;
  }
}

@media only screen and (min-width: 1900px) {
  /* line 389, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-overview .wrap-overview-text {
    padding: 0;
  }
}

/* line 415, resources/assets/styles/templates/_single-rentals.scss */

.wrap-overview .swiper-container-overview-single-experiences {
  overflow-x: hidden;
}

/* line 419, resources/assets/styles/templates/_single-rentals.scss */

.wrap-overview .swiper-slide {
  position: relative;
  opacity: 0.5;
  transition: opacity 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 424, resources/assets/styles/templates/_single-rentals.scss */

.wrap-overview .swiper-slide .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.wrap-overview .swiper-slide .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 59.85477%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.wrap-overview .swiper-slide .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 428, resources/assets/styles/templates/_single-rentals.scss */

.wrap-overview .swiper-slide .image img {
  object-fit: cover;
}

/* line 434, resources/assets/styles/templates/_single-rentals.scss */

.wrap-overview .swiper-slide-active {
  opacity: 1;
}

/* line 438, resources/assets/styles/templates/_single-rentals.scss */

.wrap-overview .wrap-overview-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 45px 30px 45px;
  display: none;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  /* line 438, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-overview .wrap-overview-info {
    display: block;
  }
}

/* line 451, resources/assets/styles/templates/_single-rentals.scss */

.wrap-overview .wrap-overview-info h5 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  margin: 0 0 12px 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-overview .wrap-overview-info h5 {
  font-size: 20px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-overview .wrap-overview-info h5 {
    font-size: calc( 20px + 5 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-overview .wrap-overview-info h5 {
    font-size: 25px;
  }
}

/* line 458, resources/assets/styles/templates/_single-rentals.scss */

.wrap-overview .wrap-overview-info p {
  font-weight: 300;
  margin: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrap-overview .wrap-overview-info p {
  font-size: 16px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-overview .wrap-overview-info p {
    font-size: calc( 16px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrap-overview .wrap-overview-info p {
    font-size: 17px;
  }
}

/* line 468, resources/assets/styles/templates/_single-rentals.scss */

.wrap-accommodation {
  margin: 50px 0 40px 0;
}

@media only screen and (min-width: 769px) {
  /* line 468, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-accommodation {
    margin: 60px 0 100px 0;
  }
}

/* line 475, resources/assets/styles/templates/_single-rentals.scss */

.wrap-accommodation .wrap-accommodation-text {
  padding: 0 30px;
  margin-bottom: 45px;
}

@media only screen and (min-width: 550px) {
  /* line 475, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-accommodation .wrap-accommodation-text {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 475, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-accommodation .wrap-accommodation-text {
    padding: 0 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 475, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-accommodation .wrap-accommodation-text {
    padding: 0 180px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 475, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-accommodation .wrap-accommodation-text {
    padding: 0 240px;
  }
}

@media only screen and (min-width: 1900px) {
  /* line 475, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-accommodation .wrap-accommodation-text {
    padding: 0;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 500, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-accommodation .wrap-accommodation-text p {
    max-width: 950px;
  }
}

/* line 510, resources/assets/styles/templates/_single-rentals.scss */

.wrap-location {
  background-color: #fff;
  margin: 60px 0 40px 0;
}

@media only screen and (min-width: 769px) {
  /* line 510, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-location {
    margin: 60px 0 100px 0;
  }
}

@media only screen and (min-width: 1900px) {
  /* line 510, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-location {
    margin: 60px 0 200px 0;
  }
}

/* line 522, resources/assets/styles/templates/_single-rentals.scss */

.wrap-location .container-location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 769px) {
  /* line 522, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-location .container-location {
    flex-direction: row;
  }
}

/* line 534, resources/assets/styles/templates/_single-rentals.scss */

.wrap-location .wraplocation-map {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 534, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-location .wraplocation-map {
    width: 50%;
  }
}

/* line 541, resources/assets/styles/templates/_single-rentals.scss */

.wrap-location .wraplocation-map .image {
  position: relative;
  background: lime;
  width: 100%;
  height: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.wrap-location .wraplocation-map .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 84%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.wrap-location .wraplocation-map .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 541, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-location .wraplocation-map .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .wrap-location .wraplocation-map .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 84.30556%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .wrap-location .wraplocation-map .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 551, resources/assets/styles/templates/_single-rentals.scss */

.wrap-location .wraplocation-map .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 558, resources/assets/styles/templates/_single-rentals.scss */

.wrap-location .wrap-location-text {
  width: 100%;
  padding: 45px 30px 45px 30px;
}

@media only screen and (min-width: 550px) {
  /* line 558, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-location .wrap-location-text {
    padding: 45px 50px 45px 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 558, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-location .wrap-location-text {
    width: 50%;
    padding: 40px 60px 40px 60px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 558, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-location .wrap-location-text {
    width: 50%;
    padding: 100px 120px 100px 80px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 558, resources/assets/styles/templates/_single-rentals.scss */

  .wrap-location .wrap-location-text {
    width: 50%;
    padding: 128px 160px 128px 100px;
  }
}

/* line 581, resources/assets/styles/templates/_single-rentals.scss */

.wrap-location .wrap-location-text h5 {
  margin-top: 0;
  margin-bottom: 0.5em;
}

/* line 590, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental {
  position: relative;
  padding: 50px 0 5px 0;
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  /* line 590, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental {
    padding: 80px 0 60px 30px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 590, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental {
    padding: 100px 0 80px 70px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 590, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental {
    padding: 100px 0 80px 140px;
  }
}

@media only screen and (min-width: 1920px) {
  /* line 590, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental {
    padding: 100px 0 240px 200px;
  }
}

@media only screen and (min-width: 2500px) {
  /* line 590, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental {
    padding: 100px 0 240px 300px;
  }
}

@media only screen and (min-width: 3000px) {
  /* line 590, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental {
    padding: 100px 0 240px 400px;
  }
}

/* line 620, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-text {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 769px) {
  /* line 620, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental .wrap-text {
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    padding: 0 100px 0 0;
    margin-left: 100px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 620, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental .wrap-text {
    padding: 0 140px 0 0;
  }
}

/* line 639, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .title-wrap {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  /* line 639, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental .title-wrap {
    width: 55%;
  }
}

/* line 646, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .title-wrap h2 {
  margin-top: 0.2em;
  margin-bottom: 0;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 646, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental .title-wrap h2 {
    text-align: left;
  }
}

/* line 657, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-carousel {
  position: relative;
  width: calc(100% - 30px);
  margin-left: 30px;
  margin-bottom: 150px;
}

@media only screen and (min-width: 550px) {
  /* line 657, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental .wrap-carousel {
    width: calc(100% - 50px);
    margin-left: 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 657, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental .wrap-carousel {
    width: calc(100% - 100px);
    margin-left: 100px;
    margin-bottom: 0;
  }
}

/* line 674, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-carousel .wrap-inner-carousel {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

/* line 680, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-carousel .wrap-nav {
  position: absolute;
  left: 0;
  bottom: -80px;
  display: flex;
  flex-direction: row-reverse;
  z-index: 10;
}

@media only screen and (min-width: 769px) {
  /* line 680, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental .wrap-carousel .wrap-nav {
    top: 0;
    left: -100px;
    display: block;
    flex-direction: row;
  }
}

/* line 695, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-carousel .wrap-nav .swiper-similar-rentals-button-prev,
.similar-rentals-single-rental .wrap-carousel .wrap-nav .swiper-similar-rentals-button-next {
  position: relative;
  height: 55px;
  width: 55px;
  border: 1px solid #613842;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 705, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-carousel .wrap-nav .swiper-similar-rentals-button-prev:hover,
.similar-rentals-single-rental .wrap-carousel .wrap-nav .swiper-similar-rentals-button-next:hover {
  transform: scale(0.85);
}

/* line 709, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-carousel .wrap-nav .swiper-similar-rentals-button-prev svg,
.similar-rentals-single-rental .wrap-carousel .wrap-nav .swiper-similar-rentals-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.5px;
}

/* line 716, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-carousel .wrap-nav .swiper-similar-rentals-button-prev svg path,
.similar-rentals-single-rental .wrap-carousel .wrap-nav .swiper-similar-rentals-button-next svg path {
  stroke: #613842;
}

/* line 722, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-carousel .wrap-nav .swiper-similar-rentals-button-next {
  margin-bottom: 0;
  margin-left: 15px;
}

@media only screen and (min-width: 769px) {
  /* line 722, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental .wrap-carousel .wrap-nav .swiper-similar-rentals-button-next {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 732, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-carousel .wrap-nav .swiper-similar-rentals-button-next svg {
  transform: translate(-50%, -50%);
}

/* line 737, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-carousel .wrap-nav .swiper-experiences-button-prev {
  margin-right: 15px;
}

@media only screen and (min-width: 769px) {
  /* line 737, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental .wrap-carousel .wrap-nav .swiper-experiences-button-prev {
    margin-right: 0;
  }
}

/* line 747, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals {
  position: relative;
  width: 100%;
}

/* line 751, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-wrapper {
  height: auto;
}

/* line 755, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide {
  position: relative;
}

/* line 757, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150.26596%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 761, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 767, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide .wrap-add-to-wishlist-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 15px solid transparent;
  box-sizing: content-box;
  z-index: 2;
}

/* line 778, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide .wrap-taxos {
  position: absolute;
  top: 20px;
  left: 20px;
  width: auto;
  height: 20px;
}

@media only screen and (min-width: 769px) {
  /* line 778, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide .wrap-taxos {
    top: 15px;
    left: 15px;
  }
}

/* line 790, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide .wrap-taxos p {
  margin: 0;
  display: flex;
  font-family: "Nocturne", serif;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

/* line 798, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide .wrap-taxos span {
  display: inline;
  text-transform: capitalize;
}

/* line 802, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide .wrap-taxos span:first-child {
  margin-right: 5px;
}

/* line 806, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide .wrap-taxos span:last-child {
  margin-left: 5px;
}

/* line 812, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide .wrap-experience-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 58px);
  padding: 19px 29px;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  /* line 812, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide .wrap-experience-info {
    padding: 29px;
  }
}

/* line 825, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide .wrap-experience-info h5 {
  position: relative;
  font-size: 25px;
  font-family: "Nocturne", serif;
  font-weight: 300;
  margin: 0;
  z-index: 2;
}

/* line 834, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide .wrap-experience-info p {
  position: relative;
  font-size: 17px;
  font-family: "Gt", sans-serif;
  font-weight: 300;
  margin: 0;
  z-index: 2;
}

/* line 843, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide .wrap-experience-info .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

/* line 853, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .swiper-container-single-rental-similar-rentals .swiper-slide .wrap-experience-info .gradient-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

/* line 866, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-link-back {
  margin: 15px 0 50px 0;
}

@media only screen and (min-width: 769px) {
  /* line 866, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental .wrap-link-back {
    margin: 65px 0 0 100px;
  }
}

/* line 873, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-link-back a {
  font-size: 13px;
  color: #613842;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}

@media only screen and (min-width: 769px) {
  /* line 873, resources/assets/styles/templates/_single-rentals.scss */

  .similar-rentals-single-rental .wrap-link-back a {
    justify-content: flex-start;
  }
}

/* line 887, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-link-back a:hover {
  color: #d3d3d3;
}

/* line 890, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-link-back a:hover svg path {
  stroke: #d3d3d3;
}

/* line 894, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-link-back a:hover svg line {
  stroke: #d3d3d3;
}

/* line 900, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-link-back span {
  margin-right: 15px;
}

/* line 904, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-link-back svg path {
  transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 908, resources/assets/styles/templates/_single-rentals.scss */

.similar-rentals-single-rental .wrap-link-back svg line {
  transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 916, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental {
  position: relative;
  padding: 50px 0 90px 0;
}

@media only screen and (min-width: 769px) {
  /* line 916, resources/assets/styles/templates/_single-rentals.scss */

  .similar-experiences-single-rental {
    padding: 60px 30px 170px 30px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 916, resources/assets/styles/templates/_single-rentals.scss */

  .similar-experiences-single-rental {
    padding: 80px 130px 180px 130px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 916, resources/assets/styles/templates/_single-rentals.scss */

  .similar-experiences-single-rental {
    padding: 75px 140px 230px 140px;
  }
}

@media only screen and (min-width: 1640px) {
  /* line 916, resources/assets/styles/templates/_single-rentals.scss */

  .similar-experiences-single-rental {
    max-width: calc(1640px + 280px);
    margin: 0 auto;
  }
}

/* line 937, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .title-wrap {
  text-align: center;
}

/* line 941, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .wrap-similar-experiences {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 947, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .wrap-similar-experiences .no-matching {
  width: 100%;
  text-align: center;
}

/* line 953, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .experience-item {
  position: relative;
  width: calc(50% - 1px);
  margin-bottom: 2px;
  margin-right: 2px;
}

/* line 959, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .experience-item:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (min-width: 1034px) {
  /* line 953, resources/assets/styles/templates/_single-rentals.scss */

  .similar-experiences-single-rental .experience-item {
    width: calc(25% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  /* line 968, resources/assets/styles/templates/_single-rentals.scss */

  .similar-experiences-single-rental .experience-item:nth-child(2n) {
    margin-right: 20px;
  }

  /* line 972, resources/assets/styles/templates/_single-rentals.scss */

  .similar-experiences-single-rental .experience-item:nth-child(4) {
    margin-right: 0;
  }
}

/* line 977, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .experience-item .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.similar-experiences-single-rental .experience-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 129.62963%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.similar-experiences-single-rental .experience-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 977, resources/assets/styles/templates/_single-rentals.scss */

  .similar-experiences-single-rental .experience-item .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .similar-experiences-single-rental .experience-item .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 130.21583%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .similar-experiences-single-rental .experience-item .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 984, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .experience-item .image img {
  object-fit: cover;
}

/* line 990, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .wrap-taxos {
  position: absolute;
  top: 15px;
  left: 20px;
  width: auto;
  height: 20px;
}

@media only screen and (max-width: 450px) {
  /* line 990, resources/assets/styles/templates/_single-rentals.scss */

  .similar-experiences-single-rental .wrap-taxos {
    max-width: 65%;
  }
}

/* line 1001, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .wrap-taxos p {
  margin: 0;
  display: flex;
  font-family: "Nocturne", serif;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 450px) {
  /* line 1001, resources/assets/styles/templates/_single-rentals.scss */

  .similar-experiences-single-rental .wrap-taxos p {
    flex-direction: column;
  }
}

/* line 1013, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .wrap-taxos span {
  display: inline;
  text-transform: capitalize;
}

/* line 1017, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .wrap-taxos span:first-child {
  margin-right: 5px;
}

@media only screen and (max-width: 450px) {
  /* line 1017, resources/assets/styles/templates/_single-rentals.scss */

  .similar-experiences-single-rental .wrap-taxos span:first-child {
    margin-right: 0;
  }
}

/* line 1025, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .wrap-taxos span:last-child {
  margin-left: 5px;
}

@media only screen and (max-width: 450px) {
  /* line 1025, resources/assets/styles/templates/_single-rentals.scss */

  .similar-experiences-single-rental .wrap-taxos span:last-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 450px) {
  /* line 1033, resources/assets/styles/templates/_single-rentals.scss */

  .similar-experiences-single-rental .wrap-taxos span.divider {
    display: none;
  }
}

/* line 1041, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .wrap-add-to-wishlist-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 15px solid transparent;
  box-sizing: content-box;
  z-index: 2;
}

/* line 1052, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .experience-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

/* line 1061, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .experience-info h3 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  margin: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.similar-experiences-single-rental .experience-info h3 {
  font-size: 18px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .similar-experiences-single-rental .experience-info h3 {
    font-size: calc( 18px + 7 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .similar-experiences-single-rental .experience-info h3 {
    font-size: 25px;
  }
}

/* line 1068, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .experience-info h5 {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  margin: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.similar-experiences-single-rental .experience-info h5 {
  font-size: 12px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .similar-experiences-single-rental .experience-info h5 {
    font-size: calc( 12px + 5 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .similar-experiences-single-rental .experience-info h5 {
    font-size: 17px;
  }
}

/* line 1076, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .wrap-link-back {
  display: block;
  margin: 45px auto 75px auto;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 1076, resources/assets/styles/templates/_single-rentals.scss */

  .similar-experiences-single-rental .wrap-link-back {
    margin: 65px auto 0 auto;
  }
}

/* line 1085, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .wrap-link-back a {
  font-size: 13px;
  color: #613842;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  transition: color 0.2s cubic-bezier(0.76, 0, 0.24, 1);
  position: relative;
  display: inline;
}

/* line 1094, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .wrap-link-back a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #613842;
}

/* line 1104, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .wrap-link-back a:hover {
  color: #d3d3d3;
}

/* line 1107, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .wrap-link-back a:hover svg path {
  stroke: #d3d3d3;
}

/* line 1111, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .wrap-link-back a:hover svg line {
  stroke: #d3d3d3;
}

/* line 1117, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .wrap-link-back span {
  margin-right: 15px;
}

/* line 1121, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .wrap-link-back svg path {
  transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 1125, resources/assets/styles/templates/_single-rentals.scss */

.similar-experiences-single-rental .wrap-link-back svg line {
  transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 1131, resources/assets/styles/templates/_single-rentals.scss */

#pdf_template {
  display: none;
}

/* line 35, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .content-lightbox {
  position: relative;
  padding: 120px 0 50px 0;
}

@media only screen and (min-width: 769px) {
  /* line 35, resources/assets/styles/templates/_single-accommodations.scss */

  .single-accommodations .content-lightbox {
    padding: 80px 80px 50px 80px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 35, resources/assets/styles/templates/_single-accommodations.scss */

  .single-accommodations .content-lightbox {
    padding: 150px 100px 20px 100px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 35, resources/assets/styles/templates/_single-accommodations.scss */

  .single-accommodations .content-lightbox {
    padding: 150px 140px 20px 140px;
  }
}

/* line 52, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-inner-lightbox {
  height: auto;
  overflow: visible;
}

/* line 56, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-inner-lightbox h3 {
  font-family: "Nocturne", serif;
  font-size: 48px;
  font-weight: 300;
  color: #613842;
  margin: 0 0 25px 0;
  padding: 0 30px;
}

@media only screen and (min-width: 769px) {
  /* line 56, resources/assets/styles/templates/_single-accommodations.scss */

  .single-accommodations .wrap-inner-lightbox h3 {
    padding: 0;
  }
}

/* line 70, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-flex {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}

/* line 79, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-gallery {
  position: relative;
  height: auto;
  overflow: hidden;
  transform: translateY(0);
}

@media only screen and (min-width: 1034px) {
  /* line 79, resources/assets/styles/templates/_single-accommodations.scss */

  .single-accommodations .wrap-accommodation-gallery {
    position: sticky;
    top: 250px;
    width: 57.5%;
    transform: translateY(-60px);
  }
}

/* line 92, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-gallery .image {
  position: relative;
  width: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.single-accommodations .wrap-accommodation-gallery .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.56347%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.single-accommodations .wrap-accommodation-gallery .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 96, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-gallery .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 102, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-gallery .wrap-nav {
  display: flex;
  justify-content: flex-end;
  z-index: 10;
  margin-top: 15px;
  margin-right: 30px;
}

@media only screen and (min-width: 769px) {
  /* line 102, resources/assets/styles/templates/_single-accommodations.scss */

  .single-accommodations .wrap-accommodation-gallery .wrap-nav {
    margin-top: 25px;
    margin-right: 0;
  }
}

/* line 114, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-prev,
.single-accommodations .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-next {
  position: relative;
  height: 45px;
  width: 45px;
  margin: 0 10px;
  border: 1px solid #613842;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

@media only screen and (min-width: 769px) {
  /* line 114, resources/assets/styles/templates/_single-accommodations.scss */

  .single-accommodations .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-prev,
  .single-accommodations .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-next {
    height: 55px;
    width: 55px;
  }
}

/* line 130, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-prev:hover,
.single-accommodations .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-next:hover {
  transform: scale(0.85);
}

/* line 134, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-prev svg,
.single-accommodations .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.5px;
}

/* line 141, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-prev svg path,
.single-accommodations .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-next svg path {
  stroke: #613842;
}

/* line 147, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-gallery .wrap-nav .swiper-accommodation-lightbox-button-next {
  margin-right: 0;
}

/* line 153, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-infos {
  width: 100%;
  margin-top: 60px;
  padding: 0 30px;
}

@media only screen and (min-width: 769px) {
  /* line 153, resources/assets/styles/templates/_single-accommodations.scss */

  .single-accommodations .wrap-accommodation-infos {
    padding: 0;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 153, resources/assets/styles/templates/_single-accommodations.scss */

  .single-accommodations .wrap-accommodation-infos {
    width: 35%;
    margin-top: 0;
  }
}

/* line 169, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-infos .wrap-feature-and-services h4 {
  font-family: "Nocturne", serif;
  font-size: 32px;
  font-weight: 300;
  color: #613842;
  margin: 0;
}

/* line 178, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-infos .wrap-feature-and-services ul li {
  position: relative;
  font-family: "Gt", sans-serif;
  font-weight: 300;
  padding-left: 10px;
  line-height: 1.8;
}

/* line 185, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-infos .wrap-feature-and-services ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  background-color: #d3d3d3;
  transform: translate(-50%, -50%);
}

/* line 199, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-infos .wrap-exclusive-benefits {
  background-color: #faf9f6;
  font-weight: 300;
  padding: 20px 30px;
}

/* line 204, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-infos .wrap-exclusive-benefits p {
  font-family: "Nocturne", serif;
  font-weight: 300;
  text-align: center;
}

/* line 210, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-infos .wrap-exclusive-benefits button {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
  background-color: transparent;
  border: 0;
  color: #613842;
  font-family: "Nocturne", serif;
  padding: 0;
}

/* line 222, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-infos .wrap-exclusive-benefits button.open:before {
  transform: translateY(-50%) rotate(0deg);
}

/* line 227, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-infos .wrap-exclusive-benefits button:before {
  content: "\25B4";
  font-size: 20px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform-origin: center;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 238, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-infos .wrap-exclusive-benefits button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #613842;
  left: 0;
  bottom: 0;
}

/* line 249, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-infos .wrap-exclusive-benefits .dropdown {
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 255, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-infos .wrap-exclusive-benefits .dropdown.open {
  max-height: 500px;
}

/* line 259, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-infos .wrap-exclusive-benefits .dropdown hr {
  border-top: 0.01rem solid #613842;
}

/* line 263, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-infos .wrap-exclusive-benefits .dropdown .exclusive-title {
  font-size: 24px;
  color: #613842;
}

/* line 269, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-infos .wrap-exclusive-benefits .dropdown ul li {
  position: relative;
  padding-left: 10px;
  line-height: 1.9;
}

/* line 273, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-infos .wrap-exclusive-benefits .dropdown ul li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* line 289, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .wrap-accommodation-infos .wrap-accommodations-description {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  line-height: 1.66;
}

/* line 297, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .signup-band {
  position: relative;
  margin-bottom: 100px;
  background: transparent;
}

@media only screen and (min-width: 769px) {
  /* line 302, resources/assets/styles/templates/_single-accommodations.scss */

  .single-accommodations .signup-band .wrap-signup-band-content {
    padding: 0 140px 45px;
  }
}

/* line 308, resources/assets/styles/templates/_single-accommodations.scss */

.single-accommodations .signup-band a {
  color: #613842;
}

/* line 1, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-wishlist-landing {
  position: relative;
}

/* line 4, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-wishlist-landing .wrap-about-wishlist-landing {
  padding: 0 20px 110px 20px;
}

@media only screen and (min-width: 1034px) {
  /* line 4, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-wishlist-landing .wrap-about-wishlist-landing {
    padding: 0 20px 60px 20px;
  }
}

/* line 13, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist {
  position: relative;
}

/* line 18, resources/assets/styles/templates/_wishlist.scss */

.hero-template_wishlist-landing {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow-x: hidden;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1034px) {
  /* line 18, resources/assets/styles/templates/_wishlist.scss */

  .hero-template_wishlist-landing {
    margin-bottom: 30px;
  }
}

/* line 29, resources/assets/styles/templates/_wishlist.scss */

.hero-template_wishlist-landing .wrap-fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

/* line 38, resources/assets/styles/templates/_wishlist.scss */

.hero-template_wishlist-landing .wrap-fullscreen-image .image {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.hero-template_wishlist-landing .wrap-fullscreen-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 157.33333%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.hero-template_wishlist-landing .wrap-fullscreen-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 38, resources/assets/styles/templates/_wishlist.scss */

  .hero-template_wishlist-landing .wrap-fullscreen-image .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .hero-template_wishlist-landing .wrap-fullscreen-image .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .hero-template_wishlist-landing .wrap-fullscreen-image .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 47, resources/assets/styles/templates/_wishlist.scss */

.hero-template_wishlist-landing .wrap-fullscreen-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 54, resources/assets/styles/templates/_wishlist.scss */

.hero-template_wishlist-landing .dark-overlay-hero {
  opacity: 0;
}

/* line 58, resources/assets/styles/templates/_wishlist.scss */

.hero-template_wishlist-landing .wrap-hero-header {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #fff;
}

@media only screen and (min-width: 769px) {
  /* line 58, resources/assets/styles/templates/_wishlist.scss */

  .hero-template_wishlist-landing .wrap-hero-header {
    left: 16.52%;
  }
}

/* line 69, resources/assets/styles/templates/_wishlist.scss */

.hero-template_wishlist-landing .wrap-hero-header h1 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  max-width: 650px;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-template_wishlist-landing .wrap-hero-header h1 {
  font-size: 42px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-template_wishlist-landing .wrap-hero-header h1 {
    font-size: calc( 42px + 33 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-template_wishlist-landing .wrap-hero-header h1 {
    font-size: 75px;
  }
}

/* line 81, resources/assets/styles/templates/_wishlist.scss */

.intro-wishlist-landing {
  margin-bottom: 55px;
  padding: 0;
}

@media only screen and (min-width: 769px) {
  /* line 81, resources/assets/styles/templates/_wishlist.scss */

  .intro-wishlist-landing {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 81, resources/assets/styles/templates/_wishlist.scss */

  .intro-wishlist-landing {
    margin-bottom: 120px;
    padding: 0 70px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 81, resources/assets/styles/templates/_wishlist.scss */

  .intro-wishlist-landing {
    padding: 0 140px;
  }
}

/* line 98, resources/assets/styles/templates/_wishlist.scss */

.intro-wishlist-landing .intro-container {
  text-align: center;
}

@media only screen and (min-width: 769px) {
  /* line 98, resources/assets/styles/templates/_wishlist.scss */

  .intro-wishlist-landing .intro-container {
    max-width: 750px;
    margin: 0 auto;
  }
}

/* line 105, resources/assets/styles/templates/_wishlist.scss */

.intro-wishlist-landing .intro-container h2 {
  margin-top: 0;
}

@media only screen and (min-width: 769px) {
  /* line 105, resources/assets/styles/templates/_wishlist.scss */

  .intro-wishlist-landing .intro-container h2 {
    margin-top: 0.83em;
  }
}

/* line 113, resources/assets/styles/templates/_wishlist.scss */

.intro-wishlist-landing .intro-container p {
  margin-bottom: 35px;
}

/* line 122, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing h4 {
  font-family: "Nocturne", serif;
  color: #613842;
  font-weight: 300;
  text-align: center;
  width: 100%;
  max-width: calc(100% - 60px);
  margin: 35px auto 30px auto;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wishlis-list-landing h4 {
  font-size: 28px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wishlis-list-landing h4 {
    font-size: calc( 28px + 12 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wishlis-list-landing h4 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 122, resources/assets/styles/templates/_wishlist.scss */

  .wishlis-list-landing h4 {
    margin: 80px auto 75px auto;
  }
}

/* line 137, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list {
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 60px 0;
  text-align: center;
}

@media only screen and (min-width: 550px) {
  /* line 137, resources/assets/styles/templates/_wishlist.scss */

  .wishlis-list-landing .wrap-wishlist-list {
    padding: 0 30px 80px 30px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 137, resources/assets/styles/templates/_wishlist.scss */

  .wishlis-list-landing .wrap-wishlist-list {
    padding: 0 140px 140px 140px;
    text-align: left;
  }
}

/* line 154, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list .image {
  width: 100%;
  height: 100%;
}

/* line 158, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 164, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list .wishlist-item {
  position: relative;
  width: calc(50% - 1px);
  margin-bottom: 2px;
  margin-right: 2px;
}

/* line 170, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list .wishlist-item:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (min-width: 769px) {
  /* line 164, resources/assets/styles/templates/_wishlist.scss */

  .wishlis-list-landing .wrap-wishlist-list .wishlist-item {
    position: relative;
    width: calc(33% - 11.5px);
    margin-bottom: 20px;
    margin-right: 20px;
  }

  /* line 180, resources/assets/styles/templates/_wishlist.scss */

  .wishlis-list-landing .wrap-wishlist-list .wishlist-item:nth-child(2n) {
    margin-right: 20px;
  }

  /* line 184, resources/assets/styles/templates/_wishlist.scss */

  .wishlis-list-landing .wrap-wishlist-list .wishlist-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 164, resources/assets/styles/templates/_wishlist.scss */

  .wishlis-list-landing .wrap-wishlist-list .wishlist-item {
    width: calc(25% - 15px);
    margin-bottom: 20px;
    margin-right: 20px;
  }

  /* line 194, resources/assets/styles/templates/_wishlist.scss */

  .wishlis-list-landing .wrap-wishlist-list .wishlist-item:nth-child(2n) {
    margin-right: 20px;
  }

  /* line 198, resources/assets/styles/templates/_wishlist.scss */

  .wishlis-list-landing .wrap-wishlist-list .wishlist-item:nth-child(3n) {
    margin-right: 20px;
  }

  /* line 202, resources/assets/styles/templates/_wishlist.scss */

  .wishlis-list-landing .wrap-wishlist-list .wishlist-item:nth-child(4n) {
    margin-right: 0;
  }
}

/* line 207, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list .wishlist-item .image {
  position: relative;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.wishlis-list-landing .wrap-wishlist-list .wishlist-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 130.64516%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.wishlis-list-landing .wrap-wishlist-list .wishlist-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 212, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list .wrap-taxos {
  position: absolute;
  top: 15px;
  left: 20px;
  width: auto;
  height: 20px;
  z-index: 2;
}

/* line 220, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list .wrap-taxos p {
  margin: 0;
  display: flex;
  font-family: "Nocturne", serif;
  color: #fff;
}

/* line 227, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list .wrap-taxos span {
  display: inline;
  text-transform: capitalize;
}

/* line 231, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list .wrap-taxos span:first-child {
  margin-right: 5px;
}

/* line 235, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list .wrap-taxos span:last-child {
  margin-left: 5px;
}

/* line 241, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list .wrap-add-to-wishlist-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 15px solid transparent;
  box-sizing: content-box;
  z-index: 100;
}

/* line 251, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list .wrap-add-to-wishlist-icon svg path {
  opacity: 1;
}

/* line 256, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list .experience-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  z-index: 2;
}

/* line 265, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list .experience-info h3 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  margin: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wishlis-list-landing .wrap-wishlist-list .experience-info h3 {
  font-size: 18px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wishlis-list-landing .wrap-wishlist-list .experience-info h3 {
    font-size: calc( 18px + 7 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wishlis-list-landing .wrap-wishlist-list .experience-info h3 {
    font-size: 25px;
  }
}

/* line 272, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list .experience-info h5 {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  margin: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wishlis-list-landing .wrap-wishlist-list .experience-info h5 {
  font-size: 12px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wishlis-list-landing .wrap-wishlist-list .experience-info h5 {
    font-size: calc( 12px + 5 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wishlis-list-landing .wrap-wishlist-list .experience-info h5 {
    font-size: 17px;
  }
}

/* line 280, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list .dark-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.17;
  z-index: 0;
}

@media only screen and (min-width: 769px) {
  /* line 280, resources/assets/styles/templates/_wishlist.scss */

  .wishlis-list-landing .wrap-wishlist-list .dark-overlay {
    opacity: 0.05;
  }
}

/* line 295, resources/assets/styles/templates/_wishlist.scss */

.wishlis-list-landing .wrap-wishlist-list .gradient-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, black 100%);
}

/* line 310, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-top-section {
  margin-bottom: 35px;
  padding: 0 30px;
}

@media only screen and (min-width: 550px) {
  /* line 310, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-top-section {
    padding: 0 60px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 310, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-top-section {
    padding: 0 70px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 310, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-top-section {
    padding: 0 140px;
  }
}

/* line 326, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-top-section .top-container {
  margin-top: 120px;
}

/* line 330, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-top-section .clear-wishlist {
  display: flex;
  align-items: center;
  background: transparent;
  border: 0;
  font-family: "Nocturne", serif;
  color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

/* line 339, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-top-section .clear-wishlist.hide {
  display: none;
}

/* line 343, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-top-section .clear-wishlist span {
  display: inline-block;
  margin-left: 10px;
  height: 13px;
  width: 13px;
}

/* line 349, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-top-section .clear-wishlist span svg {
  width: 100%;
  height: 100%;
}

/* line 356, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-top-section h2 {
  margin-top: 0;
  margin-bottom: 20px;
  opacity: 0;
}

/* line 362, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-top-section p {
  margin-top: 0;
  margin-bottom: 20px;
  opacity: 0;
}

/* line 368, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-top-section .mobile-scroll-to-form {
  display: block;
  font-size: 24px;
  font-weight: 300;
  font-family: "Nocturne", serif;
  width: 100%;
  max-width: 315px;
  height: 60px;
  background-color: transparent;
  color: #613842;
  border: 1px solid #613842;
  padding: 15px 40px;
  margin-top: 20px;
  text-align: center;
  opacity: 0;
}

@media only screen and (min-width: 1034px) {
  /* line 368, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-top-section .mobile-scroll-to-form {
    display: none;
  }
}

/* line 390, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list {
  padding: 0;
}

@media only screen and (min-width: 550px) {
  /* line 390, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list {
    padding: 0 60px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 390, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list {
    padding: 0 70px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 390, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list {
    padding: 0 140px;
  }
}

/* line 405, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list hr {
  border-top: none;
}

/* line 410, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list.form-sent .wrap-form {
  padding-top: 6em;
  padding-bottom: 6em;
}

/* line 415, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list.form-sent .wrap-form .wrap-social-share p {
  display: block;
  width: 100%;
  text-align: center;
}

/* line 424, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .gform_confirmation_wrapper {
  text-align: center;
  font-family: "Nocturne", serif;
  margin-bottom: 1.5em;
}

/* line 430, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .gform_confirmation_wrapper .wishlist-confirmation__title {
  color: #613842;
  font-size: 18px;
}

/* line 435, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .gform_confirmation_wrapper .wishlist-confirmation__message {
  color: #646464;
}

/* line 439, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .gform_confirmation_wrapper .wishlist-confirmation__email {
  color: #613842;
}

/* line 445, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .form-and-list-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-bottom: 30px;
}

@media only screen and (min-width: 550px) {
  /* line 445, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .form-and-list-container {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 445, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .form-and-list-container {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 445, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .form-and-list-container {
    flex-direction: row;
    margin-bottom: 140px;
  }
}

/* line 468, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form {
  width: calc(100% - 60px);
  background-color: #f3f2ee;
  padding: 25px 28px;
  margin: 30px 30px 0 30px;
  opacity: 0;
}

@media only screen and (max-width: 350px) {
  /* line 468, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form {
    padding: 20px;
  }
}

@media only screen and (min-width: 550px) {
  /* line 468, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form {
    width: 375px;
    margin: 30px auto 0 auto;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 468, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form {
    position: sticky;
    top: 100px;
    margin-right: 50px;
    margin-top: 0;
  }
}

/* line 491, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .gform_title {
  color: #613842;
  font-family: "Nocturne", serif;
  font-weight: 300;
  margin-bottom: 17px;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .gform_title {
  font-size: 24px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .gform_title {
    font-size: calc( 24px + 2 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .gform_title {
    font-size: 26px;
  }
}

/* line 499, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .user-wishlist-name {
  margin-top: 0;
}

/* line 501, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .user-wishlist-name label {
  display: none;
}

/* line 505, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .user-wishlist-name input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #613842;
}

/* line 512, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .gsection {
  border: 0;
}

/* line 515, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .gsection h2 {
  font-family: "Gt", sans-serif;
  font-weight: 300;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .gsection h2 {
  font-size: 14px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .gsection h2 {
    font-size: calc( 14px + 3 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .gsection h2 {
    font-size: 17px;
  }
}

/* line 522, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .email-style {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* line 529, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .email-style .ginput_container {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
  width: 190px;
}

@media only screen and (min-width: 550px) {
  /* line 529, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .email-style .ginput_container {
    width: auto;
  }
}

/* line 540, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .email-style label {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  margin-right: 10px;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .email-style label {
  font-size: 14px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .email-style label {
    font-size: calc( 14px + 3 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .email-style label {
    font-size: 17px;
  }
}

/* line 547, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .email-style input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #613842;
  width: 100%;
}

@media only screen and (max-width: 350px) {
  /* line 547, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .email-style input {
    width: 100%;
  }
}

@media only screen and (min-width: 550px) {
  /* line 547, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .email-style input {
    width: 220px;
  }
}

/* line 563, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .email-style.gfield_error label {
  display: block !important;
}

/* line 567, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .email-style.gfield_error .ginput_container {
  width: 200px !important;
}

@media only screen and (min-width: 769px) {
  /* line 567, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .email-style.gfield_error .ginput_container {
    width: 220px !important;
  }
}

/* line 577, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .consent-checkbox {
  margin-top: 25px;
}

/* line 579, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .consent-checkbox label {
  display: none;
}

/* line 583, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .consent-checkbox .ginput_container {
  display: flex;
}

/* line 586, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .consent-checkbox .ginput_container input {
  margin-right: 10px;
}

/* line 590, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .consent-checkbox .ginput_container label {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  display: block;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .consent-checkbox .ginput_container label {
  font-size: 11px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .consent-checkbox .ginput_container label {
    font-size: calc( 11px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .consent-checkbox .ginput_container label {
    font-size: 12px;
  }
}

/* line 599, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .gform_footer {
  text-align: center;
}

/* line 603, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form input[type="submit"] {
  background-color: #613842;
  border: 0;
  padding: 17px 45px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin: 0 auto;
  width: auto;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form input[type="submit"] {
  font-size: 12px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form input[type="submit"] {
    font-size: calc( 12px + 1 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form input[type="submit"] {
    font-size: 13px;
  }
}

/* line 615, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .wrap-social-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Nocturne", serif;
  font-weight: 300;
  color: #646464;
  width: auto;
  margin: 0 auto;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .wrap-social-share {
  font-size: 15px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .wrap-social-share {
    font-size: calc( 15px + 3 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .wrap-social-share {
    font-size: 18px;
  }
}

/* line 627, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .wrap-social-share a {
  display: inline-block;
  height: 28px;
  width: 28px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  margin-left: 17px;
}

@media only screen and (max-width: 350px) {
  /* line 627, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .wrap-social-share a {
    height: 25px;
    width: 25px;
    margin-left: 8px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 627, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .wrap-social-share a {
    height: 35px;
    width: 35px;
  }
}

/* line 647, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .wrap-social-share a:first-child {
  margin-left: 0;
}

/* line 651, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .wrap-social-share a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 8px;
  width: auto;
}

/* line 659, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-form .wrap-social-share a svg path {
  fill: #000;
}

/* line 667, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (min-width: 1034px) {
  /* line 667, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list {
    width: calc(100% - 425px);
  }
}

/* line 678, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .empty-wishlist {
  font-family: "Nocturne", serif;
  font-weight: 300;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  line-height: 1.6;
  opacity: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .empty-wishlist {
  font-size: 18px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .empty-wishlist {
    font-size: calc( 18px + 7 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .empty-wishlist {
    font-size: 25px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 678, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .empty-wishlist {
    max-width: calc(80% - 60px);
  }
}

@media only screen and (min-width: 1034px) {
  /* line 678, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .empty-wishlist {
    max-width: 66%;
    margin: 0;
  }
}

/* line 697, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item {
  position: relative !important;
  width: calc(50% - 1px);
  margin-right: 2px;
  margin-bottom: 2px;
  opacity: 0;
}

/* line 704, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item:nth-child(2n) {
  margin-right: 0;
}

/* line 708, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item:nth-last-child(2) {
  margin-bottom: 0;
}

/* line 712, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 697, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item {
    position: relative;
    width: calc(50% - 7.5px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

/* line 723, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .image {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 129.62963%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  /* line 723, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .image {
    position: relative;
  }

  /* line 49, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60.3352%;
  }

  /* line 56, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* line 732, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* line 738, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .wrap-taxos {
  position: absolute;
  top: 15px;
  left: 20px;
  width: auto;
  height: 20px;
  z-index: 2;
}

/* line 746, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .wrap-taxos p {
  margin: 0;
  display: flex;
  font-family: "Nocturne", serif;
  color: #fff;
  font-size: 12px;
}

@media only screen and (min-width: 769px) {
  /* line 746, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .wrap-taxos p {
    font-size: 16px;
  }
}

/* line 758, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .wrap-taxos span {
  display: inline;
  text-transform: capitalize;
}

/* line 762, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .wrap-taxos span:first-child {
  margin-right: 5px;
}

/* line 766, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .wrap-taxos span:last-child {
  margin-left: 5px;
}

/* line 772, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .wrap-add-to-wishlist-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 15px solid transparent;
  box-sizing: content-box;
  z-index: 100;
}

/* line 782, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .wrap-add-to-wishlist-icon svg path {
  opacity: 1;
}

/* line 787, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .experience-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  z-index: 2;
}

/* line 796, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .experience-info h3 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  margin: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .experience-info h3 {
  font-size: 18px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .experience-info h3 {
    font-size: calc( 18px + 7 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .experience-info h3 {
    font-size: 25px;
  }
}

/* line 803, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .experience-info h5 {
  font-family: "Gt", sans-serif;
  font-weight: 300;
  margin: 0;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .experience-info h5 {
  font-size: 12px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .experience-info h5 {
    font-size: calc( 12px + 5 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .experience-info h5 {
    font-size: 17px;
  }
}

/* line 811, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .dark-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.17;
  z-index: 0;
}

@media only screen and (min-width: 769px) {
  /* line 811, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .dark-overlay {
    opacity: 0.05;
  }
}

/* line 826, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .your-wishlist-form-and-list .wrap-wishlist-list .wishlist-item .gradient-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, black 100%);
}

/* line 839, resources/assets/styles/templates/_wishlist.scss */

.wrapper-template-your-wishlist .wrap-about-your-wishlist {
  padding: 60px 20px 110px 20px;
  background-color: #f3f2ee;
}

@media only screen and (min-width: 1034px) {
  /* line 839, resources/assets/styles/templates/_wishlist.scss */

  .wrapper-template-your-wishlist .wrap-about-your-wishlist {
    padding: 100px 20px 60px 20px;
  }
}

/* line 1, resources/assets/styles/templates/_privacy-policy.scss */

.wrapper-privacy-policy-page {
  position: relative;
}

/* line 6, resources/assets/styles/templates/_privacy-policy.scss */

.hero-privacy-policy {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow-x: hidden;
  margin-bottom: 40px;
}

@media only screen and (min-width: 769px) {
  /* line 6, resources/assets/styles/templates/_privacy-policy.scss */

  .hero-privacy-policy {
    margin-bottom: 55px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 6, resources/assets/styles/templates/_privacy-policy.scss */

  .hero-privacy-policy {
    margin-bottom: 85px;
  }
}

/* line 21, resources/assets/styles/templates/_privacy-policy.scss */

.hero-privacy-policy .wrap-fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 29, resources/assets/styles/templates/_privacy-policy.scss */

.hero-privacy-policy .wrap-fullscreen-image .image {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 49, resources/assets/styles/common/_mixins.scss */

.hero-privacy-policy .wrap-fullscreen-image .image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 44.375%;
}

/* line 56, resources/assets/styles/common/_mixins.scss */

.hero-privacy-policy .wrap-fullscreen-image .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 34, resources/assets/styles/templates/_privacy-policy.scss */

.hero-privacy-policy .wrap-fullscreen-image .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}

/* line 44, resources/assets/styles/templates/_privacy-policy.scss */

.hero-privacy-policy .wrap-hero-header {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #fff;
}

@media only screen and (min-width: 550px) {
  /* line 44, resources/assets/styles/templates/_privacy-policy.scss */

  .hero-privacy-policy .wrap-hero-header {
    left: 50px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 44, resources/assets/styles/templates/_privacy-policy.scss */

  .hero-privacy-policy .wrap-hero-header {
    left: 16.52%;
  }
}

/* line 59, resources/assets/styles/templates/_privacy-policy.scss */

.hero-privacy-policy .wrap-hero-header h1 {
  font-family: "Nocturne", serif;
  font-weight: 300;
  max-width: 570px;
}

/* line 26, resources/assets/styles/common/_mixins.scss */

.hero-privacy-policy .wrap-hero-header h1 {
  font-size: 42px;
}

@media screen and (min-width: 415px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-privacy-policy .wrap-hero-header h1 {
    font-size: calc( 42px + 33 * ((100vw - 415px) / 1025));
  }
}

@media screen and (min-width: 1440px) {
  /* line 26, resources/assets/styles/common/_mixins.scss */

  .hero-privacy-policy .wrap-hero-header h1 {
    font-size: 75px;
  }
}

/* line 70, resources/assets/styles/templates/_privacy-policy.scss */

.content-privacy-policy {
  padding: 0 30px 140px 30px;
}

@media only screen and (min-width: 550px) {
  /* line 70, resources/assets/styles/templates/_privacy-policy.scss */

  .content-privacy-policy {
    padding: 0 50px 140px 50px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 70, resources/assets/styles/templates/_privacy-policy.scss */

  .content-privacy-policy {
    padding: 0 70px 180px 70px;
  }
}

@media only screen and (min-width: 1401px) {
  /* line 70, resources/assets/styles/templates/_privacy-policy.scss */

  .content-privacy-policy {
    padding: 0 140px 220px 140px;
  }
}

/* line 85, resources/assets/styles/templates/_privacy-policy.scss */

.content-privacy-policy .privacy-policy-container {
  margin: 0 auto;
  text-align: left;
}

@media only screen and (min-width: 670px) {
  /* line 85, resources/assets/styles/templates/_privacy-policy.scss */

  .content-privacy-policy .privacy-policy-container {
    max-width: 610px;
  }
}

@media only screen and (min-width: 1034px) {
  /* line 85, resources/assets/styles/templates/_privacy-policy.scss */

  .content-privacy-policy .privacy-policy-container {
    max-width: 770px;
  }
}

@media only screen and (min-width: 1900px) {
  /* line 85, resources/assets/styles/templates/_privacy-policy.scss */

  .content-privacy-policy .privacy-policy-container {
    max-width: 1024px;
  }
}

/* line 101, resources/assets/styles/templates/_privacy-policy.scss */

.content-privacy-policy .privacy-policy-container h1,
.content-privacy-policy .privacy-policy-container h2,
.content-privacy-policy .privacy-policy-container h3,
.content-privacy-policy .privacy-policy-container h4,
.content-privacy-policy .privacy-policy-container h5,
.content-privacy-policy .privacy-policy-container h6 {
  font-family: "Gt", sans-serif;
  font-weight: 500;
  color: #613842;
}

/* line 107, resources/assets/styles/templates/_privacy-policy.scss */

.content-privacy-policy .privacy-policy-container h1 {
  font-size: 24px;
}

/* line 111, resources/assets/styles/templates/_privacy-policy.scss */

.content-privacy-policy .privacy-policy-container h2 {
  font-size: 21px;
}

/* line 115, resources/assets/styles/templates/_privacy-policy.scss */

.content-privacy-policy .privacy-policy-container h3 {
  font-size: 19px;
}

/* line 119, resources/assets/styles/templates/_privacy-policy.scss */

.content-privacy-policy .privacy-policy-container h4 {
  font-size: 18px;
}

/* line 123, resources/assets/styles/templates/_privacy-policy.scss */

.content-privacy-policy .privacy-policy-container h5 {
  font-size: 17px;
}

/* line 127, resources/assets/styles/templates/_privacy-policy.scss */

.content-privacy-policy .privacy-policy-container h6 {
  font-size: 16px;
}

/* line 131, resources/assets/styles/templates/_privacy-policy.scss */

.content-privacy-policy .privacy-policy-container p {
  margin-bottom: 35px;
  font-weight: 300;
  line-height: 1.625;
}

/* line 137, resources/assets/styles/templates/_privacy-policy.scss */

.content-privacy-policy .privacy-policy-container a {
  color: #613842;
  position: relative;
  padding-bottom: 3px;
  text-decoration: underline;
  transition: color 0.25s cubic-bezier(0.76, 0, 0.24, 1);
}

/* line 144, resources/assets/styles/templates/_privacy-policy.scss */

.content-privacy-policy .privacy-policy-container a:hover {
  color: #646464;
}

/* line 149, resources/assets/styles/templates/_privacy-policy.scss */

.content-privacy-policy .privacy-policy-container ul {
  width: auto;
  padding-left: 30px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 769px) {
  /* line 149, resources/assets/styles/templates/_privacy-policy.scss */

  .content-privacy-policy .privacy-policy-container ul {
    padding-left: 25px;
  }
}

/* line 157, resources/assets/styles/templates/_privacy-policy.scss */

.content-privacy-policy .privacy-policy-container ul li {
  position: relative;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 1.625;
  font-size: 17px;
}

/* line 164, resources/assets/styles/templates/_privacy-policy.scss */

.content-privacy-policy .privacy-policy-container ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: -27px;
  top: 8px;
  border-radius: 50%;
  background-color: #613842;
}

/* line 177, resources/assets/styles/templates/_privacy-policy.scss */

.content-privacy-policy .privacy-policy-container ol {
  width: auto;
  padding-left: 15px;
  margin-bottom: 40px;
  list-style: initial;
}

@media only screen and (min-width: 769px) {
  /* line 177, resources/assets/styles/templates/_privacy-policy.scss */

  .content-privacy-policy .privacy-policy-container ol {
    padding-left: 15px;
  }
}

/* line 186, resources/assets/styles/templates/_privacy-policy.scss */

.content-privacy-policy .privacy-policy-container ol li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 10px;
  font-weight: 300;
  line-height: 1.625;
  font-size: 17px;
  list-style-type: decimal;
}

@media only screen and (min-width: 769px) {
  /* line 186, resources/assets/styles/templates/_privacy-policy.scss */

  .content-privacy-policy .privacy-policy-container ol li {
    padding-left: 15px;
  }
}

/* line 2, resources/assets/styles/templates/_searchwp-live-search-result.scss */

.searchwp-live-search-result__post-title {
  color: #613842;
}

/* line 6, resources/assets/styles/templates/_searchwp-live-search-result.scss */

.searchwp-live-search-result__post-type {
  text-transform: capitalize;
  color: #000;
}


/*# sourceMappingURL=main.css.map*/