/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

@import url('https://fonts.googleapis.com/css?family=Raleway:600,700,800');

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	scroll-behavior: smooth;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #343F4D;
}




/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
    padding-top: 80px;
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*background: #343f4d;*/
	background: #2E3743;
	
	color: #ffffff;
}
.container {
    max-width: 1200px;
}
a {
    color: #00B1EB;
    text-decoration: underline;
	transition: 0.3s;
}
a:hover {
    color: #ffffff;
    text-decoration: underline;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.7rem;
    letter-spacing: 0.02em;
}

.h2, h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 55px;
    line-height: 3.45rem;
    font-weight: 800;
    position: relative;
}

.lined:after {
    content: "";
    height: 4px;
    width: 6rem;
    position: absolute;
    bottom: 0px;
    left: 0;
    border: 2px solid;
}
.subh2{
    font-size: 1.4rem;
    font-weight: 700;
	line-height: 1.4rem;
}


.w-300{
	width: 100%;
    max-width: 300px;
}
.w-350{
	width: 100%;
    max-width: 350px;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.fair-button {
    background: #fff;
    border-radius: 0;
    padding: 14px 40px 14px 86px;
    border: 0;
    text-decoration: none;
    letter-spacing: 0.04em;
    position: relative;
    width: 300px;
}
a.btn.fair-button:after {
    content: "";
    height: 52px;
    width: 52px;
    position: absolute;
    left: 0;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    top: 0;
}
.download-button {
    background: #fff;
    border-radius: 0;
    padding: 14px 40px 14px 100px;
    border: 0;
    text-decoration: none;
    letter-spacing: 0.04em;
    position: relative;
}
a.btn.download-button:after {
    content: "";
    height: 52px;
    width: 52px;
    position: absolute;
    left: 0;
	background: #00B1EB;
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    top: 0;
}


a.btn.fair-button.text-blue:hover {
    background: #00b1ea;
    color: #fff;
}
a.btn.download-button.text-blue:hover {
    background: #00b1ea;
    color: #fff;
}
a.btn.fair-button.text-grey:hover {
    background: #a4a9af;
    color: #fff;
}
a.btn.fair-button.my-5.text-gold:hover {
    background: #c2a681;
    color: #fff;
}
a.btn.fair-button.text-yellow:hover {
    background: #ffab3e;
    color: #fff;
}

.pointer {
    pointer-events: none;
}


/* ================
	C O L O U R S
	=============== */

.text-blue {color: #00B1EB;}
.text-gold {color: #c2a681;}
.text-grey {color: #A4A9AF;}
.text-yellow {color:#FFAB3E;}
.text-greenDark {color: #00BCA0;}
.text-greenLight {color: #AFCA0B;}
.text-magent {color: #FA1368;}
.text-darkBlue {color: #343F4D;}
.text-white {color: #ffffff;}
.text-purple {color: #A78CC1;}
.text-orange {color: #F39400;}


.text-blue.fair-button:after  {background-color: #00B1EB;}
.text-gold.fair-button:after  {background-color: #c2a681;}
.text-grey.fair-button:after  {background-color: #A4A9AF;}
.text-yellow.fair-button:after {background-color: #FFAB3E;}
.text-darkBlue.fair-button:after {background-color: #343F4D;}
.text-blue.fair-button:after { background-color: #00B1EB;}
.text-orange.fair-button:after { background-color: #F39400;}



.bg-blue {background-color: #00B1EB;}
.bg-white {background-color: #FFFFFF;}
.bg-gold {background-color: #c2a681;}
.bg-grey {background-color: #A4A9AF;}
.bg-grey-light {background-color: #C9C9C9;}
.bg-yellow {background-color: #FFAB3E;}
.bg-greenDark {background-color: #00BCA0;}
.bg-greenLight {background-color: #AFCA0B;}
.bg-magent {background-color: #FA1368;}
.bg-darkblue {background-color: #2E495C;}
.bg-lightBlue {background-color: #eef8fe;}
.bg-midgrey {background-color: #79808d;}
.bg-purple {background-color: #A78CC1;}
.bg-orange {background-color: #F39400;}



.bg-yellow.marker:before {background-color: #FFAB3E;}
.bg-gold.marker:before {background-color: #c2a681;}
.bg-magent.marker:before {background-color: #FA1368;}
.bg-greenLight.marker:before {background-color: #AFCA0B;}
.bg-greenDark.marker:before {background-color: #00BCA0;}
.bg-orange.marker:before {background-color: #F39400;}



/* ==========================================================================
   N A V B A R 
   ========================================================================== */

header {
    background: #343F4D;
    height: 85px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
	z-index: 1000;
}
.nav-up {
    top: -85px;
}
.navbar {
    padding: 0.96rem 0 0.96rem 2%;
}
nav.navbar.navbar-expand-lg {
    width: 100%;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link   {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
	text-decoration: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0.5rem;
}
a.navbar-brand img {
    width: 275px;
    margin-top: 0;
    height: 44px;
}
.navbar-nav li.nav-item {
    padding: 0 1.5rem;
}
a.activeNav {
    color: #00b1ea !important;
}

/* ==========================================================================
   A C C O M M O D A T I O N S   
   ========================================================================== */

	/* I N T R O */

	h1.title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 4rem;
	}

	.to-let {
    font-size: 1.5rem;
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0;
}
	.deer-button {
    background: #fff;
    border-radius: 0;
    border: 0;
    padding: 14px 60px 14px 120px;
    text-decoration: none;
    letter-spacing: 0.04em;
    position: relative;
}

	a.btn.deer-button:after {
		content: "";
		height: 52px;
		width: 52px;
		position: absolute;
		left: 0;
		background-image: url(../img/arrow-bottom.svg);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: center;
		top: 0;
	}

	a.btn.deer-button:hover {
    color: #ffffff;
	}
	.text-darkBlue.deer-button:after {
		background-color: #FFF;
	}

	a.btn.deer-button.text-darkBlue.bg-yellow:after {
    background-color: #ffab3e;
	}
	a.btn.deer-button.text-darkBlue.bg-yellow:hover {
		background: #ffab3e;
	}
	a.btn.deer-button.text-darkBlue.bg-greenLight:after {
    background-color: #AFCA0B;
	}
	a.btn.deer-button.text-darkBlue.bg-greenLight:hover {
		background: #AFCA0B;
	}
	.btn.deer-button.text-darkBlue.bg-magent:hover {
    background: #fa1468;
	}
	a.btn.deer-button.text-darkBlue.bg-greenDark:after {
    background-color: #00BCA0;
	}
	a.btn.deer-button.text-darkBlue.bg-greenDark:hover {
		background: #00BCA0;
	}
	a.btn.deer-button.text-blue:after {
    background-color: #00B1EB;
	}
	a.btn.deer-button.text-blue:hover {
		background: #00B1EB;
	}

	.deer-button-download {
		background: #fff;
		border-radius: 0;
		border: 0;
		padding: 14px 60px 14px 120px;
		text-decoration: none;
		letter-spacing: 0.04em;
		position: relative;
	}
	.deer-button-download:hover {
		background: #2e3743;
		color: #fff;
	}
	a.btn.deer-button-download:after {
			content: "";
			height: 52px;
			width: 52px;
			position: absolute;
			left: 0;
		background-color: #2e3743;
			background-image: url(../img/arrow-bottom.svg);
			background-repeat: no-repeat;
			background-size: 20px;
			background-position: center;
			top: 0;
		}


	.splitLine {
    border-bottom: 2px solid rgba(164, 169, 175, 0.25);
	}
	p.photoLink {
		position: relative;
	}
	p.photoLink:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 20px;
    background-image: url(../img/arrow-dark-right.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 17px;
    top: 12px;
}

	/* B R E A D C R U M B */

	ul.breadcrumb--Acco {
		-webkit-padding-start: 0;
		line-height: 2.5rem;
		margin-bottom: 0;
	}
	.breadcrumb--Acco li {
		display: inline-block;
		padding-right: 10px;
	}
	.breadcrumb--Acco li a {
		color: #889faf;
		font-size: 0.95rem;
	}


	/*  S P E C I F I C A T I O N S  */


	.specs h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    font-weight: 800;
    position: relative;
    letter-spacing: 0.02em;
	margin-bottom: 0;
}
	.specs .h3, .floorplan .h3 {
    font-size: 22px;
    font-size: 1.35rem;
    line-height: 26px;
    line-height: 1.85rem;
    font-weight: 800;
    position: relative;
    letter-spacing: 0.02em;
    padding-bottom: 10px;
    padding-top: 20px;
}
	.specs ul {
		transform: translateX(-40px);
	}
	.specs ul li {
	list-style: none;
	position: relative;
	padding-bottom: 14px;
	}
	.specs ul li {
	max-width: 260px;
	}
	.specs ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #ffab3e;
    border-radius: 50%;
    left: -28px;
    top: 7px;
}
	.headIcon{
		width: 80px;
	}

	.grid{
	background: #3e5573;
	background-size: cover;
	background-blend-mode: normal;
    background-position: center;
    background-repeat: no-repeat;
	transition: all 0.9s ease-in-out;
	cursor: zoom-in;
	}
	.grid:hover {
	background-blend-mode: soft-light;
	transition: all 0.9s ease-in-out;
	}
	.gridLabel {
	display: inline-block;
	padding: 5px 15px;
	margin-top: 20px;
	font-size: 14px;
	letter-spacing: 0.02em;
	}
	.opener img {
    width: 50px;
    display: inline-block;
    margin-right: 20px;
	}
	.opener {
    background: #fff;
    display: inline-block;
    padding: 15px 45px 15px 25px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 1.35rem;
	}
	span.text-dark {
	display: inline-block;
	font-size: 14px;
	padding: 10px 20px;
	}
	.downloadFloor {
    color: #343F4D;
    font-weight: 800;
    letter-spacing: 0.05em;
    border: 2px solid;
    display: inline-block;
    padding: 15px 30px 15px 30px;
    font-size: 20px;
    border-radius: 0;
    float: right;
	}
	a.btn.downloadFloor {
		text-decoration: none;
	}
	img.downloadIcon {
		width: 78px;
		margin-right: 28px;
	}
	a.btn.downloadFloor:hover {
		background: aliceblue;
		color: #343f4d;
	}

/* ==========================================================================
  	L I G H T B O X   G A L L E R Y 
   ========================================================================== */

	.lightboxOverlay {
	background-color: #343f4d;
	opacity: 0.95;
	}
	.lb-nav a.lb-next {
    background: url(../img/lightbox/next.png) 100% 48% no-repeat;
	}
	.lb-nav a.lb-prev {
	background: url(../img/lightbox/prev.png) 0% 48% no-repeat;
	}
	.lb-cancel {
	background: url(../img/lightbox/loading.gif) no-repeat;
	}
	.lb-data .lb-close {
    background: url(../img/lightbox/close.png) top right no-repeat;
	}
	.lightbox .lb-image {
    border: 4px solid rgba(255, 255, 255, 0);
	}
	.lb-outerContainer {
    background-color: rgba(255, 255, 255, 0);
	}
	.lb-data .lb-number {
    font-size: 14px;
    color: #c4c6c9;
    font-size: 0.9em;
	padding-top: 10px;
	}
	.lb-data .lb-caption {
	font-size: 22px;
	font-weight: 700;
	line-height: 1em;
	}

/* ==========================================================================
  A E R I A L   A C C O M M O D A T I O N M A P  -  V I E W 
   ========================================================================== */
	
	
	.aerial-markers {
    width: calc(100% - 30px);
    height: 670px;
    position: absolute;
    top: 0;
	-webkit-transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-ms-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	transition: background 0.5s ease-in-out;
	}

	a .marker {
    color: #ffffff;
    text-decoration: none;
}
	
	.aerial--Selector li {
    list-style: none;
}
	.marker {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    border-radius: 0;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
}
	.marker.bg-gold {
    color: #ffffff;
	}
	.marker:before {
    content: "";
    width: 3px;
    height: 26px;
    position: absolute;
    bottom: -17px;
    left: 37px;
    transform-origin: 50% 50%;
    border-radius: 16px;
}
	.m01 {
    left: 53%;
    top: 31%;
}
	.m02 {
    top: 43%;
    left: 59%;
}
	.m03 {
    top: 35%;
    left: 66%;
}
	.m04 {
    top: 25%;
    left: 57%;
}
	.m05 {
    top: 20%;
    left: 52%;
}
	.m06 {
    top: 15%;
    left: 42%;
}
	.m07 {
    top: 18%;
    left: 31%;
}
	.m08 {
    top: 21%;
    left: 21%;
}
	.m09 {
    top: 25%;
    left: 41%;
}
	.m10 {
    top: 47%;
    left: 77%;
}
	
	
	.pulse {
    position: absolute;
    margin: 50px 14px 3px 14px;
    display: block;
    width: 13px;
    height: 7px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(250,250,250, 0.4);
    animation: pulse 2s infinite;
}
	.pulseNumber {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	}
	.pulseNumber:hover {
	box-shadow: 0 0 0 rgba(250,250,250, 0.4);
    animation: pulse 2s infinite;
	}
	.dot {
    position: absolute;
    margin: 52px 30px 30px 32px;
    display: block;
    width: 13px;
    height: 7px;
    border-radius: 50%;
	}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(250,250,250, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 40px rgba(250,250,250, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(250,250,250, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(250,250,250, 0.4);
    box-shadow: 0 0 0 0 rgba(250,250,250, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 40px rgba(250,250,250, 0);
      box-shadow: 0 0 0 40px rgba(250,250,250, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(250,250,250, 0);
      box-shadow: 0 0 0 0 rgba(250,250,250, 0);
  }
}
	

/* ---------------------------------------------------------------------
	 A C C O M O D A T I O N   R O W   W I T H   H O V E R   E F F E C T
------------------------------------------------------------------------ */
	
	
	a.accoLink  {
    text-decoration: none;
    color: inherit;
	}
	a.accoLink:hover .image {
    opacity: 0.3;
	}
	.image {
	  opacity: 1;
	  display: block;
	  width: 100%;
	  height: auto;
	  transition: .5s ease;
	  backface-visibility: hidden;
	}
	.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-54%, -64%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
	}	
	.accoLink:hover .middle {
  	opacity: 1;
	}
	.square span {
    height: 60px;
    width: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: 600;
	}
	.rowHeight {
	height: 280px;	
	}
	.arrowLink {
    width: 100%;
    text-decoration: none;
    position: relative;
    display: block;
    height: 40px;
    font-weight: 800;
    font-size: 18px;
}
	.arrowLink:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 45px;
    right: -9px;
    top: 8px;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center;
}
	.findout span {
    background: #009fe3;
    height: 68px;
    width: 68px;
    display: inline-block;
    float: left;
}
	.findout span:after {
    content: "";
    background: url(../img/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    height: 68px;
    width: 68px;
    position: absolute;
}
	.findout p {
    height: 62px;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    padding-left: 20px;
    line-height: 4.3rem;
    letter-spacing: 0.05em;
    font-size: 18px;
    color: #fff;
}
	a .findout {
    color: #a4a9af;
    text-decoration: none;
}



/* ==========================================================================
   F  O  O  T  E  R  
   ========================================================================== */


footer { 
	background-color: #2e3743;
}
.legalFont {
    color: #B2B2B2;
    font-size: 12px;
    line-height: 18px;
    width: 90%;
    padding: 30px 0;
}

.footerLink p {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.03em;
	margin-bottom: 2rem;
}
.footerLink a {
    display: block;
	 font-weight: 700;
}
a.logoBox {
    height: 130px;
}
.footerLink img {
    height: 80px;
    margin-bottom: 30px;
}
.ryderLogo {
    height: 100px;
    padding-top: 15px;
}

 .enquiries {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 0.02em;
}
.logoFooter {
    width: 260px;
}
.downloadBtn {
    color: #009fe3;
    font-weight: 800;
    letter-spacing: 0.05em;
    border: 2px solid;
    display: inline-block;
    padding: 15px 36px 15px 35px;
    font-size: 20px;
    transition: 0.5s;
}
img.downloadIconBlue {
		width: 78px;
		margin-right: 28px;
	}
.downloadBtn:hover {
    background: aliceblue;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen and (max-width: 1200px) {
	
	p.photoLink {
		font-size: 14px;
	}

}



@media only screen and (max-width: 992px) {
	
	
	
.h2, h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
    font-weight: 800;
    position: relative;
}	
	
/* =====================================
		N A V   B A R 
========================================*/	
	
ul.navbar-nav.ml-auto {
    padding-top: 40px;
}	
	
nav.navbar.navbar-expand-lg.navbar-dark {
	background: #272f3a;
	
}
.nav-link {
    display: block;
    padding: 1rem;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 2rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: .25rem;
}	
.navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}	
	
/* =====================================
		HOME PAGE 
========================================*/
	
.w-300{
	max-width: 100%;
}
.w-350{
    max-width: 100%;
}

/* =====================================
		ACCOMMODATION 
========================================*/
	
.rowHeight {
    height: auto;
}	
		
}



@media only screen and (max-width: 768px) {
	
	/* =====================================
		FOOTER 
	========================================*/
	
	.downloadBtn {
	letter-spacing: 0.01em;
	padding: 15px;
	font-size: 16px;
	}
	img.downloadIconBlue {
    width: 50px;
    margin-right: 15px;
	}
	.legalFont {
    color: #B2B2B2;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    padding: 15px 0 10px;
	}
	.download-button {
    padding: 14px 24px 14px 76px;
	}

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

@media only screen and (max-width: 576px) {

.deer-button-download {
	padding: 14px 40px 14px 80px;
}
a.navbar-brand img {
    width: 100%;
    max-width: 220px;
    margin-top: 0px;
    height: 44px;
}
	
/* A C C O M M O D A T I O N */	
	
.marker {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 0;
    text-align: center;
    line-height: 22px;
    font-size: 10px;
}	
.pulse {
    display: none;
}	

	
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}