
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/
*, :after, :before {
	box-sizing: border-box;
	border: 0 solid #e5e7eb;
}

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

html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-feature-settings: normal;
	font-variation-settings: normal;
}

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

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

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

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

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

b, strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

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

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

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
	background-color: initial;
	background-image: none;
}

[type=button].nitro-lazy, [type=reset].nitro-lazy, [type=submit].nitro-lazy, button.nitro-lazy {
	background-image: none !important;
}

:-moz-focusring {
	outline: auto;
}

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

progress {
	vertical-align: initial;
}

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

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

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

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

summary {
	display: list-item;
}

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

fieldset {
	margin: 0;
}

fieldset, legend {
	padding: 0;
}

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

dialog {
	padding: 0;
}

textarea {
	resize: vertical;
}

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

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

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

:disabled {
	cursor: default;
}

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

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

[hidden] {
	display: none;
}

html {
	scroll-padding-top: 100px;
	scroll-behavior: smooth;
}

@media (min-width:1024px) {
	html {
		scroll-padding-top: 192px;
	}
}

body {
	font-family: ProximaNova, serif;
	font-size: 16px;
	line-height: 20px;
	--tw-text-opacity: 1;
	color: rgb(36, 54, 69, var(--tw-text-opacity));
}

*, ::backdrop, :after, :before {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

.container {
	width: 100%;
}

@media (min-width:640px) {
	.container {
		max-width: 640px;
	}
}

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

@media (min-width:1024px) {
	.container {
		max-width: 1024px;
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 1280px;
	}
}

@media (min-width:1536px) {
	.container {
		max-width: 1536px;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.visible {
	visibility: visible;
}

.static {
	position: static;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: sticky;
}

.bottom-0 {
	bottom: 0;
}

.left-0 {
	left: 0;
}

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

.right-0 {
	right: 0;
}

.top-0 {
	top: 0;
}

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

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

.z-\[10\] {
	z-index: 10;
}

.z-\[5\] {
	z-index: 5;
}

.order-first {
	order: -9999;
}

.order-last {
	order: 9999;
}

.mx-\[-20px\] {
	margin-left: -20px;
	margin-right: -20px;
}

.\!ml-\[-25px\] {
	margin-left: -25px !important;
}

.\!mt-\[19px\] {
	margin-top: 19px !important;
}

.\!mt-\[25px\] {
	margin-top: 25px !important;
}

.mb-\[10px\] {
	margin-bottom: 10px;
}

.mb-\[11px\] {
	margin-bottom: 11px;
}

.mb-\[15px\] {
	margin-bottom: 15px;
}

.mb-\[19px\] {
	margin-bottom: 19px;
}

.mb-\[23px\] {
	margin-bottom: 23px;
}

.mb-\[25px\] {
	margin-bottom: 25px;
}

.mb-\[27px\] {
	margin-bottom: 27px;
}

.mb-\[30px\] {
	margin-bottom: 30px;
}

.ml-\[-24px\] {
	margin-left: -24px;
}

.ml-\[30px\] {
	margin-left: 30px;
}

.ml-\[35px\] {
	margin-left: 35px;
}

.ml-\[40px\] {
	margin-left: 40px;
}

.ml-\[8px\] {
	margin-left: 8px;
}

.mr-\[10px\] {
	margin-right: 10px;
}

.mr-\[16px\] {
	margin-right: 16px;
}

.mt-\[10px\] {
	margin-top: 10px;
}

.mt-\[130px\] {
	margin-top: 130px;
}

.mt-\[13px\] {
	margin-top: 13px;
}

.mt-\[14px\] {
	margin-top: 14px;
}

.mt-\[15px\] {
	margin-top: 15px;
}

.mt-\[16px\] {
	margin-top: 16px;
}

.mt-\[17px\] {
	margin-top: 17px;
}

.mt-\[18px\] {
	margin-top: 18px;
}

.mt-\[22px\] {
	margin-top: 22px;
}

.mt-\[24px\] {
	margin-top: 24px;
}

.mt-\[25px\] {
	margin-top: 25px;
}

.mt-\[2px\] {
	margin-top: 2px;
}

.mt-\[30px\] {
	margin-top: 30px;
}

.mt-\[36px\] {
	margin-top: 36px;
}

.mt-\[50px\] {
	margin-top: 50px;
}

.mt-\[51px\] {
	margin-top: 51px;
}

.mt-\[54px\] {
	margin-top: 54px;
}

.mt-\[5px\] {
	margin-top: 5px;
}

.mt-\[7px\] {
	margin-top: 7px;
}

.line-clamp-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.flex {
	display: flex;
}

.\!inline-flex {
	display: inline-flex !important;
}

.grid {
	display: grid;
}

.hidden {
	display: none;
}

.aspect-\[1\/1\] {
	aspect-ratio: 1/1;
}

.aspect-\[374\/475\] {
	aspect-ratio: 374/475;
}

.aspect-\[375\/203\] {
	aspect-ratio: 375/203;
}

.aspect-\[375\/270\] {
	aspect-ratio: 375/270;
}

.h-\[17px\] {
	height: 17px;
}

.h-\[20px\] {
	height: 20px;
}

.h-\[24px\] {
	height: 24px;
}

.h-\[384px\] {
	height: 384px;
}

.h-\[525px\] {
	height: 525px;
}

.h-\[55px\] {
	height: 55px;
}

.h-\[82px\] {
	height: 82px;
}

.h-\[8px\] {
	height: 8px;
}

.h-\[92px\] {
	height: 92px;
}

.h-full {
	height: 100%;
}

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

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

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

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

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

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

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

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

.w-full {
	width: 100%;
}

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

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

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

.flex-1 {
	flex: 1 1 0%;
}

.shrink {
	flex-shrink: 1;
}

.basis-\[340px\] {
	flex-basis: 340px;
}

.-translate-x-1\/2 {
	--tw-translate-x: -50%;
}

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

.-translate-y-1\/2 {
	--tw-translate-y: -50%;
}

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

.resize {
	resize: both;
}

.list-none {
	list-style-type: none;
}

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

.flex-row {
	flex-direction: row;
}

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

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

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

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

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

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

.gap-\[1px\] {
	gap: 1px;
}

.gap-\[30px\] {
	gap: 30px;
}

.gap-x-\[25px\] {
	-moz-column-gap: 25px;
	column-gap: 25px;
}

.gap-x-\[30px\] {
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.gap-y-\[40px\] {
	row-gap: 40px;
}

.gap-y-\[50px\] {
	row-gap: 50px;
}

.gap-y-\[5px\] {
	row-gap: 5px;
}

.space-x-\[21px\]>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(21px * var(--tw-space-x-reverse));
	margin-left: calc(21px * ( 1 - var(--tw-space-x-reverse) ));
}

.space-x-\[4px\]>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(4px * var(--tw-space-x-reverse));
	margin-left: calc(4px * ( 1 - var(--tw-space-x-reverse) ));
}

.space-y-\[13px\]>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(13px * ( 1 - var(--tw-space-y-reverse) ));
	margin-bottom: calc(13px * var(--tw-space-y-reverse));
}

.space-y-\[15px\]>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(15px * ( 1 - var(--tw-space-y-reverse) ));
	margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.space-y-\[17px\]>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(17px * ( 1 - var(--tw-space-y-reverse) ));
	margin-bottom: calc(17px * var(--tw-space-y-reverse));
}

