/*
LESS CMS39 compiler 
lessc -x style.less > style.css
lessc main.less main.css
*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ==========================================================================
   CMS39 Base styles: opinionated defaults
   ========================================================================== */
/* all */
::-webkit-input-placeholder {
  color: #282829;
  font-size: 1em;
}
::-moz-placeholder {
  color: #282829;
  font-size: 1em;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #282829;
  font-size: 1em;
}
/* ie */
input:-moz-placeholder {
  color: #282829;
  font-size: 1em;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* #Custom
================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.css_root_39 .slider_data {
  height: 70vh;
}
.css_root_39 .slider_data .my-slider {
  height: 70vh;
}
.logo-mb {
  width: 120px;
  display: inline-block;
  position: absolute;
  z-index: 10;
  margin: 40px 0 0 10px;
}
.slider_data {
  height: 50vh;
  display: block;
  position: relative;
  width: 100%;
}
.slider_data .my-slider {
  height: 50vh;
}
.slider_data .my-slider .sl {
  height: 100%;
  position: relative;
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider_data .enjoy {
  background: url(img/beachbums/enjoy-summer-have-fun.png) no-repeat;
  width: 180px;
  height: 138px;
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.slider_data .imgHeroGull {
  position: absolute;
  width: 100px;
  top: 40px;
  right: 20px;
  z-index: 50;
}
.slider_data .imgHeroGull img {
  width: 100%;
  height: auto;
}
.slider_data .imgHeroBoat {
  position: absolute;
  width: 650px;
  bottom: -40px;
  left: -190px;
  z-index: 50;
}
@media only screen and (max-width: 576px) {
  .slider_data .imgHeroBoat {
    width: 383px;
    bottom: -40px;
    left: -120px;
  }
}
.slider_data .imgHeroBoat img {
  width: 100%;
  height: auto;
}
.slider_data .section {
  height: 70px;
  position: absolute;
  z-index: 55;
  width: 90px;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider_data .section::before {
  animation: bounce 1s ease infinite;
  bottom: 2rem;
  color: #fff;
  content: '╲╱';
  font-size: 2rem;
  height: 4rem;
  left: 50%;
  letter-spacing: -1px;
  line-height: 4rem;
  margin-left: -3rem;
  opacity: 0.8;
  position: absolute;
  text-align: center;
  width: 6rem;
}
@keyframes bounce {
  50% {
    transform: translateY(-50%);
  }
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background: #fff;
  font-size: 12px;
  font-family: co-headline, sans-serif;
  color: #1D1D1B;
  padding: 0px;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
}
a {
  color: #282829;
  text-decoration: none;
}
a:hover {
  color: #200b3c;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #200b3c;
}
a:active {
  text-decoration: none;
  color: #200b3c;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: co-headline, sans-serif;
  text-align: center;
  font-weight: 800;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #fbbd0b;
}
.yellowbtn {
  display: inline-block;
  background: #fbbd0b;
  color: #200b3c;
  font-family: co-headline, sans-serif;
  font-size: 14px;
  padding: 8px 20px 12px;
}
.col-home-highlight {
  text-align: center;
}
.col-home-highlight .inner {
  margin: 5px;
}
@media only screen and (max-width: 576px) {
  .col-home-highlight {
    margin: 0 0 25px 0;
  }
  .col-home-highlight img {
    max-width: 250px;
    height: auto;
    margin: 0 auto;
  }
}
.col-home-highlight h3 {
  font-size: 30px;
  margin: 10px 0 0 0;
}
#mainWrapper {
  margin: 0 auto;
  position: relative;
}
.mobileNavArea {
  position: absolute;
  text-align: left;
  padding: 7px 7px 5px;
  z-index: 100;
  width: 100%;
}
.mobileNavArea .mobileLogo {
  display: inline-block;
  width: 100px;
}
.mobileNavArea .mobileToggle {
  position: absolute;
  right: 7px;
  font-size: 30px;
  top: 20px;
  -moz-test-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.mobileNavArea .mobileToggle a.collapsed {
  color: #fbbd0b;
}
.mobileNavArea .mobileToggle a {
  color: #FFFFFF;
}
.mobileNavArea .mobileNav {
  position: absolute;
  width: 100%;
  z-index: 300;
  margin: 0px;
  padding: 0px;
  left: 0px;
}
.mobileNavArea .mobileNav nav {
  margin: 20px;
  background: #fbbd0b;
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.mobileNavArea .mobileNav nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.mobileNavArea .mobileNav nav ul li a {
  font-weight: bold;
  font-size: 14px;
}
.mobileNavArea .mobileNav nav ul li a:hover {
  color: #FFFFFF;
}
.mapTitleSidebar {
  font-size: 16px;
}
.mapInfo h4 {
  font-size: 14px;
}
#mapSide {
  width: 100%;
  height: 400px;
  margin: 20px 0 0 0;
}
#marArea {
  position: relative;
  margin: 40px 0;
  text-align: center;
}
#marArea #map {
  width: 100%;
  height: 400px;
  margin: 20px 0 0 0;
}
#marArea h2 {
  font-size: 50px;
  font-weight: 900;
}
#marArea h3 {
  font-weight: 200;
  line-height: 21px;
  margin-bottom: 20px;
}
#areaGallerysLoop h5 {
  text-align: center;
  margin: 20px 0 10px 0;
}
.cms39_gallery_wrapper_grid_cell a {
  padding: 5px;
  display: inline-block;
}
.carousel-gallery-master {
  margin: 10px 0 40px 0;
}
.carousel-gallery-master h3 {
  font-size: 15px;
}
.carousel-gallery-master img {
  display: block;
  height: 100px;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .carousel-gallery-master img {
    height: 200px;
  }
}
.whychoose {
  text-align: center;
  font-size: 14px;
}
.whychoose h2 {
  font-size: 44px;
  font-family: co-headline, sans-serif;
}
.whychoose h3 {
  font-family: co-headline, sans-serif;
  font-size: 21px;
}
#linesBoat {
  height: 20px;
  background: url(img/beachbums/watersportspattern.png) repeat-x;
  max-width: 320px;
  margin: 0 auto 50px auto;
}
.submenus ul {
  margin: 0px 0 30px 0;
  padding: 0px;
}
.submenus ul li {
  display: block;
  padding: 0px;
  margin: 0px 0 2px 0;
}
.submenus ul li a {
  display: block;
  padding: 7px 10px;
  background: #200b3c;
  color: #fbbd0b;
  font-size: 14px;
}
.submenus ul li a:hover,
.submenus ul li a.active {
  background: #fbbd0b;
  color: #200b3c;
}
.sidebarPricelist .bookingInfo {
  margin: 10px 0 0 0;
}
.sidebarPricelist .pricelistInfo {
  margin: 0 0 10px 0;
}
.sidebarPricelist .themeH2 {
  color: #fbbd0b;
}
.sidebarPricelist ul {
  margin: 0px 0 10px;
  padding: 0px;
  list-style-position: inside;
  list-style-type: none;
}
.sidebarPricelist ul li {
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #e0e0e0;
  padding: 3px 0px;
}
.theme_packs_obj a {
  text-decoration: none !important;
}
#activities {
  margin-bottom: 60px;
}
#activities .theme_packs_obj {
  margin-right: 0px;
  background: transparent;
  margin-bottom: 0px;
  padding: 5px;
}
@media only screen and (max-width: 576px) {
  #activities .theme_packs_obj {
    width: 50%;
  }
}
#activities .theme_packs_obj h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  font-family: co-headline, sans-serif;
  margin: 5px 0 5px 0;
}
.nav-tabs {
  font-size: 16px;
}
.sidebarArea {
  background: white;
  padding: 10px;
  border: 1px solid #e2dfdf 52;
}
#areaGallery {
  margin-bottom: 30px;
}
#areaContent {
  position: relative;
  padding: 0px 0 40px 0;
  margin-top: 9px;
}
.btnt {
  background: #fbbd0b;
  padding: 15px 40px;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  color: #200b3c;
  font-weight: 600;
}
.btnt:hover {
  background: #200b3c;
  color: #FFFFFF;
}
.bookingBTN {
  background: #fbbd0b;
  padding: 15px 40px;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  color: #200b3c;
  font-weight: 600;
}
.bookingBTN:hover {
  background: #200b3c;
  color: #FFFFFF;
}
h2.themeH2 {
  color: #200b3c;
  font-size: 19px;
  line-height: 20px;
  line-height: normal;
  font-family: co-headline, sans-serif;
  font-style: normal;
  font-weight: 600;
}
h2.themeH2 i {
  transform: rotate(-29deg);
  font-size: 33px;
}
#theme_packs_container {
  margin: 60px auto 0 auto;
}
.theme_packs_obj.active {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.theme_packs_obj .content {
  text-align: center;
  position: relative;
  padding: 30px 10px;
  margin: 5px;
  border: 1px solid #e2e2e2;
}
.theme_packs_obj .content:hover {
  border-color: #fbbd0b;
}
.theme_packs_obj .content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
#areaRateus {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 25px;
}
#areaHighlights {
  text-align: center;
  padding: 20px 0 40px 0;
}
#areaHighlights ul {
  margin: 0px;
  padding: 0px;
}
#areaHighlights ul li {
  display: inline-block;
  padding: 0px 7px;
  font-size: 16px;
}
footer {
  margin: 160px 0 0 0;
  color: #200b3c;
  text-align: center;
}
footer .foot_1_1 {
  margin: 0 0 20px 0;
  font-size: 25px;
}
footer .foot_1_2 {
  margin: 40px 0 40px 0;
}
footer ul {
  margin: 0px;
  padding: 0px;
}
footer ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
footer .logo {
  width: 250px;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -140px;
}
footer .waves {
  background: url(img/beachbums/yellow-waves.png) repeat-x;
  min-height: 40px;
}
footer .inner {
  position: relative;
  padding: 90px 0 20px 0;
  background: #fbbd0b;
}
footer a {
  color: #200b3c;
}
footer .foot_1 {
  text-align: center;
}
footer .foot_2 {
  margin: 40px 0 0 0;
}
.copyright {
  margin: 20px 0px;
  display: inline-block;
}
.contactform {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
  .contactform {
    width: 100%;
  }
}
.contactform label {
  display: none;
}
.contactform input,
.contactform textarea {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #200b3c;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  color: #200b3c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.contactform .contact_back_btn {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}
.contactform .btn {
  background: #fbbd0b;
  padding: 15px 40px;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  color: #200b3c;
  font-weight: 600;
  height: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.contactform .btn:hover {
  background: #200b3c;
  color: #FFFFFF;
}
.list_theme ul {
  margin: 30px 0px;
  padding: 0px;
}
.list_theme ul li {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  margin: 2px;
  font-size: 13px;
  padding: 4px 8px;
  background: #200b3c;
  color: #fbbd0b;
}
.list_theme ul li a {
  color: #fbbd0b;
  text-decoration: underline;
}
.iti {
  width: 100%;
}
.post {
  font-size: 20px;
  text-align: center;
}
.post a {
  text-decoration: underline;
}
.post a:hover {
  color: #fbbd0b;
}
.post ul {
  list-style-position: inside;
  padding: 0px;
}
.theme_title_area {
  text-align: center;
  margin: 0px 0 30px 0;
}
@media only screen and (max-width: 576px) {
  .theme_title_area {
    text-align: center;
  }
}
.theme_title_area h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 30px;
}
@media only screen and (max-width: 576px) {
  .theme_title_area h1 {
    font-size: 25px;
    line-height: 20px;
  }
}
.theme_title_area h5 {
  font-weight: 500;
  max-width: 500px;
  margin: -18px auto 0;
  font-size: 23px;
  opacity: 0.5;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .theme_title_area h5 {
    margin: -18px auto 0;
  }
}
.iti__flag-container {
  font-size: 16px;
  font-weight: 400;
}
.reservationArea {
  background: #f6f6f6 96;
  position: relative;
  clear: both;
  padding: 40px 0;
}
.qodef-row-overlapping-text.qodef-appear {
  opacity: 1;
}
.qodef-row-overlapping-text {
  text-align: right;
  font-size: 232px;
  line-height: 0px;
  padding: 0px 0;
  color: #f6f6f6 96;
  position: absolute;
  bottom: -60px;
  right: 0px;
  font-weight: 900;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.35s cubic-bezier(0, 0, 0.5, 0.99);
  -moz-transition: all 0.35s cubic-bezier(0, 0, 0.5, 0.99);
  transition: all 0.35s cubic-bezier(0, 0, 0.5, 0.99);
  letter-spacing: -20px;
}
.position-center-center {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flex-text {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.cms39-top {
  padding: 6px 0px;
  margin: 0px;
  background: #fbbd0b;
  color: #200b3c;
}
.cms39-top a {
  padding: 0 4px;
}
.cms39-top a.active,
.cms39-top a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.cms39-top .title {
  font-weight: bold;
}
.cms39-top nav {
  display: inline-block;
}
.cms39-top ul {
  margin: 0px;
  padding: 0px;
}
.cms39-top ul li {
  display: inline-block;
}
.cms39-top ul li a {
  display: block;
}
.cms39-top .lang-nav ul {
  list-style: none;
}
header {
  background: #200b3c;
  width: 100%;
  text-align: center;
}
header .flex-text {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .navigation-outer {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  header .navigation-outer {
    display: none;
  }
}
header .navigation {
  width: 100%;
  text-align: center;
}
header .navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .navigation ul li {
  display: inline-block;
  position: relative;
}
header .navigation ul li a {
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  font-weight: 800;
  position: relative;
  line-height: normal;
  padding: 18px 8px;
  text-transform: uppercase;
}
header .navigation ul li a.active,
header .navigation ul li a:hover {
  color: #fbbd0b;
}
header .logo {
  float: left;
  width: auto;
  line-height: 0;
  margin: 0;
  padding: 8px 0;
  position: relative;
  z-index: 10;
}
header .logo img {
  max-width: 120px;
  height: auto;
  position: absolute;
  margin-left: -60px;
  margin-top: -50px;
}
.bread {
  background: transparent;
  margin-bottom: 0px;
  padding: 0px;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 576px) {
  .bread {
    margin: 30px 0 0 0;
  }
}
.bread .breadcrumb {
  background: transparent;
  margin: 0 0 0px 0;
  text-align: left;
  display: block;
  padding: 10px 0;
}
.bread .breadcrumb li {
  display: inline-block;
  padding: 2px;
  margin: 2px;
}
.bread .breadcrumb li:after {
  font-family: FontAwesome;
  content: "\f054";
  display: inline-block;
  padding-left: 9px;
  vertical-align: middle;
  color: #200b3c;
}
.bread .breadcrumb li:last-of-type {
  margin-right: 0px;
}
.bread .breadcrumb li:last-of-type:after {
  display: none;
}
.bread .breadcrumb li a {
  color: #200b3c;
}
.bread .breadcrumb > li + li:before {
  color: #200b3c;
}
.shadow_txt {
  -moz-test-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.shadow_box {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.shadow_box_inner {
  -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  text-align: -webkit-match-parent;
}
.mtable {
  height: 100%;
  width: 100%;
  display: table;
}
.mtable .mcell {
  display: table-cell;
  vertical-align: middle;
}
.text-hide {
  overflow: hidden;
  text-indent: -1500px;
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.relative {
  position: relative;
}
img {
  vertical-align: middle;
}
.img-full {
  width: 100%;
  height: auto;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* #Media Queries
================================================== */
/* Xtra Large devices (large desktops, 1200px and up) */
/* Large devices (desktops, 992px and up) */
/* Medium devices (desktops, 768px and up) */
/* Small devices (tablets, 576px and up) */
/* X Small devices (tablets, 576px and down) */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
