@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:2px;-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 .3s ease}.plyr__control svg{fill:currentColor;display:block;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 #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]{-webkit-appearance:none;-moz-appearance:none;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{-webkit-appearance:none;-moz-appearance:none;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;-webkit-user-select:none;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;-webkit-user-select:none;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;-webkit-user-select:none;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:"⁄";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:translate(-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:translate(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;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;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;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;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:translate(-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{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;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}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-content:flex-start;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none;width:100%}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}.slick-loading .slick-list{background:#fff url("$slick-loader-path + $url") center center no-repeat}@font-face{font-family:slick;src:url("$slick-font-path + $url");src:url("$slick-font-path + $url") format("embedded-opentype"),url("$slick-font-path + $url") format("woff"),url("$slick-font-path + $url") format("truetype"),url("$slick-font-path + $url") format("svg");font-weight:400;font-style:normal}.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);padding:0;border:none;outline:none}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none;background:transparent;color:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}@font-face{font-family:Romie;src:url(/assets/RomieTrial-Medium-CukNUdqI.woff) format("woff"),url(/assets/RomieTrial-Medium-6qnEoZgo.woff2) format("woff2");font-style:normal;font-weight:500}@font-face{font-family:Acumin Pro;src:url(/assets/AcuminPro-Light-D1vYyHr3.woff) format("woff"),url(/assets/AcuminPro-Light-Db3dqlj9.woff2) format("woff2");font-style:normal;font-weight:300}@font-face{font-family:Acumin Pro;src:url(/assets/AcuminPro-Regular-DRYhA8ey.woff) format("woff"),url(/assets/AcuminPro-Regular-Cmarr8jJ.woff2) format("woff2");font-style:normal;font-weight:400}@font-face{font-family:Acumin Pro;src:url(/assets/AcuminPro-Semibold-lBpYGmOd.woff) format("woff"),url(/assets/AcuminPro-Semibold-CK0eNZMf.woff2) format("woff2");font-style:normal;font-weight:600}@font-face{font-family:Acumin Pro;src:url(/assets/AcuminPro-Bold-BLd9DdWV.woff) format("woff"),url(/assets/AcuminPro-Bold-D1bPC3cp.woff2) format("woff2");font-style:normal;font-weight:700}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html{font:112.5%/1.45em georgia,serif;box-sizing:border-box}*{box-sizing:inherit}*:before{box-sizing:inherit}*:after{box-sizing:inherit}body{color:#000c;font-family:georgia,serif;font-weight:400;word-wrap:break-word;font-kerning:normal;-moz-font-feature-settings:"kern","liga","clig","calt";-ms-font-feature-settings:"kern","liga","clig","calt";-webkit-font-feature-settings:"kern","liga","clig","calt";font-feature-settings:"kern","liga","clig","calt"}img{max-width:100%;margin-left:0;margin-right:0;margin-top:0;padding:0;margin-bottom:1.45rem}h1{margin-left:0;margin-right:0;margin-top:0;padding:0;margin-bottom:1.45rem;color:inherit;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:700;text-rendering:optimizeLegibility;font-size:2.25rem;line-height:1.1}h2{margin-left:0;margin-right:0;margin-top:0;padding:0;margin-bottom:1.45rem;color:inherit;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:700;text-rendering:optimizeLegibility;font-size:1.62671rem;line-height:1.1}h3{margin-left:0;margin-right:0;margin-top:0;padding:0;margin-bottom:1.45rem;color:inherit;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:700;text-rendering:optimizeLegibility;font-size:1.38316rem;line-height:1.1}h4{margin-left:0;margin-right:0;margin-top:0;padding:0;margin-bottom:1.45rem;color:inherit;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:700;text-rendering:optimizeLegibility;font-size:1rem;line-height:1.1}h5{margin-left:0;margin-right:0;margin-top:0;padding:0;margin-bottom:1.45rem;color:inherit;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:700;text-rendering:optimizeLegibility;font-size:.85028rem;line-height:1.1}h6{margin-left:0;margin-right:0;margin-top:0;padding:0;margin-bottom:1.45rem;color:inherit;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:700;text-rendering:optimizeLegibility;font-size:.78405rem;line-height:1.1}hgroup{margin-left:0;margin-right:0;margin-top:0;padding:0;margin-bottom:1.45rem}ul,ol{margin-left:1.45rem;margin-right:0;margin-top:0;padding:0;margin-bottom:1.45rem;list-style-position:outside;list-style-image:none}dl,dd,p{margin-left:0;margin-right:0;margin-top:0;padding:0;margin-bottom:1.45rem}figure{margin-left:0;margin-right:0;margin-top:0;padding:0;margin-bottom:1.45rem}pre{margin-left:0;margin-right:0;margin-top:0;padding:0;margin-bottom:1.45rem;font-size:.85rem;line-height:1.42;background:#0000000a;border-radius:3px;overflow:auto;word-wrap:normal;padding:1.45rem}table{margin-left:0;margin-right:0;margin-top:0;padding:0;margin-bottom:1.45rem;font-size:1rem;line-height:1.45rem;border-collapse:collapse;width:100%}fieldset{margin-left:0;margin-right:0;margin-top:0;padding:0;margin-bottom:1.45rem}blockquote{margin-left:1.45rem;margin-right:1.45rem;margin-top:0;padding:0;margin-bottom:1.45rem}form,noscript,iframe{margin-left:0;margin-right:0;margin-top:0;padding:0;margin-bottom:1.45rem}hr{margin-left:0;margin-right:0;margin-top:0;padding:0;margin-bottom:calc(1.45rem - 1px);background:#0003;border:none;height:1px}address{margin-left:0;margin-right:0;margin-top:0;padding:0;margin-bottom:1.45rem}b,strong,dt,th{font-weight:700}li{margin-bottom:.725rem}ol li,ul li{padding-left:0}li>ol{margin-left:1.45rem;margin-bottom:.725rem;margin-top:.725rem}li>ul{margin-left:1.45rem;margin-bottom:.725rem;margin-top:.725rem}blockquote *:last-child{margin-bottom:0}p *:last-child{margin-bottom:0}li>p{margin-bottom:.725rem}code,kbd,samp{font-size:.85rem;line-height:1.45rem}abbr{border-bottom:1px dotted hsla(0,0%,0%,.5);cursor:help}acronym{border-bottom:1px dotted hsla(0,0%,0%,.5);cursor:help}abbr[title]{border-bottom:1px dotted hsla(0,0%,0%,.5);cursor:help;text-decoration:none}thead{text-align:left}td,th{text-align:left;border-bottom:1px solid hsla(0,0%,0%,.12);font-feature-settings:"tnum";-moz-font-feature-settings:"tnum";-ms-font-feature-settings:"tnum";-webkit-font-feature-settings:"tnum";padding-left:.96667rem;padding-right:.96667rem;padding-top:.725rem;padding-bottom:calc(.725rem - 1px)}th:first-child,td:first-child{padding-left:0}th:last-child,td:last-child{padding-right:0}tt,code{background-color:#0000000a;border-radius:3px;font-family:SFMono-Regular,Consolas,Roboto Mono,Droid Sans Mono,Liberation Mono,Menlo,Courier,monospace;padding:.2em 0}pre code{background:none;line-height:1.42}code:before,code:after,tt:before,tt:after{letter-spacing:-.2em;content:" "}pre code:before,pre code:after,pre tt:before,pre tt:after{content:""}@media only screen and (max-width: 480px){html{font-size:100%}}form{z-index:0;position:relative;margin:0}form fieldset{display:flex!important;flex-wrap:wrap;border:none;margin:0;gap:20px 22px}form label{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px;display:block;margin:0 0 10px;color:#000}form input,form textarea{border-radius:0}form .form__radios{display:flex;flex-wrap:wrap;justify-content:center;gap:32px}form .form__radio{display:flex;flex-direction:column;gap:13px;width:100%;margin:13px 0 5px}form .form__radio-label{margin:0 0 11px}form .form__radio label{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;color:#000;letter-spacing:0;margin:0;position:relative;padding-left:26px;cursor:pointer}form .form__radio label:before{position:absolute;content:"";top:50%;left:0;transform:translateY(-50%);height:20px;width:20px;border:1px solid #787471;border-radius:50%}form .form__radio label:after{position:absolute;display:none;border-radius:50%;content:"";left:6px;top:7px;width:8px;height:8px;background-color:#fff}form .form__radio input{position:absolute;cursor:pointer;opacity:0;height:0;width:0;border-radius:0}form .form__radio input:checked~label:before{border:1px solid #000000;background-color:#000}form .form__radio input:checked~label:after{display:block}form .form__text{flex:1 0 100%}@media (min-width: 900px){form .form__text{flex:1 0 40%}}form .form__text:has([name=first-name]),form .form__text:has([name=last-name]){flex:1 0 40%}form .form__text label{display:none}form .form__text input{padding:10px 16px 8px;width:100%;text-transform:none;border:1px solid #4d4d4d;max-height:40px;background-color:transparent;color:#000;font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px;border-radius:0}form .form__text input::placeholder{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;opacity:1;color:#000}form .form__text input:focus-visible{outline:none}form .form__textarea{flex:1 0 100%}form .form__textarea label{display:none}form .form__textarea textarea{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;width:100%;text-transform:none;border:1px solid #4d4d4d;height:auto;padding:14px 16px 120px;background-color:transparent;color:#000;border-radius:0}form .form__textarea textarea::placeholder{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;opacity:1;color:#000}form .form__textarea textarea:focus-visible{outline:none}form .form__hidden{display:none}form .form__select{flex:1 0 100%}form .form__select label{display:none}form .form__select .react-select__control{border:none;border:1px solid #000000;border-radius:0;height:42px;padding:0 16px;box-shadow:none;background-color:transparent;text-align:left;font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px}form .form__select .react-select__control--menu-is-open .react-select__indicator{transform:rotate(180deg)}form .form__select .react-select__option--is-selected{background-color:#000}form .form__select .react-select__placeholder{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;color:#000;margin:0;padding:0}form .form__select .react-select__value-container{padding:0;margin:0}form .form__select .react-select__indicator{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='18'%20viewBox='0%200%2024%2018'%20fill='none'%3e%3cpath%20d='M6%204L12%2010L18%204'%20stroke='black'%20stroke-linecap='square'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;padding:0;width:16px;height:16px}form .form__select .react-select__indicator svg{display:none}form .form__select .react-select__indicator-separator{display:none}form .form__select .react-select__menu{box-shadow:4px 4px 8px #0000001a;border:1px solid #000000;margin:2px 0 0;border-radius:0;border-top:none}form .form__select .react-select__menu-list{padding:0;background-color:#e7e6dc}form .form__select .react-select__option{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;color:#000;cursor:pointer}@media (min-width: 900px){form .form__select .react-select__option{padding:9px 20px}}form .form__select .react-select__option--is-focused,form .form__select .react-select__option--is-selected{background-color:#000;color:#e7e6dc}form .form__submit{margin:15px 0 0;padding:0;text-align:center;width:100%}@media (min-width: 900px){form .form__submit{margin:40px 0 0}}form .form__submit button{font-size:12px;line-height:20px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:#000;padding:0;background-color:transparent;border:none}@media (min-width: 900px){form .form__submit button{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px}}form .form__submit button svg path{stroke:#000}form .form__file{width:100%}form .form__file label{display:none}form .form__file p{margin:0!important}form .form__file .btn{padding:0;width:100%;border:1px dashed #4d4d4d;position:relative;height:42px}form .form__file .btn p{font-size:15px;line-height:23px;font-weight:300;margin:0;letter-spacing:.2px;width:100%;text-align:left;padding:0 0 0 16px}form .form__file input{opacity:0;width:100%;height:100%;cursor:pointer;position:absolute;left:0;top:0}form div[role=alert]{font-size:12px;display:block;color:#ff0202;margin:4px 0 0}::selection{color:#fff;background:#1a1a1a}body{width:100vw;overflow-x:hidden;min-height:100vh;min-height:-webkit-fill-available;color:#000;transition:all ease-in-out .3s;background:#e7e6dc;--color--primary: #FFFFFF;--color--secondary: #000000;font-variant-numeric:lining-nums proportional-nums;font-feature-settings:"salt" on}h1,h2,h3,h4,h5,h6{font-family:Romie,serif;font-size:28px;font-weight:500;line-height:36px;color:#000}p,ul,li,ol,div,table,button,input,select,textarea{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;font-family:Acumin Pro,sans-serif;color:#000}main{min-height:calc(100vh - 300px);padding:0}@media (min-width: 900px){main{padding:0}}a{font-family:Acumin Pro,sans-serif;color:#000}.btn{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;padding:11px 14px;line-height:14px;display:inline-flex;text-decoration:none;transition:all ease-in-out .3s;align-items:center;border:1px solid #bfb9b4}.btn--black{background:#000;color:#fff;border:1px solid #000000}.btn--black svg path{stroke:#fff}.btn span{margin-right:4px;display:none}@media (min-width: 900px){.btn span{display:inline}}.btn svg{margin-left:10px}@media (max-width: 901px){.btn svg{width:16px;height:16px}}.btn svg path{transition:all ease .3s}@media (min-width: 900px){.btn{padding:8px 20px}}.gatsby-image-wrapper [data-placeholder-image]{background:#e7e6dc!important}.page-template--for-sale,.page-template--for-lease,.page-template--off-market,.page-template--sold,.page-template--team,.page-template--the-journal,.page-template--upcoming-auctions,.page-template--upcoming-inspections,.page-template--for-sale .header,.page-template--for-sale .footer,.page-template--for-sale .off-canvas__nav,.page-template--for-sale .off-canvas__sub.active,.page-template--for-lease .header,.page-template--for-lease .footer,.page-template--for-lease .off-canvas__nav,.page-template--for-lease .off-canvas__sub.active,.page-template--off-market .header,.page-template--off-market .footer,.page-template--off-market .off-canvas__nav,.page-template--off-market .off-canvas__sub.active,.page-template--sold .header,.page-template--sold .footer,.page-template--sold .off-canvas__nav,.page-template--sold .off-canvas__sub.active,.page-template--team .header,.page-template--team .footer,.page-template--team .off-canvas__nav,.page-template--team .off-canvas__sub.active,.page-template--the-journal .header,.page-template--the-journal .footer,.page-template--the-journal .off-canvas__nav,.page-template--the-journal .off-canvas__sub.active,.page-template--upcoming-auctions .header,.page-template--upcoming-auctions .footer,.page-template--upcoming-auctions .off-canvas__nav,.page-template--upcoming-auctions .off-canvas__sub.active,.page-template--upcoming-inspections .header,.page-template--upcoming-inspections .footer,.page-template--upcoming-inspections .off-canvas__nav,.page-template--upcoming-inspections .off-canvas__sub.active{background:#f5f5f6}.property-template--sold,.property-template--leased,.property-template--sold .property-sticky,.property-template--leased .property-sticky{background-color:#6d818f}.property-template--sold .footer .footer__subscribe .form__text input,.property-template--leased .footer .footer__subscribe .form__text input{border-bottom:1px solid #000000}.page-template--home .image-content-banner{margin:0}.infinite{display:flex;gap:20px;justify-content:center}.infinite h6{font-size:15px;line-height:23px;font-weight:500;letter-spacing:.2px}@media (min-width: 900px){.infinite h6{font-size:18px;line-height:26px;font-weight:500;letter-spacing:.2px}}.infinite svg{width:30px;height:30px;animation:rotation 1s infinite linear}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.header{position:fixed;top:0;width:100%;z-index:10;transition:all ease .3s;padding:20px 0;background:#e7e6dc}@media (min-width: 900px){.header{padding:6px 0}}.header__inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}@media (min-width: 900px){.header__inner{padding:0 48px}}.header__logo svg{width:190px;height:33px;display:block;margin:-5px 0 0}@media (min-width: 900px){.header__logo svg{width:236px;height:40px}}.header__nav{display:none}@media (min-width: 900px){.header__nav{display:block;min-width:346px;width:auto}}.header__nav ul{margin:0;padding:0;list-style:none;display:flex;gap:34px}@media (min-width: 900px){.header__nav ul{gap:35px}}@media (min-width: 1240px){.header__nav ul{gap:35px}}.header__nav ul li{font-size:12px;line-height:20px;font-weight:400;letter-spacing:1.2px;margin:0;text-transform:uppercase;position:relative;padding:25px 0}.header__nav ul li:hover ul{opacity:1;visibility:visible}.header__nav ul li a{text-decoration:none;transition:all ease .3s}.header__nav ul li ul{opacity:0;visibility:hidden;position:absolute;top:100%;left:0;width:210px;display:block;background:#fff;box-shadow:3px 4px 11px #0000001a;transition:all ease .3s}.header__nav ul li ul li{padding:0}.header__nav ul li ul li a{padding:12px 16px;display:block}.header__nav ul li ul li a:hover{background:#333;color:#fff}@media (min-width: 900px){.header__nav--right{width:220px;display:flex;justify-content:flex-end}}.header__contact{display:none}@media (min-width: 1240px){.header__contact{display:block;width:24%;display:flex;justify-content:flex-end}}.header__contact ul{margin:0;padding:0;list-style:none;display:flex;gap:34px;position:relative}.header__contact ul:before{content:"";display:block;position:absolute;top:-2px;left:-24px;height:28px;width:1px;background:#ff6817}.header__contact ul li{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;margin:0}.header__contact ul li a{position:relative;overflow:hidden;padding:2px 0;box-sizing:border-box;margin-bottom:-2px;text-decoration:none;cursor:pointer;color:#000;display:inline-block}.header__contact ul li a:before{position:absolute;z-index:0;content:"";left:0;bottom:0;width:100%;height:1px;background:#000;transition:transform .3s ease-in-out;transform:translate(-101%)}.header__contact ul li a:hover:before,.header__contact ul li a.active:before{transform:translate(0)}.header__hamburger{font-size:12px;cursor:pointer;color:#000;width:28px;height:28px;position:relative;border:none;background:none;display:block;padding:0}.header__hamburger:focus{outline:none}@media (min-width: 900px){.header__hamburger{display:none}}.header__hamburger .lines{width:28px}.header__hamburger .lines:before{background:#000;content:"";display:block;width:28px;height:1px;position:absolute;top:8px;left:0}.header__hamburger .lines:after{background:#000;content:"";display:block;width:28px;height:1px;position:absolute;top:18px;left:0}.header__hamburger.active .lines:before{transform:rotate(45deg);top:12px}.header__hamburger.active .lines:after{transform:rotate(-45deg);top:12px}.header--off-canvas{z-index:13}.off-canvas{visibility:hidden;opacity:0;position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-1;transition:all ease .3s;background:#e7e6dc}.off-canvas.active{opacity:1;visibility:visible;z-index:12}.off-canvas__inner{height:100%}.off-canvas__nav{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.off-canvas__nav ul{list-style:none;margin:0;padding:0;width:260px}.off-canvas__nav ul li{margin:12px 0}.off-canvas__nav ul li a,.off-canvas__nav ul li button{font-family:Romie,serif;font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;text-decoration:none;background:none;border:none;padding:0;display:flex;justify-content:space-between;width:100%;align-items:center;cursor:pointer}.off-canvas__sub{opacity:0;visibility:hidden;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;transition:all ease .3s}.off-canvas__sub div{width:100%;text-align:center}.off-canvas__sub div button{display:inline-flex;justify-content:center!important;text-align:center;margin-bottom:24px}.off-canvas__sub div h4{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px}.off-canvas__sub div svg{display:inline-flex}.off-canvas__sub ul li{text-align:center}.off-canvas__sub ul li a{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;font-family:Acumin Pro,sans-serif;text-transform:uppercase;text-align:center;display:block}.off-canvas__sub.active{background:#e7e6dc;opacity:1;visibility:visible}.landing-banner{padding:120px 0 0}@media (min-width: 900px){.landing-banner{padding:210px 0 0}}.landing-banner__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.landing-banner__inner{padding:0 48px}}.landing-banner__title{text-align:center}.landing-banner__title h1{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;max-width:370px;margin:0 auto 20px}@media (min-width: 900px){.landing-banner__title h1{font-size:48px;line-height:58px;font-weight:500;letter-spacing:.2px;max-width:540px;margin:0 auto 50px}}.landing-banner__video{width:100%;margin-top:28px;display:block;height:576px;object-fit:cover}.landing-banner__video--mobile{display:block}@media (min-width: 900px){.landing-banner__video--mobile{display:none}}.landing-banner__video--desktop{display:none}@media (min-width: 900px){.landing-banner__video--desktop{display:block}}@media (min-width: 900px){.landing-banner__video{height:unset;aspect-ratio:16/9;margin-top:50px}}.landing-banner.video{top:0;position:sticky}.key-callout__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.key-callout__inner{padding:0 48px}}.key-callout__title{max-width:904px}.key-callout__title p{font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;font-family:Romie,serif}@media (min-width: 900px){.key-callout__title p{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px}}.key-callout__title p:last-of-type{margin-bottom:0}.key-callout__items{margin:56px 0;display:flex;flex-wrap:wrap;gap:40px 24px}@media (min-width: 900px){.key-callout__items{gap:48px;margin:84px 0}}.key-callout__item{position:relative;width:calc(50% - 12px)}@media (min-width: 900px){.key-callout__item{width:calc(25% - 36px)}.key-callout__item:hover .gatsby-image-wrapper img{transform:scale(1.04)}.key-callout__item:hover h4{color:#ff6817}}.key-callout__item .gatsby-image-wrapper{width:100%;max-width:300px;margin-bottom:14px}@media (min-width: 900px){.key-callout__item .gatsby-image-wrapper{max-width:100%;margin-bottom:30px}}.key-callout__item .gatsby-image-wrapper img{transition:all ease .3s!important}.key-callout__item h4{font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;transition:all ease .3s;padding-top:0;max-width:80%}@media (min-width: 900px){.key-callout__item h4{font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px}}.key-callout__item .key-callout__link{position:absolute;top:0;left:0;width:100%;height:100%}.latest-listing{text-align:center}.latest-listing__header{margin:0 0 30px}.latest-listing__header h2{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px}@media (min-width: 900px){.latest-listing__header h2{font-size:48px;line-height:58px;font-weight:500;letter-spacing:.2px}}.latest-listing__button{gap:100px;display:flex;justify-content:center;margin:0 0 60px}@media (min-width: 900px){.latest-listing__button{margin:0 0 160px}}.latest-listing__button .btn{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#000;padding:0;background-color:transparent;border:none}.latest-listing__button .btn svg path{stroke:#000}.latest-listing__button span{font-size:14px;line-height:22px;font-weight:300;letter-spacing:1px;text-transform:uppercase;position:relative;padding:0 0 6px;margin:6px 0 0}.latest-listing__button span:before{bottom:0;left:0;width:100%;height:1px;content:"";position:absolute;background-color:#000}.property-archive{padding:100px 0 60px}@media (min-width: 900px){.property-archive{padding:192px 0 80px}}.property-archive__inner{max-width:1440px;margin:0 auto;padding:0 20px;max-width:1290px}@media (min-width: 900px){.property-archive__inner{padding:0 48px}}.property-archive__header{border-bottom:1px solid #b3b3b3}.property-archive__header h1{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 14px}@media (min-width: 900px){.property-archive__header h1{padding-left:26%;margin:0 0 20px;font-size:48px;line-height:58px;font-weight:500;letter-spacing:.2px}}.property-archive__content{display:flex;flex-wrap:wrap;gap:2%;margin-top:0;margin-bottom:60px}@media (min-width: 900px){.property-archive__content{margin-top:0;margin-bottom:84px}}.property-archive__filter{width:100%}.property-archive__filter .search{width:100%;gap:2px;display:flex;flex-wrap:wrap;justify-content:space-between}@media (min-width: 900px){.property-archive__filter .search{flex-wrap:nowrap;width:100%;gap:48px}}.property-archive__filter .search__for{width:auto}@media (min-width: 900px){.property-archive__filter .search__for{width:14%}}.property-archive__filter .search__input{width:100%;position:relative;padding-bottom:24px}@media (min-width: 900px){.property-archive__filter .search__input{width:34%;padding-bottom:0}}.property-archive__filter .search__input input{width:100%;border:none;padding:10px 0;border-bottom:1px solid #000000;font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;background:none;border-radius:0}.property-archive__filter .search__input input::placeholder{opacity:1;text-transform:uppercase}.property-archive__filter .search__input input:focus{outline:0}.property-archive__filter .search__input button{position:absolute;top:7px;right:0;background:none;border:none;padding:0;cursor:pointer;margin:0}.property-archive__filter .search__beds{width:100%}@media (min-width: 900px){.property-archive__filter .search__beds{width:14%}}.property-archive__filter .search__price{width:100%}@media (min-width: 900px){.property-archive__filter .search__price{width:20%}}.property-archive__filter .search__suburb{width:100%}@media (min-width: 900px){.property-archive__filter .search__suburb{width:16%}}.property-archive__filter .react-select{width:100%}.property-archive__filter .react-select__control{border:0;padding:10px 0;min-height:12px;background:transparent;border:none;border-radius:0;cursor:pointer;font-size:14px;letter-spacing:1px;font-weight:400;text-transform:uppercase}.property-archive__filter .react-select__control--is-focused,.property-archive__filter .react-select__control--is-hovered{outline:0;box-shadow:none;border:none}.property-archive__filter .react-select__control:focus{outline:0}.property-archive__filter .react-select__input{opacity:0;color:#000;font-size:14px;letter-spacing:1px;font-weight:400;min-height:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent!important;cursor:pointer}.property-archive__filter .react-select__input-container{display:block}.property-archive__filter .react-select__input-container:after{display:none}.property-archive__filter .react-select__value-container{padding:0}.property-archive__filter .react-select__value-container div{padding:0;margin:0}.property-archive__filter .react-select__value-container input{height:12px;border-radius:0}.property-archive__filter .react-select__menu{padding:0;margin:0;border-radius:0;border:0;top:calc(100% - 1px);left:50%;transform:translate(-50%);box-shadow:3px 4px 11px #0000001a}.property-archive__filter .react-select__menu-list{padding:0}.property-archive__filter .react-select__option{font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;text-transform:uppercase;margin:0;padding:10px 16px;color:#000}@media (min-width: 900px){.property-archive__filter .react-select__option{font-size:14px;padding:10px 20px}}.property-archive__filter .react-select__option:last-of-type{border-bottom:0}.property-archive__filter .react-select__option--is-focused{background:#333;color:#fff}.property-archive__filter .react-select__option--is-focused input{outline:0;border:0;border-radius:0}.property-archive__filter .react-select__option--is-selected{background:#000;color:#fff}.property-archive__filter .react-select__placeholder,.property-archive__filter .react-select__single-value,.property-archive__filter .react-select__input{padding:0;margin:0;color:#000;background:transparent;border:none;font-size:14px;letter-spacing:1px;font-weight:400}.property-archive__filter .react-select__indicator-separator{display:none}.property-archive__filter .react-select__indicator{padding:0;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='18'%20viewBox='0%200%2024%2018'%20fill='none'%3e%3cpath%20d='M6%204L12%2010L18%204'%20stroke='black'%20stroke-linecap='square'/%3e%3c/svg%3e");width:24px;height:18px;background-position:50%;background-size:contain;background-repeat:no-repeat}.property-archive__filter .react-select__indicator svg{display:none}.property-archive__items{display:flex;flex-wrap:wrap;gap:55px;padding-bottom:55px}.property-archive__items .card{width:100%}@media (min-width: 900px){.property-archive__items .card{width:calc(33.333% - 37px)}}.property-archive--upcoming-auction .property-archive__items{padding-bottom:0}.property-archive--upcoming .search{justify-content:center}.property-archive--upcoming .search__for,.property-archive--upcoming .search__price,.property-archive--upcoming .search__input{display:none}.property-archive--upcoming .property-archive__header{border:none;margin:0 0 35px}@media (min-width: 900px){.property-archive--upcoming .property-archive__header{margin:0 0 50px}}.property-archive--upcoming .property-archive__header ul{margin:0;display:flex;justify-content:center;flex-direction:column;align-items:center;width:100%;gap:16px}@media (min-width: 900px){.property-archive--upcoming .property-archive__header ul{flex-direction:row;gap:40px}}.property-archive--upcoming .property-archive__header ul li{list-style-type:none;margin:0}.property-archive--upcoming .property-archive__header ul li a,.property-archive--upcoming .property-archive__header ul li h1{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;text-decoration:none;font-family:Romie,serif;margin:0;padding:0;text-align:center}@media (min-width: 900px){.property-archive--upcoming .property-archive__header ul li a,.property-archive--upcoming .property-archive__header ul li h1{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px}}.property-archive--upcoming .property-archive__header ul li a{color:gray}.property-archive--upcoming .property-archive__header ul li h1{padding:0 0 4px;position:relative}.property-archive--upcoming .property-archive__header ul li h1:before{position:absolute;bottom:0;left:0;content:"";width:100%;height:1px;background-color:#000}@media (min-width: 900px){.property-archive--upcoming .property-archive__content{margin:0 0 110px}}.property-archive--upcoming .archive__list [data-index="0"]{border-top:1px solid #000000}.property-archive--upcoming .property-archive__items{gap:0 50px;border-bottom:1px solid #000000}.property-archive--upcoming .property-archive__items .card--upcoming{width:100%}.property-archive--upcoming.inspection .property-archive__items{gap:40px}@media (min-width: 900px){.property-archive--upcoming.inspection .property-archive__items{gap:110px 50px}}.property-archive--project .property-archive__items{margin-top:46px}.property-archive--project .property-archive__items .card{width:100%}@media (min-width: 900px){.property-archive--project .property-archive__items .card{width:100%}.property-archive--project .property-archive__items .card__image img{aspect-ratio:1385/660}}.atc-dropdown{margin:0;background-color:#f1f1ed;position:absolute;min-width:200px}.atc-dropdown li{list-style-type:none;margin:0}.atc-dropdown li a{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px;text-decoration:none;text-transform:uppercase;padding:10px 16px;display:block;transition:all ease-in-out .2s}.atc-dropdown li a:hover{background-color:#333;color:#fff}.team-archive{background-color:#f5f5f6;padding:120px 0 60px}@media (min-width: 900px){.team-archive{padding:192px 0 80px}}.team-archive__inner{max-width:1440px;margin:0 auto;padding:0 20px;max-width:1290px}@media (min-width: 900px){.team-archive__inner{padding:0 48px}}.team-archive__header h1{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px}@media (min-width: 900px){.team-archive__header h1{padding-left:26%;font-size:48px;line-height:58px;font-weight:500;letter-spacing:.2px}}.team-archive__content{display:flex;flex-wrap:wrap;gap:2%;margin-top:0;margin-bottom:60px}@media (min-width: 900px){.team-archive__content{margin-top:0;margin-bottom:84px}}.team-archive__filter{width:100%;max-width:870px;margin:0 auto}.team-archive__filter .search{width:100%;gap:5px;display:flex;flex-wrap:wrap;justify-content:space-between}@media (min-width: 900px){.team-archive__filter .search{flex-wrap:nowrap;width:100%;gap:48px}}.team-archive__filter .search__for{width:auto}@media (min-width: 900px){.team-archive__filter .search__for{width:14%}}.team-archive__filter .search__input{width:100%;position:relative;margin:0 0 10px}@media (min-width: 900px){.team-archive__filter .search__input{width:50%;margin:0}}.team-archive__filter .search__input input{width:100%;border:none;padding:10px 0;border-bottom:1px solid #000000;font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;background:none;border-radius:0}.team-archive__filter .search__input input::placeholder{opacity:1;text-transform:uppercase}.team-archive__filter .search__input input:focus{outline:0}.team-archive__filter .search__input button{position:absolute;top:7px;right:0;background:none;border:none;padding:0;cursor:pointer;margin:0}.team-archive__filter .search__office{width:100%}@media (min-width: 900px){.team-archive__filter .search__office{width:20%}}.team-archive__filter .search__department{width:100%}@media (min-width: 900px){.team-archive__filter .search__department{width:20%}}.team-archive__filter .react-select{width:100%}.team-archive__filter .react-select__control{border:0;padding:10px 0;min-height:12px;background:transparent;border:none;border-radius:0;cursor:pointer;font-size:14px;letter-spacing:1px;font-weight:400;text-transform:uppercase}.team-archive__filter .react-select__control--is-focused,.team-archive__filter .react-select__control--is-hovered{outline:0;box-shadow:none;border:none}.team-archive__filter .react-select__control:focus{outline:0}.team-archive__filter .react-select__input{opacity:0;color:#000;font-size:14px;letter-spacing:1px;font-weight:400;min-height:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent!important;cursor:pointer}.team-archive__filter .react-select__input-container{display:block}.team-archive__filter .react-select__input-container:after{display:none}.team-archive__filter .react-select__value-container{padding:0}.team-archive__filter .react-select__value-container div{padding:0;margin:0}.team-archive__filter .react-select__value-container input{height:12px;border-radius:0}.team-archive__filter .react-select__menu{padding:0;margin:0;border-radius:0;border:0;box-shadow:none;top:calc(100% - 1px);left:50%;transform:translate(-50%)}.team-archive__filter .react-select__menu-list{padding:0;border:1px solid #b3b3b3}.team-archive__filter .react-select__option{padding:10px;margin:0;font-size:14px;font-weight:350;color:#000;border-bottom:1px solid #b3b3b3}@media (min-width: 900px){.team-archive__filter .react-select__option{font-size:14px;padding:10px 20px}}.team-archive__filter .react-select__option:last-of-type{border-bottom:0}.team-archive__filter .react-select__option--is-focused{background:#000;color:#fff}.team-archive__filter .react-select__option--is-focused input{outline:0;border:0;border-radius:0}.team-archive__filter .react-select__option--is-selected{background:#000;color:#fff}.team-archive__filter .react-select__placeholder,.team-archive__filter .react-select__single-value,.team-archive__filter .react-select__input{padding:0;margin:0;color:#000;background:transparent;border:none;font-size:14px;letter-spacing:1px;font-weight:400}.team-archive__filter .react-select__indicator-separator{display:none}.team-archive__filter .react-select__indicator{padding:0;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='18'%20viewBox='0%200%2024%2018'%20fill='none'%3e%3cpath%20d='M6%204L12%2010L18%204'%20stroke='black'%20stroke-linecap='square'/%3e%3c/svg%3e");width:24px;height:18px;background-position:50%;background-size:contain;background-repeat:no-repeat}.team-archive__filter .react-select__indicator svg{display:none}.team-archive__list{width:100%;padding-bottom:80px}@media (min-width: 900px){.team-archive__list{padding-bottom:160px}}.team-archive__items{display:flex;flex-wrap:wrap;gap:48px;padding-bottom:48px}.team-archive__items .card{width:100%}@media (min-width: 900px){.team-archive__items .card{width:calc(33.333% - 37px)}}.suburb-template .team-archive{background-color:transparent;padding:0 0 60px}@media (min-width: 900px){.suburb-template .team-archive{padding:0 0 90px}}.suburb-template .team-archive h2{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;text-align:center;margin:0 0 40px}@media (min-width: 900px){.suburb-template .team-archive h2{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px;font-size:38px;line-height:48px}}.suburb-template .team-archive .card__arrow:before{background:#e7e6dc}.agent{background:#f6ecdc}.agent .header{visibility:hidden;opacity:0;transform:translateY(-100%)}.agent .header--fold{transform:translateY(0)}.agent .header--scrolled{opacity:1;visibility:visible;background:#f6ecdc}.agent .off-canvas,.agent .off-canvas__sub,.agent .footer{background:#f6ecdc}.agent__inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-wrap:wrap;gap:2%}@media (min-width: 900px){.agent__inner{padding:0 48px}}.agent__header{margin-bottom:40px}@media (min-width: 900px){.agent__header{margin-bottom:84px;display:flex}}.agent__image{position:relative;width:100%;margin:0 0 30px}.agent__image svg{position:absolute;top:27px;left:49px;z-index:1}@media (min-width: 900px){.agent__image{width:50%;height:100vh;margin:0}.agent__image .gatsby-image-wrapper{width:100%;height:100%}.agent__image .gatsby-image-wrapper img{object-position:top!important}}.agent__quote{margin:0 0 60px;padding:0 20px}@media (min-width: 900px){.agent__quote{margin:0;padding:0}}.agent__quote p{font-family:Romie,serif;text-align:center;font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px}@media (min-width: 900px){.agent__quote p{font-size:48px;line-height:58px;font-weight:500;letter-spacing:.2px}}.agent__details{width:100%}@media (min-width: 900px){.agent__details{width:50%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:20px;padding:27px 30px}}.agent__contact-btn{background:none;border:none;padding:0;cursor:pointer;font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;display:inline-flex;gap:10px;align-items:center;text-transform:uppercase;margin:30px 0 0}.agent__info{text-align:center;padding:0 40px}@media (min-width: 900px){.agent__info{padding:0}}.agent__info h1{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;margin:0 0 30px}@media (min-width: 900px){.agent__info h1{font-size:48px;line-height:58px;font-weight:500;letter-spacing:.2px;margin:0 0 26px}}.agent__info p{text-transform:uppercase;display:flex;justify-content:center;gap:28px;border-bottom:1px solid #000000;font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px;padding:0 0 20px;margin:0 0 20px}@media (min-width: 900px){.agent__info p{padding:0 0 12px;margin:0 0 16px;font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px}}.agent__info p:last-of-type{border-bottom:0}.agent__info p span{display:flex;gap:10px}.agent__info p a{text-decoration:none}.agent__info p a svg{display:block}.agent__profile{width:100%}@media (min-width: 900px){.agent__profile{width:64%}}.agent__name{width:100%;margin-bottom:6px}@media (min-width: 900px){.agent__name{margin-bottom:28px}}.agent__name h1{font-family:Romie,serif;font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;padding-left:0}.agent__name h1:last-of-type{margin:0}@media (min-width: 900px){.agent__name h1{padding-left:26%;font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px}}.agent__contact{width:100%;margin-top:40px}@media (min-width: 900px){.agent__contact{width:24%;margin-top:0}}.agent__contact h4{font-size:18px;line-height:26px;font-weight:400;letter-spacing:.2px;text-transform:uppercase;letter-spacing:1px;margin:0 0 20px;font-family:Acumin Pro,sans-serif}@media (min-width: 900px){.agent__contact h4{margin:0 0 28px;font-size:18px;line-height:26px;font-weight:400;letter-spacing:.2px}}.agent__contact ul{margin:0;padding:0;list-style:none}.agent__contact ul li{display:block;margin:0;font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;max-width:100%}@media (min-width: 900px){.agent__contact ul li{width:100%}}.agent__contact ul li a{text-decoration:none}.agent__heading{max-width:970px;text-align:center;margin:0 auto 30px}@media (min-width: 900px){.agent__heading{margin:0 auto 84px}}.agent__heading h4{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0}@media (min-width: 900px){.agent__heading h4{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px}}.agent__body{margin:0 0 68px}@media (min-width: 900px){.agent__body{margin:0 0 84px}}.agent__body .agent__contact h4{margin:5px 0 28px}.agent__body .agent__body-image{display:block;margin:0 0 60px}@media (min-width: 900px){.agent__body .agent__body-image{display:none}}.agent__bio-wrapper{width:100%;max-width:1100px;margin:0 auto;display:flex;flex-direction:column-reverse}@media (min-width: 900px){.agent__bio-wrapper{flex-direction:row;justify-content:space-between;align-items:center}}.agent__bio{width:100%;text-align:center}@media (min-width: 900px){.agent__bio{width:48%;max-width:462px}}.agent__bio p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px}.agent__bio p:last-of-type{margin-bottom:0}.agent__second-image{width:100%;display:none}@media (min-width: 900px){.agent__second-image{width:48%;display:block;max-width:530px}}.agent__mobile-intro{display:block}@media (min-width: 900px){.agent__mobile-intro{display:none}}.agent__mobile-intro p{display:block;font-family:Romie,serif;font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;max-width:787px;margin-bottom:30px}.agent__mobile-intro p:last-of-type{margin-bottom:22px}.agent .latest-listing{margin:0 0 48px}@media (min-width: 900px){.agent .latest-listing{margin:0 0 84px}}.agent .latest-listing__button{display:flex;align-items:center;margin:0;gap:30px}@media (min-width: 900px){.agent .latest-listing__button{gap:100px}}.agent .latest-listing__header{margin:0 0 60px;padding:0 30px}@media (min-width: 900px){.agent .latest-listing__header{margin:0 0 160px;padding:0}}.agent .latest-listing__header .btn{margin:0 0 6px}@media (max-width: 901px){.agent .latest-listing__header .btn{font-size:12px;line-height:20px;font-weight:700;letter-spacing:1.2px}}.agent .latest-listing__header h2{margin:0 0 30px}.agent .latest-listing__header ul{margin:0;display:flex;align-items:center;gap:30px}@media (min-width: 900px){.agent .latest-listing__header ul{gap:100px}}.agent .latest-listing__header ul li{list-style-type:none;margin:0}.agent .latest-listing__header ul li button{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px;text-transform:uppercase;background:none;border:none;position:relative;padding:0 0 6px;cursor:pointer}@media (min-width: 900px){.agent .latest-listing__header ul li button{font-size:14px;line-height:22px;font-weight:300;letter-spacing:1px}}.agent .latest-listing__header ul li button:before{bottom:0;left:0;width:100%;height:1px;content:"";position:absolute;background-color:#000}.agent .testimonial{padding-bottom:68px}@media (min-width: 900px){.agent .testimonial{padding-bottom:80px}}.card{display:block}.card--property{width:100%;text-decoration:none}@media (min-width: 900px){.card--property{width:calc(50% - 25px)}.card--property:hover .card__image img{transform:scale(1.04)}}.card--property .card__image{width:100%;padding-bottom:30px;position:relative}@media (min-width: 900px){.card--property .card__image{padding-bottom:24px}}.card--property .card__image .gatsby-image-wrapper{aspect-ratio:1/1!important}.card--property .card__image img{transition:all ease .3s!important}.card--property .card__tag{position:absolute;left:10px;top:0}.card--property .card__tag svg{display:block;width:50px;height:180px}@media (min-width: 900px){.card--property .card__tag svg{width:50px;height:180px}}.card--property .card__content{display:block}.card--property .card__title{width:calc(100% - 46px);margin:0 23px 12px;text-align:center;border-bottom:1px solid rgba(0,0,0,.6);padding-bottom:8px}@media (min-width: 900px){.card--property .card__title{width:calc(100% - 60px);margin:0 30px 12px}}.card--property .card__title h4{text-transform:uppercase;font-size:12px;line-height:20px;font-weight:400;letter-spacing:1.2px;margin:0;font-family:Acumin Pro,sans-serif}.card--property .card__title h4 strong{font-size:12px;line-height:20px;font-weight:600;letter-spacing:1.2px}.card--property .card__stats{width:100%}.card--property .card__stats ul{margin:0;padding:0;list-style:none;display:flex;justify-content:center;gap:22px}.card--property .card__stats ul li{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px;margin:0;text-transform:uppercase;display:flex;gap:10px}@media (min-width: 900px){.card--property .card__stats ul li{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}}.card--article{text-decoration:none;text-align:center}.card--article:hover .gatsby-image-wrapper img{transform:scale(1.1)}.card--article span{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;display:block;margin:0 0 20px;text-transform:uppercase}@media (max-width: 901px){.card--article span{display:none}}.card--article .card__title h4{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 20px}.card--article .card__title span{display:block;margin:0 0 14px}@media (min-width: 900px){.card--article .card__title span{display:none}}.card--article .card__arrow{display:block!important}.card--article .card__image .gatsby-image-wrapper{margin:0 0 30px;aspect-ratio:353/432!important}@media (min-width: 900px){.card--article .card__image .gatsby-image-wrapper{aspect-ratio:366/447!important;margin:0 0 20px}}.card--article .card__image .gatsby-image-wrapper img{transition:all ease-in-out .6s!important}.card--agent,.card--suburb{width:100%;text-decoration:none}@media (min-width: 900px){.card--agent,.card--suburb{width:calc(50% - 25px)}.card--agent:hover .card__image img,.card--suburb:hover .card__image img{transform:scale(1.04)}.card--agent:hover .card__title h4:before,.card--suburb:hover .card__title h4:before{transform:translate(0)}}.card--agent:hover .card__arrow:before,.card--suburb:hover .card__arrow:before{left:-110%}.card--agent:hover .card__arrow svg,.card--suburb:hover .card__arrow svg{margin:0 0 0 -5px}.card--agent .card__image,.card--suburb .card__image{width:100%;margin:0 0 28px;position:relative}.card--agent .card__image .gatsby-image-wrapper,.card--suburb .card__image .gatsby-image-wrapper{aspect-ratio:366/447!important}.card--agent .card__image img,.card--suburb .card__image img{transition:all ease .3s!important}.card--agent .card__arrow,.card--suburb .card__arrow{display:flex;justify-content:center}.card--agent .card__title h4,.card--suburb .card__title h4{font-size:24px;line-height:32px;font-weight:400;letter-spacing:.2px;text-align:center;margin:0 0 12px}.card--agent .card__title p,.card--suburb .card__title p{text-align:center;text-transform:uppercase;font-size:12px;line-height:20px;font-weight:400;letter-spacing:1.2px;width:calc(100% - 46px);border-bottom:1px solid #000000;margin:0 23px 20px;padding-bottom:12px}@media (min-width: 900px){.card--agent .card__title p,.card--suburb .card__title p{width:calc(100% - 60px);margin:0 30px 20px}}.card--agent .card__arrow,.card--suburb .card__arrow{width:38.8px;height:20.82px;position:relative;margin:0 auto}.card--agent .card__arrow svg,.card--suburb .card__arrow svg{margin:0 0 0 -15px;transition:all ease-in-out .3s}.card--agent .card__arrow:before,.card--suburb .card__arrow:before{position:absolute;content:"";background-color:#f5f5f6;height:10px;width:100%;transform:translateY(-50%);top:50%;left:-30px;transition:all ease-in-out .3s}@media (min-width: 900px){.card--suburb{width:calc(33.333% - 20px)}}.card--upcoming__auction{padding:20px 0;transition:all ease-in-out .3s}@media (min-width: 900px){.card--upcoming__auction{padding:28px 20px 24px}}@media (min-width: 900px){.card--upcoming__auction{display:flex;justify-content:space-between}}.card--upcoming__auction:hover{background-color:#e7e6dc}.card--upcoming__auction a{text-decoration:none}.card--upcoming__auction--title{width:100%}@media (min-width: 900px){.card--upcoming__auction--title{width:380px}}.card--upcoming__auction h4{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px;text-transform:uppercase;font-family:Acumin Pro,sans-serif;display:flex;flex-wrap:wrap;gap:7px;margin:0 0 10px}@media (min-width: 900px){.card--upcoming__auction h4{margin:0}}.card--upcoming__auction h4 p{margin:0;font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}@media (max-width: 901px){.card--upcoming__auction h4 p{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}}.card--upcoming__auction--stats{display:flex;margin:0 0 20px}@media (min-width: 900px){.card--upcoming__auction--stats{margin:0;justify-content:flex-start;width:280px}}.card--upcoming__auction--stats ul{margin:0;display:flex;gap:22px}.card--upcoming__auction--stats ul li{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px;list-style-type:none;text-transform:uppercase;margin:0;display:flex;gap:7px}.card--upcoming__auction--date{max-width:510px;margin:0 auto}@media (min-width: 900px){.card--upcoming__auction--date{display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0;width:350px}}.card--upcoming__auction--date .title{font-size:12px;line-height:20px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;margin:0 0 8px;display:block}@media (min-width: 900px){.card--upcoming__auction--date .title{margin:0 28px 0 0}}.card--upcoming__auction--date .atc-item{text-decoration:none;text-transform:uppercase}.card--upcoming__auction--date .atc-item h4{margin:0}.card--upcoming__auction--date .atc-item p{margin:0 0 0 7px}.card--upcoming__auction--date .atc-item span{display:flex;font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}@media (min-width: 900px){.card--upcoming__auction--date .atc-item span{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}}.card--upcoming__auction--date .atc-item span p{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}@media (min-width: 900px){.card--upcoming__auction--date .atc-item span p{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}}.card--upcoming__inspection .atc-item{text-decoration:none;text-transform:uppercase}.card--upcoming__inspection .atc-item .title{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin:0 0 8px;display:block}@media (min-width: 900px){.card--upcoming__inspection .atc-item .title{margin:0 28px 0 0}}.card--upcoming__inspection .atc-item a{text-decoration:none}.card--upcoming__inspection .atc-item h4{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px;text-transform:uppercase;font-family:Acumin Pro,sans-serif;display:flex;gap:3px;margin:0}.card--upcoming__inspection .atc-item h4 p{font-weight:300;margin:0}@media (max-width: 901px){.card--upcoming__inspection .atc-item h4 p{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}}.card--upcoming__inspection .atc-item p{margin:0 0 0 7px}.card--upcoming__inspection .atc-item span{display:flex;justify-content:center;font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}@media (min-width: 900px){.card--upcoming__inspection .atc-item span{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}}.card--upcoming__inspection .atc-item span p{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}@media (min-width: 900px){.card--upcoming__inspection .atc-item span p{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}}.card--upcoming__inspection-row{margin:30px 0 0}@media (min-width: 900px){.card--upcoming__inspection-row{margin:44px 0 0}}.card--upcoming__inspection-row h3{font-size:12px;line-height:20px;font-weight:600;letter-spacing:1.2px;text-align:center;font-family:Acumin Pro,sans-serif;text-transform:uppercase;margin:0 0 20px}.card--property-suburb{display:flex;flex-wrap:wrap;justify-content:space-between;padding:40px 0 0;text-decoration:none;gap:20px}@media (min-width: 900px){.card--property-suburb{padding:16px 0;gap:28px;align-items:center}}.card--property-suburb .card__left{width:90px}@media (min-width: 900px){.card--property-suburb .card__left{width:104px}}.card--property-suburb .card__right{flex:1;display:flex;flex-wrap:wrap;justify-content:space-between}@media (min-width: 900px){.card--property-suburb .card__right{position:relative;padding-left:0;flex-wrap:nowrap}.card--property-suburb .card__right:after{content:"";position:absolute;top:33px;left:0;width:100%;height:1px;background-color:#0009}}.card--property-suburb .card__stats{width:100%;text-align:left;margin-bottom:16px}.card--property-suburb .card__stats h4{font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;font-family:Acumin Pro,sans-serif;text-transform:uppercase}@media (max-width: 901px){.card--property-suburb .card__stats h4{margin:0 0 3px}}.card--property-suburb .card__stats h4 strong{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px}@media (min-width: 900px){.card--property-suburb .card__stats{width:48%;margin-bottom:0}}.card--property-suburb .card__stats ul{margin:0;padding:0;list-style:none;display:flex;justify-content:flex-start;gap:22px}.card--property-suburb .card__stats ul li{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px;margin:0;text-transform:uppercase;display:flex;gap:10px}@media (min-width: 900px){.card--property-suburb .card__stats ul li{font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px}}.card--property-suburb .card__details{display:flex;justify-content:space-between;width:100%;text-align:center}@media (min-width: 900px){.card--property-suburb .card__details{width:48%}}@media (max-width: 901px){.card--property-suburb .card__details{text-align:left}}.card--property-suburb .card__price{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px}.card--property-suburb .card__price p:last-of-type{margin:0}@media (max-width: 901px){.card--property-suburb .card__price p{margin:0}}.card--property-suburb .card__price strong{text-transform:uppercase;font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px}.card--property-suburb .card__image{width:90px;height:90px}@media (min-width: 900px){.card--property-suburb .card__image{width:104px;height:104px}}.card--property-suburb .card__image .gatsby-image-wrapper{height:100%}.contact{position:relative;background-color:#e7e6dc;padding:0}@media (min-width: 900px){.contact{height:100vh;min-height:770px}}.contact__inner{height:100%}@media (min-width: 900px){.contact__inner{display:flex;justify-content:space-between;align-items:stretch}}.contact__image{margin:0 0 32px;height:100%}@media (min-width: 900px){.contact__image{width:50%;margin:0}}.contact__image .gatsby-image-wrapper{aspect-ratio:394/353!important;height:100%;width:100%}@media (min-width: 900px){.contact__image .gatsby-image-wrapper{aspect-ratio:720/900!important}}.contact__form{text-align:center;padding:0 20px}@media (min-width: 900px){.contact__form{width:50%;padding:28px 95px;display:flex;flex-direction:column}}@media (min-width: 900px){.contact__form form{margin:auto 0 0}}.contact__form h1{margin:0 0 28px;font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px}@media (min-width: 900px){.contact__form h1{font-size:48px;line-height:58px;font-weight:500;letter-spacing:.2px;margin:0 0 30px}}.contact__form p{max-width:440px;margin:0 auto}.contact__form p:last-of-type{margin:0 auto 60px}@media (min-width: 900px){.contact__form p:last-of-type{margin:0 auto 60px}}.contact-popup{position:fixed;top:0;left:0;z-index:100;width:100%;height:100vh;display:flex;justify-content:space-between;opacity:0;visibility:hidden;transition:all ease .3s;background:#949485}.contact-popup.active{opacity:1;visibility:visible}.contact-popup__close{position:fixed;top:27px;right:27px;padding:0;background:none;border:none;z-index:101;cursor:pointer}.contact-popup__close:focus{outline:none}.contact-popup__header{display:flex;justify-content:center;flex-wrap:wrap}.contact-popup__image{margin:0 0 32px}@media (min-width: 900px){.contact-popup__image{width:50%;height:100vh;margin:0}}.contact-popup__image .gatsby-image-wrapper{width:100%;height:100%}.contact-popup__form{text-align:center;padding:27px 20px;height:100%;display:flex}@media (min-width: 900px){.contact-popup__form{width:50%;height:100%;flex-direction:column;justify-content:space-between;padding:27px 95px 40px}}.contact-popup__form h2{margin:0 0 28px;width:100%;font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px}@media (min-width: 900px){.contact-popup__form h2{font-size:48px;line-height:58px;font-weight:500;letter-spacing:.2px}}.contact-popup__form p{font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;text-transform:uppercase;display:flex;justify-content:center;gap:28px;border-bottom:1px solid #000000;margin:0 auto 16px;padding:0 0 12px;width:100%;max-width:400px}@media (max-width: 901px){.page-template--appraisals .contact{padding:0 0 80px}}@media (min-width: 900px){.page-template--contact .contact__form{padding-top:120px;justify-content:center}.page-template--contact .contact__form form{margin:0!important}}.testimonial{margin-top:56px;padding-top:0;padding-bottom:36px}@media (min-width: 900px){.testimonial{margin-top:120px;padding-bottom:120px}}.testimonial__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.testimonial__inner{padding:0 48px}}@media (min-width: 900px){.testimonial__items{display:flex;justify-content:center;gap:65px}}.testimonial__item{width:100%;text-align:center}@media (min-width: 900px){.testimonial__item{width:calc(33.333% - 47px)}}.testimonial__quote{margin-top:48px;margin-bottom:20px}@media (min-width: 900px){.testimonial__quote{margin-top:0;margin-bottom:28px}}.testimonial__quote p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px}@media (min-width: 900px){.testimonial__quote p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px}}.testimonial__author p{margin:0;font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;text-transform:uppercase}.testimonial__author p:first-of-type{font-weight:500}.banner{padding-bottom:90px}@media (min-width: 900px){.banner{padding-bottom:170px}}.banner__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.banner__inner{padding:0 48px}}.banner .gatsby-image-wrapper{width:100%}@media (max-width: 901px){.banner .gatsby-image-wrapper{aspect-ratio:363/245!important}}.cta{background:#ff6817;padding:20px 0 90px}@media (min-width: 900px){.cta{padding:36px 0 100px}}.cta__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.cta__inner{padding:0 48px}}.cta__inner h3{font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;color:#fff;margin:0}@media (min-width: 900px){.cta__inner h3{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px}}.cta__inner h4{font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;color:#ffaf83;margin:0 0 36px}@media (min-width: 900px){.cta__inner h4{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px}}.cta__inner .btn{text-transform:capitalize;padding:9px 14px}@media (min-width: 900px){.cta__inner .btn{padding:11px 24px}.cta__inner .btn:hover{background:#f3ede7}}.cta--download{padding:20px 0 72px}@media (min-width: 900px){.cta--download{padding:48px 0}}.cta--download .cta__inner{display:flex;flex-wrap:wrap;justify-content:space-between}.cta--download .cta__content{width:calc(100% - 158px)}@media (min-width: 900px){.cta--download .cta__content{width:calc(100% - 300px)}}.cta--download .cta__text{display:none}@media (min-width: 900px){.cta--download .cta__text{display:block;width:100%;max-width:430px;margin-bottom:120px}}.cta--download .cta__text p{color:#fff}.cta--download .cta__image{width:128px}@media (min-width: 900px){.cta--download .cta__image{width:276px}}.footer{padding:28px 0;position:relative;background-color:#e7e6dc;min-height:100vh;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-between;z-index:11}@media (min-width: 900px){.footer{padding:50px 0 40px}}.footer__inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-wrap:wrap;justify-content:space-between}@media (min-width: 900px){.footer__inner{padding:0 48px}}.footer__top .footer__inner{flex-direction:column-reverse;gap:50px}@media (min-width: 900px){.footer__top .footer__inner{flex-direction:row}}.footer__nav{width:100%}@media (min-width: 900px){.footer__nav{width:auto;gap:118px;display:flex;justify-content:space-between}}.footer__nav ul{margin:0 0 40px;padding:0;list-style:none}@media (max-width: 901px){.footer__nav ul{display:flex;flex-wrap:wrap;gap:0;margin:0 0 24px}.footer__nav ul li{width:50%}.footer__nav ul li:nth-child(1){order:1}.footer__nav ul li:nth-child(2){order:3}.footer__nav ul li:nth-child(3){order:5}.footer__nav ul li:nth-child(4){order:2}.footer__nav ul li:nth-child(5){order:4}.footer__nav ul li:nth-child(6){order:6}.footer__nav ul li:nth-child(7){order:7;margin-top:20px!important}}.footer__nav ul li{margin:0 0 4px}.footer__nav ul li a{font-family:Acumin Pro,sans-serif;font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;text-decoration:none;text-transform:uppercase;transition:all ease .3s}@media (min-width: 900px){.footer__nav ul li a:hover{color:#6a7e8b}}.footer__social{display:flex;align-items:center;gap:10px;margin:0 0 48px}.footer__subscribe{width:100%}@media (min-width: 900px){.footer__subscribe{width:414px}}.footer__subscribe h4{margin-top:0;font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;text-transform:uppercase;font-family:Acumin Pro,sans-serif;margin-bottom:20px}@media (min-width: 900px){.footer__subscribe h4{margin-top:0}}.footer__subscribe p{margin:0 0 28px;font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px}@media (min-width: 900px){.footer__subscribe p{margin:0 0 20px}}.footer__subscribe form{margin:0;position:relative}.footer__subscribe fieldset{border:none;margin:0;gap:2px 24px}.footer__subscribe .form__text{flex:1 0 100%}@media (max-width: 901px){.footer__subscribe .form__text{flex:1 0 100%}}.footer__subscribe .form__text input{border:none;border-bottom:1px solid #7c7c7c;padding:10px 0!important;height:44px;border-radius:0;max-height:none}.footer__subscribe .form__text input::placeholder{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px;color:#000;opacity:1}.footer__subscribe .form__submit{padding:0;margin-top:40px;display:flex;justify-content:flex-start}@media (min-width: 900px){.footer__subscribe .form__submit{padding:0}}.footer__subscribe .form__submit .btn{border:none;background:none;padding:0;min-width:unset;color:#000}.footer__subscribe .form__submit .btn svg{display:block}.footer__subscribe .form__submit .btn svg path{stroke:#000}.footer__offices{width:100%}@media (min-width: 900px){.footer__offices{width:auto;margin:0}}.footer__offices p{margin:0;max-width:210px}@media (max-width: 901px){.footer__offices p{max-width:100%}}.footer__offices p a{text-decoration:none;transition:all ease .3s}@media (min-width: 900px){.footer__offices p a:hover{color:#6a7e8b}}.footer__office{width:100%;margin:0 0 28px}@media (min-width: 900px){.footer__office{width:auto;margin:0 0 44px}}.footer__office:last-of-type{margin:0}.footer__office h4{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;font-family:Acumin Pro,sans-serif;text-transform:uppercase;margin:0 0 10px}@media (min-width: 900px){.footer__office h4{margin:0 0 4px}}.footer__office p{margin:0;font-size:12px;line-height:20px;font-weight:400;letter-spacing:1.2px;text-transform:uppercase}.footer__office p a{text-decoration:none;transition:all ease .3s}@media (min-width: 900px){.footer__office p a:hover{color:#6a7e8b}}.footer__logo{width:100%;display:flex;flex-wrap:wrap;justify-content:center;padding-top:50px}@media (max-width: 901px){.footer__logo svg{width:calc(100vw - 40px);height:16.9491525424vw}.footer__logo svg path{transition:all ease .3s}}@media (min-width: 900px){.footer__logo{padding-top:60px;width:100%}.footer__logo svg{width:1110px;height:198px}.footer__logo svg path{transition:all ease .3s}}.footer__bottom{display:flex;justify-content:center;width:100%;padding-top:28px}@media (min-width: 900px){.footer__bottom{padding-top:20px}}.footer__bottom ul{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 22px;list-style:none;margin:0;padding:0;max-width:280px}@media (min-width: 900px){.footer__bottom ul{gap:30px;max-width:100%}}.footer__bottom ul li{text-transform:uppercase;font-size:9px;line-height:16px;font-weight:400;letter-spacing:1.2px;margin-bottom:0}.footer__bottom ul li a{color:#000;text-decoration:none}.thank-you{padding:0 0 50px}@media (min-width: 900px){.thank-you{padding:0 0 100px}}@media (min-width: 900px){.thank-you__inner{display:flex;align-items:center;justify-content:space-between}}.thank-you__image{margin:0 0 32px}@media (min-width: 900px){.thank-you__image{width:50%;margin:0}}.thank-you__image .gatsby-image-wrapper{aspect-ratio:394/353!important}@media (min-width: 900px){.thank-you__image .gatsby-image-wrapper{aspect-ratio:720/900!important}}.thank-you__content{text-align:center;padding:0 20px}@media (min-width: 900px){.thank-you__content{width:50%;display:flex;flex-direction:column;gap:28px 0;padding:0 95px}}.thank-you__content h1{margin:0;font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px}@media (min-width: 900px){.thank-you__content h1{font-size:48px;line-height:58px;font-weight:500;letter-spacing:.2px}}.thank-you__content p{max-width:440px;margin:0 auto}.thank-you__content .btn{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;cursor:pointer;text-transform:uppercase;justify-content:center;color:#000;padding:0;background-color:transparent;border:none}.thank-you__content .btn svg path{stroke:#000}.error-404{background-color:#949485;height:100vh}.error-404__inner{display:flex;flex-direction:column-reverse;height:100%}@media (min-width: 900px){.error-404__inner{align-items:stretch;flex-direction:row}}.error-404__image{height:46%}@media (min-width: 900px){.error-404__image{flex:1 1 50%;height:auto}}.error-404__image .gatsby-image-wrapper{height:100%;width:100%}@media (max-width: 901px){.error-404__image .gatsby-image-wrapper{aspect-ratio:394/353!important}}.error-404__content{text-align:center;padding:30px 20px;display:flex;flex-direction:column;justify-content:center;height:56%}@media (min-width: 900px){.error-404__content{flex:1 1 50%;height:auto}}.error-404__content h1,.error-404__content h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;margin:0 0 8px}@media (min-width: 900px){.error-404__content h1,.error-404__content h2{font-size:48px;line-height:58px;font-weight:500;letter-spacing:.2px;margin:0 0 30px}}.error-404__content h2{margin:0 0 28px}@media (min-width: 900px){.error-404__content h2{margin:0 0 30px}}.error-404__content p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px}@media (min-width: 900px){.error-404__content p{max-width:500px;margin:0 auto}}.error-404__content a{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;cursor:pointer;text-transform:uppercase;justify-content:center;align-items:center;color:#000;padding:0;background-color:transparent;text-decoration:none;border:none;display:inline-flex;gap:12px;margin:auto 0 0}.error-404__content a svg path{stroke:#000}.page-template--error .footer,.page-template--error .header{display:none}.page-template--error main{padding:0}.property-thumbnail{position:relative}.property-thumbnail--mobile{display:none;margin-left:-14px;margin-right:-14px;width:100vw;position:relative}.property-thumbnail--mobile .gatsby-image-wrapper{aspect-ratio:390/280!important}@media (min-width: 900px){.property-thumbnail--mobile{display:none}}@media (max-width: 901px){.property-thumbnail--project .gatsby-image-wrapper{aspect-ratio:390/280!important}}@media (min-width: 900px){.property-thumbnail--project{height:calc(100vh - 70px)}.property-thumbnail--project .property-thumbnail__inner,.property-thumbnail--project .property-thumbnail__inner .property-thumbnail__slider,.property-thumbnail--project .property-thumbnail__inner .property-thumbnail__slider .slick-slider,.property-thumbnail--project .property-thumbnail__inner .property-thumbnail__slider .slick-list,.property-thumbnail--project .property-thumbnail__inner .property-thumbnail__slider .slick-track,.property-thumbnail--project .property-thumbnail__inner .property-thumbnail__slider .slick-slide,.property-thumbnail--project .property-thumbnail__inner .property-thumbnail__slider .slick-slider .gatsby-image-wrapper,.property-thumbnail--project .property-thumbnail__inner .property-thumbnail__slider .slick-slider div,.property-thumbnail--project .property-thumbnail__inner .property-thumbnail__slider .slick-list .gatsby-image-wrapper,.property-thumbnail--project .property-thumbnail__inner .property-thumbnail__slider .slick-list div,.property-thumbnail--project .property-thumbnail__inner .property-thumbnail__slider .slick-track .gatsby-image-wrapper,.property-thumbnail--project .property-thumbnail__inner .property-thumbnail__slider .slick-track div,.property-thumbnail--project .property-thumbnail__inner .property-thumbnail__slider .slick-slide .gatsby-image-wrapper,.property-thumbnail--project .property-thumbnail__inner .property-thumbnail__slider .slick-slide div{height:100%}}.property-thumbnail--desktop{display:block;position:relative;margin:0 0 30px}@media (min-width: 900px){.property-thumbnail--desktop{height:calc(100vh - 69px);margin:0 0 60px}}.property-thumbnail--desktop .gatsby-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.property-thumbnail--desktop .property-thumbnail__item{height:500px}@media (min-width: 900px){.property-thumbnail--desktop .property-thumbnail__item{position:relative;height:calc(100vh - 69px)}}.property-thumbnail__navigator{position:absolute;align-items:center;display:flex;justify-content:space-between;top:50%;transform:translateY(-50%);left:11px;right:11px}@media (min-width: 900px){.property-thumbnail__navigator{left:44px;right:44px}}.property-thumbnail__navigator button{padding:0;border:none;background:none;cursor:pointer}@media (max-width: 901px){.property-thumbnail__navigator button{height:36px;width:36px}}.property-thumbnail__navigator button svg{height:100%;width:100%}.property-thumbnail .gatsby-image-wrapper{width:100%}@media (min-width: 900px){.property-thumbnail .gatsby-image-wrapper{aspect-ratio:1440/880!important}}.property-thumbnail .path-left,.property-thumbnail .path-right,.property-thumbnail .path-center{background-color:transparent;content:"";height:100%;overflow:hidden;position:absolute;top:0;transform:translate(0);white-space:nowrap;width:25%;z-index:0;display:none;cursor:pointer}@media (min-width: 900px){.property-thumbnail .path-left,.property-thumbnail .path-right,.property-thumbnail .path-center{display:block}}.property-thumbnail .path-left{left:0}.property-thumbnail .path-right{right:0}.property-thumbnail .path-center{left:25%;width:50%;cursor:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='44'%20height='44'%20viewBox='0%200%2044%2044'%20fill='none'%3e%3ccircle%20cx='22'%20cy='22'%20r='22'%20fill='%23E7E6DC'/%3e%3cpath%20d='M36%2022H8M22%208V36'%20stroke='black'%20stroke-width='0.899954'%20stroke-linecap='square'/%3e%3c/svg%3e") 30 30,auto}.property-header{padding:0 20px;margin:0 0 30px}@media (min-width: 900px){.property-header{margin:0 0 90px;padding:0}}.property-header__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.property-header__inner{padding:0 48px}}.property-header__address{border-bottom:1px solid #333;display:flex;justify-content:center;max-width:510px;margin:0 auto;padding:0 0 10px}@media (min-width: 900px){.property-header__address{padding:0 0 14px}}.property-header__address h1,.property-header__address h2,.property-header__address h3{font-size:12px;line-height:20px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;font-family:Acumin Pro,sans-serif;margin:0;display:flex;gap:3px}@media (min-width: 900px){.property-header__address h1,.property-header__address h2,.property-header__address h3{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px}}.property-header__address h1 p,.property-header__address h2 p,.property-header__address h3 p{margin:0;font-size:14px;line-height:22px;font-weight:300;letter-spacing:1px}@media (max-width: 901px){.property-header__address h1 p,.property-header__address h2 p,.property-header__address h3 p{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}}.property-header__floorplan{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;color:#000;font-weight:500;margin-top:18px}@media (min-width: 900px){.property-header__floorplan{gap:30px}}.property-header__floorplan button,.property-header__floorplan a{display:block;text-align:center;padding:0;background:none;border:none;cursor:pointer;font-size:12px;line-height:20px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;font-family:Acumin Pro,sans-serif;width:100%}@media (min-width: 900px){.property-header__floorplan button,.property-header__floorplan a{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;width:auto}}.property-header__floorplan a{text-decoration:none}.property-header__floorplan--ire{border-top:1px solid #000000;max-width:510px;padding:18px 0 0;margin:15px auto}.property-header__heading{text-align:center;margin:40px 0 30px}@media (min-width: 900px){.property-header__heading{margin:64px 0 0}}.property-header__heading h3{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px}@media (min-width: 900px){.property-header__heading h3{font-size:48px;line-height:58px;font-weight:500;letter-spacing:.2px;max-width:970px;margin:0 auto}}.property-header__stats{border-bottom:1px solid #333;display:flex;justify-content:center;max-width:510px;margin:0 auto;padding:10px 0}@media (min-width: 900px){.property-header__stats{padding:20px 0 14px}}.property-header__stats ul{margin:0;display:flex;gap:22px}.property-header__stats ul li{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px;list-style-type:none;text-transform:uppercase;margin:0;display:flex;gap:7px}@media (min-width: 900px){.property-header__stats ul li{font-size:14px;line-height:22px;font-weight:300;letter-spacing:1px}}.property-header__auction{border-bottom:1px solid #333;display:flex;justify-content:center;max-width:510px;margin:0 auto;padding:10px 0;cursor:url("data:image/svg+xml,%3csvg%20width='148'%20height='30'%20viewBox='0%200%20148%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='148'%20height='30'%20fill='%236A7E8B'/%3e%3cpath%20d='M16.0078%2016.612H12.7318L11.8918%2019H10.6558L13.5958%2010.66H15.1318L18.2038%2019H16.8838L16.0078%2016.612ZM13.0438%2015.556H15.7078C14.9518%2013.456%2014.5198%2012.292%2014.3398%2011.644H14.3278C14.1238%2012.364%2013.6438%2013.756%2013.0438%2015.556ZM20.6652%2019V10.66H23.7012C26.0652%2010.66%2027.6492%2012.268%2027.6492%2014.74C27.6492%2017.2%2026.1012%2019%2023.6532%2019H20.6652ZM21.9012%2011.704V17.968H23.5692C25.4652%2017.968%2026.3532%2016.6%2026.3532%2014.764C26.3532%2013.168%2025.5372%2011.704%2023.5812%2011.704H21.9012ZM30.5487%2019V10.66H33.5847C35.9487%2010.66%2037.5327%2012.268%2037.5327%2014.74C37.5327%2017.2%2035.9847%2019%2033.5367%2019H30.5487ZM31.7847%2011.704V17.968H33.4527C35.3487%2017.968%2036.2367%2016.6%2036.2367%2014.764C36.2367%2013.168%2035.4207%2011.704%2033.4647%2011.704H31.7847ZM46.3241%2019V11.716H43.6601V10.66H50.2361V11.716H47.5721V19H46.3241ZM55.8751%2010.54C58.2391%2010.54%2059.7271%2012.292%2059.7271%2014.788C59.7271%2017.092%2058.4191%2019.12%2055.7791%2019.12C53.2951%2019.12%2051.9271%2017.224%2051.9271%2014.836C51.9271%2012.436%2053.3431%2010.54%2055.8751%2010.54ZM55.8271%2011.584C54.0151%2011.584%2053.2231%2013.048%2053.2231%2014.8C53.2231%2016.564%2054.0991%2018.076%2055.8271%2018.076C57.6991%2018.076%2058.4311%2016.528%2058.4311%2014.812C58.4311%2013.048%2057.6031%2011.584%2055.8271%2011.584ZM72.2897%2016.6H73.5257C73.1657%2018.04%2072.0857%2019.108%2070.1657%2019.108C67.6457%2019.108%2066.3857%2017.224%2066.3857%2014.86C66.3857%2012.592%2067.6457%2010.54%2070.2137%2010.54C72.2297%2010.54%2073.2977%2011.704%2073.5257%2013.096H72.2897C72.0137%2012.232%2071.4497%2011.56%2070.1657%2011.56C68.3897%2011.56%2067.6817%2013.168%2067.6817%2014.824C67.6817%2016.42%2068.3537%2018.088%2070.2137%2018.088C71.4737%2018.088%2072.0017%2017.344%2072.2897%2016.6ZM80.768%2016.612H77.492L76.652%2019H75.416L78.356%2010.66H79.892L82.964%2019H81.644L80.768%2016.612ZM77.804%2015.556H80.468C79.712%2013.456%2079.28%2012.292%2079.1%2011.644H79.088C78.884%2012.364%2078.404%2013.756%2077.804%2015.556ZM85.4253%2019V10.66H86.6613V17.956H90.9693L90.8013%2019H85.4253ZM98.6799%2014.116V15.16H94.5639V17.956H99.0879L98.9319%2019H93.3519V10.66H98.8719V11.716H94.5639V14.116H98.6799ZM102.923%2019H101.759V10.66H103.367C104.531%2012.604%20107.003%2016.6%20107.459%2017.5H107.471C107.387%2016.468%20107.399%2015.136%20107.399%2013.768V10.66H108.551V19H107.039C105.971%2017.224%20103.379%2012.88%20102.875%2011.932H102.851C102.911%2012.844%20102.923%2014.308%20102.923%2015.82V19ZM111.971%2019V10.66H115.007C117.371%2010.66%20118.955%2012.268%20118.955%2014.74C118.955%2017.2%20117.407%2019%20114.959%2019H111.971ZM113.207%2011.704V17.968H114.875C116.771%2017.968%20117.659%2016.6%20117.659%2014.764C117.659%2013.168%20116.843%2011.704%20114.887%2011.704H113.207ZM126.225%2016.612H122.949L122.109%2019H120.873L123.813%2010.66H125.349L128.421%2019H127.101L126.225%2016.612ZM123.261%2015.556H125.925C125.169%2013.456%20124.737%2012.292%20124.557%2011.644H124.545C124.341%2012.364%20123.861%2013.756%20123.261%2015.556ZM133.702%2015.388H132.106V19H130.882V10.66H134.218C135.946%2010.66%20136.87%2011.608%20136.87%2012.904C136.87%2013.996%20136.246%2014.644%20135.49%2014.872C136.114%2015.04%20136.714%2015.544%20136.714%2016.996V17.356C136.714%2017.932%20136.702%2018.64%20136.834%2019H135.634C135.49%2018.64%20135.49%2017.992%20135.49%2017.188V17.032C135.49%2015.892%20135.178%2015.388%20133.702%2015.388ZM132.106%2011.692V14.368H133.858C135.082%2014.368%20135.598%2013.912%20135.598%2013.012C135.598%2012.172%20135.046%2011.692%20133.966%2011.692H132.106Z'%20fill='white'/%3e%3c/svg%3e") 148 30,auto}@media (min-width: 900px){.property-header__auction{padding:20px 0 14px}}.property-header__auction .title{text-transform:uppercase;margin:0 7px 0 0;font-size:12px;line-height:20px;font-weight:600;letter-spacing:1.2px}@media (min-width: 900px){.property-header__auction .title{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px}}.property-header__auction .atc-item{text-decoration:none;text-transform:uppercase}.property-header__auction .atc-item p{margin:0 0 0 7px}.property-header__auction .atc-item span{display:flex;font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}@media (min-width: 900px){.property-header__auction .atc-item span{font-size:14px;line-height:22px;font-weight:300;letter-spacing:1px}}.property-header__auction .atc-item span p{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}@media (min-width: 900px){.property-header__auction .atc-item span p{font-size:14px;line-height:22px;font-weight:300;letter-spacing:1px}}.property-header__button{margin-bottom:28px}@media (min-width: 900px){.property-header__button{width:24%;margin-bottom:0}}.property-header__button ul{margin:0}.property-header__button ul li{list-style-type:none;margin:0;display:flex;gap:24px;font-size:18px;line-height:26px;font-weight:400;letter-spacing:.2px}@media (min-width: 900px){.property-header__button ul li{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px}}.property-header__button ul li span{min-width:80px;font-size:18px;line-height:26px;font-weight:400;letter-spacing:.2px}@media (min-width: 900px){.property-header__button ul li span{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px}}.property-header__buttons{display:flex;gap:10px}.property-header__price{width:46%}@media (min-width: 900px){.property-header__price{min-width:310px;width:auto}}.property-header__price h4,.property-header__price p{margin:0}.property-header__price h4{font-size:18px;line-height:26px;font-weight:500;letter-spacing:.2px;font-family:Acumin Pro,sans-serif}@media (min-width: 900px){.property-header__price h4{font-size:15px;line-height:23px;font-weight:500;letter-spacing:.2px}}.property-header__price p{font-size:18px;line-height:26px;font-weight:400;letter-spacing:.2px}@media (min-width: 900px){.property-header__price p{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px}}.property-content{margin:0 0 100px}.property-content__inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column-reverse}@media (min-width: 900px){.property-content__inner{padding:0 48px}}@media (min-width: 900px){.property-content__inner{flex-direction:row;justify-content:space-between}}.property-content__description{text-align:center}@media (min-width: 900px){.property-content__description{flex:1 1 52%;padding:0 115px 0 0}}.property-content__description p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px}.property-content__description p:last-of-type{margin:0}.property-content__description ul{margin-left:0}.property-content__description ul li{list-style-position:inside;font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px}.property-content__image{margin:0 0 60px}@media (min-width: 900px){.property-content__image{flex:1 1 48%;margin:0}}.property-content__image .gatsby-image-wrapper{aspect-ratio:353/374!important}@media (min-width: 900px){.property-content__image .gatsby-image-wrapper{aspect-ratio:540/505!important}}.property-agents{margin:0 0 100px}.property-agents__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.property-agents__inner{padding:0 48px}}@media (min-width: 900px){.property-agents__inner{display:flex;align-items:center;justify-content:space-between}}.property-agents__items{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;margin:0 0 60px}@media (min-width: 900px){.property-agents__items{margin:0;gap:22px;flex:1 1 52%;padding:0 115px 0 0}}.property-agents__items .card--agent{width:calc(50% - 12px)}@media (min-width: 900px){.property-agents__items .card--agent{width:calc(50% - 11px)}}.property-agents__items .card--agent .card__image{margin:0 0 20px}.property-agents__items .card--agent .card__image .gatsby-image-wrapper{aspect-ratio:220/274!important}.property-agents__items .card--agent .card__title h4{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;font-family:Acumin Pro,sans-serif;text-transform:uppercase;margin:0 0 2px}.property-agents__items .card--agent .card__title p{font-size:14px;line-height:22px;font-weight:300;letter-spacing:1px;border:none;max-width:220px;margin:0 auto;padding:0}.property-agents__items .card--agent .card__arrow{display:none}@media (min-width: 900px){.property-agents__inspections{flex:1 1 48%}}@media (min-width: 900px){.property-agents__inspections-row{max-width:480px;margin:0 auto}}.property-agents__inspections-row h3{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;font-family:Acumin Pro,sans-serif;text-align:center;text-transform:uppercase;padding:0 0 16px;margin:0;border-bottom:1px solid #333}.property-agents__inspections-row .atc-item{text-decoration:none;text-transform:uppercase;padding:20px 0 14px;border-bottom:1px solid #333;display:block}.property-agents__inspections-row .atc-item .title{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin:0 0 8px;display:block}@media (min-width: 900px){.property-agents__inspections-row .atc-item .title{margin:0 28px 0 0}}.property-agents__inspections-row .atc-item a{text-decoration:none}.property-agents__inspections-row .atc-item h4{font-size:14px;line-height:22px;font-weight:300;letter-spacing:1px;text-transform:uppercase;font-family:Acumin Pro,sans-serif;display:flex;gap:3px;margin:0}.property-agents__inspections-row .atc-item h4 p{font-weight:300;margin:0}@media (max-width: 901px){.property-agents__inspections-row .atc-item h4 p{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}}.property-agents__inspections-row .atc-item p{margin:0 0 0 7px}.property-agents__inspections-row .atc-item span{display:flex;justify-content:center;font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}@media (min-width: 900px){.property-agents__inspections-row .atc-item span{font-size:14px;line-height:22px;font-weight:300;letter-spacing:1px}}.property-agents__inspections-row .atc-item span p{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}@media (min-width: 900px){.property-agents__inspections-row .atc-item span p{font-size:14px;line-height:22px;font-weight:300;letter-spacing:1px}}.property-agents__sold{max-width:450px;margin:0 auto;text-align:center;padding:0 20px}@media (min-width: 900px){.property-agents__sold{padding:0}}.property-agents__sold h3,.property-agents__sold h4{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;margin:0;font-family:Acumin Pro,sans-serif;text-transform:uppercase}.property-agents__sold h4{font-weight:300;margin:0 0 20px}@media (min-width: 900px){.property-agents__sold h4{margin:0 0 27px}}.property-agents__sold p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px;border-top:1px solid #333;border-bottom:1px solid #333;padding:20px 0;margin:0 0 20px}@media (min-width: 900px){.property-agents__sold p{margin:0 0 27px;padding:27px 60px}}.property-agents__sold button{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;cursor:pointer;text-transform:uppercase;color:#000;padding:0;background-color:transparent;border:none}.property-agents__sold button svg{margin:-5px 0 0 10px}.property-agents__sold button svg path{stroke:#000}.property-enquire{margin:0 0 115px}@media (min-width: 900px){.property-enquire{margin:0 0 180px}}.property-enquire__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.property-enquire__inner{padding:0 48px}}@media (min-width: 900px){.property-enquire__inner{display:flex;position:relative;padding-top:28px}}.property-enquire__inner hr{display:block;position:absolute;border:none;height:1px;top:0;left:48px;width:calc(100% - 96px);background:#b3b3b3}.property-enquire__title{display:none;margin:0 0 46px}@media (min-width: 900px){.property-enquire__title{width:24%;display:block;margin:0}}.property-enquire__title h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;letter-spacing:-.4px;line-height:41px;margin:0 0 28px;display:block}@media (min-width: 900px){.property-enquire__title h2{display:none}}.property-enquire__title h3{font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;font-family:Acumin Pro,sans-serif;margin:0 0 16px}@media (min-width: 900px){.property-enquire__title h3{margin:0 0 62px}}.property-enquire__title h3 span{font-weight:500}.property-enquire__title p{margin:0}@media (min-width: 900px){.property-enquire__title p{max-width:238px}}.property-enquire__wrapper{display:flex;flex-direction:column}@media (min-width: 900px){.property-enquire__wrapper{flex-direction:row;width:76%;gap:4%;flex-wrap:wrap}}.property-enquire__wrapper .property-enquire__title{display:block}@media (min-width: 900px){.property-enquire__wrapper .property-enquire__title{display:none}}.property-enquire__form{order:1}@media (min-width: 900px){.property-enquire__form{width:55%;order:unset}}.property-enquire__map .map{width:100%;height:410px}@media (min-width: 900px){.property-enquire__map .map{height:37vw}}.property-enquire__map .map__wrapper,.property-enquire__map .map__element{height:100%}.property-gallery{margin:0 0 100px}@media (min-width: 900px){.property-gallery{margin:0 0 120px}}.property-gallery__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.property-gallery__inner{padding:0 48px}}@media (min-width: 900px){.property-gallery__video{margin:0 0 50px}}.property-gallery__video .atl-asset{min-height:650px}.property-gallery__video .atl-asset img{height:100%}.property-gallery__video .atl-asset .play{opacity:1}.property-gallery__image{cursor:pointer}.property-gallery__image .gatsby-image-wrapper{width:100%;aspect-ratio:340/210!important}@media (min-width: 900px){.property-gallery__image .gatsby-image-wrapper{aspect-ratio:1108/643!important}}@media (min-width: 900px){.property-enquire__inner{display:flex;justify-content:space-between}}.property-enquire__map{margin:0 0 60px}@media (min-width: 900px){.property-enquire__map{margin:0;flex:1 1 52%;padding:0 115px 0 0}}@media (min-width: 900px){.property-enquire__form{flex:1 1 48%}}.property-enquire__form h2{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;text-align:center;margin:0 0 30px}@media (min-width: 900px){.property-enquire__form h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;margin:0 0 36px}}.property-enquire__form .property-header__stats{border:none;margin:0 auto 36px}.property-enquire__form .property-header__address{margin:0 20px}@media (min-width: 900px){.property-enquire__form .property-header__address{margin:0 auto}}.property-enquire__form .form__submit{margin:10px 0 0}.property-sticky{position:fixed;bottom:0;width:100%;background-color:#e7e6dc;padding:22px 48px;z-index:1;display:none;border-top:1px solid #4f5d66}.property-sticky--journal{background:#f5f5f6;border-top:1px solid #d4d4d4}.property-sticky--journal button svg{transform:rotate(-90deg)}.property-sticky--journal a,.property-sticky--journal button{width:115px}@media (min-width: 900px){.property-sticky{display:block}}@media (min-width: 900px){.property-sticky__inner{display:flex;justify-content:space-between;align-items:center}}.property-sticky__inner .center{display:flex;gap:40px;justify-content:center}.property-sticky h2{font-size:12px;line-height:20px;font-weight:600;letter-spacing:1.2px;font-family:Acumin Pro,sans-serif;margin:0;text-transform:uppercase}.property-sticky .property-header__address h1{font-size:12px;line-height:20px;font-weight:600;letter-spacing:1.2px}.property-sticky .property-header__address p,.property-sticky .property-header__stats ul li,.property-sticky .property-header__stats ul li span{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}.property-sticky .btn{font-size:12px;line-height:20px;font-weight:600;letter-spacing:1.2px}.property-sticky .property-header__stats,.property-sticky .property-header__address{border:none;padding:0}.property-sticky>svg,.property-sticky button{min-width:95px}.property-sticky button{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;cursor:pointer;text-transform:uppercase;color:#000;padding:0;background-color:transparent;border:none;display:flex;align-items:center;justify-content:flex-end}.property-sticky button svg{margin:-5px 0 0 10px}.property-sticky button svg path{stroke:#000}.property-thumbnail__mobile-plus{position:absolute;bottom:15px;right:11px;z-index:2;width:36px;height:36px;background:#e7e6dc;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.property-thumbnail__mobile-plus svg{display:block;width:15px;height:16px;margin:0}.property-thumbnail__mobile-plus svg path{stroke:#000}@media (min-width: 900px){.property-thumbnail__mobile-plus{display:none}}.property-thumbnail__tag{position:absolute;top:0;z-index:2;left:20px}@media (min-width: 900px){.property-thumbnail__tag{left:50px}}.property-thumbnail__tag svg{height:180px}@media (min-width: 900px){.property-thumbnail__tag svg{height:auto}}.property-template .header{visibility:hidden;opacity:0;transform:translateY(-100%)}.property-template .header--fold{transform:translateY(0)}.property-template .header--scrolled{opacity:1;visibility:visible;background:#e7e6dc}.property-template--sold,.property-template--leased,.property-template--sold .header--scrolled,.property-template--leased .header--scrolled,.property-template--sold .off-canvas,.property-template--sold .off-canvas__sub,.property-template--sold .footer,.property-template--leased .off-canvas,.property-template--leased .off-canvas__sub,.property-template--leased .footer,.property-template--sold .property-sticky,.property-template--leased .property-sticky{background:#6d818f}.property-template .latest-listing{margin:0 0 90px}@media (min-width: 900px){.property-template .latest-listing{margin:0 0 170px}}.property-template--commercial,.property-template--commercial .header--scrolled,.property-template--commercial .off-canvas,.property-template--commercial .off-canvas__sub,.property-template--commercial .footer,.property-template--commercial .property-sticky{background:#949485}.pswp{--pswp-bg-color: #e7e6dc;z-index:99!important}.pswp__bg{background-color:#e7e6dc!important;opacity:1!important}.pswp-floorplan img{object-fit:contain}.pswp__img{object-fit:contain;background-color:#e7e6dc!important}@media (min-width: 900px){.pswp__img{padding:50px 0 100px}}.pswp__button--zoom{display:block!important}.pswp__button--zoom svg path{fill:transparent}@media (min-width: 900px){.pswp__button--zoom{display:none!important}}.pswp__button--arrow--prev{left:0!important}@media (min-width: 900px){.pswp__button--arrow--prev{left:40px!important}}.pswp__button--arrow--next{right:0!important}@media (min-width: 900px){.pswp__button--arrow--next{right:40px!important}}.project-template main{padding-top:48px}@media (min-width: 900px){.project-template main{padding-top:70px}}.project-header{margin:0 0 40px}@media (min-width: 900px){.project-header{margin:0 0 60px}}.project-header__inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-wrap:wrap;gap:2%;flex-direction:column-reverse}@media (min-width: 900px){.project-header__inner{padding:0 48px}}@media (min-width: 900px){.project-header__inner{flex-direction:row}}.project-header__address{width:100%}.project-header__address strong{font-weight:500}@media (min-width: 900px){.project-header__address{width:24%}}.project-header__stats{display:flex;align-items:end;justify-content:space-between;max-width:670px;margin:0 0 20px;gap:79px}@media (min-width: 900px){.project-header__stats{width:64%;margin:0;gap:0}}.project-header__stats ul{margin:0}.project-header__stats ul li{list-style-type:none;margin:0;display:flex;gap:24px;font-size:18px;line-height:26px;font-weight:400;letter-spacing:.2px}@media (min-width: 900px){.project-header__stats ul li{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px}}.project-header__stats ul li span{min-width:80px;font-size:18px;line-height:26px;font-weight:400;letter-spacing:.2px}@media (min-width: 900px){.project-header__stats ul li span{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px}}.project-header__title{margin-top:24px}@media (min-width: 900px){.project-header__title{margin-top:0}}.project-header__title h1{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px}@media (min-width: 900px){.project-header__title h1{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px}}.project-internal{margin:0 0 40px}@media (min-width: 900px){.project-internal{margin:0 0 84px}}.project-internal__inner{max-width:1440px;margin:0 auto;padding:0 20px;overflow:hidden}@media (min-width: 900px){.project-internal__inner{padding:0 48px}}.project-internal__nav{border-top:1px solid #bfb9b4;padding:20px 0;display:flex;flex-wrap:wrap;justify-content:space-between;gap:2%}.project-internal__prev{width:24%;display:flex;align-items:center;gap:14px;cursor:pointer}.project-internal__prev svg stroke{transition:all ease .3s}@media (min-width: 900px){.project-internal__prev:hover svg path{stroke:#ff6817}}.project-internal__title{width:48%;display:none}@media (min-width: 900px){.project-internal__title{display:block}}.project-internal__next{width:24%;display:flex;justify-content:flex-end;align-items:center;gap:14px;cursor:pointer}.project-internal__next svg stroke{transition:all ease .3s}@media (min-width: 900px){.project-internal__next:hover svg path{stroke:#ff6817}}.project-internal__slider{margin:0 -21px}.project-internal__slider .slick-slider .slick-track,.project-internal__slider .slick-slider .slick-list{transform:translateZ(0);transition-delay:10ms}.project-internal__slider .slick-slide div{padding:0 21px}.project-internal__slider .slick-slide div .project-internal__item{padding:0}.project-internal__slider .slick-slide div .gatsby-image-wrapper{width:100%}.project-heading{margin:0 0 40px}@media (min-width: 900px){.project-heading{margin:0 0 60px}}.project-heading__inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-wrap:wrap;gap:2%}@media (min-width: 900px){.project-heading__inner{padding:0 48px}}@media (min-width: 900px){.project-heading__title{padding-left:26%}}.project-heading__title h3{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0}@media (min-width: 900px){.project-heading__title h3{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px}}.project-content{margin-bottom:60px}@media (min-width: 900px){.project-content{margin-bottom:100px}}.project-content__inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-wrap:wrap;gap:2%}@media (min-width: 900px){.project-content__inner{padding:0 48px}}.project-content__enquire{width:100%;display:none}@media (min-width: 900px){.project-content__enquire{width:24%;display:block}}.project-content__content{width:100%}@media (min-width: 900px){.project-content__content{width:36%;padding-right:2%}}.project-content__content ul{margin-left:12px}.project-content__content ul li{margin-bottom:2px}.project-content__details{width:100%}@media (min-width: 900px){.project-content__details{width:36%;padding-left:2%;display:flex;flex-direction:column;justify-content:space-between}}.project-content__stats{margin-top:30px}@media (min-width: 900px){.project-content__stats{margin-top:0}}.project-content__stat{margin-bottom:40px}.project-content__stat h4{font-family:Acumin Pro,sans-serif;font-size:18px;line-height:26px;font-weight:400;letter-spacing:.2px;letter-spacing:1px;text-transform:uppercase;margin:0 0 10px}@media (min-width: 900px){.project-content__stat h4{font-size:18px;line-height:26px;font-weight:400;letter-spacing:.2px}}.project-content__stat p{font-family:Romie,serif;font-size:14px;line-height:22px;font-weight:500;letter-spacing:1px;margin:0}.project-content__team{margin:0 0 28px;padding:0}.project-content__team li{display:flex;font-size:18px;line-height:26px;font-weight:400;letter-spacing:.2px;letter-spacing:1px;text-transform:uppercase;padding:7px 0;border-bottom:1px solid #bfb9b4;margin:0}@media (min-width: 900px){.project-content__team li{font-size:18px;line-height:26px;font-weight:400;letter-spacing:.2px}}.project-content__team li span:first-of-type{width:130px}.basic-page{padding:100px 0 60px;background-color:#e7e6dc;position:relative}@media (min-width: 900px){.basic-page{padding:140px 0 100px}}.basic-page__inner{max-width:1440px;margin:0 auto;padding:0 20px;max-width:1180px}@media (min-width: 900px){.basic-page__inner{padding:0 48px}}.basic-page h1,.basic-page h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;margin:0 0 40px;text-align:center}@media (min-width: 900px){.basic-page h1,.basic-page h2{margin:0 0 48px;font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px}}.basic-page p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px;margin:0 0 20px}@media (min-width: 900px){.basic-page p{margin:0 0 28px}}.page-header-index{margin:0 0 70px}@media (min-width: 900px){.page-header-index{margin:0 0 100px}}.page-header-index__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.page-header-index__inner{padding:0 48px}}.page-header-index__inner h2{margin:0 0 14px}@media (min-width: 900px){.page-header-index__inner h2{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px;margin:0 0 26px 26%}}@media (min-width: 900px){.page-header-index__button{width:24%}}.page-header-index__button a{justify-content:space-between}@media (min-width: 900px){.page-header-index__button a{min-width:190px}}.page-header-index__title{display:flex;flex-direction:column-reverse;margin:0 0 28px}@media (min-width: 900px){.page-header-index__title{flex-direction:row;gap:2%;margin:0 0 84px}}.page-header-index__title h3{margin:0 0 28px;font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px}@media (min-width: 900px){.page-header-index__title h3{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;width:58%;margin:0}}.page-header-index__links{display:flex;flex-direction:column-reverse}@media (min-width: 900px){.page-header-index__links{flex-direction:row;gap:2%}}.page-header-index__links ul{margin:0}@media (min-width: 900px){.page-header-index__links ul{width:24%}}.page-header-index__links ul li{list-style-type:none;margin:0 0 8px}.page-header-index__links ul li a{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;text-decoration:none;transition:all ease .3s}@media (min-width: 900px){.page-header-index__links ul li a:hover{color:#ff6817}}.page-header-index__links ul li a span{margin:0 8px 0 0}.page-header-index__image{margin:0 0 28px}@media (min-width: 900px){.page-header-index__image{width:74%;margin:0}}.page-header-index__image .gatsby-image-wrapper{aspect-ratio:362/245!important}@media (min-width: 900px){.page-header-index__image .gatsby-image-wrapper{aspect-ratio:1025/602!important}}.column-card{margin:0 0 70px}@media (min-width: 900px){.column-card{margin:0 0 100px}}.column-card__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.column-card__inner{padding:0 48px}}.column-card__items{display:grid;grid-gap:40px 24px;grid-template-columns:repeat(2,1fr)}@media (min-width: 900px){.column-card__items{grid-gap:56px 48px;grid-template-columns:repeat(4,1fr)}}.column-card__item{text-decoration:none}@media (min-width: 900px){.column-card__item:hover .gatsby-image-wrapper img{transform:scale(1.1)}}.column-card__item .gatsby-image-wrapper{margin:0 0 14px}@media (min-width: 900px){.column-card__item .gatsby-image-wrapper{aspect-ratio:310/380!important;margin:0 0 28px}}.column-card__item .gatsby-image-wrapper img{transition:all ease-in-out .6s!important}.column-card__item h3{font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;margin:0 0 14px}@media (min-width: 900px){.column-card__item h3{font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;margin:0 0 12px}}.column-card__item p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px}.column-card__item p:last-of-type{margin:0}.title-column-content{margin:0 0 70px}@media (min-width: 900px){.title-column-content{margin:0 0 100px}}.title-column-content__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.title-column-content__inner{padding:0 48px}}.title-column-content__heading{padding:28px 0 0;border-top:1px solid #bfb9b4}@media (min-width: 900px){.title-column-content__heading{display:flex;gap:2%;margin:0 0 56px}}.title-column-content__heading h3{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;display:none;margin:0;font-family:Acumin Pro,sans-serif}@media (min-width: 900px){.title-column-content__heading h3{width:24%;display:block}}@media (min-width: 900px){.title-column-content__title{width:67%}}.title-column-content__title h2{font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;display:flex;align-items:end;margin:0 0 28px}@media (min-width: 900px){.title-column-content__title h2{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px}}.title-column-content__title h2 span{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;font-family:Acumin Pro,sans-serif;margin:0 34px 0 0}@media (min-width: 900px){.title-column-content__title h2 span{display:none}}@media (min-width: 900px){.title-column-content__content{gap:48px;display:flex}}.title-column-content__content>div{flex:1}@media (max-width: 901px){.title-column-content__content>div:first-of-type{margin-bottom:24px}}.title-column-content__content>div p:last-of-type{margin:0}.title-column-content__image{margin:40px 0 0}@media (min-width: 900px){.title-column-content__image{margin:0}}.title-column-content__image .gatsby-image-wrapper{aspect-ratio:363/245!important}@media (min-width: 900px){.title-column-content__image .gatsby-image-wrapper{aspect-ratio:1385/548!important}}@media (min-width: 900px){.title-column-content__image--fullWidth{max-width:906px;margin:0 0 0 26%}}@media (min-width: 900px){.title-column-content__image--fullWidth .gatsby-image-wrapper{aspect-ratio:906/462!important}}.form-selector{margin:0 0 110px}@media (min-width: 900px){.form-selector{margin:0 0 170px}}.form-selector__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.form-selector__inner{padding:0 48px}}.form-selector__inner h2{margin:0 0 20px;font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px}@media (min-width: 900px){.form-selector__inner h2{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px;margin:0 0 26px 26%}}@media (min-width: 900px){.form-selector__wrapper{display:flex;gap:2%}}.form-selector__subcontent{margin:0 0 40px}@media (min-width: 900px){.form-selector__subcontent{width:24%;margin:0}}.form-selector__subcontent p{font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;font-family:Romie,serif}@media (min-width: 900px){.form-selector__subcontent p{max-width:155px}}.form-selector__subcontent p a{text-decoration:none;font-family:Romie,serif;transition:all ease .3s}@media (min-width: 900px){.form-selector__subcontent p a:hover{color:#ff6817}}.form-selector__content{margin:0 0 56px}.form-selector__content h3{margin:0;font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px}@media (min-width: 900px){.form-selector__content h3{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px}}@media (min-width: 900px){.form-selector__form{width:58%}}.page-header{margin:0 0 70px}@media (min-width: 900px){.page-header{margin:0 0 100px}}.page-header__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.page-header__inner{padding:0 48px}}.page-header__title{margin:0 0 40px}@media (min-width: 900px){.page-header__title{display:flex;gap:2%;margin:0 0 48px}}.page-header__title h1,.page-header__title h2{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;font-family:Acumin Pro,sans-serif}@media (min-width: 900px){.page-header__title h1,.page-header__title h2{width:24%}}@media (min-width: 900px){.page-header__content{width:58%}}.page-header__content p{font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;font-family:Romie,serif}.page-header__content p:last-of-type{margin:0}@media (min-width: 900px){.page-header__content p{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px}}.page-header__content--h1 p{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;font-family:Romie,serif}@media (min-width: 900px){.page-header__content--h1 p{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px}}.page-header__image{position:relative;aspect-ratio:1440/880!important}.page-header__image .gatsby-image-wrapper{aspect-ratio:1440/880!important;position:absolute;top:0;left:0;width:100%;height:100%}.office{padding:50px 0}@media (min-width: 900px){.office{padding:100px 0}}.office__inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-wrap:wrap;gap:55px}@media (min-width: 900px){.office__inner{padding:0 48px}}@media (min-width: 900px){.office__inner{justify-content:center;gap:55px;max-width:1208px;margin:0 auto}}.office__item{text-align:center}@media (min-width: 900px){.office__item{max-width:calc(33.333% - 38px)}}.office__item .gatsby-image-wrapper{margin:0 0 26px}@media (min-width: 900px){.office__item .gatsby-image-wrapper{aspect-ratio:353/432!important}}.office__item h2{text-transform:uppercase;font-family:Acumin Pro,sans-serif;margin:0 0 16px;font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px}@media (min-width: 900px){.office__item h2{margin:0 0 20px}}.office__item h2.office__title--mobile{display:block}@media (min-width: 900px){.office__item h2.office__title--mobile{display:none}}.office__item h2.office__title--desktop{display:none}@media (min-width: 900px){.office__item h2.office__title--desktop{display:block}}.office__item p,.office__item a{text-transform:uppercase;border-bottom:1px solid #333;padding:0 0 10px;margin:0 0 16px;font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}@media (min-width: 900px){.office__item p,.office__item a{padding:0 0 14px;margin:0 0 20px;font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px}}.office__item a{display:flex;font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px;text-decoration:none}.office__item a h5{font-family:Acumin Pro,sans-serif;margin:0 8px 0 0;font-size:12px;line-height:20px;font-weight:600;letter-spacing:1.2px}.office__item a:last-of-type{padding:0;margin:0;border-bottom:none}@media (min-width: 900px){.office__content{max-width:306px;margin:0 auto}}.office__content a{width:100%;display:flex;justify-content:center}.image-banner{margin:0;background:#e7e6dc}@media (min-width: 900px){.image-banner{margin:0}}@media (min-width: 900px){.image-banner{position:sticky;top:0}}.image-banner__wrapper{overflow:hidden;height:auto}.image-banner__inner{height:100%}.image-banner .gatsby-image-wrapper{aspect-ratio:1108/643!important;width:100%;height:100%}@media (min-width: 900px){.image-banner .gatsby-image-wrapper{aspect-ratio:1108/643!important}}.image-banner .gatsby-image-wrapper img{object-position:top!important}.image-banner--inset{padding:40px 0}@media (min-width: 900px){.image-banner--inset{padding:120px 0}}.image-banner--inset .image-banner__wrapper{height:unset}@media (min-width: 900px){.image-banner--inset .image-banner__wrapper{height:unset}}.image-banner--inset .image-banner__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.image-banner--inset .image-banner__inner{padding:0 48px}}.image-content{background-color:#e7e6dc;position:relative;padding:60px 0 100px}@media (min-width: 900px){.image-content{padding:100px 0 150px}}.image-content__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.image-content__inner{padding:0 48px}}@media (min-width: 900px){.image-content__inner{display:flex;align-items:center;justify-content:space-between}}.image-content__image{margin:0 0 60px}@media (min-width: 900px){.image-content__image{width:47%;margin:0}}.image-content__image .gatsby-image-wrapper{aspect-ratio:353/430!important}@media (min-width: 900px){.image-content__image .gatsby-image-wrapper{aspect-ratio:530/646!important}}.image-content__content{text-align:center}@media (min-width: 900px){.image-content__content{width:41%}}.image-content__content p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px}.image-content__content p:last-of-type{margin-bottom:0}.image-content__content a{text-transform:uppercase;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;gap:12px;text-decoration:none;margin:44px 0 0}@media (min-width: 900px){.image-content__content a{margin:60px 0 0}}.image-content__content a svg{height:10px}@media (min-width: 900px){.image-content--reverse .image-content__inner{flex-direction:row-reverse}}.page-title{margin:0;padding:120px 0 40px;background-color:#e7e6dc;position:relative}@media (min-width: 900px){.page-title{margin:0;padding:210px 0 50px}}.page-title__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.page-title__inner{padding:0 48px}}.page-title h1{text-align:center;max-width:1200px;margin:0 auto;font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px}@media (min-width: 900px){.page-title h1{font-size:48px;line-height:58px;font-weight:500;letter-spacing:.2px}}.process{position:relative;background-color:#e7e6dc;padding:0 0 100px}@media (min-width: 900px){.process{padding:0 0 160px}}.process__title{text-align:center;margin:0 auto 110px;padding:0 20px}@media (min-width: 900px){.process__title{padding:0;max-width:462px;margin:0 auto 144px}}.process__title h2{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 30px}@media (min-width: 900px){.process__title h2{font-size:38px;line-height:48px;font-weight:500;letter-spacing:.2px;margin:0 0 20px}}.process__title p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px}.process__items-wrapper{padding:0 20px}@media (min-width: 900px){.process__items-wrapper{padding:0}}.process__items{overflow:visible!important}.process__item{text-align:center}.process__item span{display:block;margin:0 0 28px;font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px}.process__item .gatsby-image-wrapper{margin:0 0 30px;aspect-ratio:353/353!important}@media (min-width: 900px){.process__item .gatsby-image-wrapper{aspect-ratio:366/366!important;margin:0 0 28px}}@media (min-width: 900px){.process__item p{opacity:0;transition:opacity .3s}}@media (min-width: 900px){.process__item:hover p{opacity:1}}.key-cta{padding:100px 0 80px;position:relative;background-color:#e7e6dc}@media (min-width: 900px){.key-cta{padding:120px 0 100px}}.key-cta__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.key-cta__inner{padding:0 48px}}.key-cta__items{gap:23px;grid-template-columns:repeat(2,1fr);display:grid}@media (min-width: 900px){.key-cta__items{gap:55px;max-width:787px;margin:0 auto}}.key-cta__item{text-decoration:none;text-align:center}.key-cta__item:hover .gatsby-image-wrapper img{transform:scale(1.1)}.key-cta__item:hover .key-cta__arrow:before{left:-110%}.key-cta__item:hover .key-cta__arrow svg{margin:0 0 0 -5px}.key-cta__item .gatsby-image-wrapper{width:100%;margin:0 0 12px;aspect-ratio:165/202!important}@media (min-width: 900px){.key-cta__item .gatsby-image-wrapper{aspect-ratio:366/447!important;margin:0 0 28px}}.key-cta__item .gatsby-image-wrapper img{transition:all ease-in-out .6s!important}.key-cta__item h2{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;font-size:20px;line-height:26px;max-width:80%;margin:0 auto 16px}@media (min-width: 900px){.key-cta__item h2{max-width:100%;font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;margin:0 0 20px}}.key-cta__arrow{width:38.8px;height:20.82px;position:relative;margin:0 auto}.key-cta__arrow svg{margin:0 0 0 -15px;transition:all ease-in-out .3s}.key-cta__arrow:before{position:absolute;content:"";background-color:#e7e6dc;height:10px;width:100%;transform:translateY(-50%);top:50%;left:-30px;transition:all ease-in-out .3s}.image-content-banner{height:576px;position:relative;background-color:#e7e6dc}@media (min-width: 900px){.image-content-banner{height:100vh;min-height:75vw}}.image-content-banner__inner{height:100%}.image-content-banner__wrapper{position:relative}.image-content-banner__block{max-width:1440px;margin:0 auto;position:relative;height:100%;display:flex;align-items:center;flex-direction:column;justify-content:end;z-index:1;text-align:center;padding:0 20px 60px}@media (min-width: 900px){.image-content-banner__block{padding:0 48px}}@media (min-width: 900px){.image-content-banner__block{padding:0 0 80px}}.image-content-banner__block h2{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;text-align:center;color:#fff;margin:0 0 30px}@media (min-width: 900px){.image-content-banner__block h2{font-size:38px;line-height:48px;font-weight:500;letter-spacing:.2px;max-width:788px;margin:0 0 60px}}.image-content-banner__block p{color:#fff;max-width:545px;margin:0 auto;font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px}.image-content-banner__asset{height:100%;width:100%;position:absolute;overflow:hidden}.image-content-banner__asset .gatsby-image-wrapper{width:100%;height:115%;position:absolute!important;top:0;left:0;object-fit:cover}.image-content-banner__asset .gatsby-image-wrapper img{object-position:top}.testimonial-slider{height:576px;position:relative}@media (min-width: 900px){.testimonial-slider{height:100vh}}.testimonial-slider__inner{height:100%}.testimonial-slider__item{height:576px;position:relative}@media (min-width: 900px){.testimonial-slider__item{height:100vh}}.testimonial-slider__block{max-width:1440px;margin:0 auto;position:relative;height:100%;display:flex;align-items:center;flex-direction:column;justify-content:end;z-index:1;text-align:center;padding:0 20px 60px}@media (min-width: 900px){.testimonial-slider__block{padding:0 48px}}@media (min-width: 900px){.testimonial-slider__block{padding:0 0 80px}}.testimonial-slider__block h2{text-align:center;font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;color:#fff;margin:0 0 30px}@media (min-width: 900px){.testimonial-slider__block h2{max-width:878px;margin:0 0 60px;font-size:38px;line-height:48px;font-weight:500;letter-spacing:.2px}}.testimonial-slider__block h3,.testimonial-slider__block span{font-family:Acumin Pro,sans-serif;display:block;color:#fff;font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px;margin:0}.testimonial-slider__asset{height:100%;width:100%;position:absolute}.testimonial-slider__asset .gatsby-image-wrapper{width:100%;height:100%;position:absolute!important;top:0;left:0;object-fit:cover}.testimonial-slider__asset .gatsby-image-wrapper img{object-position:bottom}.testimonial-slider__navigator{position:absolute;align-items:center;display:flex;justify-content:space-between;bottom:67px;left:11px;right:11px}@media (min-width: 900px){.testimonial-slider__navigator{top:50%;transform:translateY(-50%);bottom:auto;left:44px;right:44px}}.testimonial-slider__navigator button{padding:0;border:none;background:none;cursor:pointer}@media (max-width: 901px){.testimonial-slider__navigator button{height:36px;width:36px}}.testimonial-slider__navigator button svg{height:100%;width:100%}.title-card{padding:100px 0;background-color:#e7e6dc;position:relative}@media (min-width: 900px){.title-card{padding:100px 0 150px}}.title-card__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.title-card__inner{padding:0 48px}}.title-card h2{text-align:center;margin:0 auto 44px;font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px}@media (min-width: 900px){.title-card h2{max-width:970px;font-size:38px;line-height:48px;font-weight:500;letter-spacing:.2px;margin:0 auto 90px}}@media (min-width: 900px){.title-card__items{display:grid;grid-template-columns:repeat(3,1fr);gap:55px}}.title-card__item{text-align:center}@media (min-width: 900px){.title-card__item{padding:40px 0 0}}.title-card__item--image{margin:0 0 44px;overflow:hidden}.title-card__item--image-inside{position:relative;overflow:hidden}.title-card__item--image-inside:before{content:"";padding-top:100%;display:block}.title-card__item--image-wrapper{position:absolute;top:0;left:0;height:100%;width:100%}.title-card__item:not(:last-of-type){margin:0 0 60px}@media (min-width: 900px){.title-card__item:not(:last-of-type){margin:0}}.title-card__item .gatsby-image-wrapper{aspect-ratio:1!important;overflow:visible}.title-card__item .gatsby-image-wrapper img{transform:scale(1.1);display:block}.title-card__item h3{margin:0 0 20px;font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px}.title-card__item p{margin:0;font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px}.title-card__item:nth-child(2){padding:0}.title-card__item:nth-child(2) .title-card__item--image-inside:before{padding-top:120%}@media (min-width: 900px){.title-card__item:nth-child(2) .gatsby-image-wrapper{aspect-ratio:366/447!important}}.latest-journal{padding:45px 0 100px;background-color:#e7e6dc;position:relative}@media (min-width: 900px){.latest-journal{padding:100px 0 130px}}.latest-journal__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.latest-journal__inner{padding:0 48px}}@media (min-width: 900px){.latest-journal__inner{display:flex;align-items:stretch;justify-content:center}}.latest-journal__image{text-decoration:none;text-align:center;margin:0 0 30px;display:block}@media (min-width: 900px){.latest-journal__image{flex:1 1 44%;margin:0}}.latest-journal__image:hover .gatsby-image-wrapper img{transform:scale(1.1)}.latest-journal__image span{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;text-transform:uppercase;display:block;margin:0 0 30px}@media (min-width: 900px){.latest-journal__image span{display:none}}@media (min-width: 900px){.latest-journal__image .gatsby-image-wrapper{aspect-ratio:530/646!important}}.latest-journal__image .gatsby-image-wrapper img{transition:all ease-in-out .6s!important}.latest-journal__title span{display:none}@media (min-width: 900px){.latest-journal__title span{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;text-transform:uppercase;display:block;margin:0 0 26px}}.latest-journal__title h2{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 30px}@media (min-width: 900px){.latest-journal__title h2{font-size:48px;line-height:58px;font-weight:500;letter-spacing:.2px;margin:0}}.latest-journal__title p:last-of-type{margin:0 0 30px}@media (min-width: 900px){.latest-journal__title p:last-of-type{margin:0}}.latest-journal__content{text-align:center}@media (min-width: 900px){.latest-journal__content{display:flex;flex-direction:column;justify-content:space-between;flex:1 1 56%;padding:0 0 0 100px}}.latest-journal__content a{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;cursor:pointer;text-transform:uppercase;justify-content:center;color:#000;padding:0;background-color:transparent;border:none}.latest-journal__content a svg path{stroke:#000}.article{background:#f5f5f6}.article .header{visibility:hidden;opacity:0;transform:translateY(-100%)}.article .header--fold{transform:translateY(0)}.article .header--scrolled{opacity:1;visibility:visible;background:#f5f5f6}.article .header,.article .footer,.article .off-canvas__nav,.article .off-canvas__sub.active{background:#f5f5f6}.article-subscribe{padding:0 0 80px;text-align:center}@media (min-width: 900px){.article-subscribe{padding:0 0 100px}}.article-subscribe__inner{max-width:1440px;margin:0 auto;padding:0 20px;max-width:780px}@media (min-width: 900px){.article-subscribe__inner{padding:0 48px}}.article-subscribe h3{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 20px}@media (min-width: 900px){.article-subscribe h3{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px;margin:0 0 30px}}.article-subscribe p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px;margin:0 auto 30px;max-width:440px}@media (min-width: 900px){.article-subscribe p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px;margin:0 auto 40px}}.article-subscribe .form__confirmation{width:100%;font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px;text-align:center}.article-header{margin:0 0 100px}@media (min-width: 900px){.article-header{height:100vh;margin:0 0 165px}}@media (min-width: 900px){.article-header__inner{display:flex;align-items:stretch;justify-content:space-between}}.article-header__content{padding:0 20px;text-align:center}@media (min-width: 900px){.article-header__content{padding:27px 30px 94px;width:50%;display:flex;flex-direction:column;justify-content:space-between}}.article-header__content ul{display:flex;align-items:center;flex-direction:column;justify-content:center;margin:60px 0 0;gap:20px;border-bottom:1px solid #000000}@media (min-width: 900px){.article-header__content ul{border:none;flex-direction:row;gap:0;margin:0}}.article-header__content ul li{list-style-type:none;min-width:230px;margin:0;padding:0 0 14px}@media (min-width: 900px){.article-header__content ul li{border-bottom:1px solid #000000}}.article-header__content ul li span,.article-header__content ul li h3,.article-header__content ul li a{text-decoration:none;display:block;font-family:Acumin Pro,sans-serif;font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;margin:0;text-transform:uppercase}.article-header__content ul li span{font-weight:300}.article-header__content h1{margin:0 0 60px;padding:0 40px;font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px}@media (min-width: 900px){.article-header__content h1{margin:0;font-size:48px;line-height:58px;font-weight:500;letter-spacing:.2px}}.article-header__content p{margin:0 auto;max-width:500px;font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px}.article-header__image{height:500px;margin:0 0 30px}@media (min-width: 900px){.article-header__image{height:100vh;width:50%;margin:0}}.article-header__image .gatsby-image-wrapper{width:100%;height:100%}.article-blockquote{text-align:center;margin:0 0 45px}@media (min-width: 900px){.article-blockquote{margin:0 0 90px}}.article-blockquote__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.article-blockquote__inner{padding:0 48px}}.article-blockquote p{font-family:Romie,serif;font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px}@media (min-width: 900px){.article-blockquote p{max-width:970px;margin:0 auto;font-size:38px;line-height:48px;font-weight:500;letter-spacing:.2px}}.article-image-content{margin:0 0 100px}.article-image-content__inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column-reverse}@media (min-width: 900px){.article-image-content__inner{padding:0 48px}}@media (min-width: 900px){.article-image-content__inner{flex-direction:row;gap:116px;align-items:center}}.article-image-content__image{margin:0 0 60px}@media (min-width: 900px){.article-image-content__image{width:50%;margin:0}}.article-image-content__image .gatsby-image-wrapper{aspect-ratio:353/430!important}@media (min-width: 900px){.article-image-content__image .gatsby-image-wrapper{aspect-ratio:530/646!important}}.article-image-content__content{text-align:center}@media (min-width: 900px){.article-image-content__content{width:50%}}.article-image-content__content p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px}@media (min-width: 900px){.article-image-content.reverse .article-image-content__inner{flex-direction:row-reverse}}.article-image-banner{margin:0 0 80px}@media (min-width: 900px){.article-image-banner{margin:0 0 100px}}.article-image-banner__inner{text-align:center;max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.article-image-banner__inner{padding:0 48px}}.article-image-banner__inner .gatsby-image-wrapper{aspect-ratio:353/244!important;margin:0 0 22px}@media (min-width: 900px){.article-image-banner__inner .gatsby-image-wrapper{aspect-ratio:1108/643!important}}.article-image-banner__inner p{font-size:14px;line-height:22px;font-weight:300;letter-spacing:1px;max-width:462px;letter-spacing:.2px;margin:0 auto}.article-video{margin:0 0 80px}@media (min-width: 900px){.article-video{margin:0 0 100px}}.article-video__inner{text-align:center;max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.article-video__inner{padding:0 48px}}.article-video__inner .atl-asset{aspect-ratio:16/9!important;margin:0 0 22px;cursor:pointer}@media (min-width: 900px){.article-video__inner .atl-asset{aspect-ratio:16/9!important}}.article-video__inner .atl-asset .play{cursor:pointer;pointer-events:none;opacity:1}.article-video__inner .atl-asset[data-playing=true] .play{pointer-events:none;opacity:0}.article-video__inner p{font-size:14px;line-height:22px;font-weight:300;letter-spacing:1px;max-width:462px;margin:0 auto}.article-related{padding-bottom:40px}@media (min-width: 900px){.article-related{padding-bottom:90px}}.article-related__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.article-related__inner{padding:0 48px}}.article-related__items{max-width:970px;margin:0 auto;display:flex;gap:20px;padding:0}@media (min-width: 900px){.article-related__items{gap:56px;padding:50px 90px 0;border-top:1px solid #000000}}.article-related__item .gatsby-image-wrapper{margin:0 0 20px}@media (min-width: 900px){.article-related__item .gatsby-image-wrapper{aspect-ratio:366/447!important}}.article-related__item h3{text-align:center;margin:0;font-size:18px;line-height:24px}@media (min-width: 900px){.article-related__item h3{font-size:24px;line-height:32px}}.article-related__item h3 a{font-family:Romie,serif;text-decoration:none;font-size:18px;line-height:24px}@media (min-width: 900px){.article-related__item h3 a{font-size:24px;line-height:32px}}.article-related__prev{display:flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;text-transform:uppercase;font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;margin-bottom:25px}.article-related__prev svg{display:block;margin-top:-5px;margin-bottom:5px;transform:rotate(180deg)}.article-related__next{display:flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;text-transform:uppercase;font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;margin-bottom:25px}.article-related__next svg{display:block}.article-archive{margin:0 0 100px}.article-archive__feature{margin:0 0 100px;padding:100px 0 0}@media (min-width: 900px){.article-archive__feature{padding:170px 0 0;margin:0 0 130px}}.article-archive__feature--inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.article-archive__feature--inner{padding:0 48px}}@media (min-width: 900px){.article-archive__feature--inner{display:flex;align-items:stretch;justify-content:center}}.article-archive__feature--image{text-decoration:none;text-align:center;margin:0 0 30px;display:block}@media (min-width: 900px){.article-archive__feature--image{flex:1 1 44%;margin:0}}.article-archive__feature--image:hover .gatsby-image-wrapper img{transform:scale(1.1)}.article-archive__feature--image span{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;text-transform:uppercase;display:block;margin:0 0 30px}@media (min-width: 900px){.article-archive__feature--image span{display:none}}.article-archive__feature--image .gatsby-image-wrapper{aspect-ratio:353/430!important}@media (min-width: 900px){.article-archive__feature--image .gatsby-image-wrapper{aspect-ratio:530/646!important}}.article-archive__feature--image .gatsby-image-wrapper img{transition:all ease-in-out .6s!important}.article-archive__feature--title{margin:0 0 auto}.article-archive__feature--title h2{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 30px}@media (min-width: 900px){.article-archive__feature--title h2{font-size:48px;line-height:58px;font-weight:500;letter-spacing:.2px;margin:0}}.article-archive__feature--content{text-align:center}@media (min-width: 900px){.article-archive__feature--content{display:flex;flex-direction:column;flex:1 1 56%;padding:0 0 0 100px}}.article-archive__feature--content h3{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;font-family:Acumin Pro,sans-serif;margin:0 0 25px;text-transform:uppercase}@media (max-width: 901px){.article-archive__feature--content h3{display:none}}.article-archive__feature--content a{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;cursor:pointer;text-transform:uppercase;justify-content:center;color:#000;padding:0;background-color:transparent;border:none;display:flex;align-items:center;text-decoration:none;gap:12px}@media (min-width: 900px){.article-archive__feature--content a{display:none}}.article-archive__feature--content a svg path{stroke:#000}.article-archive__feature--content p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px}.article-archive__feature--content p:last-of-type{margin:0 0 30px}@media (min-width: 900px){.article-archive__feature--content p:last-of-type{margin:0}}.article-archive__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.article-archive__inner{padding:0 48px}}@media (min-width: 900px){.article-archive__items{display:grid;grid-template-columns:repeat(3,1fr);gap:100px 55px}}.stat{position:relative;background-color:#e7e6dc;height:550vh;padding-top:50vh}@media (min-width: 900px){.stat{padding-top:50vh}}.stat__inner{height:100%;max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.stat__inner{padding:0 48px}}.stat__wrapper{display:flex;justify-content:center}.stat__items{position:relative;display:flex;flex-direction:column;justify-content:end;margin:0 auto;width:100%;max-width:800px}@media (min-width: 900px){.stat__items{width:calc(100% - 40px);max-width:800px}}.stat__item{display:flex;align-items:flex-start;gap:25px;margin:0;padding-bottom:50vh}@media (min-width: 900px){.stat__item{gap:46px;align-items:center;padding-bottom:50vh}}.stat__item:last-of-type{margin:0}.stat__item h3,.stat__item h4{color:#c7c4b5;transition:color .3s}.stat__item h3{margin:0;font-size:20px;line-height:24px;letter-spacing:.2px;font-weight:500}@media (min-width: 900px){.stat__item h3{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px}}.stat__item h4{margin:0;font-size:16px;line-height:20px;letter-spacing:.2px;font-weight:500}@media (min-width: 900px){.stat__item h4{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;white-space:nowrap}}.stat__item h3{min-width:100px}@media (min-width: 900px){.stat__item h3{min-width:185px}}.stat__item.locked h3,.stat__item.locked h4{color:#000}.available-role{background-color:#e7e6dc;position:relative}@media (min-width: 900px){.available-role{padding:100px 0}}.available-role__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.available-role__inner{padding:0 48px}}@media (min-width: 900px){.available-role__inner{display:flex;justify-content:space-between;align-items:center}}.available-role__image{margin:0 0 30px}@media (min-width: 900px){.available-role__image{flex:1 1 47%;margin:0}}.available-role__image .gatsby-image-wrapper{aspect-ratio:353/430!important}@media (min-width: 900px){.available-role__image .gatsby-image-wrapper{aspect-ratio:530/646!important}}@media (min-width: 900px){.available-role__content{flex:1 1 53%;padding:0 0 0 48px}}.available-role__content h2{text-align:center;margin:0 0 20px}@media (min-width: 900px){.available-role__content h2{margin:0 0 48px;font-size:38px;font-weight:500;line-height:48px;letter-spacing:.2px}}@media (min-width: 900px){.available-role__items{display:flex;flex-wrap:wrap}}.available-role__items a{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;text-decoration:none;margin:48px auto 0;font-family:Acumin Pro,sans-serif;text-transform:uppercase;border:none}.available-role__item{border-bottom:1px solid #000000;padding:28px 20px 24px;width:100%}@media (min-width: 900px){.available-role__item{display:flex;align-items:center;justify-content:space-between}}.available-role__item>div{display:flex;align-items:center}@media (max-width: 901px){.available-role__item>div{align-items:start;justify-content:space-between}}.available-role__item h4{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;font-family:Acumin Pro,sans-serif;text-transform:uppercase;margin:0 0 12px}@media (min-width: 900px){.available-role__item h4{margin:0 12px 0 0}}.available-role__item p,.available-role__item span,.available-role__item a{font-size:14px;line-height:22px;font-weight:300;letter-spacing:1px;text-decoration:none;margin:0;font-family:Acumin Pro,sans-serif;text-transform:uppercase}.available-role__item span{font-weight:400}.available-role__item a{font-weight:300}.job{padding:100px 0}@media (min-width: 900px){.job{padding:200px 0 100px}}.job-header h1{text-align:center;margin:0 0 20px}@media (min-width: 900px){.job-header h1{font-size:48px;line-height:58px;font-weight:500;letter-spacing:.2px;margin:0 0 18px}}.job-header__meta{display:flex;justify-content:center;align-items:center;gap:12px;margin:0 0 50px}@media (min-width: 900px){.job-header__meta{margin:0 0 100px}}.job-header__meta p{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;margin:0;font-family:Acumin Pro,sans-serif;text-transform:uppercase}.job-header__meta p:last-child{font-weight:300}.job-header__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.job-header__inner{padding:0 48px}}@media (min-width: 900px){.job-header__inner{display:flex;align-items:stretch;justify-content:space-between}}.job-header__image{margin:0 0 30px}@media (min-width: 900px){.job-header__image{flex:1 1 47%;margin:0}}.job-header__image .gatsby-image-wrapper{aspect-ratio:353/430!important}@media (min-width: 900px){.job-header__image .gatsby-image-wrapper{aspect-ratio:530/646!important}}.job-header__content{text-align:center}@media (min-width: 900px){.job-header__content{flex:1 1 53%;padding:0 0 0 115px}}.job-header__content h2{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px}@media (min-width: 900px){.job-header__content h2{margin:0 0 60px}}.job-header__content p{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px}.job-header__content p:last-of-type{margin:0 0 60px}.job-key{text-align:center;margin:60px 0}@media (min-width: 900px){.job-key{margin:87px 0 110px}}.job-key__inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:88px}@media (min-width: 900px){.job-key__inner{padding:0 48px}}@media (min-width: 900px){.job-key__inner{flex-direction:row;justify-content:space-between}}@media (min-width: 900px){.job-key h3{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 20px}}.job-key p{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;max-width:550px;margin:0 auto}.job-key p:last-of-type{margin:0}.suburb__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.suburb__inner{padding:0 48px}}.suburb__banner{width:100%;margin-bottom:40px}@media (min-width: 900px){.suburb__banner{width:100%;height:100vh;display:flex;margin-bottom:90px}}.suburb__banner-image{width:100%;position:relative}.suburb__banner-image svg{position:absolute;top:27px;left:49px;z-index:1}.suburb__banner-image .gatsby-image-wrapper{width:100%;height:100%;position:relative}.suburb__banner-image .gatsby-image-wrapper img{object-fit:cover;width:100%;height:100%}@media (min-width: 900px){.suburb__banner-image{width:50%}}.suburb__banner-content{width:100%;text-align:center;padding:0 20px}@media (min-width: 900px){.suburb__banner-content{width:50%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center}}.suburb__banner-content h1{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;margin:30px 0}@media (min-width: 900px){.suburb__banner-content h1{font-size:48px;line-height:58px;font-weight:500;letter-spacing:.2px}}.suburb__banner-content h4{max-width:462px;margin:0 auto;line-height:32px;font-weight:500;letter-spacing:.2px;font-size:24px;line-height:30px}@media (min-width: 900px){.suburb__banner-content h4{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 auto 36px}}.suburb__content{margin-bottom:60px}@media (min-width: 900px){.suburb__content{margin-bottom:90px}}.suburb__introduction{padding:0 0 30px;height:auto;margin:0}@media (min-width: 900px){.suburb__introduction{padding:0 0 90px}}.suburb__introduction h4{position:relative;text-align:center;max-width:1030px;margin:0 auto;width:100%;padding:0;font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;font-size:20px;line-height:26px;font-family:Romie,serif}@media (min-width: 900px){.suburb__introduction h4{padding:0 30px;font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px;font-size:38px;line-height:48px}}.suburb__credit{font-size:12px;line-height:16px;color:#000;max-width:810px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;text-align:center}.suburb__credit p{font-size:12px;line-height:16px;color:#000;font-weight:300}.suburb__credit svg{width:188px;height:48px;display:block;margin-bottom:24px}.suburb__credit a{color:#000}.suburb__wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:100%;padding:0;margin:0 auto}@media (min-width: 900px){.suburb__wrapper{max-width:1100px;padding:0 30px}}.suburb__graph{margin-bottom:28px;height:320px}.suburb__text{width:100%;text-align:center}@media (min-width: 900px){.suburb__text{width:420px}}.suburb__text p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px;color:#000}.suburb__text p strong{font-weight:400}.suburb__text button{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;background-color:transparent;border:none;margin-top:20px;position:relative;overflow:hidden;padding:2px 0;box-sizing:border-box;margin-bottom:-2px;text-decoration:none;cursor:pointer;color:#000;display:inline-block}.suburb__text button:before{position:absolute;z-index:0;content:"";left:0;bottom:0;width:100%;height:1px;background:#000;transition:transform .3s ease-in-out;transform:translate(-101%)}.suburb__text button:hover:before,.suburb__text button.active:before{transform:translate(0)}@media (max-width: 901px){.suburb__text button:before{transform:translate(0)}}.suburb__copy p{display:none}.suburb__copy p:nth-child(1),.suburb__copy p:nth-child(2),.suburb__copy p:nth-child(3){display:block}.suburb__copy.active p{display:block}.suburb__map{width:100%;margin-top:60px}@media (max-width: 901px){.suburb__map>div{height:260px!important}}@media (min-width: 900px){.suburb__map{width:calc(100% - 534px);height:536px;margin-top:0}.suburb__map>div{height:536px!important}}.suburb__compare{padding:80px 0}@media (min-width: 900px){.suburb__compare{padding:100px 0}}.suburb__compare .suburb__inner{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}.suburb__compare .property-archive__load{width:100%;padding-top:30px;padding-bottom:0;min-height:unset}@media (min-width: 900px){.suburb__compare .property-archive__load{padding-top:60px}}.suburb__compare-left{width:100%;display:flex;justify-content:center}@media (min-width: 900px){.suburb__compare-left{width:calc(100% - 538px)}}.suburb__compare-left h3{text-align:center;font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 16px}@media (min-width: 900px){.suburb__compare-left h3{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px}}@media (max-width: 901px){.suburb__compare-left .suburb__toggle{width:100%}}.suburb__compare-left p{max-width:420px;margin-bottom:0}.suburb__compare-left p strong{font-weight:500}.suburb__compare-right{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;padding-right:0;margin-top:32px}@media (max-width: 901px){.suburb__compare-right .suburb__toggle{width:100%}.suburb__compare-right .suburb__toggle ul{width:100%!important}}.suburb__compare-right .suburb__toggle{display:flex;gap:26px;align-items:center;justify-content:center}.suburb__compare-right .suburb__toggle p{text-transform:uppercase;font-size:14px;line-height:22px;font-weight:500;letter-spacing:1px;margin-top:2px}.suburb__compare-right .suburb__toggle ul{list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:8px;width:auto!important}.suburb__compare-right .suburb__toggle ul li{width:auto;margin:0}.suburb__compare-right .suburb__toggle ul li button{padding:0;border:none;background:transparent;text-transform:uppercase;font-weight:400;letter-spacing:0;width:30px;height:30px;border:1px solid #000000;display:flex;align-items:center;justify-content:center;border-radius:50%}.suburb__compare-right .suburb__toggle ul li button span{line-height:1;padding-top:2px}.suburb__compare-right .suburb__toggle ul li button:before{display:none}.suburb__compare-right .suburb__toggle ul li button.active{background:#949485;border:1px solid #949485;color:#fff}.suburb__compare-right .suburb__toggle ul li button.active:before{transform:translate(0)}@media (min-width: 900px){.suburb__compare-right{width:450px;padding-right:10px}}.suburb__toggle h4{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 32px;text-align:center}@media (min-width: 900px){.suburb__toggle h4{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;font-size:38px;line-height:48px}}.suburb__toggle ul{list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:36px}.suburb__toggle ul li{width:auto}.suburb__toggle ul li button{border:none;background:transparent;text-transform:uppercase;font-weight:600;letter-spacing:1px;position:relative;overflow:hidden;padding:2px 0;box-sizing:border-box;margin-bottom:-2px;text-decoration:none;cursor:pointer;color:#000;display:inline-block}.suburb__toggle ul li button:before{position:absolute;z-index:0;content:"";left:0;bottom:0;width:100%;height:1px;background:#000;transition:transform .3s ease-in-out;transform:translate(-101%)}.suburb__toggle ul li button:hover:before,.suburb__toggle ul li button.active:before{transform:translate(0)}.suburb__toggle ul li button.active{background:transparent;color:#000}.suburb__toggle ul li button.active:before{transform:translate(0)}.suburb__filter{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-content:flex-end;padding:70px 0 32px;border-bottom:1px solid #828273}.suburb__filter-left{width:100%;text-align:center}@media (min-width: 900px){.suburb__filter-left{display:flex;flex-wrap:wrap;gap:32px;align-items:flex-end;justify-content:center;text-align:center;width:50%}}.suburb__filter-left p{text-transform:uppercase;font-size:14px;line-height:22px;font-weight:500;letter-spacing:1px;margin-bottom:0}@media (max-width: 901px){.suburb__filter-left p{margin-bottom:24px}}.suburb__filter-left p strong{font-weight:700}.suburb__filter-right{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;padding-right:0}@media (min-width: 900px){.suburb__filter-right{width:50%;gap:88px;padding-right:30px}}.suburb__filter-right .suburb__toggle h4{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 6px;text-align:center}@media (min-width: 900px){.suburb__filter-right .suburb__toggle h4{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px;font-size:38px;line-height:48px}}.suburb__filter-right .suburb__toggle p{text-align:center;font-weight:300;width:100%;display:block}.suburb__toggle{width:calc(50% - 14px)}@media (min-width: 900px){.suburb__toggle{width:auto}}.suburb__toggle p{font-weight:400;margin:0}.suburb__archive{width:100%;padding-top:40px}.suburb__data{padding-bottom:60px}.suburb__data h2{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 32px;text-align:center}@media (min-width: 900px){.suburb__data h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px}}.suburb__data h3{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 32px;text-align:center}@media (min-width: 900px){.suburb__data h3{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;font-size:38px;line-height:48px}}.suburb__data h5{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 16px;text-align:center}@media (min-width: 900px){.suburb__data h5{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px}}@media (min-width: 900px){.suburb__data{padding-bottom:100px}}@media (min-width: 900px){.suburb__data-items{display:flex;flex-wrap:wrap;justify-content:center;gap:100px}}.suburb__data-item{margin-bottom:24px;text-align:center}@media (max-width: 901px){.suburb__data-item{border-bottom:1px solid #949485;margin-bottom:30px;padding-bottom:30px}}@media (max-width: 901px){.suburb__data-item:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}}.suburb__data-item .suburb__toggle{width:100%}@media (min-width: 900px){.suburb__data-item{margin-bottom:48px;width:30%}.suburb__data-item .suburb__data-left{position:relative}.suburb__data-item .suburb__data-left:after{content:"";position:absolute;top:0;right:-50px;width:1px;height:100%;background:#949485}.suburb__data-item:last-of-type .suburb__data-left:after{display:none}}.suburb__data-item h4{width:100%;font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 8px}@media (min-width: 900px){.suburb__data-item h4{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px;font-size:38px;line-height:48px;margin:0}}.suburb__data-item p{font-weight:300}.suburb__data-left{width:100%;margin-top:28px;display:flex;flex-direction:column;gap:30px}@media (min-width: 900px){.suburb__data-left{width:100%}}.suburb__data-right{width:100%;display:none}@media (min-width: 900px){.suburb__data-right{width:100%;margin-top:0}}.suburb__data-right h4{padding:0;margin:0 0 3px;border:none;font-size:38px;line-height:48px;font-weight:500;letter-spacing:.2px;font-family:Romie,serif}@media (min-width: 900px){.suburb__data-right h4{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px;font-size:38px;line-height:48px;margin:0}}.suburb__data-right-row{display:none;width:100%}.suburb__data-right-row.desktop{display:none}.suburb__data-right-row.desktop h4{padding:0;margin:0;border:none;font-size:38px;line-height:48px;font-weight:700;letter-spacing:.2px;font-family:Romie,serif}@media (min-width: 900px){.suburb__data-right-row.desktop h4{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px;font-size:38px;line-height:48px;margin:0}}@media (min-width: 900px){.suburb__data-right-row.desktop{display:none}}.suburb__data-right-row.mobile{display:flex;flex-wrap:wrap}@media (min-width: 900px){.suburb__data-right-row.mobile{display:flex}}.suburb__data-right-row .suburb__toggle{width:100%;margin:0 0 36px}.suburb__data-right-row .suburb__toggle:last-of-type{margin-bottom:0}.suburb__bar{list-style:none;margin:0;padding:0;display:flex;width:100%}.suburb__bar li{height:42px;padding:8px 20px;position:relative}.suburb__bar li span{color:#fff;position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;font-family:Romie,serif}.suburb__bar li:nth-child(1){background:#bab9a9}.suburb__bar li:nth-child(2){background:#949485}.suburb__bar li:nth-child(3){background:#000}.suburb__bar li:nth-child(4){background:#000}.suburb__bars{list-style:none;margin:0 0 20px;padding:0;display:flex;justify-content:center;gap:10px}.suburb__bars:last-of-type{margin-bottom:0}@media (min-width: 900px){.suburb__bars{gap:28px}}.suburb__bars li{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px;position:relative;padding-left:24px}@media (max-width: 901px){.suburb__bars li{font-size:12px;line-height:16px}}.suburb__bars li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:16px;border-radius:50%}.suburb__bars li:nth-child(1):before{background:#bab9a9}.suburb__bars li:nth-child(2):before{background:#949485}.suburb__bars li:nth-child(3):before{background:#000}.suburb__bars li:nth-child(4):before{background:#000}.suburb__prices h3{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 16px}@media (min-width: 900px){.suburb__prices h3{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px;font-size:38px;line-height:48px}}.suburb__prices .suburb__filter{padding:0 0 40px;border:none}@media (min-width: 900px){.suburb__prices .suburb__filter{padding-bottom:40px}}.suburb__prices .suburb__filter-left{display:block}@media (max-width: 901px){.suburb__prices .suburb__filter-left .suburb__toggle{width:100%}}@media (min-width: 900px){.suburb__prices .suburb__filter-left .suburb__toggle h4{display:none}}.suburb__prices .suburb__filter-right{padding-top:40px}@media (min-width: 900px){.suburb__prices .suburb__filter-right{padding-top:0}}.suburb__prices .suburb__toggle ul{width:100%}.suburb__prices .suburb__toggle ul li{width:50%}@media (min-width: 900px){.suburb__prices .suburb__toggle ul{gap:28px}.suburb__prices .suburb__toggle ul li{border:none;width:auto}.suburb__prices .suburb__toggle ul li button{border:none;background:transparent;position:relative;overflow:hidden;padding:2px 0;box-sizing:border-box;margin-bottom:-2px;text-decoration:none;cursor:pointer;color:#000;display:inline-block}.suburb__prices .suburb__toggle ul li button:before{position:absolute;z-index:0;content:"";left:0;bottom:0;width:100%;height:1px;background:#000;transition:transform .3s ease-in-out;transform:translate(-101%)}.suburb__prices .suburb__toggle ul li button:hover:before,.suburb__prices .suburb__toggle ul li button.active:before{transform:translate(0)}.suburb__prices .suburb__toggle ul li button.active{background:transparent;color:#000}.suburb__prices .suburb__toggle ul li button.active:before{transform:translate(0)}}.suburb__prices .suburb__filter-left .suburb__toggle h4{font-family:Acumin Pro,sans-serif;font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;margin:20px 0 10px}.suburb-template .header{visibility:hidden;opacity:0;transform:translateY(-100%)}.suburb-template .header--scrolled{visibility:visible;opacity:1;transform:translateY(0)}.suburb-template .archive__items{padding-bottom:0}.suburb-template .latest-listing{margin:0 0 48px}.suburb-template .latest-listing h2{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 30px}@media (min-width: 900px){.suburb-template .latest-listing h2{font-size:44px;line-height:54px;font-weight:500;letter-spacing:-.4px;font-size:38px;line-height:48px}}@media (min-width: 900px){.suburb-template .latest-listing{margin:0 0 84px}}.suburb-template .latest-listing__items--no-keen{display:flex;justify-content:center;gap:40px}@media (min-width: 900px){.suburb-template .latest-listing__items--no-keen{gap:80px}}.suburb-template .latest-listing__items--no-keen .card{width:calc(100% - 40px)}@media (min-width: 900px){.suburb-template .latest-listing__items--no-keen .card{width:366px}}.suburb-template .latest-listing__button{display:flex;align-items:center;margin:0;gap:30px}@media (min-width: 900px){.suburb-template .latest-listing__button{gap:100px}}.suburb-template .latest-listing__header{margin:0 0 60px;padding:0 30px}@media (min-width: 900px){.suburb-template .latest-listing__header{margin:0 0 160px;padding:0}}.suburb-template .latest-listing__header .btn{margin:0 0 6px}@media (max-width: 901px){.suburb-template .latest-listing__header .btn{font-size:12px;line-height:20px;font-weight:700;letter-spacing:1.2px}}.suburb-template .latest-listing__header h2{margin:0 0 30px}.suburb-template .latest-listing__header ul{margin:0;display:flex;align-items:center;gap:30px}@media (min-width: 900px){.suburb-template .latest-listing__header ul{gap:100px}}.suburb-template .latest-listing__header ul li{list-style-type:none;margin:0}.suburb-template .latest-listing__header ul li button{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px;text-transform:uppercase;background:none;border:none;position:relative;padding:0 0 6px;cursor:pointer}@media (min-width: 900px){.suburb-template .latest-listing__header ul li button{font-size:14px;line-height:22px;font-weight:300;letter-spacing:1px}}.suburb-template .latest-listing__header ul li button.active{font-weight:600}.suburb-template .latest-listing__header ul li button:before{bottom:0;left:0;width:100%;height:1px;content:"";position:absolute;background-color:#000}.suburb-archive{padding:100px 0 60px}@media (min-width: 900px){.suburb-archive{padding:192px 0 80px}}.suburb-archive__inner{max-width:1440px;margin:0 auto;padding:0 20px;max-width:1290px}@media (min-width: 900px){.suburb-archive__inner{padding:0 48px}}.suburb-archive__header h1{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 32px;text-align:center}@media (min-width: 900px){.suburb-archive__header h1{margin:0 0 50px;font-size:38px;line-height:48px;font-weight:500;letter-spacing:.2px}}.suburb-archive__content{display:flex;flex-wrap:wrap;gap:2%;margin-top:0;margin-bottom:60px}@media (min-width: 900px){.suburb-archive__content{margin-top:0;margin-bottom:84px}}.suburb-archive__filter{width:100%;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:20px}@media (min-width: 900px){.suburb-archive__filter{margin-bottom:60px}}.suburb-archive__filter .autocomplete__menu{margin:0}.suburb-archive__filter .autocomplete__menu li{margin-bottom:0;border-bottom:1px solid #eee}.suburb-archive__filter .search{width:100%;gap:2px}@media (min-width: 900px){.suburb-archive__filter .search{flex-wrap:nowrap;width:100%;gap:48px}}.suburb-archive__filter .search__for{width:auto}@media (min-width: 900px){.suburb-archive__filter .search__for{width:14%}}.suburb-archive__filter .search__input{width:100%;position:relative;padding-bottom:24px}@media (min-width: 900px){.suburb-archive__filter .search__input{width:34%;padding-bottom:0}}.suburb-archive__filter .search__input input{width:100%;border:none;padding:10px 0;border-bottom:1px solid #000000;font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;background:none;border-radius:0}.suburb-archive__filter .search__input input::placeholder{opacity:1;text-transform:uppercase}.suburb-archive__filter .search__input input:focus{outline:0}.suburb-archive__filter .search__input button{position:absolute;top:7px;right:0;background:none;border:none;padding:0;cursor:pointer;margin:0}.suburb-archive__filter .search__beds{width:100%}@media (min-width: 900px){.suburb-archive__filter .search__beds{width:14%}}.suburb-archive__filter .search__price{width:100%}@media (min-width: 900px){.suburb-archive__filter .search__price{width:20%}}.suburb-archive__filter .search__suburb{width:100%}@media (min-width: 900px){.suburb-archive__filter .search__suburb{width:16%}}.suburb-archive__list{display:flex;flex-wrap:wrap;gap:55px;padding-bottom:55px}.suburb-archive__list .card{width:100%}@media (min-width: 900px){.suburb-archive__list .card{width:calc(33.333% - 37px)}}.suburb-archive__list .card__image .gatsby-image-wrapper{aspect-ratio:1/1!important}.property-report{padding-top:100px}@media (min-width: 900px){.property-report{padding-top:169px}}.property-report__loading{width:100%;height:calc(100vh - 100px);display:flex;align-items:flex-start;justify-content:center;padding-top:100px}@media (min-width: 900px){.property-report__loading{height:calc(100vh - 169px)}}.property-report__loading svg{animation:atl-spin 1s linear infinite}.property-report__inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column-reverse;gap:40px}@media (min-width: 900px){.property-report__inner{padding:0 48px}}@media (min-width: 900px){.property-report__inner{align-items:center;gap:48px;flex-direction:row}}.property-report__content{flex:1 1 50%}.property-report__content-inner{display:flex;flex-direction:column;gap:20px}@media (min-width: 900px){.property-report__content-inner{max-width:508px;width:100%;gap:60px}}.property-report__title{display:flex;flex-direction:column;align-items:center;overflow:hidden}.property-report__title h2{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;text-align:center}@media (min-width: 900px){.property-report__title h2{font-size:38px;line-height:48px;font-weight:500;letter-spacing:.2px;max-width:400px;margin-bottom:34px}}.property-report__title p{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;text-align:center;margin-bottom:20px}.property-report__title ul{width:100%;display:flex;justify-content:center;gap:22px;list-style:none;border-top:1px solid #333;padding-top:20px;margin:0}.property-report__title ul li{font-size:14px;line-height:22px;font-weight:300;letter-spacing:1px;text-transform:uppercase}.property-report__stats{display:flex;justify-content:center}@media (min-width: 900px){.property-report__stats{gap:36px}}.property-report__stats-item{width:100%;display:flex;flex-direction:column;align-items:center}@media (min-width: 900px){.property-report__stats-item{max-width:200px}}.property-report__stats-item h3{font-size:20px;line-height:28px;font-weight:500;letter-spacing:.2px;margin-bottom:6px}@media (min-width: 900px){.property-report__stats-item h3{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px}}.property-report__stats-item p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px;margin:0;text-align:center}.property-report__image{flex:1 1 50%}.property-report__image img{width:100%;height:auto;object-fit:cover;aspect-ratio:1/1;margin:0}.property-report-sales-snapshot{padding-top:80px}@media (min-width: 900px){.property-report-sales-snapshot{padding-top:160px}}.property-report-sales-snapshot__inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:20px}@media (min-width: 900px){.property-report-sales-snapshot__inner{padding:0 48px}}@media (min-width: 900px){.property-report-sales-snapshot__inner{gap:62px}}.property-report-sales-snapshot__inner h2{font-size:20px;line-height:28px;font-weight:500;letter-spacing:.2px;text-align:center}@media (min-width: 900px){.property-report-sales-snapshot__inner h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;margin-bottom:0}}.property-report-sales-snapshot__content{width:100%;display:grid;grid-template-columns:repeat(1,1fr);gap:40px}@media (min-width: 900px){.property-report-sales-snapshot__content{grid-template-columns:repeat(4,1fr);gap:70px;width:100%}}.property-report-sales-snapshot__content-item{display:flex;flex-direction:column;align-items:center;gap:8px}@media (min-width: 900px){.property-report-sales-snapshot__content-item{gap:12px}}.property-report-sales-snapshot__content-item h3{font-size:20px;line-height:28px;font-weight:500;letter-spacing:.2px;margin:0}@media (min-width: 900px){.property-report-sales-snapshot__content-item h3{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px}}.property-report-sales-snapshot__content-item p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px;margin:0;text-align:center}.property-report-sales-snapshot__content-item span{font-size:12px;line-height:20px;font-weight:500;letter-spacing:1.2px;text-transform:uppercase}.property-report-recent-sales{padding-top:80px}@media (min-width: 900px){.property-report-recent-sales{padding-top:160px}}.property-report-recent-sales__inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center}@media (min-width: 900px){.property-report-recent-sales__inner{padding:0 48px}}.property-report-recent-sales__inner h2{font-size:20px;line-height:28px;font-weight:500;letter-spacing:.2px;text-align:center;margin-bottom:42px}@media (min-width: 900px){.property-report-recent-sales__inner h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px}}.property-report-recent-sales__inner a{border:0;padding:0 0 6px;border-bottom:1px solid #4d4d4d;text-transform:uppercase;font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;margin-top:62px}.property-report-recent-sales__content{display:grid;grid-template-columns:repeat(1,1fr);gap:60px}@media (min-width: 900px){.property-report-recent-sales__content{gap:55px;grid-template-columns:repeat(3,1fr)}}.property-report-recent-sales__content-item{width:100%}.property-report-recent-sales__content-item div img{width:100%;height:auto;object-fit:cover;aspect-ratio:1/1;margin:0}.property-report-all-recent-sales{padding-top:80px}@media (min-width: 900px){.property-report-all-recent-sales{padding-top:160px}}.property-report-all-recent-sales__inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:40px}@media (min-width: 900px){.property-report-all-recent-sales__inner{padding:0 48px}}@media (min-width: 900px){.property-report-all-recent-sales__inner{gap:66px}}.property-report-all-recent-sales__inner h2{font-size:20px;line-height:28px;font-weight:500;letter-spacing:.2px;text-align:center;margin-bottom:0}@media (min-width: 900px){.property-report-all-recent-sales__inner h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;margin-bottom:42px}}.property-report-all-recent-sales__content{display:flex;flex-direction:column;gap:66px}@media (min-width: 900px){.property-report-all-recent-sales__content{gap:20px}}.property-report-all-recent-sales__content-item{width:100%;display:flex;align-items:center;justify-content:center;gap:14px;flex-direction:column}@media (min-width: 900px){.property-report-all-recent-sales__content-item{gap:28px;height:104px;flex-direction:row}}@media (min-width: 900px){.property-report-all-recent-sales__image{width:8%}}.property-report-all-recent-sales__image img{width:100%;height:auto;object-fit:cover;aspect-ratio:1/1;margin:0}.property-report-all-recent-sales__content-item-details{display:flex;flex-direction:column;width:100%}@media (min-width: 900px){.property-report-all-recent-sales__content-item-details{width:92%}}.property-report-all-recent-sales__details-title{width:100%;display:flex;padding-bottom:10px;border-bottom:1px solid #333}@media (min-width: 900px){.property-report-all-recent-sales__details-title{gap:66px;padding-right:50px}}.property-report-all-recent-sales__details-title p{font-size:14px;line-height:22px;font-weight:300;letter-spacing:1px;text-transform:uppercase;flex:1 1 52%;margin:0}.property-report-all-recent-sales__details-title b{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;text-transform:uppercase;flex:1 1 24%;margin:0}@media (max-width: 901px){.property-report-all-recent-sales__details-title b{display:none}}.property-report-all-recent-sales__details-title ul{display:flex;gap:20px;list-style:none;margin:0;padding:0}.property-report-all-recent-sales__details-title ul li{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px;text-transform:uppercase}.property-report-all-recent-sales__details-content{width:100%;display:flex;padding-top:14px;flex-direction:column}@media (min-width: 900px){.property-report-all-recent-sales__details-content{gap:66px;padding-right:50px;flex-direction:row}}.property-report-all-recent-sales__details-content p{font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;margin:0}@media (min-width: 900px){.property-report-all-recent-sales__details-content p{flex:1 1 24%}}.property-report-all-recent-sales__details-content ul{display:flex;gap:20px;list-style:none;margin:0;padding:0}@media (min-width: 900px){.property-report-all-recent-sales__details-content ul{flex:1 1 52%}}.property-report-all-recent-sales__details-content ul li{font-size:12px;line-height:20px;font-weight:300;letter-spacing:1.2px;text-transform:uppercase;margin:0}.property-report-all-recent-sales__load-more{display:flex;flex-direction:column;align-items:center}.property-report-all-recent-sales__load-more a{border:0;padding:0 0 6px;border-bottom:1px solid #4d4d4d;text-transform:uppercase;font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px}.property-report-all-recent-sales__load-more p{font-size:14px;line-height:22px;font-weight:400;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;text-align:center}@media (min-width: 900px){.property-report-all-recent-sales__details-date{text-align:center}}.property-report-experts{padding-top:80px}@media (min-width: 900px){.property-report-experts{padding-top:160px}}.property-report-experts__inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:40px}@media (min-width: 900px){.property-report-experts__inner{padding:0 48px}}.property-report-experts__inner h2{font-size:20px;line-height:28px;font-weight:500;letter-spacing:.2px;text-align:center;margin-bottom:0}@media (min-width: 900px){.property-report-experts__inner h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;margin-bottom:42px}}.property-report-experts__content{display:grid;grid-template-columns:repeat(1,1fr);gap:29px}@media (min-width: 900px){.property-report-experts__content{grid-template-columns:repeat(3,1fr);gap:55px}}.property-report-experts__content-item{width:100%}.property-report-experts__content-item div span:before{position:absolute;content:"";background-color:#e7e6dc!important;height:10px;width:100%;transform:translateY(-50%);top:50%;left:-30px;transition:all ease-in-out .3s}.property-report-experts__content-item .card__image{margin-bottom:20px}.property-report-experts__content-item .card__image img{aspect-ratio:366/447;margin-bottom:0;object-fit:cover}.property-report-contact-form{padding:80px 0}@media (min-width: 900px){.property-report-contact-form{padding:140px 45px}}.property-report-contact-form__inner{max-width:1440px;margin:0 auto;padding:0 20px;width:100%;display:flex;align-items:center;flex-direction:column-reverse;gap:40px}@media (min-width: 900px){.property-report-contact-form__inner{padding:0 48px}}@media (min-width: 900px){.property-report-contact-form__inner{gap:100px;flex-direction:row}}.property-report-contact-form__content{width:100%}@media (min-width: 900px){.property-report-contact-form__content{flex:1 1 50%}}.property-report-contact-form__content-inner{width:100%}@media (min-width: 900px){.property-report-contact-form__content-inner{max-width:484px}}.property-report-contact-form__content-inner h1{font-size:20px;line-height:28px;font-weight:500;letter-spacing:.2px;margin-bottom:28px;text-align:center}@media (min-width: 900px){.property-report-contact-form__content-inner h1{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px}}.property-report-contact-form__content-inner p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px;margin-bottom:80px;text-align:center}.property-report-contact-form__image{width:100%}@media (min-width: 900px){.property-report-contact-form__image{flex:1 1 50%}}.property-report-contact-form__image img{width:100%;height:auto;object-fit:cover;aspect-ratio:510/505;margin:0}@media (min-width: 900px){.property-report-request{padding-top:14px}}.property-report-request__inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:12px;align-items:center}@media (min-width: 900px){.property-report-request__inner{padding:0 48px}}.property-report-request__header{width:100%;justify-content:center;display:none}@media (min-width: 900px){.property-report-request__header{display:flex}}.property-report-request__header h2{font-size:20px;line-height:28px;font-weight:500;letter-spacing:.2px;flex:1 1 50%;text-align:center;margin-bottom:0}@media (min-width: 900px){.property-report-request__header h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px}}.property-report-request__content{width:100%;display:flex;justify-content:center;height:100%;background-color:#f5f4eb;box-shadow:2px 2px 54px #00000014;flex-direction:column;padding:40px;gap:40px}@media (min-width: 900px){.property-report-request__content{flex-direction:row;gap:80px;padding:106px 40px}}.property-report-request__content-inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;flex:1 1 50%}@media (max-width: 901px){.property-report-request__content-inner{gap:40px}}.property-report-request__content-inner h3{font-size:20px;line-height:28px;font-weight:500;letter-spacing:.2px;text-align:center;margin-bottom:0;max-width:478px}@media (min-width: 900px){.property-report-request__content-inner h3{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px}}.property-report-request__content-inner p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px;text-align:center;margin-bottom:0;max-width:440px}.property-report-request__content-inner a{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;border:0;text-transform:uppercase}.property-report-request__form{flex:1 1 50%}.property-report-request__form form .form__text:has([name=property-address]){flex:1 1 100%}.property-report-thank-you{padding-top:80px;padding-bottom:80px}@media (min-width: 900px){.property-report-thank-you{padding-top:153px}}.property-report-thank-you__inner{max-width:1440px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:12px;align-items:center}@media (min-width: 900px){.property-report-thank-you__inner{padding:0 48px}}.property-report-thank-you__header{width:100%;justify-content:center;display:none}@media (min-width: 900px){.property-report-thank-you__header{display:flex}}.property-report-thank-you__header h2{font-size:20px;line-height:28px;font-weight:500;letter-spacing:.2px;flex:1 1 50%;text-align:center;margin-bottom:0}@media (min-width: 900px){.property-report-thank-you__header h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px}}.property-report-thank-you__content{width:100%;display:flex;justify-content:center;flex-direction:column;height:100%;background-color:#f5f4eb;box-shadow:2px 2px 54px #00000014;padding:40px;gap:40px}@media (min-width: 900px){.property-report-thank-you__content{gap:80px;padding:106px 40px;flex-direction:row}}.property-report-thank-you__content-inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;flex:1 1 50%}@media (max-width: 901px){.property-report-thank-you__content-inner{gap:20px}}.property-report-thank-you__content-inner h3{font-size:20px;line-height:28px;font-weight:500;letter-spacing:.2px;text-align:center;max-width:478px}@media (min-width: 900px){.property-report-thank-you__content-inner h3{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;margin-bottom:0}}.property-report-thank-you__content-inner p{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px;text-align:center;margin-bottom:0;max-width:440px}.property-report-thank-you__content-inner a{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;border:0;text-transform:uppercase}.property-report-thank-you__image{flex:1 1 50%}.property-report-thank-you__image img{width:100%;height:100%;object-fit:cover;aspect-ratio:522/392;margin:0}.market-trends .form__radios{margin-bottom:30px}.market-trends .form__radios .form__radio{width:auto}.market-trends .form__radios .form__radio label{font-size:15px;line-height:23px;font-weight:300;letter-spacing:.2px}.market-trends .tabs{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:40px;gap:10px 20px}@media (min-width: 900px){.market-trends .tabs{gap:unset;justify-content:unset}}.market-trends .tabs button{width:auto;text-align:center;font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;font-size:12px;padding:5px 0;border-bottom:1px solid transparent;border:none;cursor:pointer;text-transform:uppercase;background:none}.market-trends .tabs button.active{border-bottom:1px solid #000000}@media (min-width: 900px){.market-trends .tabs button{width:25%;flex-wrap:nowrap;font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;padding:0 0 10px}}.property-report-trend{padding:0 0 60px}@media (min-width: 900px){.property-report-trend{padding:80px 0}}.property-report-trend__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.property-report-trend__inner{padding:0 48px}}.property-report-trend__title h2{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;flex:1 1 50%;text-align:center;margin-bottom:32px}@media (min-width: 900px){.property-report-trend__title h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;margin:0 0 32px}}.property-report-trend .market-trends-chart__toggle{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.property-report-trend .market-trends-chart__toggle button{padding:.5rem 1.5rem;border:1px solid #000;border-radius:9999px;background:#fff;color:#000;font-size:.95rem;cursor:pointer;transition:all .3s ease}.property-report-trend .market-trends-chart__toggle button.active{background:#000;color:#fff}.property-report-trend .market-trends-chart__toggle button:hover{background:#f2f2f2}.property-report-trend .market-trends-chart{width:100%;max-width:1000px;margin:0 auto}.property-report-trend .market-trends-chart__tabs{display:flex;justify-content:space-between;border-bottom:1px solid #ddd;margin-bottom:1.5rem}.property-report-trend .market-trends-chart__tabs button{flex:1;text-align:center;padding:.75rem 1rem;font-weight:600;color:#000;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:border-color .3s ease}.property-report-trend .market-trends-chart__tabs button.active{border-bottom:2px solid #000}.property-report-demographic{padding:0 0 60px}@media (min-width: 900px){.property-report-demographic{padding:80px 0}}.property-report-demographic__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.property-report-demographic__inner{padding:0 48px}}.property-report-demographic__title h2{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;flex:1 1 50%;text-align:center;margin-bottom:32px}@media (min-width: 900px){.property-report-demographic__title h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;margin:0 0 42px}}.property-report-characteristic{padding:80px 0}.property-report-characteristic__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.property-report-characteristic__inner{padding:0 48px}}.property-report-characteristic__title h2{font-size:20px;line-height:28px;font-weight:500;letter-spacing:.2px;flex:1 1 50%;text-align:center;margin-bottom:0}@media (min-width: 900px){.property-report-characteristic__title h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;margin:0 0 62px}}.property-report-characteristic .chart-characteristic__wrapper{text-align:center}@media (min-width: 900px){.property-report-characteristic .chart-characteristic__wrapper{display:flex}}@media (min-width: 900px){.property-report-characteristic .chart-characteristic__demographic{flex:1 1 60%}}@media (min-width: 900px){.property-report-characteristic .chart-characteristic__pie{flex:1 1 40%}}@media (min-width: 900px){.property-report-characteristic .chart-characteristic__pie h3{margin:0}}.property-report-characteristic .chart-characteristic__pie p{font-weight:300;font-size:13px;line-height:20px;letter-spacing:.2px;margin:0}.property-report-history{padding:80px 0}.property-report-history__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.property-report-history__inner{padding:0 48px}}.property-report-history__inner h3{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;text-align:center;margin-bottom:32px}@media (min-width: 900px){.property-report-history__inner h3{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;margin:0 0 50px}}.property-report-history .chart-history__wrapper{text-align:center}@media (min-width: 900px){.property-report-history .chart-history__wrapper{display:flex}}.property-report-history .chart-history__history{margin:0 0 80px}@media (min-width: 900px){.property-report-history .chart-history__history{flex:1 1 40%;margin:0}}.property-report-history .chart-history__history ul{margin:0 0 62px;display:flex;gap:44px;align-items:center;justify-content:center}.property-report-history .chart-history__history ul li{list-style-type:none;margin:0}.property-report-history .chart-history__history ul li button{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;border:none;text-transform:uppercase;padding:0;background:transparent;cursor:pointer;background-color:transparent;border-bottom:1px solid transparent}.property-report-history .chart-history__history ul li button.active{border-bottom:1px solid #000000}.property-report-history .chart-history__history-items{flex-direction:column;gap:60px;display:none}@media (min-width: 900px){.property-report-history .chart-history__history-items{padding:0 0 0 15%}}.property-report-history .chart-history__history-items.active{display:flex}.property-report-history .chart-history__history .transaction-item{display:flex;gap:96px;position:relative}.property-report-history .chart-history__history .transaction-item:before{content:"";position:absolute;top:38px;left:132px;width:1px;height:101px;background-color:#949485}.property-report-history .chart-history__history .transaction-item:last-of-type:before{content:none}.property-report-history .chart-history__history .transaction-item .dot{position:absolute;top:2px;left:115px;width:36px;height:36px;background-color:#e7e6dc;display:flex;align-items:center;justify-content:center}@media (min-width: 900px){.property-report-history .chart-history__history .transaction-item h4{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px}}.property-report-history .chart-history__history .transaction-item span{display:inline-block;font-family:Romie,serif}@media (min-width: 900px){.property-report-history .chart-history__history .transaction-item span{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px}}.property-report-history .chart-history__history .transaction-item .details{text-align:left}.property-report-history .chart-history__history .transaction-item .type-price{display:flex;gap:30px;margin:0 0 14px;padding:0 0 0 10px}.property-report-history .chart-history__history .transaction-item p{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;margin:0}@media (min-width: 900px){.property-report-history .chart-history__bar{flex:1 1 40%}}.property-report-history .chart-history__bar p{font-size:15px;line-height:23px;font-weight:400;letter-spacing:.2px;margin:0 0 58px}.property-report-history .chart-history__bar p span{font-weight:600}.property-report-history .chart-history__bar .suburb-items{display:flex;flex-direction:column;gap:12px}@media (min-width: 900px){.property-report-history .chart-history__bar .suburb-items{padding:0 10%}}.property-report-history .chart-history__bar .suburb-price{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px}.property-report-history .chart-history__bar .suburb-item{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;transition:all .3s ease-in-out;background-color:#d4d2c5;margin-bottom:12px}.property-report-history .chart-history__bar .suburb-row:hover{transform:translateY(-2px)}.property-report-history .chart-history__bar .suburb-name{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;text-transform:uppercase;text-align:left}@media (max-width: 901px){.property-report-history .chart-history__bar .suburb-name{font-size:12px}}.property-report-history .chart-history__bar .suburb-name.truncated{width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 901px){.property-report-history .chart-history__bar .suburb-name.truncated{width:100px}}.property-report-history .chart-history__bar .suburb-price{font-size:14px;line-height:22px;font-weight:600;letter-spacing:1px;text-transform:uppercase}@media (max-width: 901px){.property-report-history .chart-history__bar .suburb-price{font-size:12px}}.property-report-locked__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.property-report-locked__inner{padding:0 48px}}.property-report-locked__wrapper{z-index:8;position:relative;margin-top:-400px;margin-bottom:40px;background:#f5f4eb;padding:60px 40px;box-shadow:2px 2px 54px #00000014;display:flex;flex-wrap:wrap;justify-content:space-between}@media (min-width: 900px){.property-report-locked__wrapper{padding:120px 40px}}.property-report-locked__content{text-align:center;width:100%}@media (min-width: 900px){.property-report-locked__content{width:46%;padding:0 40px}}.property-report-locked__form{width:100%}@media (min-width: 900px){.property-report-locked__form{width:46%}}.property-report-contact__inner{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.property-report-contact__inner{padding:0 48px}}.property-report-contact__wrapper{background:none;padding:60px 0;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}@media (min-width: 900px){.property-report-contact__wrapper{padding:100px 40px}}.property-report-contact__content{text-align:center;width:100%;margin-bottom:50px}@media (min-width: 900px){.property-report-contact__content{width:46%;padding:0 40px;margin-bottom:0}}.property-report-contact__image{width:100%}@media (min-width: 900px){.property-report-contact__image{width:46%}}.page-template--property-report .team-archive{padding:80px 0 0;background-color:transparent}@media (min-width: 900px){.page-template--property-report .team-archive{padding:100px 0 0}}.page-template--property-report .team-archive h2{text-align:center;font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 32px}@media (min-width: 900px){.page-template--property-report .team-archive h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;margin:0 0 60px}}.page-template--property-report .team-archive .card__arrow:before{background:#e7e6dc}.page-template--property-report .suburb__data{padding-top:60px}@media (max-width: 901px){.page-template--property-report .suburb__data-items{margin-bottom:40px}}@media (max-width: 901px){.page-template--property-report .suburb__archive{padding-top:0}}.page-template--property-report .suburb__archive h3{text-align:center;font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 32px}@media (min-width: 900px){.page-template--property-report .suburb__archive h3{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;margin:0 0 50px}}@media (max-width: 901px){.page-template--property-report .suburb__archive .card{padding:20px 0;border-bottom:1px solid #4d4d4d}.page-template--property-report .suburb__archive .card__stats ul{gap:18px}}.page-template--property-report .latest-listing{margin:0 0 48px}.page-template--property-report .latest-listing h2{font-size:24px;line-height:32px;font-weight:500;letter-spacing:.2px;margin:0 0 32px}@media (min-width: 900px){.page-template--property-report .latest-listing h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:.2px;margin:0 0 50px}}@media (min-width: 900px){.page-template--property-report .latest-listing{margin:0 0 84px}}.page-template--property-report .latest-listing__items{max-width:1440px;margin:0 auto;padding:0 20px}@media (min-width: 900px){.page-template--property-report .latest-listing__items{padding:0 48px}}.page-template--property-report .latest-listing__items--no-keen{display:flex;flex-wrap:wrap;justify-content:center;gap:40px}@media (min-width: 900px){.page-template--property-report .latest-listing__items--no-keen{flex-wrap:nowrap;gap:55px}}.page-template--property-report .latest-listing__items--no-keen .card{width:100%}@media (min-width: 900px){.page-template--property-report .latest-listing__items--no-keen .card{width:calc(33.333% - 40px)}}.page-template--property-report .latest-listing__button{display:flex;align-items:center;margin:0;gap:30px}@media (min-width: 900px){.page-template--property-report .latest-listing__button{gap:100px}}