.space-y-\[20px\]>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(20px * ( 1 - var(--tw-space-y-reverse) ));
	margin-bottom: calc(20px * var(--tw-space-y-reverse));
}

.space-y-\[30px\]>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(30px * ( 1 - var(--tw-space-y-reverse) ));
	margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

.space-y-\[8px\]>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(8px * ( 1 - var(--tw-space-y-reverse) ));
	margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

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

.border {
	border-width: 1px;
}

.border-r-\[1px\] {
	border-right-width: 1px;
}

.border-t {
	border-top-width: 1px;
}

.border-t-\[5px\] {
	border-top-width: 5px;
}

.border-copper {
	--tw-border-opacity: 1;
	border-color: rgb(185, 119, 37, var(--tw-border-opacity));
}

.bg-blue {
	--tw-bg-opacity: 1;
	background-color: rgb(36, 54, 69, var(--tw-bg-opacity));
}

.bg-grey-light {
	--tw-bg-opacity: 1;
	background-color: rgb(225, 227, 232, var(--tw-bg-opacity));
}

.bg-pink-x-light {
	--tw-bg-opacity: 1;
	background-color: rgb(255, 246, 239, var(--tw-bg-opacity));
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
}

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

.px-\[20px\] {
	padding-left: 20px;
	padding-right: 20px;
}

