/* global variables, mixins, functions, etc. */
/* ==========================================================================
   SASS Base: Variables, mixins, etc.
   ========================================================================== */
/*
 * Easy conversion to em from pixels
 */
/*
 * Replicate adobe tracking values in em
 */
/*
 * Photoshop Text Shadow
 * NOTE: $spread has no effect for text shadows
 * https://gist.github.com/heygrady/1039282
 */
/*
 * Using variation specific font names from the start to avoid IE8 issues
 * http://help.typekit.com/customer/portal/articles/6855-Using-multiple-weights-and-styles
 */
/* user defined base styles */
@font-face {
  font-family: "Graphik Medium";
  src: url("../fonts/Graphik-Medium.eot");
  src: url("../fonts/Graphik-Medium.eot?#iefix") format("eot"), url("../fonts/Graphik-Medium.woff") format("woff"), url("../fonts/Graphik-Medium.ttf") format("truetype"), url("../fonts/Graphik-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Graphik Medium Italic";
  src: url("../fonts/Graphik-MediumItalic.eot");
  src: url("../fonts/Graphik-MediumItalic.eot?#iefix") format("eot"), url("../fonts/Graphik-MediumItalic.woff") format("woff"), url("../fonts/Graphik-MediumItalic.ttf") format("truetype"), url("../fonts/Graphik-MediumItalic.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Graphik Super";
  src: url("../fonts/Graphik-Super.eot");
  src: url("../fonts/Graphik-Super.eot?#iefix") format("eot"), url("../fonts/Graphik-Super.woff") format("woff"), url("../fonts/Graphik-Super.ttf") format("truetype"), url("../fonts/Graphik-Super.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Graphik Super Italic";
  src: url("../fonts/Graphik-SuperItalic.eot");
  src: url("../fonts/Graphik-SuperItalic.eot?#iefix") format("eot"), url("../fonts/Graphik-SuperItalic.woff") format("woff"), url("../fonts/Graphik-SuperItalic.ttf") format("truetype"), url("../fonts/Graphik-SuperItalic.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

html, body {
  background-color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: "Graphik Medium", sans-serif;
  font-style: normal;
  font-weight: 400; }

body {
  padding-top: 70px;
  background: -webkit-linear-gradient(top, #d0b392, #3a4b37);
  background: linear-gradient(to bottom, #d0b392, #3a4b37); }

.container-fluid.fullbleed [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.should-fade-in .animate-content {
  -webkit-transition: -webkit-transform 600ms ease-out 0.0s;
  transition: -webkit-transform 600ms ease-out 0.0s;
  transition: transform 600ms ease-out 0.0s;
  transition: transform 600ms ease-out 0.0s, -webkit-transform 600ms ease-out 0.0s;
  -webkit-transform: translateY(60px) translateZ(0);
          transform: translateY(60px) translateZ(0); }

.should-fade-in.visible .animate-content {
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0); }

/* ==========================================================================
   Global button styles
   ========================================================================== */
.white-arrow-right {
  background: url("../images/white-arrow-right.svg") no-repeat transparent 50% 50%;
  background-size: contain;
  display: block;
  border: 0;
  outline: 0; }
  .white-arrow-right:focus {
    outline: 0; }

/* ==========================================================================
   Global Input Styles
   ========================================================================== */
/* ==========================================================================
   Global link styles
   ========================================================================== */
a {
  color: #00e;
  text-decoration: none; }

a:hover {
  color: #00e;
  text-decoration: underline; }

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* module or section specific styles */
.header {
  position: absolute;
  width: 100%; }
  .header .site-logo {
    display: block; }
    .header .site-logo a {
      display: block;
      text-indent: -9999px;
      background: url("../images/logo.svg") no-repeat transparent 50% 50%;
      background-size: contain;
      width: 357px;
      height: 85px;
      margin: 0 auto; }
      @media (max-width: 47.9375em) {
        .header .site-logo a {
          width: 200px;
          height: 48px; } }

.intro-content {
  color: #fff;
  text-transform: uppercase;
  padding: 3.125em 0;
  position: relative;
  overflow: hidden; }
  .intro-content .big-image {
    min-height: calc( 100vh - 170px);
    position: relative; }
    .intro-content .big-image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 43.75%; }
    .intro-content .big-image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .intro-content .skew {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .intro-content .skew .image {
      position: absolute;
      position: relative;
      background: #000;
      background: no-repeat transparent 50% 50%;
      background-size: cover;
      -webkit-transform: rotate(5deg);
              transform: rotate(5deg); }
      .intro-content .skew .image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 31.25%; }
      .intro-content .skew .image > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .intro-content .skew .caption {
      position: absolute;
      width: 100%;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 2em;
      line-height: 1em;
      letter-spacing: 0.5em;
      font-family: "Graphik Super", sans-serif;
      font-style: normal;
      font-weight: 600; }
      @media (max-width: 60em) {
        .intro-content .skew .caption {
          font-size: 1.75em; } }
      @media (max-width: 47.9375em) {
        .intro-content .skew .caption {
          font-size: 1.5em; } }
      @media (max-width: 40em) {
        .intro-content .skew .caption {
          font-size: 1em; } }

.with-line {
  position: relative;
  overflow: hidden; }
  .with-line:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
    width: 200%;
    min-width: 200vw;
    left: -50%;
    bottom: 20%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    z-index: 10;
    display: block; }
  .with-line:nth-child(odd):after {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  .with-line.intro-content:after {
    bottom: 30%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }

.carousel {
  padding: 4.6875em 0; }
  @media (max-width: 47.9375em) {
    .carousel {
      padding: 1.5625em 0; } }
  .carousel .slide {
    width: 100%;
    height: 95vh;
    overflow: hidden; }
    @media (max-width: 47.9375em) {
      .carousel .slide {
        height: auto;
        max-height: 95vh; } }
    .carousel .slide .slide-content {
      width: 100%;
      height: 100%;
      text-align: center;
      position: relative; }
      .carousel .slide .slide-content:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 50%; }
      .carousel .slide .slide-content > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      @media (max-width: 47.9375em) {
        .carousel .slide .slide-content {
          position: relative; }
          .carousel .slide .slide-content:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 66.66667%; }
          .carousel .slide .slide-content > .content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; } }
      .carousel .slide .slide-content .image {
        height: 100%;
        display: inline-block;
        position: relative;
        max-width: 90%;
        width: 100%;
        background: no-repeat transparent 50% 50%;
        background-size: contain; }
        .carousel .slide .slide-content .image img {
          width: 100%; }
  .carousel .flickity-page-dots {
    bottom: 30px;
    display: block; }
    .carousel .flickity-page-dots .dot.is-selected {
      background: #fff; }
    @media (max-width: 48em) {
      .carousel .flickity-page-dots {
        display: block; } }
  .carousel .flickity-prev-next-button {
    display: block;
    background: transparent; }
    .carousel .flickity-prev-next-button.previous {
      left: 5%; }
    .carousel .flickity-prev-next-button.next {
      right: 5%; }
    .carousel .flickity-prev-next-button .arrow {
      fill: white; }
    .carousel .flickity-prev-next-button.no-svg {
      color: white; }
    .carousel .flickity-prev-next-button[disabled] {
      display: none; }
    @media (max-width: 48em) {
      .carousel .flickity-prev-next-button {
        display: none; } }

.content-layout-row-9 .carousel .slide {
  height: auto;
  max-height: 95vh; }

.image-grid {
  text-align: center;
  padding: 6.25em 0;
  overflow: hidden; }
  @media (max-width: 47.9375em) {
    .image-grid {
      padding: 3.125em 0; } }
  .image-grid .marquee {
    height: 300px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: contents, transform;
    -webkit-backface-visibility: hidden; }
    .image-grid .marquee > div {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      will-change: contents, transform;
      -webkit-backface-visibility: hidden; }
    @media (max-width: 47.9375em) {
      .image-grid .marquee {
        height: 150px; } }
  .image-grid .block {
    display: block;
    float: left;
    width: auto;
    margin: 0 120px;
    height: 350px;
    position: relative;
    line-height: 350px;
    cursor: pointer; }
    @media (max-width: 47.9375em) {
      .image-grid .block {
        height: 150px;
        line-height: 150px;
        margin: 0 60px; } }
    .image-grid .block .block-content {
      height: 100%; }
    .image-grid .block a {
      outline: 0; }
    .image-grid .block img {
      height: 100%;
      width: auto;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-backface-visibility: hidden; }

.text {
  color: #fff;
  font-size: 0.6875em;
  line-height: 1.63636em;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 auto;
  max-width: 80%;
  text-transform: uppercase;
  padding: 4.6875em 0; }
  .text em {
    text-transform: lowercase; }
  .text .mobile {
    display: none; }
  @media (max-width: 47.9375em) {
    .text {
      max-width: 100%; }
      .text .desktop {
        display: none; }
      .text .mobile {
        display: block; } }

.intro-slides-wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #d0b392;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out 0s;
  transition: opacity 1s ease-out 0s; }
  .intro-slides-wrap .intro-slide {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 0.5em;
    text-decoration: none;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out 0s;
    transition: opacity 1s ease-in-out 0s;
    font-family: "Graphik Super", sans-serif;
    font-style: normal;
    font-weight: 600; }
    .intro-slides-wrap .intro-slide.active {
      opacity: 1; }
    @media (max-width: 47.9375em) {
      .intro-slides-wrap .intro-slide {
        font-size: 0.75em; } }

.loading {
  overflow: hidden;
  overflow-y: scroll; }
  .loading .intro-slides-wrap {
    opacity: 1; }

.footer {
  text-align: center;
  padding: 0 0 12.5em 0;
  overflow: hidden; }
  .footer a {
    color: #fff;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 0.5em;
    text-decoration: none;
    font-family: "Graphik Super", sans-serif;
    font-style: normal;
    font-weight: 600; }
    .footer a:hover {
      text-decoration: none;
      opacity: 0.8; }
  @media (max-width: 47.9375em) {
    .footer {
      padding: 0 0 6.25em 0; }
      .footer a {
        font-size: 0.75em; } }
  .footer .social {
    margin: 6.25em 0 0 0; }
  .footer .social a {
    font-size: 1em;
    display: inline-block;
    margin: 0 10px; }

/* global media specific */
/* ==========================================================================
   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; } }