.py-\[25px\] {
	padding-top: 25px;
	padding-bottom: 25px;
}

.pb-\[100px\] {
	padding-bottom: 100px;
}

.pb-\[18px\] {
	padding-bottom: 18px;
}

.pb-\[21px\] {
	padding-bottom: 21px;
}

.pb-\[25px\] {
	padding-bottom: 25px;
}

.pb-\[44px\] {
	padding-bottom: 44px;
}

.pb-\[45px\] {
	padding-bottom: 45px;
}

.pb-\[50px\] {
	padding-bottom: 50px;
}

.pb-\[58px\] {
	padding-bottom: 58px;
}

.pl-\[20px\] {
	padding-left: 20px;
}

.pr-\[20px\] {
	padding-right: 20px;
}

.pt-\[10px\] {
	padding-top: 10px;
}

.pt-\[17px\] {
	padding-top: 17px;
}

.pt-\[25px\] {
	padding-top: 25px;
}

.pt-\[33px\] {
	padding-top: 33px;
}

.pt-\[40px\] {
	padding-top: 40px;
}

.font-nunito {
	font-family: Nunito, sans-serif;
}

.text-\[12px\] {
	font-size: 12px;
}

.text-\[13px\] {
	font-size: 13px;
}

.text-\[22px\] {
	font-size: 22px;
}

.text-\[25px\] {
	font-size: 25px;
}

.font-medium {
	font-weight: 500;
}

.font-semibold {
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase;
}

.leading-\[15px\] {
	line-height: 15px;
}

.leading-\[17px\] {
	line-height: 17px;
}

.leading-\[19px\] {
	line-height: 19px;
}

.leading-\[27px\] {
	line-height: 27px;
}

.leading-\[29px\] {
	line-height: 29px;
}

.leading-\[30px\] {
	line-height: 30px;
}

.tracking-\[1\.3px\] {
	letter-spacing: 1.3px;
}

.tracking-normal {
	letter-spacing: 0;
}

.text-blue {
	--tw-text-opacity: 1;
	color: rgb(36, 54, 69, var(--tw-text-opacity));
}

.text-copper {
	--tw-text-opacity: 1;
	color: rgb(185, 119, 37, var(--tw-text-opacity));
}

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

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

.\!opacity-100 {
	opacity: 1 !important;
}

.opacity-0 {
	opacity: 0;
}

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

.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s;
}

.delay-200 {
	transition-delay: .2s;
}

.duration-\[800ms\] {
	transition-duration: .8s;
}

.ease-in-out {
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.no-scroll {
	overflow: hidden;
}

*, :focus {
	outline: 2px solid rgba(0, 0, 0, 0) !important;
	outline-offset: 2px !important;
}

[type=button]:not([disabled]), [type=checkbox]:not([disabled]), [type=image]:not([disabled]), [type=radio]:not([disabled]), [type=reset]:not([disabled]), [type=submit]:not([disabled]), button:not([disabled]), summary {
	cursor: pointer;
}

[hidden] {
	display: none !important;
}

.gmap-info-window>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(12px * ( 1 - var(--tw-space-y-reverse) ));
	margin-bottom: calc(12px * var(--tw-space-y-reverse));
}

.gmap-info-window {
	padding: 8px;
	--tw-text-opacity: 1 !important;
	color: rgb(36, 54, 69, var(--tw-text-opacity)) !important;
}

.gmap-info-window a {
	text-decoration-line: underline;
}

.gmap-info-window a:hover {
	text-decoration-line: none;
}

.lazyload, .lazyloading {
	opacity: 0;
}

.lazyload:not([src]) {
	visibility: hidden;
}

img.lazyloaded {
	opacity: 1;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-timing-function: cubic-bezier(.4, 0, 1, 1);
	transition-duration: .4s;
}

.h1, h1 {
	font-family: Nunito, sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 29px;
}

@media (min-width:1024px) {
	.h1, h1 {
		font-size: 35px;
		line-height: 40px;
	}
}

.h2, h2 {
	font-family: Nunito, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
}

@media (min-width:1024px) {
	.h2, h2 {
		font-size: 25px;
		line-height: 27px;
	}
}

.h3, .lead, h3 {
	font-size: 20px;
	line-height: 24px;
}

@media (min-width:1024px) {
	.h3, .lead, h3 {
		font-size: 22px;
		line-height: 27px;
	}
}

.small {
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 1.3px;
}

.h1 br, .h2 br, .h3 br {
	display: none;
}

@media (min-width:640px) {
	.h1 br, .h2 br, .h3 br {
		display: inline;
	}
}

.footer .logo svg {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 106px;
	width: 239px;
}

@media (min-width:1024px) {
	.footer .logo svg {
		margin-left: 0;
		margin-right: 0;
	}
}

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

.inner {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1180px;
}

.inner--border {
	border-top-width: 5px;
	--tw-border-opacity: 1;
	border-color: rgb(185, 119, 37, var(--tw-border-opacity));
}

.inner--blue {
	--tw-bg-opacity: 1;
	background-color: rgb(36, 54, 69, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255, 255, 255, var(--tw-text-opacity));
}

.inner--grey {
	--tw-bg-opacity: 1;
	background-color: rgb(225, 227, 232, var(--tw-bg-opacity));
}

.inner--pink {
	--tw-bg-opacity: 1;
	background-color: rgb(242, 227, 220, var(--tw-bg-opacity));
}

.inner--pink-light {
	--tw-bg-opacity: 1;
	background-color: rgb(255, 246, 239, var(--tw-bg-opacity));
}

.section--video iframe {
	height: 100%;
	width: 100%;
}

.pattern {
	background-repeat: no-repeat;
}

.pattern--left, .pattern--rb {
	background-position: 100% 100%;
}

.pattern--rt {
	background-position: 100% 0;
}

.pattern--lb-rt {
	background-position: 0 100%, 100% 0;
}

.inner--grey .pattern--right {
	background-image: url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-right-grey-bg.svg");
}

.inner--grey .pattern--right.nitro-lazy {
	background-image: none !important;
}

.inner--blue .pattern--right {
	background-image: url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-right-blue-bg.svg");
}

.inner--blue .pattern--right.nitro-lazy {
	background-image: none !important;
}

.inner--pink .pattern--right, .inner--pink-light .pattern--right {
	background-image: url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-right-pink-bg.svg");
}

.inner--pink .pattern--right.nitro-lazy, .inner--pink-light .pattern--right.nitro-lazy {
	background-image: none !important;
}

.inner--grey .pattern--left {
	background-image: url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-left-grey-bg.svg");
}

.inner--grey .pattern--left.nitro-lazy {
	background-image: none !important;
}

.inner--blue .pattern--left {
	background-image: url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-left-blue-bg.svg");
}

.inner--blue .pattern--left.nitro-lazy {
	background-image: none !important;
}

.inner--pink .pattern--left, .inner--pink-light .pattern--left {
	background-image: url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-left-pink-bg.svg");
}

.inner--pink .pattern--left.nitro-lazy, .inner--pink-light .pattern--left.nitro-lazy {
	background-image: none !important;
}

.inner--grey.pattern--rb {
	background-image: url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-full-rb-grey-bg.svg");
}

.inner--grey.pattern--rb.nitro-lazy {
	background-image: none !important;
}

.inner--blue.pattern--rb {
	background-image: url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-full-rb-blue-bg.svg");
}

.inner--blue.pattern--rb.nitro-lazy {
	background-image: none !important;
}

.inner--pink-light.pattern--rb, .inner--pink.pattern--rb {
	background-image: url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-full-rb-pink-bg.svg");
}

.inner--pink-light.pattern--rb.nitro-lazy, .inner--pink.pattern--rb.nitro-lazy {
	background-image: none !important;
}

.inner--grey.pattern--rt {
	background-image: url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-full-rt-grey-bg.svg");
}

.inner--grey.pattern--rt.nitro-lazy {
	background-image: none !important;
}

.inner--blue.pattern--rt {
	background-image: url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-full-rt-blue-bg.svg");
}

.inner--blue.pattern--rt.nitro-lazy {
	background-image: none !important;
}

.inner--pink-light.pattern--rt, .inner--pink.pattern--rt {
	background-image: url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-full-rt-pink-bg.svg");
}

.inner--pink-light.pattern--rt.nitro-lazy, .inner--pink.pattern--rt.nitro-lazy {
	background-image: none !important;
}

.inner--grey.pattern--lb-rt {
	background-image: url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-full-lb-grey-bg.svg"), url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-full-rt-grey-bg.svg");
}

.inner--grey.pattern--lb-rt.nitro-lazy {
	background-image: none !important;
}

.inner--blue.pattern--lb-rt {
	background-image: url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-full-lb-blue-bg.svg"), url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-full-rt-blue-bg.svg");
}

.inner--blue.pattern--lb-rt.nitro-lazy {
	background-image: none !important;
}

.inner--pink-light.pattern--lb-rt, .inner--pink.pattern--lb-rt {
	background-image: url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-full-lb-pink-bg.svg"), url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-full-rt-pink-bg.svg");
}

.inner--pink-light.pattern--lb-rt.nitro-lazy, .inner--pink.pattern--lb-rt.nitro-lazy {
	background-image: none !important;
}

.pattern--menu {
	background-image: url("https://www.waterfronthospital.co.uk/nitropack_static/gycwWwfiJIQfiQufbflAmzWVvgpUeJdC/assets/images/optimized/rev-67cc2fe/www.waterfronthospital.co.uk/wp-content/themes/waterfront/assets/img/structural/pattern-menu-bg.svg");
	background-position: 100% 100%;
}

.pattern--menu.nitro-lazy {
	background-image: none !important;
}

.button {
	display: inline-flex;
	height: 42px;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-radius: 21px;
	padding-left: 20px;
	padding-right: 20px;
}

.button--after:after {
	content: "";
	position: absolute;
	inset: 0;
}

.button__label {
	font-family: Nunito, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 17px;
	letter-spacing: 1.3px;
}

.button__icon {
	position: relative;
	margin-left: 10px;
}

.button--transparent {
	height: auto;
	padding-left: 0;
	padding-right: 0;
}

.button--blue {
	background-color: rgb(36, 54, 69, var(--tw-bg-opacity));
	color: rgb(255, 255, 255, var(--tw-text-opacity));
}

.button--blue, .button--white {
	--tw-bg-opacity: 1;
	--tw-text-opacity: 1;
}

.button--white {
	background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
	color: rgb(36, 54, 69, var(--tw-text-opacity));
}

.button__icon svg {
	position: relative;
	right: 0;
	z-index: 1;
	transition-property: right;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.button:hover .button__icon svg {
	right: -5px;
}

.main-nav, .main-nav>li {
	display: flex;
}

.main-nav>li {
	position: relative;
}

.main-nav>li>a {
	display: flex;
	align-items: center;
	padding: 16px 20px 21px;
	font-family: Nunito, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1.3px;
}

.main-nav>li:hover {
	--tw-bg-opacity: 1;
}

.main-nav>li .dropdown, .main-nav>li:hover {
	background-color: rgb(255, 246, 239, var(--tw-bg-opacity));
}

.main-nav>li .dropdown {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: 298px;
	border-bottom-width: 5px;
	--tw-border-opacity: 1;
	border-color: rgb(185, 119, 37, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	padding-left: 20px;
	padding-top: 45px;
	padding-bottom: 20px;
	opacity: 0;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s;
	transition: opacity .24s ease-in-out, visibility 0ms;
}

.main-nav>li:hover .dropdown {
	visibility: visible;
	opacity: 1;
	transition: opacity .24s ease-in-out, visibility .24s;
}

.dropdown a {
	font-size: 13px;
	text-transform: uppercase;
	line-height: 18px;
	letter-spacing: 1.3px;
	color: rgba(36, 54, 69, .8);
}

.dropdown a:hover, .dropdown li.current-menu-item a {
	color: #243645;
}

.copy>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(20px * ( 1 - var(--tw-space-y-reverse) ));
	margin-bottom: calc(20px * var(--tw-space-y-reverse));
}

.copy strong {
	font-weight: 700;
}

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

.copy a:hover {
	text-decoration-line: none;
}

.copy ol, .copy ul {
	list-style-position: inside;
}

.copy ol>:not([hidden])~:not([hidden]), .copy ul>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(20px * ( 1 - var(--tw-space-y-reverse) ));
	margin-bottom: calc(20px * var(--tw-space-y-reverse));
}

.copy ul li {
	position: relative;
	padding-left: 20px;
}

.copy ul li:before {
	position: absolute;
	left: 0;
	top: 5px;
	height: 9px;
	width: 9px;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'9\' height=\'9\'%3E%3Cg fill=\'none\' stroke=\'%23ba7724\' stroke-width=\'2\' data-name=\'Ellipse 17\'%3E%3Ccircle cx=\'4.5\' cy=\'4.5\' r=\'4.5\' stroke=\'none\'/%3E%3Ccircle cx=\'4.5\' cy=\'4.5\' r=\'3.5\'/%3E%3C/g%3E%3C/svg%3E");
}

.copy ol {
	list-style-type: decimal;
}

.copy li br:not(:first-of-type) {
	content: "";
	margin-bottom: 8px;
	display: flex;
	width: 100%;
}

.copy--testimonial h2 {
	font-family: Nunito, sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 29px;
}

@media (min-width:1024px) {
	.copy--testimonial h2 {
		font-size: 35px;
		line-height: 40px;
	}
}

.letter {
	height: 29px;
	width: 29px;
	--tw-bg-opacity: 1;
	background-color: rgb(225, 227, 232, var(--tw-bg-opacity));
}

.letter[disabled] {
	opacity: .25;
}

.letter:not([disabled]).active, .letter:not([disabled]):hover {
	--tw-bg-opacity: 1;
	background-color: rgb(36, 54, 69, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255, 255, 255, var(--tw-text-opacity));
}

.input {
	height: 29px;
	width: 100%;
	border-radius: 0;
}

.input--search {
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(36, 54, 69, var(--tw-border-opacity));
	background-position: left 3px center;
	background-repeat: no-repeat;
	padding-left: 28px;
}

.input--search::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgb(36, 54, 69, var(--tw-text-opacity));
}

.input--search::placeholder {
	--tw-text-opacity: 1;
	color: rgb(36, 54, 69, var(--tw-text-opacity));
}

.input--search {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'18.665\' height=\'18.664\'%3E%3Cg fill=\'none\' stroke=\'%23ba7724\' stroke-width=\'2\' data-name=\'Group 1475\'%3E%3Cg data-name=\'Ellipse 9\' transform=\'rotate(45 4.292 10.362)\'%3E%3Ccircle cx=\'6.069\' cy=\'6.069\' r=\'6.069\' stroke=\'none\'/%3E%3Ccircle cx=\'6.069\' cy=\'6.069\' r=\'5.069\'/%3E%3C/g%3E%3Cpath stroke-linecap=\'round\' d=\'m13.107 12.841 4.144 4.41\' data-name=\'Line 109\'/%3E%3C/g%3E%3C/svg%3E");
}

.input--search.nitro-lazy {
	background-image: none !important;
}

.results-list, .search-list {
	-moz-column-gap: 60px;
	column-gap: 60px;
	-moz-column-rule-style: solid;
	column-rule-style: solid;
}

.results-list.cols {
	-moz-columns: 3;
	column-count: 3;
	-moz-column-rule-color: #b97725;
	column-rule-color: #b97725;
}

.results-list li {
	padding-top: 13px;
	padding-bottom: 13px;
}

.search-list.cols>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(15px * ( 1 - var(--tw-space-y-reverse) ));
	margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

@media (min-width:768px) {
	.search-list.cols {
		-moz-columns: 3;
		column-count: 3;
		-moz-column-gap: 60px;
		column-gap: 60px;
	}
	
	.search-list.cols>:not([hidden])~:not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * ( 1 - var(--tw-space-y-reverse) ));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}
}

.search-list.cols {}

@media (min-width:768px) {
	.search-list li {
		padding-top: 13px;
		padding-bottom: 13px;
	}
}

.select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	outline: 2px solid rgba(0, 0, 0, 0);
	outline-offset: 2px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'10.085\' height=\'6.991\' data-name=\'Chevron Arrow (Down)\'%3E%3Cpath fill=\'%23b97725\' d=\'M0 .751A.749.749 0 0 1 .288.16a.75.75 0 0 1 1.053.129l3.7 4.735 3.7-4.735A.75.75 0 0 1 9.794.16a.75.75 0 0 1 .129 1.053L5.631 6.704a.75.75 0 0 1-.591.288.75.75 0 0 1-.591-.288L.157 1.213A.747.747 0 0 1 0 .751Z\' data-name=\'Path 4776\'/%3E%3C/svg%3E");
}

.select.nitro-lazy {
	background-image: none !important;
}

.select--categories {
	font-size: 22px;
	line-height: 27px;
}

.select--categories, .select--filter {
	border-radius: 7px;
	--tw-bg-opacity: 1;
	background-color: rgb(225, 227, 232, var(--tw-bg-opacity));
	background-position: right 14px center;
	padding: 10px 31px 11px 12px;
}

.select--filter {
	height: 48px;
	width: 160px;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
}

.details>.details__summary {
	list-style-type: none;
}

.details>.details__summary::marker {
	display: none;
}

.details>.details__summary svg {
	--tw-rotate: 0deg;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .3s;
}

.details>.details__summary svg, .details[open]>.details__summary svg {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.details[open]>.details__summary svg {
	--tw-rotate: -180deg;
}

::-webkit-details-marker {
	display: none;
}

.details--menu>.details__summary {
	list-style-type: none;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(185, 119, 37, var(--tw-border-opacity));
	padding: 24px 20px 23px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 17px;
	letter-spacing: 1.3px;
	--tw-text-opacity: 1;
	color: rgb(255, 255, 255, var(--tw-text-opacity));
}

nav .link {
	color: rgb(255, 255, 255, var(--tw-text-opacity));
}

.details--menu__link, nav .link {
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(185, 119, 37, var(--tw-border-opacity));
	padding: 24px 20px 23px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 17px;
	letter-spacing: 1.3px;
	--tw-text-opacity: 1;
}

.details--menu__link {
	color: rgb(36, 54, 69, var(--tw-text-opacity));
}

.modal {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	margin: 0 auto;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	overflow: auto;
	opacity: 0;
}

.modal[open] {
	visibility: visible;
	opacity: 1;
}

.modal--mobilemenu {
	top: 100px;
}

.modal--mobilemenu[open] {
	z-index: 49;
}

.modal__content {
	position: relative;
	height: 100%;
}

.modal__content-inner {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.modal__close {
	display: flex;
	align-items: center;
	justify-content: center;
	outline: 2px solid rgba(0, 0, 0, 0);
	outline-offset: 2px;
}

.buttons>[disabled] {
	cursor: default;
	opacity: .45;
}

.image-gallery .keen-slider {
	cursor: grab;
}

.image-gallery .keen-slider__slide {
	display: flex;
	align-items: center;
}

.dots>* {
	position: relative;
	display: flex;
	height: 9px;
	width: 9px;
}

.dots>:before {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'9\' height=\'9\'%3E%3Cg fill=\'none\' stroke=\'%23ba7724\' stroke-width=\'2\' data-name=\'Ellipse 17\'%3E%3Ccircle cx=\'4.5\' cy=\'4.5\' r=\'4.5\' stroke=\'none\'/%3E%3Ccircle cx=\'4.5\' cy=\'4.5\' r=\'3.5\'/%3E%3C/g%3E%3C/svg%3E");
	position: absolute;
	top: 0;
	left: 0;
	height: 9px;
	width: 9px;
	background-size: cover;
	background-repeat: no-repeat;
}

.dots>.active:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'9\' height=\'9\'%3E%3Cg fill=\'%23ba7724\' stroke=\'%23ba7724\' stroke-width=\'2\' data-name=\'Ellipse 16\'%3E%3Ccircle cx=\'4.5\' cy=\'4.5\' r=\'4.5\' stroke=\'none\'/%3E%3Ccircle cx=\'4.5\' cy=\'4.5\' r=\'3.5\' fill=\'none\'/%3E%3C/g%3E%3C/svg%3E");
}

.hover\:no-underline:hover {
	text-decoration-line: none;
}

@media (min-width:640px) {
	.sm\:mx-0 {
		margin-left: 0;
		margin-right: 0;
	}
	
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width:768px) {
	.md\:order-last {
		order: 9999;
	}
	
	.md\:mx-0 {
		margin-left: 0;
		margin-right: 0;
	}
	
	.md\:mt-0 {
		margin-top: 0;
	}
	
	.md\:block {
		display: block;
	}
	
	.md\:flex {
		display: flex;
	}
	
	.md\:hidden {
		display: none;
	}
	
	.md\:w-\[272px\] {
		width: 272px;
	}
	
	.md\:w-\[374px\] {
		width: 374px;
	}
	
	.md\:flex-row {
		flex-direction: row;
	}
	
	.md\:pt-\[13px\] {
		padding-top: 13px;
	}
}

@media (min-width:1024px) {
	.lg\:order-first {
		order: -9999;
	}
	
	.lg\:order-last {
		order: 9999;
	}
	
	.lg\:mx-0 {
		margin-left: 0;
		margin-right: 0;
	}
	
	.lg\:mb-\[21px\] {
		margin-bottom: 21px;
	}
	
	.lg\:ml-0 {
		margin-left: 0;
	}
	
	.lg\:mr-\[-60px\] {
		margin-right: -60px;
	}
	
	.lg\:mt-0 {
		margin-top: 0;
	}
	
	.lg\:mt-\[25px\] {
		margin-top: 25px;
	}
	
	.lg\:mt-\[29px\] {
		margin-top: 29px;
	}
	
	.lg\:block {
		display: block;
	}
	
	.lg\:flex {
		display: flex;
	}
	
	.lg\:hidden {
		display: none;
	}
	
	.lg\:aspect-\[1182\/665\] {
		aspect-ratio: 1182/665;
	}
	
	.lg\:aspect-auto {
		aspect-ratio: auto;
	}
	
	.lg\:w-1\/2 {
		width: 50%;
	}
	
	.lg\:w-\[172px\] {
		width: 172px;
	}
	
	.lg\:columns-2 {
		-moz-columns: 2;
		column-count: 2;
	}
	
	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.lg\:flex-row {
		flex-direction: row;
	}
	
	.lg\:items-center {
		align-items: center;
	}
	
	.lg\:justify-end {
		justify-content: flex-end;
	}
	
	.lg\:justify-between {
		justify-content: space-between;
	}
	
	.lg\:space-y-\[25px\]>:not([hidden])~:not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(25px * ( 1 - var(--tw-space-y-reverse) ));
		margin-bottom: calc(25px * var(--tw-space-y-reverse));
	}
	
	.lg\:px-\[65px\] {
		padding-left: 65px;
		padding-right: 65px;
	}
	
	.lg\:pb-\[32px\] {
		padding-bottom: 32px;
	}
	
	.lg\:pb-\[80px\] {
		padding-bottom: 80px;
	}
	
	.lg\:pb-\[90px\] {
		padding-bottom: 90px;
	}
	
	.lg\:pb-\[94px\] {
		padding-bottom: 94px;
	}
	
	.lg\:pl-\[65px\] {
		padding-left: 65px;
	}
	
	.lg\:pr-\[30px\] {
		padding-right: 30px;
	}
	
	.lg\:pt-\[25px\] {
		padding-top: 25px;
	}
	
	.lg\:pt-\[70px\] {
		padding-top: 70px;
	}
	
	.lg\:pt-\[80px\] {
		padding-top: 80px;
	}
}

@media (min-width:1180px) {
	.min-\[1180px\]\:ml-0 {
		margin-left: 0;
	}
	
	.min-\[1180px\]\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.min-\[1180px\]\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}
	
	.min-\[1180px\]\:pl-\[65px\] {
		padding-left: 65px;
	}
}

@media (min-width:1280px) {
	.xl\:mr-\[-60px\] {
		margin-right: -60px;
	}
	
	.xl\:block {
		display: block;
	}
	
	.xl\:hidden {
		display: none;
	}
	
	.xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.xl\:pb-\[50px\] {
		padding-bottom: 50px;
	}
	
	.xl\:pl-0 {
		padding-left: 0;
	}
	
	.xl\:pl-\[65px\] {
		padding-left: 65px;
	}
	
	.xl\:pr-0 {
		padding-right: 0;
	}
	
	.xl\:pr-\[146px\] {
		padding-right: 146px;
	}
	
	.xl\:pr-\[71px\] {
		padding-right: 71px;
	}
	
	.xl\:pt-\[80px\] {
		padding-top: 80px;
	}
}
