/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-4.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-4.use[3]!./styles/entry/notices.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap);
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-4.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-4.use[3]!./styles/entry/notices.scss (1) ***!
  \******************************************************************************************************************************************************************************************************************************************/
/* Layout */
/* Colours */
/* Autogen vars via build:palettes */
/* 1. Screen Sizes */
/* Topics */
/* Cards */
/*
  xs    320px   small-mobile
  sm    576px   mobile
  md    768px   small-tablet
  lg    992px   tablet
  xl    1200px  small-desktop
  max   1400px  desktop
*/
/* stylelint-disable function-no-unknown */
/* Colours */
/* Autogen vars via build:palettes */
/* Layout */
/* 1. Screen Sizes */
/*
  xs    320px   small-mobile
  sm    576px   mobile
  md    768px   small-tablet
  lg    992px   tablet
  xl    1200px  small-desktop
  max   1400px  desktop
*/
@font-face {
  font-family: notices-icons;
  src: url("/resources/responsive-static/fonts/notices-icons.eot");
  src: url("/resources/responsive-static/fonts/notices-icons.eot?#iefix") format("embedded-opentype"), url("/resources/responsive-static/fonts/notices-icons.woff") format("woff"), url("/resources/responsive-static/fonts/notices-icons.ttf") format("truetype"), url("/resources/responsive-static/fonts/notices-icons.svg") format("svg");
  font-weight: var(--font-weight-regular);
  font-style: normal;
}
/* Topics */
/* Cards */
/* html-documentation
<html>
  \3c style>
    .box { width: 50px; height: 50px; }
    .fractal-container {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
    }
    .container-box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  \3c /style>
  <div class='container-inner-content'>
    <h2 class='mar-mt-2 mar-mb-2'>Measurements / Spacing </h2>
    <p>Margins and spacing numbers go up from 1 to 6</p>
  </div>
  <div class='fractal-container container-inner-content'>
    <h3> Margin (.mar-m-n) </h3>
    <div class='container-box mar-m-1'>
      <div class='box mar-bg-information'></div>
      .mar-m-1
    </div>
    <div class='container-box mar-m-2'>
      <div class='box mar-bg-information'></div>
      .mar-m-2
    </div>
    <div class='container-box mar-m-3'>
      <div class='box mar-bg-information'></div>
      .mar-m-3
    </div>
    <div class='container-box mar-m-4'>
      <div class='box mar-bg-information'></div>
      .mar-m-4
    </div>
    <div class='container-box mar-m-5'>
      <div class='box mar-bg-information'></div>
      .mar-m-5
    </div>
    <div class='container-box mar-m-10'>
      <div class='box mar-bg-information'></div>
      .mar-mb-10
    </div>
  </div>
</html>
*/
/*
  Usage: mar-{m:margin, p:padding}{$side}-{$measurement}--{$breakpoint}
  Examples:
    mar-mt-2
    mar-m-auto
    mar-pt-2--xl
    mar-px-2--xl
*/
.mar-p-0 {
  padding: 0px !important;
}

.mar-m-0 {
  margin: 0px !important;
}

.mar-p-1 {
  padding: 5px !important;
}

.mar-m-1 {
  margin: 5px !important;
}

.mar-p-2 {
  padding: 10px !important;
}

.mar-m-2 {
  margin: 10px !important;
}

.mar-p-3 {
  padding: 15px !important;
}

.mar-m-3 {
  margin: 15px !important;
}

.mar-p-4 {
  padding: 20px !important;
}

.mar-m-4 {
  margin: 20px !important;
}

.mar-p-5 {
  padding: 25px !important;
}

.mar-m-5 {
  margin: 25px !important;
}

.mar-p-6 {
  padding: 30px !important;
}

.mar-m-6 {
  margin: 30px !important;
}

.mar-p-7 {
  padding: 35px !important;
}

.mar-m-7 {
  margin: 35px !important;
}

.mar-p-8 {
  padding: 40px !important;
}

.mar-m-8 {
  margin: 40px !important;
}

.mar-p-9 {
  padding: 45px !important;
}

.mar-m-9 {
  margin: 45px !important;
}

.mar-p-10 {
  padding: 50px !important;
}

.mar-m-10 {
  margin: 50px !important;
}

.mar-mt-auto {
  margin-top: auto !important;
}

@media (min-width: 320px) {
  .mar-mt-auto--xs {
    margin-top: auto !important;
  }
}
@media (min-width: 576px) {
  .mar-mt-auto--sm {
    margin-top: auto !important;
  }
}
@media (min-width: 768px) {
  .mar-mt-auto--md {
    margin-top: auto !important;
  }
}
@media (min-width: 992px) {
  .mar-mt-auto--lg {
    margin-top: auto !important;
  }
}
@media (min-width: 1200px) {
  .mar-mt-auto--xl {
    margin-top: auto !important;
  }
}
@media (min-width: 1400px) {
  .mar-mt-auto--max {
    margin-top: auto !important;
  }
}
.mar-mt-0 {
  margin-top: 0px !important;
}

.mar-pt-0 {
  padding-top: 0px !important;
}

@media (min-width: 320px) {
  .mar-mt-0--xs {
    margin-top: 0px !important;
  }
  .mar-pt-0--xs {
    padding-top: 0px !important;
  }
}
@media (min-width: 576px) {
  .mar-mt-0--sm {
    margin-top: 0px !important;
  }
  .mar-pt-0--sm {
    padding-top: 0px !important;
  }
}
@media (min-width: 768px) {
  .mar-mt-0--md {
    margin-top: 0px !important;
  }
  .mar-pt-0--md {
    padding-top: 0px !important;
  }
}
@media (min-width: 992px) {
  .mar-mt-0--lg {
    margin-top: 0px !important;
  }
  .mar-pt-0--lg {
    padding-top: 0px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mt-0--xl {
    margin-top: 0px !important;
  }
  .mar-pt-0--xl {
    padding-top: 0px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mt-0--max {
    margin-top: 0px !important;
  }
  .mar-pt-0--max {
    padding-top: 0px !important;
  }
}
.mar-mt-1 {
  margin-top: 5px !important;
}

.mar-pt-1 {
  padding-top: 5px !important;
}

@media (min-width: 320px) {
  .mar-mt-1--xs {
    margin-top: 5px !important;
  }
  .mar-pt-1--xs {
    padding-top: 5px !important;
  }
}
@media (min-width: 576px) {
  .mar-mt-1--sm {
    margin-top: 5px !important;
  }
  .mar-pt-1--sm {
    padding-top: 5px !important;
  }
}
@media (min-width: 768px) {
  .mar-mt-1--md {
    margin-top: 5px !important;
  }
  .mar-pt-1--md {
    padding-top: 5px !important;
  }
}
@media (min-width: 992px) {
  .mar-mt-1--lg {
    margin-top: 5px !important;
  }
  .mar-pt-1--lg {
    padding-top: 5px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mt-1--xl {
    margin-top: 5px !important;
  }
  .mar-pt-1--xl {
    padding-top: 5px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mt-1--max {
    margin-top: 5px !important;
  }
  .mar-pt-1--max {
    padding-top: 5px !important;
  }
}
.mar-mt-2 {
  margin-top: 10px !important;
}

.mar-pt-2 {
  padding-top: 10px !important;
}

@media (min-width: 320px) {
  .mar-mt-2--xs {
    margin-top: 10px !important;
  }
  .mar-pt-2--xs {
    padding-top: 10px !important;
  }
}
@media (min-width: 576px) {
  .mar-mt-2--sm {
    margin-top: 10px !important;
  }
  .mar-pt-2--sm {
    padding-top: 10px !important;
  }
}
@media (min-width: 768px) {
  .mar-mt-2--md {
    margin-top: 10px !important;
  }
  .mar-pt-2--md {
    padding-top: 10px !important;
  }
}
@media (min-width: 992px) {
  .mar-mt-2--lg {
    margin-top: 10px !important;
  }
  .mar-pt-2--lg {
    padding-top: 10px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mt-2--xl {
    margin-top: 10px !important;
  }
  .mar-pt-2--xl {
    padding-top: 10px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mt-2--max {
    margin-top: 10px !important;
  }
  .mar-pt-2--max {
    padding-top: 10px !important;
  }
}
.mar-mt-3 {
  margin-top: 15px !important;
}

.mar-pt-3 {
  padding-top: 15px !important;
}

@media (min-width: 320px) {
  .mar-mt-3--xs {
    margin-top: 15px !important;
  }
  .mar-pt-3--xs {
    padding-top: 15px !important;
  }
}
@media (min-width: 576px) {
  .mar-mt-3--sm {
    margin-top: 15px !important;
  }
  .mar-pt-3--sm {
    padding-top: 15px !important;
  }
}
@media (min-width: 768px) {
  .mar-mt-3--md {
    margin-top: 15px !important;
  }
  .mar-pt-3--md {
    padding-top: 15px !important;
  }
}
@media (min-width: 992px) {
  .mar-mt-3--lg {
    margin-top: 15px !important;
  }
  .mar-pt-3--lg {
    padding-top: 15px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mt-3--xl {
    margin-top: 15px !important;
  }
  .mar-pt-3--xl {
    padding-top: 15px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mt-3--max {
    margin-top: 15px !important;
  }
  .mar-pt-3--max {
    padding-top: 15px !important;
  }
}
.mar-mt-4 {
  margin-top: 20px !important;
}

.mar-pt-4 {
  padding-top: 20px !important;
}

@media (min-width: 320px) {
  .mar-mt-4--xs {
    margin-top: 20px !important;
  }
  .mar-pt-4--xs {
    padding-top: 20px !important;
  }
}
@media (min-width: 576px) {
  .mar-mt-4--sm {
    margin-top: 20px !important;
  }
  .mar-pt-4--sm {
    padding-top: 20px !important;
  }
}
@media (min-width: 768px) {
  .mar-mt-4--md {
    margin-top: 20px !important;
  }
  .mar-pt-4--md {
    padding-top: 20px !important;
  }
}
@media (min-width: 992px) {
  .mar-mt-4--lg {
    margin-top: 20px !important;
  }
  .mar-pt-4--lg {
    padding-top: 20px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mt-4--xl {
    margin-top: 20px !important;
  }
  .mar-pt-4--xl {
    padding-top: 20px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mt-4--max {
    margin-top: 20px !important;
  }
  .mar-pt-4--max {
    padding-top: 20px !important;
  }
}
.mar-mt-5 {
  margin-top: 25px !important;
}

.mar-pt-5 {
  padding-top: 25px !important;
}

@media (min-width: 320px) {
  .mar-mt-5--xs {
    margin-top: 25px !important;
  }
  .mar-pt-5--xs {
    padding-top: 25px !important;
  }
}
@media (min-width: 576px) {
  .mar-mt-5--sm {
    margin-top: 25px !important;
  }
  .mar-pt-5--sm {
    padding-top: 25px !important;
  }
}
@media (min-width: 768px) {
  .mar-mt-5--md {
    margin-top: 25px !important;
  }
  .mar-pt-5--md {
    padding-top: 25px !important;
  }
}
@media (min-width: 992px) {
  .mar-mt-5--lg {
    margin-top: 25px !important;
  }
  .mar-pt-5--lg {
    padding-top: 25px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mt-5--xl {
    margin-top: 25px !important;
  }
  .mar-pt-5--xl {
    padding-top: 25px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mt-5--max {
    margin-top: 25px !important;
  }
  .mar-pt-5--max {
    padding-top: 25px !important;
  }
}
.mar-mt-6 {
  margin-top: 30px !important;
}

.mar-pt-6 {
  padding-top: 30px !important;
}

@media (min-width: 320px) {
  .mar-mt-6--xs {
    margin-top: 30px !important;
  }
  .mar-pt-6--xs {
    padding-top: 30px !important;
  }
}
@media (min-width: 576px) {
  .mar-mt-6--sm {
    margin-top: 30px !important;
  }
  .mar-pt-6--sm {
    padding-top: 30px !important;
  }
}
@media (min-width: 768px) {
  .mar-mt-6--md {
    margin-top: 30px !important;
  }
  .mar-pt-6--md {
    padding-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .mar-mt-6--lg {
    margin-top: 30px !important;
  }
  .mar-pt-6--lg {
    padding-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mt-6--xl {
    margin-top: 30px !important;
  }
  .mar-pt-6--xl {
    padding-top: 30px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mt-6--max {
    margin-top: 30px !important;
  }
  .mar-pt-6--max {
    padding-top: 30px !important;
  }
}
.mar-mt-7 {
  margin-top: 35px !important;
}

.mar-pt-7 {
  padding-top: 35px !important;
}

@media (min-width: 320px) {
  .mar-mt-7--xs {
    margin-top: 35px !important;
  }
  .mar-pt-7--xs {
    padding-top: 35px !important;
  }
}
@media (min-width: 576px) {
  .mar-mt-7--sm {
    margin-top: 35px !important;
  }
  .mar-pt-7--sm {
    padding-top: 35px !important;
  }
}
@media (min-width: 768px) {
  .mar-mt-7--md {
    margin-top: 35px !important;
  }
  .mar-pt-7--md {
    padding-top: 35px !important;
  }
}
@media (min-width: 992px) {
  .mar-mt-7--lg {
    margin-top: 35px !important;
  }
  .mar-pt-7--lg {
    padding-top: 35px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mt-7--xl {
    margin-top: 35px !important;
  }
  .mar-pt-7--xl {
    padding-top: 35px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mt-7--max {
    margin-top: 35px !important;
  }
  .mar-pt-7--max {
    padding-top: 35px !important;
  }
}
.mar-mt-8 {
  margin-top: 40px !important;
}

.mar-pt-8 {
  padding-top: 40px !important;
}

@media (min-width: 320px) {
  .mar-mt-8--xs {
    margin-top: 40px !important;
  }
  .mar-pt-8--xs {
    padding-top: 40px !important;
  }
}
@media (min-width: 576px) {
  .mar-mt-8--sm {
    margin-top: 40px !important;
  }
  .mar-pt-8--sm {
    padding-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .mar-mt-8--md {
    margin-top: 40px !important;
  }
  .mar-pt-8--md {
    padding-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .mar-mt-8--lg {
    margin-top: 40px !important;
  }
  .mar-pt-8--lg {
    padding-top: 40px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mt-8--xl {
    margin-top: 40px !important;
  }
  .mar-pt-8--xl {
    padding-top: 40px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mt-8--max {
    margin-top: 40px !important;
  }
  .mar-pt-8--max {
    padding-top: 40px !important;
  }
}
.mar-mt-9 {
  margin-top: 45px !important;
}

.mar-pt-9 {
  padding-top: 45px !important;
}

@media (min-width: 320px) {
  .mar-mt-9--xs {
    margin-top: 45px !important;
  }
  .mar-pt-9--xs {
    padding-top: 45px !important;
  }
}
@media (min-width: 576px) {
  .mar-mt-9--sm {
    margin-top: 45px !important;
  }
  .mar-pt-9--sm {
    padding-top: 45px !important;
  }
}
@media (min-width: 768px) {
  .mar-mt-9--md {
    margin-top: 45px !important;
  }
  .mar-pt-9--md {
    padding-top: 45px !important;
  }
}
@media (min-width: 992px) {
  .mar-mt-9--lg {
    margin-top: 45px !important;
  }
  .mar-pt-9--lg {
    padding-top: 45px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mt-9--xl {
    margin-top: 45px !important;
  }
  .mar-pt-9--xl {
    padding-top: 45px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mt-9--max {
    margin-top: 45px !important;
  }
  .mar-pt-9--max {
    padding-top: 45px !important;
  }
}
.mar-mt-10 {
  margin-top: 50px !important;
}

.mar-pt-10 {
  padding-top: 50px !important;
}

@media (min-width: 320px) {
  .mar-mt-10--xs {
    margin-top: 50px !important;
  }
  .mar-pt-10--xs {
    padding-top: 50px !important;
  }
}
@media (min-width: 576px) {
  .mar-mt-10--sm {
    margin-top: 50px !important;
  }
  .mar-pt-10--sm {
    padding-top: 50px !important;
  }
}
@media (min-width: 768px) {
  .mar-mt-10--md {
    margin-top: 50px !important;
  }
  .mar-pt-10--md {
    padding-top: 50px !important;
  }
}
@media (min-width: 992px) {
  .mar-mt-10--lg {
    margin-top: 50px !important;
  }
  .mar-pt-10--lg {
    padding-top: 50px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mt-10--xl {
    margin-top: 50px !important;
  }
  .mar-pt-10--xl {
    padding-top: 50px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mt-10--max {
    margin-top: 50px !important;
  }
  .mar-pt-10--max {
    padding-top: 50px !important;
  }
}
.mar-mb-auto {
  margin-bottom: auto !important;
}

@media (min-width: 320px) {
  .mar-mb-auto--xs {
    margin-bottom: auto !important;
  }
}
@media (min-width: 576px) {
  .mar-mb-auto--sm {
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .mar-mb-auto--md {
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .mar-mb-auto--lg {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .mar-mb-auto--xl {
    margin-bottom: auto !important;
  }
}
@media (min-width: 1400px) {
  .mar-mb-auto--max {
    margin-bottom: auto !important;
  }
}
.mar-mb-0 {
  margin-bottom: 0px !important;
}

.mar-pb-0 {
  padding-bottom: 0px !important;
}

@media (min-width: 320px) {
  .mar-mb-0--xs {
    margin-bottom: 0px !important;
  }
  .mar-pb-0--xs {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 576px) {
  .mar-mb-0--sm {
    margin-bottom: 0px !important;
  }
  .mar-pb-0--sm {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .mar-mb-0--md {
    margin-bottom: 0px !important;
  }
  .mar-pb-0--md {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  .mar-mb-0--lg {
    margin-bottom: 0px !important;
  }
  .mar-pb-0--lg {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mb-0--xl {
    margin-bottom: 0px !important;
  }
  .mar-pb-0--xl {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mb-0--max {
    margin-bottom: 0px !important;
  }
  .mar-pb-0--max {
    padding-bottom: 0px !important;
  }
}
.mar-mb-1 {
  margin-bottom: 5px !important;
}

.mar-pb-1 {
  padding-bottom: 5px !important;
}

@media (min-width: 320px) {
  .mar-mb-1--xs {
    margin-bottom: 5px !important;
  }
  .mar-pb-1--xs {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 576px) {
  .mar-mb-1--sm {
    margin-bottom: 5px !important;
  }
  .mar-pb-1--sm {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 768px) {
  .mar-mb-1--md {
    margin-bottom: 5px !important;
  }
  .mar-pb-1--md {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .mar-mb-1--lg {
    margin-bottom: 5px !important;
  }
  .mar-pb-1--lg {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mb-1--xl {
    margin-bottom: 5px !important;
  }
  .mar-pb-1--xl {
    padding-bottom: 5px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mb-1--max {
    margin-bottom: 5px !important;
  }
  .mar-pb-1--max {
    padding-bottom: 5px !important;
  }
}
.mar-mb-2 {
  margin-bottom: 10px !important;
}

.mar-pb-2 {
  padding-bottom: 10px !important;
}

@media (min-width: 320px) {
  .mar-mb-2--xs {
    margin-bottom: 10px !important;
  }
  .mar-pb-2--xs {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 576px) {
  .mar-mb-2--sm {
    margin-bottom: 10px !important;
  }
  .mar-pb-2--sm {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .mar-mb-2--md {
    margin-bottom: 10px !important;
  }
  .mar-pb-2--md {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  .mar-mb-2--lg {
    margin-bottom: 10px !important;
  }
  .mar-pb-2--lg {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mb-2--xl {
    margin-bottom: 10px !important;
  }
  .mar-pb-2--xl {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mb-2--max {
    margin-bottom: 10px !important;
  }
  .mar-pb-2--max {
    padding-bottom: 10px !important;
  }
}
.mar-mb-3 {
  margin-bottom: 15px !important;
}

.mar-pb-3 {
  padding-bottom: 15px !important;
}

@media (min-width: 320px) {
  .mar-mb-3--xs {
    margin-bottom: 15px !important;
  }
  .mar-pb-3--xs {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 576px) {
  .mar-mb-3--sm {
    margin-bottom: 15px !important;
  }
  .mar-pb-3--sm {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  .mar-mb-3--md {
    margin-bottom: 15px !important;
  }
  .mar-pb-3--md {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 992px) {
  .mar-mb-3--lg {
    margin-bottom: 15px !important;
  }
  .mar-pb-3--lg {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mb-3--xl {
    margin-bottom: 15px !important;
  }
  .mar-pb-3--xl {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mb-3--max {
    margin-bottom: 15px !important;
  }
  .mar-pb-3--max {
    padding-bottom: 15px !important;
  }
}
.mar-mb-4 {
  margin-bottom: 20px !important;
}

.mar-pb-4 {
  padding-bottom: 20px !important;
}

@media (min-width: 320px) {
  .mar-mb-4--xs {
    margin-bottom: 20px !important;
  }
  .mar-pb-4--xs {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 576px) {
  .mar-mb-4--sm {
    margin-bottom: 20px !important;
  }
  .mar-pb-4--sm {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .mar-mb-4--md {
    margin-bottom: 20px !important;
  }
  .mar-pb-4--md {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .mar-mb-4--lg {
    margin-bottom: 20px !important;
  }
  .mar-pb-4--lg {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mb-4--xl {
    margin-bottom: 20px !important;
  }
  .mar-pb-4--xl {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mb-4--max {
    margin-bottom: 20px !important;
  }
  .mar-pb-4--max {
    padding-bottom: 20px !important;
  }
}
.mar-mb-5 {
  margin-bottom: 25px !important;
}

.mar-pb-5 {
  padding-bottom: 25px !important;
}

@media (min-width: 320px) {
  .mar-mb-5--xs {
    margin-bottom: 25px !important;
  }
  .mar-pb-5--xs {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 576px) {
  .mar-mb-5--sm {
    margin-bottom: 25px !important;
  }
  .mar-pb-5--sm {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 768px) {
  .mar-mb-5--md {
    margin-bottom: 25px !important;
  }
  .mar-pb-5--md {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 992px) {
  .mar-mb-5--lg {
    margin-bottom: 25px !important;
  }
  .mar-pb-5--lg {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mb-5--xl {
    margin-bottom: 25px !important;
  }
  .mar-pb-5--xl {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mb-5--max {
    margin-bottom: 25px !important;
  }
  .mar-pb-5--max {
    padding-bottom: 25px !important;
  }
}
.mar-mb-6 {
  margin-bottom: 30px !important;
}

.mar-pb-6 {
  padding-bottom: 30px !important;
}

@media (min-width: 320px) {
  .mar-mb-6--xs {
    margin-bottom: 30px !important;
  }
  .mar-pb-6--xs {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 576px) {
  .mar-mb-6--sm {
    margin-bottom: 30px !important;
  }
  .mar-pb-6--sm {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .mar-mb-6--md {
    margin-bottom: 30px !important;
  }
  .mar-pb-6--md {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .mar-mb-6--lg {
    margin-bottom: 30px !important;
  }
  .mar-pb-6--lg {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mb-6--xl {
    margin-bottom: 30px !important;
  }
  .mar-pb-6--xl {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mb-6--max {
    margin-bottom: 30px !important;
  }
  .mar-pb-6--max {
    padding-bottom: 30px !important;
  }
}
.mar-mb-7 {
  margin-bottom: 35px !important;
}

.mar-pb-7 {
  padding-bottom: 35px !important;
}

@media (min-width: 320px) {
  .mar-mb-7--xs {
    margin-bottom: 35px !important;
  }
  .mar-pb-7--xs {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 576px) {
  .mar-mb-7--sm {
    margin-bottom: 35px !important;
  }
  .mar-pb-7--sm {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 768px) {
  .mar-mb-7--md {
    margin-bottom: 35px !important;
  }
  .mar-pb-7--md {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 992px) {
  .mar-mb-7--lg {
    margin-bottom: 35px !important;
  }
  .mar-pb-7--lg {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mb-7--xl {
    margin-bottom: 35px !important;
  }
  .mar-pb-7--xl {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mb-7--max {
    margin-bottom: 35px !important;
  }
  .mar-pb-7--max {
    padding-bottom: 35px !important;
  }
}
.mar-mb-8 {
  margin-bottom: 40px !important;
}

.mar-pb-8 {
  padding-bottom: 40px !important;
}

@media (min-width: 320px) {
  .mar-mb-8--xs {
    margin-bottom: 40px !important;
  }
  .mar-pb-8--xs {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 576px) {
  .mar-mb-8--sm {
    margin-bottom: 40px !important;
  }
  .mar-pb-8--sm {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .mar-mb-8--md {
    margin-bottom: 40px !important;
  }
  .mar-pb-8--md {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  .mar-mb-8--lg {
    margin-bottom: 40px !important;
  }
  .mar-pb-8--lg {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mb-8--xl {
    margin-bottom: 40px !important;
  }
  .mar-pb-8--xl {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mb-8--max {
    margin-bottom: 40px !important;
  }
  .mar-pb-8--max {
    padding-bottom: 40px !important;
  }
}
.mar-mb-9 {
  margin-bottom: 45px !important;
}

.mar-pb-9 {
  padding-bottom: 45px !important;
}

@media (min-width: 320px) {
  .mar-mb-9--xs {
    margin-bottom: 45px !important;
  }
  .mar-pb-9--xs {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 576px) {
  .mar-mb-9--sm {
    margin-bottom: 45px !important;
  }
  .mar-pb-9--sm {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 768px) {
  .mar-mb-9--md {
    margin-bottom: 45px !important;
  }
  .mar-pb-9--md {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 992px) {
  .mar-mb-9--lg {
    margin-bottom: 45px !important;
  }
  .mar-pb-9--lg {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mb-9--xl {
    margin-bottom: 45px !important;
  }
  .mar-pb-9--xl {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mb-9--max {
    margin-bottom: 45px !important;
  }
  .mar-pb-9--max {
    padding-bottom: 45px !important;
  }
}
.mar-mb-10 {
  margin-bottom: 50px !important;
}

.mar-pb-10 {
  padding-bottom: 50px !important;
}

@media (min-width: 320px) {
  .mar-mb-10--xs {
    margin-bottom: 50px !important;
  }
  .mar-pb-10--xs {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 576px) {
  .mar-mb-10--sm {
    margin-bottom: 50px !important;
  }
  .mar-pb-10--sm {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .mar-mb-10--md {
    margin-bottom: 50px !important;
  }
  .mar-pb-10--md {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .mar-mb-10--lg {
    margin-bottom: 50px !important;
  }
  .mar-pb-10--lg {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mb-10--xl {
    margin-bottom: 50px !important;
  }
  .mar-pb-10--xl {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mb-10--max {
    margin-bottom: 50px !important;
  }
  .mar-pb-10--max {
    padding-bottom: 50px !important;
  }
}
.mar-ml-auto {
  margin-left: auto !important;
}

@media (min-width: 320px) {
  .mar-ml-auto--xs {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .mar-ml-auto--sm {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .mar-ml-auto--md {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .mar-ml-auto--lg {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .mar-ml-auto--xl {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .mar-ml-auto--max {
    margin-left: auto !important;
  }
}
.mar-ml-0 {
  margin-left: 0px !important;
}

.mar-pl-0 {
  padding-left: 0px !important;
}

@media (min-width: 320px) {
  .mar-ml-0--xs {
    margin-left: 0px !important;
  }
  .mar-pl-0--xs {
    padding-left: 0px !important;
  }
}
@media (min-width: 576px) {
  .mar-ml-0--sm {
    margin-left: 0px !important;
  }
  .mar-pl-0--sm {
    padding-left: 0px !important;
  }
}
@media (min-width: 768px) {
  .mar-ml-0--md {
    margin-left: 0px !important;
  }
  .mar-pl-0--md {
    padding-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .mar-ml-0--lg {
    margin-left: 0px !important;
  }
  .mar-pl-0--lg {
    padding-left: 0px !important;
  }
}
@media (min-width: 1200px) {
  .mar-ml-0--xl {
    margin-left: 0px !important;
  }
  .mar-pl-0--xl {
    padding-left: 0px !important;
  }
}
@media (min-width: 1400px) {
  .mar-ml-0--max {
    margin-left: 0px !important;
  }
  .mar-pl-0--max {
    padding-left: 0px !important;
  }
}
.mar-ml-1 {
  margin-left: 5px !important;
}

.mar-pl-1 {
  padding-left: 5px !important;
}

@media (min-width: 320px) {
  .mar-ml-1--xs {
    margin-left: 5px !important;
  }
  .mar-pl-1--xs {
    padding-left: 5px !important;
  }
}
@media (min-width: 576px) {
  .mar-ml-1--sm {
    margin-left: 5px !important;
  }
  .mar-pl-1--sm {
    padding-left: 5px !important;
  }
}
@media (min-width: 768px) {
  .mar-ml-1--md {
    margin-left: 5px !important;
  }
  .mar-pl-1--md {
    padding-left: 5px !important;
  }
}
@media (min-width: 992px) {
  .mar-ml-1--lg {
    margin-left: 5px !important;
  }
  .mar-pl-1--lg {
    padding-left: 5px !important;
  }
}
@media (min-width: 1200px) {
  .mar-ml-1--xl {
    margin-left: 5px !important;
  }
  .mar-pl-1--xl {
    padding-left: 5px !important;
  }
}
@media (min-width: 1400px) {
  .mar-ml-1--max {
    margin-left: 5px !important;
  }
  .mar-pl-1--max {
    padding-left: 5px !important;
  }
}
.mar-ml-2 {
  margin-left: 10px !important;
}

.mar-pl-2 {
  padding-left: 10px !important;
}

@media (min-width: 320px) {
  .mar-ml-2--xs {
    margin-left: 10px !important;
  }
  .mar-pl-2--xs {
    padding-left: 10px !important;
  }
}
@media (min-width: 576px) {
  .mar-ml-2--sm {
    margin-left: 10px !important;
  }
  .mar-pl-2--sm {
    padding-left: 10px !important;
  }
}
@media (min-width: 768px) {
  .mar-ml-2--md {
    margin-left: 10px !important;
  }
  .mar-pl-2--md {
    padding-left: 10px !important;
  }
}
@media (min-width: 992px) {
  .mar-ml-2--lg {
    margin-left: 10px !important;
  }
  .mar-pl-2--lg {
    padding-left: 10px !important;
  }
}
@media (min-width: 1200px) {
  .mar-ml-2--xl {
    margin-left: 10px !important;
  }
  .mar-pl-2--xl {
    padding-left: 10px !important;
  }
}
@media (min-width: 1400px) {
  .mar-ml-2--max {
    margin-left: 10px !important;
  }
  .mar-pl-2--max {
    padding-left: 10px !important;
  }
}
.mar-ml-3 {
  margin-left: 15px !important;
}

.mar-pl-3 {
  padding-left: 15px !important;
}

@media (min-width: 320px) {
  .mar-ml-3--xs {
    margin-left: 15px !important;
  }
  .mar-pl-3--xs {
    padding-left: 15px !important;
  }
}
@media (min-width: 576px) {
  .mar-ml-3--sm {
    margin-left: 15px !important;
  }
  .mar-pl-3--sm {
    padding-left: 15px !important;
  }
}
@media (min-width: 768px) {
  .mar-ml-3--md {
    margin-left: 15px !important;
  }
  .mar-pl-3--md {
    padding-left: 15px !important;
  }
}
@media (min-width: 992px) {
  .mar-ml-3--lg {
    margin-left: 15px !important;
  }
  .mar-pl-3--lg {
    padding-left: 15px !important;
  }
}
@media (min-width: 1200px) {
  .mar-ml-3--xl {
    margin-left: 15px !important;
  }
  .mar-pl-3--xl {
    padding-left: 15px !important;
  }
}
@media (min-width: 1400px) {
  .mar-ml-3--max {
    margin-left: 15px !important;
  }
  .mar-pl-3--max {
    padding-left: 15px !important;
  }
}
.mar-ml-4 {
  margin-left: 20px !important;
}

.mar-pl-4 {
  padding-left: 20px !important;
}

@media (min-width: 320px) {
  .mar-ml-4--xs {
    margin-left: 20px !important;
  }
  .mar-pl-4--xs {
    padding-left: 20px !important;
  }
}
@media (min-width: 576px) {
  .mar-ml-4--sm {
    margin-left: 20px !important;
  }
  .mar-pl-4--sm {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .mar-ml-4--md {
    margin-left: 20px !important;
  }
  .mar-pl-4--md {
    padding-left: 20px !important;
  }
}
@media (min-width: 992px) {
  .mar-ml-4--lg {
    margin-left: 20px !important;
  }
  .mar-pl-4--lg {
    padding-left: 20px !important;
  }
}
@media (min-width: 1200px) {
  .mar-ml-4--xl {
    margin-left: 20px !important;
  }
  .mar-pl-4--xl {
    padding-left: 20px !important;
  }
}
@media (min-width: 1400px) {
  .mar-ml-4--max {
    margin-left: 20px !important;
  }
  .mar-pl-4--max {
    padding-left: 20px !important;
  }
}
.mar-ml-5 {
  margin-left: 25px !important;
}

.mar-pl-5 {
  padding-left: 25px !important;
}

@media (min-width: 320px) {
  .mar-ml-5--xs {
    margin-left: 25px !important;
  }
  .mar-pl-5--xs {
    padding-left: 25px !important;
  }
}
@media (min-width: 576px) {
  .mar-ml-5--sm {
    margin-left: 25px !important;
  }
  .mar-pl-5--sm {
    padding-left: 25px !important;
  }
}
@media (min-width: 768px) {
  .mar-ml-5--md {
    margin-left: 25px !important;
  }
  .mar-pl-5--md {
    padding-left: 25px !important;
  }
}
@media (min-width: 992px) {
  .mar-ml-5--lg {
    margin-left: 25px !important;
  }
  .mar-pl-5--lg {
    padding-left: 25px !important;
  }
}
@media (min-width: 1200px) {
  .mar-ml-5--xl {
    margin-left: 25px !important;
  }
  .mar-pl-5--xl {
    padding-left: 25px !important;
  }
}
@media (min-width: 1400px) {
  .mar-ml-5--max {
    margin-left: 25px !important;
  }
  .mar-pl-5--max {
    padding-left: 25px !important;
  }
}
.mar-ml-6 {
  margin-left: 30px !important;
}

.mar-pl-6 {
  padding-left: 30px !important;
}

@media (min-width: 320px) {
  .mar-ml-6--xs {
    margin-left: 30px !important;
  }
  .mar-pl-6--xs {
    padding-left: 30px !important;
  }
}
@media (min-width: 576px) {
  .mar-ml-6--sm {
    margin-left: 30px !important;
  }
  .mar-pl-6--sm {
    padding-left: 30px !important;
  }
}
@media (min-width: 768px) {
  .mar-ml-6--md {
    margin-left: 30px !important;
  }
  .mar-pl-6--md {
    padding-left: 30px !important;
  }
}
@media (min-width: 992px) {
  .mar-ml-6--lg {
    margin-left: 30px !important;
  }
  .mar-pl-6--lg {
    padding-left: 30px !important;
  }
}
@media (min-width: 1200px) {
  .mar-ml-6--xl {
    margin-left: 30px !important;
  }
  .mar-pl-6--xl {
    padding-left: 30px !important;
  }
}
@media (min-width: 1400px) {
  .mar-ml-6--max {
    margin-left: 30px !important;
  }
  .mar-pl-6--max {
    padding-left: 30px !important;
  }
}
.mar-ml-7 {
  margin-left: 35px !important;
}

.mar-pl-7 {
  padding-left: 35px !important;
}

@media (min-width: 320px) {
  .mar-ml-7--xs {
    margin-left: 35px !important;
  }
  .mar-pl-7--xs {
    padding-left: 35px !important;
  }
}
@media (min-width: 576px) {
  .mar-ml-7--sm {
    margin-left: 35px !important;
  }
  .mar-pl-7--sm {
    padding-left: 35px !important;
  }
}
@media (min-width: 768px) {
  .mar-ml-7--md {
    margin-left: 35px !important;
  }
  .mar-pl-7--md {
    padding-left: 35px !important;
  }
}
@media (min-width: 992px) {
  .mar-ml-7--lg {
    margin-left: 35px !important;
  }
  .mar-pl-7--lg {
    padding-left: 35px !important;
  }
}
@media (min-width: 1200px) {
  .mar-ml-7--xl {
    margin-left: 35px !important;
  }
  .mar-pl-7--xl {
    padding-left: 35px !important;
  }
}
@media (min-width: 1400px) {
  .mar-ml-7--max {
    margin-left: 35px !important;
  }
  .mar-pl-7--max {
    padding-left: 35px !important;
  }
}
.mar-ml-8 {
  margin-left: 40px !important;
}

.mar-pl-8 {
  padding-left: 40px !important;
}

@media (min-width: 320px) {
  .mar-ml-8--xs {
    margin-left: 40px !important;
  }
  .mar-pl-8--xs {
    padding-left: 40px !important;
  }
}
@media (min-width: 576px) {
  .mar-ml-8--sm {
    margin-left: 40px !important;
  }
  .mar-pl-8--sm {
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .mar-ml-8--md {
    margin-left: 40px !important;
  }
  .mar-pl-8--md {
    padding-left: 40px !important;
  }
}
@media (min-width: 992px) {
  .mar-ml-8--lg {
    margin-left: 40px !important;
  }
  .mar-pl-8--lg {
    padding-left: 40px !important;
  }
}
@media (min-width: 1200px) {
  .mar-ml-8--xl {
    margin-left: 40px !important;
  }
  .mar-pl-8--xl {
    padding-left: 40px !important;
  }
}
@media (min-width: 1400px) {
  .mar-ml-8--max {
    margin-left: 40px !important;
  }
  .mar-pl-8--max {
    padding-left: 40px !important;
  }
}
.mar-ml-9 {
  margin-left: 45px !important;
}

.mar-pl-9 {
  padding-left: 45px !important;
}

@media (min-width: 320px) {
  .mar-ml-9--xs {
    margin-left: 45px !important;
  }
  .mar-pl-9--xs {
    padding-left: 45px !important;
  }
}
@media (min-width: 576px) {
  .mar-ml-9--sm {
    margin-left: 45px !important;
  }
  .mar-pl-9--sm {
    padding-left: 45px !important;
  }
}
@media (min-width: 768px) {
  .mar-ml-9--md {
    margin-left: 45px !important;
  }
  .mar-pl-9--md {
    padding-left: 45px !important;
  }
}
@media (min-width: 992px) {
  .mar-ml-9--lg {
    margin-left: 45px !important;
  }
  .mar-pl-9--lg {
    padding-left: 45px !important;
  }
}
@media (min-width: 1200px) {
  .mar-ml-9--xl {
    margin-left: 45px !important;
  }
  .mar-pl-9--xl {
    padding-left: 45px !important;
  }
}
@media (min-width: 1400px) {
  .mar-ml-9--max {
    margin-left: 45px !important;
  }
  .mar-pl-9--max {
    padding-left: 45px !important;
  }
}
.mar-ml-10 {
  margin-left: 50px !important;
}

.mar-pl-10 {
  padding-left: 50px !important;
}

@media (min-width: 320px) {
  .mar-ml-10--xs {
    margin-left: 50px !important;
  }
  .mar-pl-10--xs {
    padding-left: 50px !important;
  }
}
@media (min-width: 576px) {
  .mar-ml-10--sm {
    margin-left: 50px !important;
  }
  .mar-pl-10--sm {
    padding-left: 50px !important;
  }
}
@media (min-width: 768px) {
  .mar-ml-10--md {
    margin-left: 50px !important;
  }
  .mar-pl-10--md {
    padding-left: 50px !important;
  }
}
@media (min-width: 992px) {
  .mar-ml-10--lg {
    margin-left: 50px !important;
  }
  .mar-pl-10--lg {
    padding-left: 50px !important;
  }
}
@media (min-width: 1200px) {
  .mar-ml-10--xl {
    margin-left: 50px !important;
  }
  .mar-pl-10--xl {
    padding-left: 50px !important;
  }
}
@media (min-width: 1400px) {
  .mar-ml-10--max {
    margin-left: 50px !important;
  }
  .mar-pl-10--max {
    padding-left: 50px !important;
  }
}
.mar-mr-auto {
  margin-right: auto !important;
}

@media (min-width: 320px) {
  .mar-mr-auto--xs {
    margin-right: auto !important;
  }
}
@media (min-width: 576px) {
  .mar-mr-auto--sm {
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .mar-mr-auto--md {
    margin-right: auto !important;
  }
}
@media (min-width: 992px) {
  .mar-mr-auto--lg {
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {
  .mar-mr-auto--xl {
    margin-right: auto !important;
  }
}
@media (min-width: 1400px) {
  .mar-mr-auto--max {
    margin-right: auto !important;
  }
}
.mar-mr-0 {
  margin-right: 0px !important;
}

.mar-pr-0 {
  padding-right: 0px !important;
}

@media (min-width: 320px) {
  .mar-mr-0--xs {
    margin-right: 0px !important;
  }
  .mar-pr-0--xs {
    padding-right: 0px !important;
  }
}
@media (min-width: 576px) {
  .mar-mr-0--sm {
    margin-right: 0px !important;
  }
  .mar-pr-0--sm {
    padding-right: 0px !important;
  }
}
@media (min-width: 768px) {
  .mar-mr-0--md {
    margin-right: 0px !important;
  }
  .mar-pr-0--md {
    padding-right: 0px !important;
  }
}
@media (min-width: 992px) {
  .mar-mr-0--lg {
    margin-right: 0px !important;
  }
  .mar-pr-0--lg {
    padding-right: 0px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mr-0--xl {
    margin-right: 0px !important;
  }
  .mar-pr-0--xl {
    padding-right: 0px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mr-0--max {
    margin-right: 0px !important;
  }
  .mar-pr-0--max {
    padding-right: 0px !important;
  }
}
.mar-mr-1 {
  margin-right: 5px !important;
}

.mar-pr-1 {
  padding-right: 5px !important;
}

@media (min-width: 320px) {
  .mar-mr-1--xs {
    margin-right: 5px !important;
  }
  .mar-pr-1--xs {
    padding-right: 5px !important;
  }
}
@media (min-width: 576px) {
  .mar-mr-1--sm {
    margin-right: 5px !important;
  }
  .mar-pr-1--sm {
    padding-right: 5px !important;
  }
}
@media (min-width: 768px) {
  .mar-mr-1--md {
    margin-right: 5px !important;
  }
  .mar-pr-1--md {
    padding-right: 5px !important;
  }
}
@media (min-width: 992px) {
  .mar-mr-1--lg {
    margin-right: 5px !important;
  }
  .mar-pr-1--lg {
    padding-right: 5px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mr-1--xl {
    margin-right: 5px !important;
  }
  .mar-pr-1--xl {
    padding-right: 5px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mr-1--max {
    margin-right: 5px !important;
  }
  .mar-pr-1--max {
    padding-right: 5px !important;
  }
}
.mar-mr-2 {
  margin-right: 10px !important;
}

.mar-pr-2 {
  padding-right: 10px !important;
}

@media (min-width: 320px) {
  .mar-mr-2--xs {
    margin-right: 10px !important;
  }
  .mar-pr-2--xs {
    padding-right: 10px !important;
  }
}
@media (min-width: 576px) {
  .mar-mr-2--sm {
    margin-right: 10px !important;
  }
  .mar-pr-2--sm {
    padding-right: 10px !important;
  }
}
@media (min-width: 768px) {
  .mar-mr-2--md {
    margin-right: 10px !important;
  }
  .mar-pr-2--md {
    padding-right: 10px !important;
  }
}
@media (min-width: 992px) {
  .mar-mr-2--lg {
    margin-right: 10px !important;
  }
  .mar-pr-2--lg {
    padding-right: 10px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mr-2--xl {
    margin-right: 10px !important;
  }
  .mar-pr-2--xl {
    padding-right: 10px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mr-2--max {
    margin-right: 10px !important;
  }
  .mar-pr-2--max {
    padding-right: 10px !important;
  }
}
.mar-mr-3 {
  margin-right: 15px !important;
}

.mar-pr-3 {
  padding-right: 15px !important;
}

@media (min-width: 320px) {
  .mar-mr-3--xs {
    margin-right: 15px !important;
  }
  .mar-pr-3--xs {
    padding-right: 15px !important;
  }
}
@media (min-width: 576px) {
  .mar-mr-3--sm {
    margin-right: 15px !important;
  }
  .mar-pr-3--sm {
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) {
  .mar-mr-3--md {
    margin-right: 15px !important;
  }
  .mar-pr-3--md {
    padding-right: 15px !important;
  }
}
@media (min-width: 992px) {
  .mar-mr-3--lg {
    margin-right: 15px !important;
  }
  .mar-pr-3--lg {
    padding-right: 15px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mr-3--xl {
    margin-right: 15px !important;
  }
  .mar-pr-3--xl {
    padding-right: 15px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mr-3--max {
    margin-right: 15px !important;
  }
  .mar-pr-3--max {
    padding-right: 15px !important;
  }
}
.mar-mr-4 {
  margin-right: 20px !important;
}

.mar-pr-4 {
  padding-right: 20px !important;
}

@media (min-width: 320px) {
  .mar-mr-4--xs {
    margin-right: 20px !important;
  }
  .mar-pr-4--xs {
    padding-right: 20px !important;
  }
}
@media (min-width: 576px) {
  .mar-mr-4--sm {
    margin-right: 20px !important;
  }
  .mar-pr-4--sm {
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .mar-mr-4--md {
    margin-right: 20px !important;
  }
  .mar-pr-4--md {
    padding-right: 20px !important;
  }
}
@media (min-width: 992px) {
  .mar-mr-4--lg {
    margin-right: 20px !important;
  }
  .mar-pr-4--lg {
    padding-right: 20px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mr-4--xl {
    margin-right: 20px !important;
  }
  .mar-pr-4--xl {
    padding-right: 20px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mr-4--max {
    margin-right: 20px !important;
  }
  .mar-pr-4--max {
    padding-right: 20px !important;
  }
}
.mar-mr-5 {
  margin-right: 25px !important;
}

.mar-pr-5 {
  padding-right: 25px !important;
}

@media (min-width: 320px) {
  .mar-mr-5--xs {
    margin-right: 25px !important;
  }
  .mar-pr-5--xs {
    padding-right: 25px !important;
  }
}
@media (min-width: 576px) {
  .mar-mr-5--sm {
    margin-right: 25px !important;
  }
  .mar-pr-5--sm {
    padding-right: 25px !important;
  }
}
@media (min-width: 768px) {
  .mar-mr-5--md {
    margin-right: 25px !important;
  }
  .mar-pr-5--md {
    padding-right: 25px !important;
  }
}
@media (min-width: 992px) {
  .mar-mr-5--lg {
    margin-right: 25px !important;
  }
  .mar-pr-5--lg {
    padding-right: 25px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mr-5--xl {
    margin-right: 25px !important;
  }
  .mar-pr-5--xl {
    padding-right: 25px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mr-5--max {
    margin-right: 25px !important;
  }
  .mar-pr-5--max {
    padding-right: 25px !important;
  }
}
.mar-mr-6 {
  margin-right: 30px !important;
}

.mar-pr-6 {
  padding-right: 30px !important;
}

@media (min-width: 320px) {
  .mar-mr-6--xs {
    margin-right: 30px !important;
  }
  .mar-pr-6--xs {
    padding-right: 30px !important;
  }
}
@media (min-width: 576px) {
  .mar-mr-6--sm {
    margin-right: 30px !important;
  }
  .mar-pr-6--sm {
    padding-right: 30px !important;
  }
}
@media (min-width: 768px) {
  .mar-mr-6--md {
    margin-right: 30px !important;
  }
  .mar-pr-6--md {
    padding-right: 30px !important;
  }
}
@media (min-width: 992px) {
  .mar-mr-6--lg {
    margin-right: 30px !important;
  }
  .mar-pr-6--lg {
    padding-right: 30px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mr-6--xl {
    margin-right: 30px !important;
  }
  .mar-pr-6--xl {
    padding-right: 30px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mr-6--max {
    margin-right: 30px !important;
  }
  .mar-pr-6--max {
    padding-right: 30px !important;
  }
}
.mar-mr-7 {
  margin-right: 35px !important;
}

.mar-pr-7 {
  padding-right: 35px !important;
}

@media (min-width: 320px) {
  .mar-mr-7--xs {
    margin-right: 35px !important;
  }
  .mar-pr-7--xs {
    padding-right: 35px !important;
  }
}
@media (min-width: 576px) {
  .mar-mr-7--sm {
    margin-right: 35px !important;
  }
  .mar-pr-7--sm {
    padding-right: 35px !important;
  }
}
@media (min-width: 768px) {
  .mar-mr-7--md {
    margin-right: 35px !important;
  }
  .mar-pr-7--md {
    padding-right: 35px !important;
  }
}
@media (min-width: 992px) {
  .mar-mr-7--lg {
    margin-right: 35px !important;
  }
  .mar-pr-7--lg {
    padding-right: 35px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mr-7--xl {
    margin-right: 35px !important;
  }
  .mar-pr-7--xl {
    padding-right: 35px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mr-7--max {
    margin-right: 35px !important;
  }
  .mar-pr-7--max {
    padding-right: 35px !important;
  }
}
.mar-mr-8 {
  margin-right: 40px !important;
}

.mar-pr-8 {
  padding-right: 40px !important;
}

@media (min-width: 320px) {
  .mar-mr-8--xs {
    margin-right: 40px !important;
  }
  .mar-pr-8--xs {
    padding-right: 40px !important;
  }
}
@media (min-width: 576px) {
  .mar-mr-8--sm {
    margin-right: 40px !important;
  }
  .mar-pr-8--sm {
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .mar-mr-8--md {
    margin-right: 40px !important;
  }
  .mar-pr-8--md {
    padding-right: 40px !important;
  }
}
@media (min-width: 992px) {
  .mar-mr-8--lg {
    margin-right: 40px !important;
  }
  .mar-pr-8--lg {
    padding-right: 40px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mr-8--xl {
    margin-right: 40px !important;
  }
  .mar-pr-8--xl {
    padding-right: 40px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mr-8--max {
    margin-right: 40px !important;
  }
  .mar-pr-8--max {
    padding-right: 40px !important;
  }
}
.mar-mr-9 {
  margin-right: 45px !important;
}

.mar-pr-9 {
  padding-right: 45px !important;
}

@media (min-width: 320px) {
  .mar-mr-9--xs {
    margin-right: 45px !important;
  }
  .mar-pr-9--xs {
    padding-right: 45px !important;
  }
}
@media (min-width: 576px) {
  .mar-mr-9--sm {
    margin-right: 45px !important;
  }
  .mar-pr-9--sm {
    padding-right: 45px !important;
  }
}
@media (min-width: 768px) {
  .mar-mr-9--md {
    margin-right: 45px !important;
  }
  .mar-pr-9--md {
    padding-right: 45px !important;
  }
}
@media (min-width: 992px) {
  .mar-mr-9--lg {
    margin-right: 45px !important;
  }
  .mar-pr-9--lg {
    padding-right: 45px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mr-9--xl {
    margin-right: 45px !important;
  }
  .mar-pr-9--xl {
    padding-right: 45px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mr-9--max {
    margin-right: 45px !important;
  }
  .mar-pr-9--max {
    padding-right: 45px !important;
  }
}
.mar-mr-10 {
  margin-right: 50px !important;
}

.mar-pr-10 {
  padding-right: 50px !important;
}

@media (min-width: 320px) {
  .mar-mr-10--xs {
    margin-right: 50px !important;
  }
  .mar-pr-10--xs {
    padding-right: 50px !important;
  }
}
@media (min-width: 576px) {
  .mar-mr-10--sm {
    margin-right: 50px !important;
  }
  .mar-pr-10--sm {
    padding-right: 50px !important;
  }
}
@media (min-width: 768px) {
  .mar-mr-10--md {
    margin-right: 50px !important;
  }
  .mar-pr-10--md {
    padding-right: 50px !important;
  }
}
@media (min-width: 992px) {
  .mar-mr-10--lg {
    margin-right: 50px !important;
  }
  .mar-pr-10--lg {
    padding-right: 50px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mr-10--xl {
    margin-right: 50px !important;
  }
  .mar-pr-10--xl {
    padding-right: 50px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mr-10--max {
    margin-right: 50px !important;
  }
  .mar-pr-10--max {
    padding-right: 50px !important;
  }
}
.mar-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 320px) {
  .mar-mx-auto--xs {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 576px) {
  .mar-mx-auto--sm {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .mar-mx-auto--md {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 992px) {
  .mar-mx-auto--lg {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {
  .mar-mx-auto--xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 1400px) {
  .mar-mx-auto--max {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.mar-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mar-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (min-width: 320px) {
  .mar-mx-0--xs {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mar-px-0--xs {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 576px) {
  .mar-mx-0--sm {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mar-px-0--sm {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 768px) {
  .mar-mx-0--md {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mar-px-0--md {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 992px) {
  .mar-mx-0--lg {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mar-px-0--lg {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mx-0--xl {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mar-px-0--xl {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mx-0--max {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .mar-px-0--max {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.mar-mx-1 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mar-px-1 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

@media (min-width: 320px) {
  .mar-mx-1--xs {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .mar-px-1--xs {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (min-width: 576px) {
  .mar-mx-1--sm {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .mar-px-1--sm {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (min-width: 768px) {
  .mar-mx-1--md {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .mar-px-1--md {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (min-width: 992px) {
  .mar-mx-1--lg {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .mar-px-1--lg {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mx-1--xl {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .mar-px-1--xl {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mx-1--max {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .mar-px-1--max {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.mar-mx-2 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mar-px-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

@media (min-width: 320px) {
  .mar-mx-2--xs {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mar-px-2--xs {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 576px) {
  .mar-mx-2--sm {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mar-px-2--sm {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 768px) {
  .mar-mx-2--md {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mar-px-2--md {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 992px) {
  .mar-mx-2--lg {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mar-px-2--lg {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mx-2--xl {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mar-px-2--xl {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mx-2--max {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mar-px-2--max {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.mar-mx-3 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mar-px-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (min-width: 320px) {
  .mar-mx-3--xs {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mar-px-3--xs {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 576px) {
  .mar-mx-3--sm {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mar-px-3--sm {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) {
  .mar-mx-3--md {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mar-px-3--md {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 992px) {
  .mar-mx-3--lg {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mar-px-3--lg {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mx-3--xl {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mar-px-3--xl {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mx-3--max {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mar-px-3--max {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.mar-mx-4 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mar-px-4 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media (min-width: 320px) {
  .mar-mx-4--xs {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mar-px-4--xs {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 576px) {
  .mar-mx-4--sm {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mar-px-4--sm {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 768px) {
  .mar-mx-4--md {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mar-px-4--md {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 992px) {
  .mar-mx-4--lg {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mar-px-4--lg {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mx-4--xl {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mar-px-4--xl {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mx-4--max {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mar-px-4--max {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.mar-mx-5 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mar-px-5 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

@media (min-width: 320px) {
  .mar-mx-5--xs {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .mar-px-5--xs {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (min-width: 576px) {
  .mar-mx-5--sm {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .mar-px-5--sm {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (min-width: 768px) {
  .mar-mx-5--md {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .mar-px-5--md {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (min-width: 992px) {
  .mar-mx-5--lg {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .mar-px-5--lg {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mx-5--xl {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .mar-px-5--xl {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mx-5--max {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .mar-px-5--max {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.mar-mx-6 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mar-px-6 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

@media (min-width: 320px) {
  .mar-mx-6--xs {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mar-px-6--xs {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 576px) {
  .mar-mx-6--sm {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mar-px-6--sm {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 768px) {
  .mar-mx-6--md {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mar-px-6--md {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 992px) {
  .mar-mx-6--lg {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mar-px-6--lg {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mx-6--xl {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mar-px-6--xl {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mx-6--max {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mar-px-6--max {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.mar-mx-7 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mar-px-7 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

@media (min-width: 320px) {
  .mar-mx-7--xs {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .mar-px-7--xs {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (min-width: 576px) {
  .mar-mx-7--sm {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .mar-px-7--sm {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (min-width: 768px) {
  .mar-mx-7--md {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .mar-px-7--md {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (min-width: 992px) {
  .mar-mx-7--lg {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .mar-px-7--lg {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mx-7--xl {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .mar-px-7--xl {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mx-7--max {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .mar-px-7--max {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
.mar-mx-8 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mar-px-8 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

@media (min-width: 320px) {
  .mar-mx-8--xs {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mar-px-8--xs {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 576px) {
  .mar-mx-8--sm {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mar-px-8--sm {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) {
  .mar-mx-8--md {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mar-px-8--md {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 992px) {
  .mar-mx-8--lg {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mar-px-8--lg {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mx-8--xl {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mar-px-8--xl {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mx-8--max {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mar-px-8--max {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
.mar-mx-9 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mar-px-9 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

@media (min-width: 320px) {
  .mar-mx-9--xs {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .mar-px-9--xs {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (min-width: 576px) {
  .mar-mx-9--sm {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .mar-px-9--sm {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (min-width: 768px) {
  .mar-mx-9--md {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .mar-px-9--md {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (min-width: 992px) {
  .mar-mx-9--lg {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .mar-px-9--lg {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mx-9--xl {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .mar-px-9--xl {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mx-9--max {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .mar-px-9--max {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
.mar-mx-10 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mar-px-10 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

@media (min-width: 320px) {
  .mar-mx-10--xs {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mar-px-10--xs {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (min-width: 576px) {
  .mar-mx-10--sm {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mar-px-10--sm {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (min-width: 768px) {
  .mar-mx-10--md {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mar-px-10--md {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (min-width: 992px) {
  .mar-mx-10--lg {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mar-px-10--lg {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (min-width: 1200px) {
  .mar-mx-10--xl {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mar-px-10--xl {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (min-width: 1400px) {
  .mar-mx-10--max {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mar-px-10--max {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
.mar-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 320px) {
  .mar-my-auto--xs {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 576px) {
  .mar-my-auto--sm {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .mar-my-auto--md {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .mar-my-auto--lg {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .mar-my-auto--xl {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1400px) {
  .mar-my-auto--max {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.mar-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mar-py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (min-width: 320px) {
  .mar-my-0--xs {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mar-py-0--xs {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (min-width: 576px) {
  .mar-my-0--sm {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mar-py-0--sm {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .mar-my-0--md {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mar-py-0--md {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  .mar-my-0--lg {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mar-py-0--lg {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1200px) {
  .mar-my-0--xl {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mar-py-0--xl {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1400px) {
  .mar-my-0--max {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .mar-py-0--max {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.mar-my-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mar-py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

@media (min-width: 320px) {
  .mar-my-1--xs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mar-py-1--xs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media (min-width: 576px) {
  .mar-my-1--sm {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mar-py-1--sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media (min-width: 768px) {
  .mar-my-1--md {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mar-py-1--md {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media (min-width: 992px) {
  .mar-my-1--lg {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mar-py-1--lg {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media (min-width: 1200px) {
  .mar-my-1--xl {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mar-py-1--xl {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media (min-width: 1400px) {
  .mar-my-1--max {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mar-py-1--max {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
.mar-my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mar-py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media (min-width: 320px) {
  .mar-my-2--xs {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mar-py-2--xs {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (min-width: 576px) {
  .mar-my-2--sm {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mar-py-2--sm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .mar-my-2--md {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mar-py-2--md {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  .mar-my-2--lg {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mar-py-2--lg {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1200px) {
  .mar-my-2--xl {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mar-py-2--xl {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1400px) {
  .mar-my-2--max {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mar-py-2--max {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.mar-my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mar-py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

@media (min-width: 320px) {
  .mar-my-3--xs {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mar-py-3--xs {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (min-width: 576px) {
  .mar-my-3--sm {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mar-py-3--sm {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (min-width: 768px) {
  .mar-my-3--md {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mar-py-3--md {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (min-width: 992px) {
  .mar-my-3--lg {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mar-py-3--lg {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1200px) {
  .mar-my-3--xl {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mar-py-3--xl {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1400px) {
  .mar-my-3--max {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mar-py-3--max {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.mar-my-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mar-py-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

@media (min-width: 320px) {
  .mar-my-4--xs {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mar-py-4--xs {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 576px) {
  .mar-my-4--sm {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mar-py-4--sm {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  .mar-my-4--md {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mar-py-4--md {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .mar-my-4--lg {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mar-py-4--lg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .mar-my-4--xl {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mar-py-4--xl {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1400px) {
  .mar-my-4--max {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mar-py-4--max {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.mar-my-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mar-py-5 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

@media (min-width: 320px) {
  .mar-my-5--xs {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mar-py-5--xs {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media (min-width: 576px) {
  .mar-my-5--sm {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mar-py-5--sm {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media (min-width: 768px) {
  .mar-my-5--md {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mar-py-5--md {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media (min-width: 992px) {
  .mar-my-5--lg {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mar-py-5--lg {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media (min-width: 1200px) {
  .mar-my-5--xl {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mar-py-5--xl {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
@media (min-width: 1400px) {
  .mar-my-5--max {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mar-py-5--max {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}
.mar-my-6 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mar-py-6 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

@media (min-width: 320px) {
  .mar-my-6--xs {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mar-py-6--xs {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (min-width: 576px) {
  .mar-my-6--sm {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mar-py-6--sm {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .mar-my-6--md {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mar-py-6--md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .mar-my-6--lg {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mar-py-6--lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .mar-my-6--xl {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mar-py-6--xl {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1400px) {
  .mar-my-6--max {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mar-py-6--max {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.mar-my-7 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mar-py-7 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

@media (min-width: 320px) {
  .mar-my-7--xs {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mar-py-7--xs {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (min-width: 576px) {
  .mar-my-7--sm {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mar-py-7--sm {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (min-width: 768px) {
  .mar-my-7--md {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mar-py-7--md {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (min-width: 992px) {
  .mar-my-7--lg {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mar-py-7--lg {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (min-width: 1200px) {
  .mar-my-7--xl {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mar-py-7--xl {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
@media (min-width: 1400px) {
  .mar-my-7--max {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .mar-py-7--max {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
}
.mar-my-8 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mar-py-8 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media (min-width: 320px) {
  .mar-my-8--xs {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mar-py-8--xs {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 576px) {
  .mar-my-8--sm {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mar-py-8--sm {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  .mar-my-8--md {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mar-py-8--md {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  .mar-my-8--lg {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mar-py-8--lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1200px) {
  .mar-my-8--xl {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mar-py-8--xl {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1400px) {
  .mar-my-8--max {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mar-py-8--max {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.mar-my-9 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mar-py-9 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

@media (min-width: 320px) {
  .mar-my-9--xs {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mar-py-9--xs {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media (min-width: 576px) {
  .mar-my-9--sm {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mar-py-9--sm {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media (min-width: 768px) {
  .mar-my-9--md {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mar-py-9--md {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media (min-width: 992px) {
  .mar-my-9--lg {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mar-py-9--lg {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1200px) {
  .mar-my-9--xl {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mar-py-9--xl {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1400px) {
  .mar-my-9--max {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .mar-py-9--max {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
.mar-my-10 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mar-py-10 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

@media (min-width: 320px) {
  .mar-my-10--xs {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mar-py-10--xs {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 576px) {
  .mar-my-10--sm {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mar-py-10--sm {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 768px) {
  .mar-my-10--md {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mar-py-10--md {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 992px) {
  .mar-my-10--lg {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mar-py-10--lg {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .mar-my-10--xl {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mar-py-10--xl {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1400px) {
  .mar-my-10--max {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .mar-py-10--max {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.pulsating-circle {
  position: absolute;
}
.pulsating-circle::before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #FF5A60;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

textarea, select, input {
  flex-basis: 100%;
  -webkit-appearance: none;
          appearance: none;
  display: block;
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  height: auto;
  min-height: 44px;
  color: #000000;
  font-family: var(--global-font);
  font-size: var(--font-size-xs);
  line-height: 1;
  border: 1px solid #CCCFD6;
  border-radius: 2px;
  background-color: #FFFFFF;
}
textarea::placeholder, select::placeholder, input::placeholder {
  color: #9DA0A4;
}
textarea[disabled], select[disabled], input[disabled] {
  color: #9DA0A4 !important;
  border-color: #CCCFD6 !important;
  background-color: #F2F2F3 !important;
}
textarea:focus, select:focus, input:focus {
  box-shadow: 0 0 1px #000000;
}
textarea.invalid, select.invalid, input.invalid, textarea.error, select.error, input.error {
  border-color: #9D0D13;
}
textarea.warning, select.warning, input.warning {
  border-color: #F5CE68;
}

input[type=date] {
  text-transform: uppercase;
}
input[type=checkbox], input[type=radio] {
  -webkit-appearance: auto;
          appearance: auto;
  flex-basis: auto;
  margin: 0 10px 0 0;
  padding: 0;
  width: 22px;
  height: 22px;
  min-height: 0;
}
input[type=checkbox]:checked, input[type=radio]:checked {
  border-color: #000000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
}
input[type=checkbox]:focus, input[type=radio]:focus {
  box-shadow: none;
}
input[type=checkbox] + label, input[type=radio] + label {
  margin: 0;
  line-height: 1;
}
input[type=radio] {
  border-radius: 1000px;
}
input[type=radio]:checked {
  background-image: url("/resources/responsive-static/mds/spas/shared/images/icons/radio.svg");
}
input[type=checkbox]:checked {
  accent-color: dodgerblue;
  background-image: url("/resources/responsive-static/mds/spas/shared/images/icons/checkbox.svg");
}

select {
  padding-right: calc(30px + 20px);
  background: url("https://api.iconify.design/ph/caret-down.svg?color=333");
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 20px;
  /* &:active {
    background-image: url('https://api.iconify.design/ph/caret-up.svg?color=333');
  } */
}
select[value=""] {
  color: #9DA0A4;
}
select[value=""] option {
  color: #000000;
}

textarea {
  min-height: 250px;
  line-height: 1.7;
}

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

.mar-select--modern {
  border: 1px solid #CCCFD6;
  padding: 10px;
  display: flex;
  align-items: center;
  -webkit-appearance: base-select;
          appearance: base-select;
}
.mar-select--modern::picker-icon {
  display: none;
}
.mar-select--modern option {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  border: 1px solid #CCCFD6;
  background: #FFFFFF;
  padding: 10px;
}
.mar-select--modern option::checkmark {
  display: none;
}
.mar-select--modern option:hover {
  background: #CCCFD6;
}
.mar-select--modern option:not(option:last-of-type) {
  border-bottom: none;
}
.mar-select--modern option:checked {
  background: #188AE2;
  color: #FFFFFF;
}
.mar-select--modern::picker(select) {
  border: none;
  -webkit-appearance: base-select;
          appearance: base-select;
}

body:not(.allow-skins) .article-grid-gap, body:not(.allow-skins) .grid-layout--default-long-list,
body:not(.allow-skins) .grid-layout--default-long-list--free,
body:not(.allow-skins) .grid-layout--long-list-with-dhmpus,
body:not(.allow-skins) .grid-layout--long-list-with-dhmpus--free,
body:not(.allow-skins) .grid-layout--article-block-single-height-mpu,
body:not(.allow-skins) .grid-layout--article-block-single-height-mpu--adfree,
body:not(.allow-skins) .grid-layout--article-block-double-height-mpu,
body:not(.allow-skins) .grid-layout--article-block-double-height-mpu--adfree,
body:not(.allow-skins) .grid-layout--article-block-standard_3-mpu,
body:not(.allow-skins) .grid-layout--article-block-standard_4-mpu,
body:not(.allow-skins) .grid-layout--article-block-standard_5-mpu,
body:not(.allow-skins) .grid-layout--article-block-standard_7-mpu,
body:not(.allow-skins) .grid-layout--top-stories,
body:not(.allow-skins) .grid-layout--top-stories--free[data-total-articles="7"],
body:not(.allow-skins) .grid-layout--top-stories--free[data-total-articles="11"],
body:not(.allow-skins) .grid-layout--top-stories--free[data-total-articles="15"] {
  display: grid;
  gap: 40px 15px;
}
@media (min-width: 992px) {
  body:not(.allow-skins) .article-grid-gap, body:not(.allow-skins) .grid-layout--default-long-list,
  body:not(.allow-skins) .grid-layout--default-long-list--free,
  body:not(.allow-skins) .grid-layout--long-list-with-dhmpus,
  body:not(.allow-skins) .grid-layout--long-list-with-dhmpus--free,
  body:not(.allow-skins) .grid-layout--article-block-single-height-mpu,
  body:not(.allow-skins) .grid-layout--article-block-single-height-mpu--adfree,
  body:not(.allow-skins) .grid-layout--article-block-double-height-mpu,
  body:not(.allow-skins) .grid-layout--article-block-double-height-mpu--adfree,
  body:not(.allow-skins) .grid-layout--article-block-standard_3-mpu,
  body:not(.allow-skins) .grid-layout--article-block-standard_4-mpu,
  body:not(.allow-skins) .grid-layout--article-block-standard_5-mpu,
  body:not(.allow-skins) .grid-layout--article-block-standard_7-mpu,
  body:not(.allow-skins) .grid-layout--top-stories,
  body:not(.allow-skins) .grid-layout--top-stories--free[data-total-articles="7"],
  body:not(.allow-skins) .grid-layout--top-stories--free[data-total-articles="11"],
  body:not(.allow-skins) .grid-layout--top-stories--free[data-total-articles="15"] {
    gap: 40px 20px;
  }
}

body.allow-skins .article-grid-gap, body.allow-skins .grid-layout--default-long-list,
body.allow-skins .grid-layout--default-long-list--free,
body.allow-skins .grid-layout--long-list-with-dhmpus,
body.allow-skins .grid-layout--long-list-with-dhmpus--free,
body.allow-skins .grid-layout--article-block-single-height-mpu,
body.allow-skins .grid-layout--article-block-single-height-mpu--adfree,
body.allow-skins .grid-layout--article-block-double-height-mpu,
body.allow-skins .grid-layout--article-block-double-height-mpu--adfree,
body.allow-skins .grid-layout--article-block-standard_3-mpu,
body.allow-skins .grid-layout--article-block-standard_4-mpu,
body.allow-skins .grid-layout--article-block-standard_5-mpu,
body.allow-skins .grid-layout--article-block-standard_7-mpu,
body.allow-skins .grid-layout--top-stories,
body.allow-skins .grid-layout--top-stories--free[data-total-articles="7"],
body.allow-skins .grid-layout--top-stories--free[data-total-articles="11"],
body.allow-skins .grid-layout--top-stories--free[data-total-articles="15"] {
  display: grid;
  gap: 40px 15px;
}
@media (min-width: 992px) {
  body.allow-skins .article-grid-gap, body.allow-skins .grid-layout--default-long-list,
  body.allow-skins .grid-layout--default-long-list--free,
  body.allow-skins .grid-layout--long-list-with-dhmpus,
  body.allow-skins .grid-layout--long-list-with-dhmpus--free,
  body.allow-skins .grid-layout--article-block-single-height-mpu,
  body.allow-skins .grid-layout--article-block-single-height-mpu--adfree,
  body.allow-skins .grid-layout--article-block-double-height-mpu,
  body.allow-skins .grid-layout--article-block-double-height-mpu--adfree,
  body.allow-skins .grid-layout--article-block-standard_3-mpu,
  body.allow-skins .grid-layout--article-block-standard_4-mpu,
  body.allow-skins .grid-layout--article-block-standard_5-mpu,
  body.allow-skins .grid-layout--article-block-standard_7-mpu,
  body.allow-skins .grid-layout--top-stories,
  body.allow-skins .grid-layout--top-stories--free[data-total-articles="7"],
  body.allow-skins .grid-layout--top-stories--free[data-total-articles="11"],
  body.allow-skins .grid-layout--top-stories--free[data-total-articles="15"] {
    gap: 40px 15px;
  }
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

/* -------------------------- Classes using unified grid-gaps --------------------- */
/* -------------------------- Grid layout variations ----------------------------- */
.grid-layout--2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .grid-layout--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid-layout--2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid-layout--3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .grid-layout--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid-layout--3 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-layout--4 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .grid-layout--4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid-layout--5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .grid-layout--5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid-layout--default-long-list {
  grid-row: auto;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 575px) {
  .grid-layout--default-long-list .uber-block-lead-story {
    grid-column: 1/13;
  }
  .grid-layout--default-long-list > .stack--sm, .grid-layout--default-long-list > .inline--sm {
    grid-column: 1/13;
  }
  .grid-layout--default-long-list > .compact-stack--sm {
    grid-column: 1/13;
  }
  .grid-layout--default-long-list > .compact-stack--sm:nth-child(n+9) {
    grid-column: span 6;
  }
  .grid-layout--default-long-list .premium-mpu-container {
    grid-row: 2;
    grid-column: 1/13;
  }
  .grid-layout--default-long-list .standard-mpu-container {
    grid-row: 6;
    grid-column: 1/13;
  }
  .grid-layout--default-long-list .high-vis-container {
    grid-row: 12;
    grid-column: 1/13;
  }
  .grid-layout--default-long-list #po-inline-blocksystem-legacylistandtopstories {
    grid-column: 1/13;
    grid-row: 24;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .grid-layout--default-long-list .uber-block-lead-story {
    grid-column: 1/7;
  }
  .grid-layout--default-long-list > .stack--md {
    grid-column: span 6;
  }
  .grid-layout--default-long-list > .compact-stack--md {
    grid-column: span 4;
  }
  .grid-layout--default-long-list > .inline--md {
    grid-column: span 6;
  }
  .grid-layout--default-long-list .premium-mpu-container {
    grid-row: 1/4;
    grid-column: 7/13;
  }
  .grid-layout--default-long-list .standard-mpu-container {
    grid-row: 4;
    grid-column: 7/13;
  }
  .grid-layout--default-long-list .high-vis-container {
    grid-column: 1/13;
    grid-row: 8;
  }
  .grid-layout--default-long-list #po-inline-blocksystem-legacylistandtopstories {
    grid-column: span 12;
    grid-row: 16;
  }
}
@media (min-width: 992px) {
  .grid-layout--default-long-list .uber-block-lead-story {
    grid-column: 1/9;
  }
  .grid-layout--default-long-list > .stack--xl {
    grid-column: span 4;
  }
  .grid-layout--default-long-list > .stack--xl:nth-child(n+11) {
    grid-column: span 3;
  }
  .grid-layout--default-long-list > .stack--xl:nth-child(n+11) .omnicard__headline {
    font-size: var(--font-size-s);
  }
  .grid-layout--default-long-list > .inline--xl {
    grid-column: span 4;
  }
  .grid-layout--default-long-list .premium-mpu-container {
    grid-row: 1/3;
    grid-column: 9/13;
  }
  .grid-layout--default-long-list .standard-mpu-container {
    grid-row: 4;
    grid-column: 5/9;
  }
  .grid-layout--default-long-list .high-vis-container {
    grid-row: 5;
    grid-column: 1/5;
  }
  .grid-layout--default-long-list #po-inline-blocksystem-legacylistandtopstories {
    grid-column: span 12;
    grid-row: 11;
  }
}
.grid-layout--default-long-list .piano--inside-block:empty {
  display: none;
}
@media (min-width: 576px) {
  .grid-layout--default-long-list > .uber-block-lead-story .omni-lead-story {
    display: flex;
    flex-direction: column;
  }
  .grid-layout--default-long-list > .uber-block-lead-story .omni-lead-story .omni-lead-story__image-content {
    order: unset;
  }
  .grid-layout--default-long-list > .uber-block-lead-story .omni-lead-story .omni-lead-metadata-container {
    margin: 0 10px 0 10px;
  }
  .grid-layout--default-long-list > .uber-block-lead-story .omni-lead-story .omni-lead-story__headline-container {
    flex-direction: column-reverse;
  }
  .grid-layout--default-long-list > .uber-block-lead-story .omni-lead-story .omni-lead-story__headline {
    order: unset;
    margin-bottom: 0;
  }
  .grid-layout--default-long-list > .uber-block-lead-story .omni-lead-story .omni-lead-story__first-par {
    display: none;
  }
}
.grid-layout--default-long-list--free {
  grid-row: auto;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 575px) {
  .grid-layout--default-long-list--free .uber-block-lead-story {
    grid-column: 1/13;
  }
  .grid-layout--default-long-list--free > .stack--sm, .grid-layout--default-long-list--free > .inline--sm {
    grid-column: 1/13;
  }
  .grid-layout--default-long-list--free > .compact-stack--sm {
    grid-column: 1/13;
  }
  .grid-layout--default-long-list--free > .compact-stack--sm:nth-child(n+9) {
    grid-column: span 6;
  }
  .grid-layout--default-long-list--free #po-inline-blocksystem-legacylistandtopstories {
    grid-column: 1/13;
    grid-row: 21;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .grid-layout--default-long-list--free .uber-block-lead-story {
    grid-column: 1/13;
  }
  .grid-layout--default-long-list--free > .stack--md, .grid-layout--default-long-list--free > .compact-stack--md {
    grid-column: span 6;
  }
  .grid-layout--default-long-list--free > .stack--md:nth-child(n+6), .grid-layout--default-long-list--free > .compact-stack--md:nth-child(n+6) {
    grid-column: span 4;
  }
  .grid-layout--default-long-list--free > .stack--md:nth-child(n+9), .grid-layout--default-long-list--free > .compact-stack--md:nth-child(n+9) {
    grid-column: span 6;
  }
  .grid-layout--default-long-list--free > .stack--md:nth-child(n+13), .grid-layout--default-long-list--free > .compact-stack--md:nth-child(n+13) {
    grid-column: span 4;
  }
  .grid-layout--default-long-list--free > .inline--md {
    grid-column: span 6;
  }
  .grid-layout--default-long-list--free #po-inline-blocksystem-legacylistandtopstories {
    grid-column: span 12;
    grid-row: 14;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .grid-layout--default-long-list--free .uber-block-lead-story {
    grid-column: 1/13;
  }
  .grid-layout--default-long-list--free > .stack--lg {
    grid-column: span 6;
  }
  .grid-layout--default-long-list--free > .stack--lg:nth-child(n+6) {
    grid-column: span 4;
  }
  .grid-layout--default-long-list--free > .compact-stack--lg {
    grid-column: span 4;
  }
  .grid-layout--default-long-list--free > .compact-stack--lg:nth-child(n+15) {
    grid-column: span 3;
  }
  .grid-layout--default-long-list--free > .inline--lg {
    grid-column: span 4;
  }
  .grid-layout--default-long-list--free #po-inline-blocksystem-legacylistandtopstories {
    grid-column: span 12;
    grid-row: 11;
  }
}
@media (min-width: 992px) {
  .grid-layout--default-long-list--free .uber-block-lead-story {
    grid-column: 1/13;
  }
  .grid-layout--default-long-list--free > .stack--xl {
    grid-column: span 6;
  }
  .grid-layout--default-long-list--free > .stack--xl:nth-child(n+6) {
    grid-column: span 4;
  }
  .grid-layout--default-long-list--free > .stack--xl:nth-child(n+15) {
    grid-column: span 3;
  }
  .grid-layout--default-long-list--free > .compact-stack--xl {
    grid-column: span 3;
  }
  .grid-layout--default-long-list--free > .inline--xl {
    grid-column: span 4;
  }
  .grid-layout--default-long-list--free #po-inline-blocksystem-legacylistandtopstories {
    grid-column: span 12;
    grid-row: 11;
  }
}
.grid-layout--default-long-list--free > .uber-block-lead-story .omni-lead-story .omni-lead-story__metadata-container {
  order: 1;
}
.grid-layout--default-long-list--free > .uber-block-lead-story .omni-lead-story .omni-lead-story__headline {
  order: 2;
}
@media (min-width: 576px) {
  .grid-layout--default-long-list--free > .uber-block-lead-story .omni-lead-story > .uber-block-lead-story .omni-lead-story {
    display: flex;
    flex-direction: column;
  }
  .grid-layout--default-long-list--free > .uber-block-lead-story .omni-lead-story > .uber-block-lead-story .omni-lead-story .omni-lead-story__image-content {
    order: unset;
  }
  .grid-layout--default-long-list--free > .uber-block-lead-story .omni-lead-story > .uber-block-lead-story .omni-lead-story .omni-lead-metadata-container {
    margin: 0 10px 0 10px;
  }
  .grid-layout--default-long-list--free > .uber-block-lead-story .omni-lead-story > .uber-block-lead-story .omni-lead-story .omni-lead-story__headline-container {
    flex-direction: column-reverse;
  }
  .grid-layout--default-long-list--free > .uber-block-lead-story .omni-lead-story > .uber-block-lead-story .omni-lead-story .omni-lead-story__headline {
    order: unset;
    margin-bottom: 0;
  }
  .grid-layout--default-long-list--free > .uber-block-lead-story .omni-lead-story > .uber-block-lead-story .omni-lead-story .omni-lead-story__first-par {
    display: none;
  }
}
.grid-layout--default-long-list--free .piano--inside-block:empty {
  display: none;
}
.grid-layout--long-list-with-dhmpus {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 992px) {
  .grid-layout--long-list-with-dhmpus .uber-block-lead-story {
    grid-column: 1/13;
  }
  .grid-layout--long-list-with-dhmpus > .stack--xl {
    grid-column: span 4;
  }
  .grid-layout--long-list-with-dhmpus > .stack--xl:nth-child(n+24) {
    grid-column: span 3;
  }
  .grid-layout--long-list-with-dhmpus #premium_mpu_container {
    grid-row: 2/6;
    grid-column: 9/13;
  }
  .grid-layout--long-list-with-dhmpus #premium_mpu_2_container {
    grid-row: 7/11;
    grid-column: 9/13;
  }
  .grid-layout--long-list-with-dhmpus #po-inline-blocksystem-legacylistandtopstories {
    grid-column: 1/13;
    grid-row: 14;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .grid-layout--long-list-with-dhmpus .uber-block-lead-story {
    grid-column: 1/13;
  }
  .grid-layout--long-list-with-dhmpus > .stack--md {
    grid-column: span 6;
  }
  .grid-layout--long-list-with-dhmpus > .stack--md:nth-child(n+4):nth-child(-n+9) {
    grid-column: span 4;
  }
  .grid-layout--long-list-with-dhmpus > .stack--md:nth-child(n+13) {
    grid-column: span 4;
  }
  .grid-layout--long-list-with-dhmpus > .compact-stack--md {
    grid-column: span 6;
  }
  .grid-layout--long-list-with-dhmpus #premium_mpu_container {
    grid-row: 2/4;
    grid-column: 7/13;
  }
  .grid-layout--long-list-with-dhmpus #premium_mpu_2_container {
    grid-row: 7/10;
    grid-column: 7/13;
  }
  .grid-layout--long-list-with-dhmpus #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 15;
    grid-column: 1/13;
  }
}
@media (max-width: 575px) {
  .grid-layout--long-list-with-dhmpus .uber-block-lead-story {
    grid-column: 1/13;
  }
  .grid-layout--long-list-with-dhmpus > .stack--sm {
    grid-column: span 12;
  }
  .grid-layout--long-list-with-dhmpus > .compact-stack--sm {
    grid-column: span 6;
  }
  .grid-layout--long-list-with-dhmpus #premium_mpu_container {
    grid-row: 4;
    grid-column: 1/13;
  }
  .grid-layout--long-list-with-dhmpus #premium_mpu_2_container {
    grid-row: 13;
    grid-column: 1/13;
  }
  .grid-layout--long-list-with-dhmpus #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 22;
    grid-column: 1/13;
  }
}
.grid-layout--long-list-with-dhmpus .piano--inside-block:empty {
  display: none;
}
.grid-layout--long-list-with-dhmpus--free {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 992px) {
  .grid-layout--long-list-with-dhmpus--free .uber-block-lead-story {
    grid-column: 1/13;
  }
  .grid-layout--long-list-with-dhmpus--free > .stack--xl {
    grid-column: span 4;
  }
  .grid-layout--long-list-with-dhmpus--free > .stack--xl:nth-child(n+2):nth-child(-n+3) {
    grid-column: span 6;
  }
  .grid-layout--long-list-with-dhmpus--free > .stack--xl:nth-child(n+16) {
    grid-column: span 3;
  }
  .grid-layout--long-list-with-dhmpus--free #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 12;
    grid-column: 1/13;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .grid-layout--long-list-with-dhmpus--free .uber-block-lead-story {
    grid-column: 1/13;
  }
  .grid-layout--long-list-with-dhmpus--free > .stack--lg {
    grid-column: span 4;
  }
  .grid-layout--long-list-with-dhmpus--free > .stack--lg:nth-child(n+2):nth-child(-n+3), .grid-layout--long-list-with-dhmpus--free > .stack--lg:nth-child(n+10):nth-child(-n+13) {
    grid-column: span 6;
  }
  .grid-layout--long-list-with-dhmpus--free > .stack--lg:nth-child(n+20) {
    grid-column: span 3;
  }
  .grid-layout--long-list-with-dhmpus--free > .compact-stack--lg {
    grid-column: span 3;
  }
  .grid-layout--long-list-with-dhmpus--free #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 12;
    grid-column: 1/13;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .grid-layout--long-list-with-dhmpus--free .uber-block-lead-story {
    grid-column: 1/13;
  }
  .grid-layout--long-list-with-dhmpus--free > .stack--md {
    grid-column: span 6;
  }
  .grid-layout--long-list-with-dhmpus--free > .compact-stack--md {
    grid-column: span 4;
  }
  .grid-layout--long-list-with-dhmpus--free > .compact-stack--md:nth-child(n+13):nth-child(-n+13) {
    grid-column: span 6;
  }
  .grid-layout--long-list-with-dhmpus--free > .compact-stack--md:nth-child(n+20) {
    grid-column: span 3;
  }
  .grid-layout--long-list-with-dhmpus--free #po-inline-blocksystem-legacylistandtopstories {
    grid-column: 1/13;
  }
}
@media (max-width: 575px) {
  .grid-layout--long-list-with-dhmpus--free .uber-block-lead-story {
    grid-column: 1/13;
  }
  .grid-layout--long-list-with-dhmpus--free > .stack--sm {
    grid-column: span 12;
  }
  .grid-layout--long-list-with-dhmpus--free > .compact-stack--sm {
    grid-column: span 6;
  }
  .grid-layout--long-list-with-dhmpus--free #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 20;
    grid-column: 1/13;
  }
}
@media (min-width: 576px) {
  .grid-layout--long-list-with-dhmpus--free > .uber-block-lead-story .omni-lead-story .omni-lead-story__first-par {
    display: none;
  }
}
.grid-layout--long-list-with-dhmpus--free .piano--inside-block:empty {
  display: none;
}
.grid-layout--article-block-single-height-mpu {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 992px) {
  .grid-layout--article-block-single-height-mpu > .stack--xl {
    grid-column: span 4;
  }
  .grid-layout--article-block-single-height-mpu .standard-mpu-container {
    grid-row: 1;
    grid-column: 9/13;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .grid-layout--article-block-single-height-mpu > .stack--lg {
    grid-column: span 6;
  }
  .grid-layout--article-block-single-height-mpu > .stack--lg:nth-child(1) {
    grid-column: span 12;
  }
  .grid-layout--article-block-single-height-mpu > .stack--lg:nth-child(1) .omnicard__headline {
    font-size: var(--font-size-xl);
  }
  .grid-layout--article-block-single-height-mpu > .stack--lg:nth-child(n+3) {
    grid-column: span 4;
  }
  .grid-layout--article-block-single-height-mpu .standard-mpu-container {
    grid-row: 2;
    grid-column: 7/13;
  }
}
@media (max-width: 575px) {
  .grid-layout--article-block-single-height-mpu > .stack--sm, .grid-layout--article-block-single-height-mpu > .stack--md {
    grid-column: span 12;
  }
  .grid-layout--article-block-single-height-mpu > .inline--sm, .grid-layout--article-block-single-height-mpu > .inline--md {
    grid-column: span 12;
  }
  .grid-layout--article-block-single-height-mpu .standard-mpu-container {
    grid-row: 3;
    grid-column: span 12;
  }
}
.grid-layout--article-block-single-height-mpu--adfree {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 992px) {
  .grid-layout--article-block-single-height-mpu--adfree > .stack--xl {
    grid-column: span 6;
  }
  .grid-layout--article-block-single-height-mpu--adfree > .stack--xl:nth-child(n+3) {
    grid-column: span 4;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .grid-layout--article-block-single-height-mpu--adfree > .stack--lg {
    grid-column: span 6;
  }
  .grid-layout--article-block-single-height-mpu--adfree > .stack--lg:nth-child(n+3) {
    grid-column: span 4;
  }
}
@media (max-width: 575px) {
  .grid-layout--article-block-single-height-mpu--adfree > .stack--sm, .grid-layout--article-block-single-height-mpu--adfree > .stack--md, .grid-layout--article-block-single-height-mpu--adfree > .inline--sm, .grid-layout--article-block-single-height-mpu--adfree > .compact-stack--md {
    grid-column: span 12;
  }
}
.grid-layout--article-block-double-height-mpu {
  display: grid;
}
@media (min-width: 992px) {
  .grid-layout--article-block-double-height-mpu {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-layout--article-block-double-height-mpu > .stack--xl {
    grid-column: span 2;
  }
  .grid-layout--article-block-double-height-mpu > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/7;
  }
  .grid-layout--article-block-double-height-mpu .standard-mpu-container {
    grid-row: 1/3;
    grid-column: 7/10;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .grid-layout--article-block-double-height-mpu {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-layout--article-block-double-height-mpu > .stack--lg, .grid-layout--article-block-double-height-mpu > .compact-stack--lg {
    grid-column: span 6;
  }
  .grid-layout--article-block-double-height-mpu > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
  .grid-layout--article-block-double-height-mpu .standard-mpu-container {
    grid-row: 2/5;
    grid-column: 7/13;
  }
}
@media (max-width: 575px) {
  .grid-layout--article-block-double-height-mpu {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-layout--article-block-double-height-mpu > .inline--sm, .grid-layout--article-block-double-height-mpu > .compact-stack--md, .grid-layout--article-block-double-height-mpu > .stack--sm, .grid-layout--article-block-double-height-mpu > .stack--md {
    grid-column: span 12;
  }
  .grid-layout--article-block-double-height-mpu > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
  .grid-layout--article-block-double-height-mpu .standard-mpu-container {
    grid-column: 1/13;
    grid-row: 2;
  }
}
@media (min-width: 992px) {
  .grid-layout--article-block-double-height-mpu[data-total-articles="7"] .standard-mpu-container {
    grid-row: 1/4;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .grid-layout--article-block-double-height-mpu[data-total-articles="7"] .standard-mpu-container {
    grid-row: 2/8;
  }
}
@media (min-width: 576px) {
  .grid-layout--article-block-double-height-mpu > .uber-block-lead-story .omni-lead-story {
    display: flex;
    flex-direction: column;
  }
  .grid-layout--article-block-double-height-mpu > .uber-block-lead-story .omni-lead-story .omni-lead-story__image-content {
    order: unset;
  }
  .grid-layout--article-block-double-height-mpu > .uber-block-lead-story .omni-lead-story .omni-lead-metadata-container {
    margin: 0 10px 0 10px;
  }
  .grid-layout--article-block-double-height-mpu > .uber-block-lead-story .omni-lead-story .omni-lead-story__headline-container {
    flex-direction: column-reverse;
  }
  .grid-layout--article-block-double-height-mpu > .uber-block-lead-story .omni-lead-story .omni-lead-story__headline {
    order: unset;
    margin-bottom: 0;
  }
  .grid-layout--article-block-double-height-mpu > .uber-block-lead-story .omni-lead-story .omni-lead-story__first-par {
    display: none;
  }
}
.grid-layout--article-block-double-height-mpu--adfree {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 992px) {
  .grid-layout--article-block-double-height-mpu--adfree > .stack--xl {
    grid-column: span 4;
  }
  .grid-layout--article-block-double-height-mpu--adfree > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .grid-layout--article-block-double-height-mpu--adfree > .compact-stack--lg, .grid-layout--article-block-double-height-mpu--adfree > .stack--lg {
    grid-column: span 4;
  }
  .grid-layout--article-block-double-height-mpu--adfree > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
}
@media (max-width: 575px) {
  .grid-layout--article-block-double-height-mpu--adfree > .inline--sm, .grid-layout--article-block-double-height-mpu--adfree > .compact-stack--md, .grid-layout--article-block-double-height-mpu--adfree > .stack--sm, .grid-layout--article-block-double-height-mpu--adfree > .stack--md {
    grid-column: span 12;
  }
  .grid-layout--article-block-double-height-mpu--adfree > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
}
.grid-layout--article-block-standard_3-mpu {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 992px) {
  .grid-layout--article-block-standard_3-mpu > .stack--xl {
    grid-column: span 4;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .grid-layout--article-block-standard_3-mpu > .stack--lg {
    grid-column: span 4;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .grid-layout--article-block-standard_3-mpu > .stack--md {
    grid-column: span 4;
  }
}
@media (max-width: 575px) {
  .grid-layout--article-block-standard_3-mpu > .stack--sm, .grid-layout--article-block-standard_3-mpu > .inline--sm {
    grid-column: span 12;
  }
}
.grid-layout--article-block-standard_4-mpu {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 992px) {
  .grid-layout--article-block-standard_4-mpu > .stack--xl {
    grid-column: span 3;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .grid-layout--article-block-standard_4-mpu > .compact-stack--lg {
    grid-column: span 6;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .grid-layout--article-block-standard_4-mpu > .stack--md {
    grid-column: span 6;
  }
}
@media (max-width: 575px) {
  .grid-layout--article-block-standard_4-mpu > .compact-stack--sm {
    grid-column: span 6;
  }
}
.grid-layout--article-block-standard_5-mpu {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 575px) {
  .grid-layout--article-block-standard_5-mpu > .inline--sm, .grid-layout--article-block-standard_5-mpu > .compact-stack--md, .grid-layout--article-block-standard_5-mpu > .stack--sm, .grid-layout--article-block-standard_5-mpu > .stack--md {
    grid-column: span 12;
  }
  .grid-layout--article-block-standard_5-mpu > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .grid-layout--article-block-standard_5-mpu > .compact-stack--lg, .grid-layout--article-block-standard_5-mpu > .stack--lg {
    grid-column: span 6;
  }
  .grid-layout--article-block-standard_5-mpu > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .grid-layout--article-block-standard_5-mpu > .compact-stack--lg, .grid-layout--article-block-standard_5-mpu > .stack--lg {
    grid-column: span 3;
  }
  .grid-layout--article-block-standard_5-mpu > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
}
@media (min-width: 992px) {
  .grid-layout--article-block-standard_5-mpu > .stack--xl {
    grid-column: span 3;
  }
  .grid-layout--article-block-standard_5-mpu > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
}
@media (min-width: 576px) {
  .grid-layout--article-block-standard_5-mpu .uber-block-lead-story .omni-lead-story {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.grid-layout--article-block-standard_7-mpu {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 992px) {
  .grid-layout--article-block-standard_7-mpu > .stack--xl {
    grid-column: span 4;
    grid-row: 1/4;
  }
  .grid-layout--article-block-standard_7-mpu > .inline--xl {
    grid-column: span 4;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .grid-layout--article-block-standard_7-mpu > .stack--lg {
    grid-column: span 12;
  }
  .grid-layout--article-block-standard_7-mpu > .inline--lg {
    grid-column: span 6;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .grid-layout--article-block-standard_7-mpu > .stack--md {
    grid-column: span 12;
  }
  .grid-layout--article-block-standard_7-mpu > .inline--md {
    grid-column: span 6;
  }
}
@media (max-width: 575px) {
  .grid-layout--article-block-standard_7-mpu > .stack--sm, .grid-layout--article-block-standard_7-mpu > .inline--sm {
    grid-column: span 12;
  }
}
.grid-layout--top-stories {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 1200px) {
  .grid-layout--top-stories > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/9;
  }
  .grid-layout--top-stories > .stack--xl {
    grid-column: span 4;
  }
  .grid-layout--top-stories > .stack--xl:nth-child(n+8) {
    grid-column: span 3;
  }
  .grid-layout--top-stories .premium-mpu-container {
    grid-row: 1/3;
    grid-column: 9/13;
  }
  .grid-layout--top-stories .standard-mpu-container {
    grid-row: 3;
    grid-column: 5/9;
  }
  .grid-layout--top-stories #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 4;
    grid-column: 1/13;
  }
  .grid-layout--top-stories .high-vis-container {
    grid-row: 5;
    grid-column: 1/5;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .grid-layout--top-stories > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/7;
  }
  .grid-layout--top-stories > .stack--md {
    grid-column: span 6;
  }
  .grid-layout--top-stories > .stack--md:nth-child(n+7) .omnicard__headline {
    font-size: var(--font-size-s);
  }
  .grid-layout--top-stories > .compact-stack--md {
    grid-column: span 4;
  }
  .grid-layout--top-stories > .compact-stack--md:nth-child(n+7) .omnicard__headline {
    font-size: var(--font-size-s);
  }
  .grid-layout--top-stories .premium-mpu-container {
    grid-row: 1/4;
    grid-column: 7/13;
  }
  .grid-layout--top-stories .standard-mpu-container {
    grid-row: 4;
    grid-column: 7/13;
  }
  .grid-layout--top-stories #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 5;
    grid-column: 1/13;
  }
  .grid-layout--top-stories .high-vis-container {
    grid-row: 5;
    grid-column: 1/13;
  }
}
@media (max-width: 767px) {
  .grid-layout--top-stories > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
  .grid-layout--top-stories > .stack--sm {
    grid-column: 1/13;
  }
  .grid-layout--top-stories > .compact-stack--sm {
    grid-column: span 6;
  }
  .grid-layout--top-stories .premium-mpu-container {
    grid-row: 2;
    grid-column: 1/13;
  }
  .grid-layout--top-stories .standard-mpu-container {
    grid-row: 6;
    grid-column: 1/13;
  }
  .grid-layout--top-stories #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 8;
    grid-column: 1/13;
  }
  .grid-layout--top-stories .high-vis-container {
    grid-row: 9;
    grid-column: 1/13;
  }
}
@media (min-width: 576px) {
  .grid-layout--top-stories > .uber-block-lead-story .omni-lead-story {
    display: flex;
    flex-direction: column;
  }
  .grid-layout--top-stories > .uber-block-lead-story .omni-lead-story .omni-lead-story__image-content {
    order: unset;
  }
  .grid-layout--top-stories > .uber-block-lead-story .omni-lead-story .omni-lead-metadata-container {
    margin: 0 10px 0 10px;
  }
  .grid-layout--top-stories > .uber-block-lead-story .omni-lead-story .omni-lead-story__headline-container {
    flex-direction: column-reverse;
  }
  .grid-layout--top-stories > .uber-block-lead-story .omni-lead-story .omni-lead-story__headline {
    order: unset;
    margin-bottom: 0;
  }
  .grid-layout--top-stories > .uber-block-lead-story .omni-lead-story .omni-lead-story__first-par {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .grid-layout--top-stories[data-total-articles="7"] > .stack--md:nth-child(n+5) .omnicard__headline {
    font-size: var(--font-size-s);
  }
  .grid-layout--top-stories[data-total-articles="7"] > .compact-stack--md:nth-child(n+5) .omnicard__headline {
    font-size: var(--font-size-s);
  }
}
.grid-layout--top-stories--free[data-total-articles="7"] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 1200px) {
  .grid-layout--top-stories--free[data-total-articles="7"] > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
  .grid-layout--top-stories--free[data-total-articles="7"] > .stack--xl {
    grid-column: span 6;
  }
  .grid-layout--top-stories--free[data-total-articles="7"] > .stack--xl:nth-child(n+8) {
    grid-column: span 3;
  }
  .grid-layout--top-stories--free[data-total-articles="7"] #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 4;
    grid-column: 1/13;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .grid-layout--top-stories--free[data-total-articles="7"] > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
  .grid-layout--top-stories--free[data-total-articles="7"] > .stack--md {
    grid-column: span 6;
  }
  .grid-layout--top-stories--free[data-total-articles="7"] > .compact-stack--md {
    grid-column: span 6;
  }
  .grid-layout--top-stories--free[data-total-articles="7"] #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 4;
    grid-column: 1/13;
  }
}
@media (max-width: 767px) {
  .grid-layout--top-stories--free[data-total-articles="7"] > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
  .grid-layout--top-stories--free[data-total-articles="7"] > .stack--sm {
    grid-column: 1/13;
  }
  .grid-layout--top-stories--free[data-total-articles="7"] > .compact-stack--sm {
    grid-column: span 6;
  }
  .grid-layout--top-stories--free[data-total-articles="7"] #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 6;
    grid-column: 1/13;
  }
}
.grid-layout--top-stories--free[data-total-articles="11"] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 1200px) {
  .grid-layout--top-stories--free[data-total-articles="11"] > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
  .grid-layout--top-stories--free[data-total-articles="11"] > .stack--xl {
    grid-column: span 6;
  }
  .grid-layout--top-stories--free[data-total-articles="11"] > .stack--xl:nth-child(n+8) {
    grid-column: span 3;
  }
  .grid-layout--top-stories--free[data-total-articles="11"] #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 4;
    grid-column: 1/13;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .grid-layout--top-stories--free[data-total-articles="11"] > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
  .grid-layout--top-stories--free[data-total-articles="11"] > .stack--md {
    grid-column: span 6;
  }
  .grid-layout--top-stories--free[data-total-articles="11"] > .stack--md:nth-child(n+6) {
    grid-column: span 4;
  }
  .grid-layout--top-stories--free[data-total-articles="11"] > .stack--md:nth-child(n+6) .omnicard__headline {
    font-size: var(--font-size-s);
  }
  .grid-layout--top-stories--free[data-total-articles="11"] > .compact-stack--md {
    grid-column: span 4;
  }
  .grid-layout--top-stories--free[data-total-articles="11"] #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 4;
    grid-column: 1/13;
  }
}
@media (max-width: 767px) {
  .grid-layout--top-stories--free[data-total-articles="11"] > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
  .grid-layout--top-stories--free[data-total-articles="11"] > .stack--sm {
    grid-column: 1/13;
  }
  .grid-layout--top-stories--free[data-total-articles="11"] > .stack--sm:nth-child(n+6) .omnicard__headline {
    font-size: var(--font-size-s);
  }
  .grid-layout--top-stories--free[data-total-articles="11"] > .compact-stack--sm {
    grid-column: span 6;
  }
  .grid-layout--top-stories--free[data-total-articles="11"] > .compact-stack--sm:nth-child(n+6) .omnicard__headline {
    font-size: var(--font-size-s);
  }
  .grid-layout--top-stories--free[data-total-articles="11"] #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 6;
    grid-column: 1/13;
  }
}
.grid-layout--top-stories--free[data-total-articles="15"] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 1200px) {
  .grid-layout--top-stories--free[data-total-articles="15"] > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
  .grid-layout--top-stories--free[data-total-articles="15"] > .stack--xl {
    grid-column: span 6;
  }
  .grid-layout--top-stories--free[data-total-articles="15"] > .stack--xl:nth-child(n+6) {
    grid-column: span 4;
  }
  .grid-layout--top-stories--free[data-total-articles="15"] > .stack--xl:nth-child(n+12) {
    grid-column: span 3;
  }
  .grid-layout--top-stories--free[data-total-articles="15"] #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 4;
    grid-column: 1/13;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .grid-layout--top-stories--free[data-total-articles="15"] > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
  .grid-layout--top-stories--free[data-total-articles="15"] > .stack--md {
    grid-column: span 6;
  }
  .grid-layout--top-stories--free[data-total-articles="15"] > .compact-stack--md {
    grid-column: span 6;
  }
  .grid-layout--top-stories--free[data-total-articles="15"] > .compact-stack--md:nth-child(n+7) .omnicard__headline {
    font-size: var(--font-size-m);
  }
  .grid-layout--top-stories--free[data-total-articles="15"] > .compact-stack--md:nth-child(n+10) {
    grid-column: span 4;
  }
  .grid-layout--top-stories--free[data-total-articles="15"] > .compact-stack--md:nth-child(n+10) .omnicard__headline {
    font-size: var(--font-size-s);
  }
  .grid-layout--top-stories--free[data-total-articles="15"] #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 4;
    grid-column: 1/13;
  }
}
@media (max-width: 767px) {
  .grid-layout--top-stories--free[data-total-articles="15"] > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
  .grid-layout--top-stories--free[data-total-articles="15"] > .stack--sm {
    grid-column: 1/13;
  }
  .grid-layout--top-stories--free[data-total-articles="15"] > .compact-stack--sm {
    grid-column: span 6;
  }
  .grid-layout--top-stories--free[data-total-articles="15"] #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 6;
    grid-column: 1/13;
  }
}
.grid-layout--young-reporter-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 992px) {
  .grid-layout--young-reporter-list > .stack--xl {
    grid-column: span 4;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .grid-layout--young-reporter-list > .stack--lg {
    grid-column: span 4;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .grid-layout--young-reporter-list > .stack--md {
    grid-column: span 4;
  }
}
@media (max-width: 575px) {
  .grid-layout--young-reporter-list > .inline--sm {
    grid-column: span 12;
  }
}
.grid-layout--young-reporter-list #po-inline-blocks-legacylist__mid1 {
  grid-column: span 12;
  grid-row: 2;
}
.grid-layout--young-reporter-list #po-inline-blocks-legacylist__mid2 {
  grid-column: span 12;
  grid-row: 6;
}

/* ----------------------- Grid span variations (Ad containers) -------------------------------- */
.grid-block-span {
  /* .uber-block-layout-three-column-cards-with-mpu-ad */
}
.grid-block-span--1 .premium-mpu-container {
  grid-row: span 2/span 2;
}
@media (min-width: 576px) {
  .grid-block-span--1 .premium-mpu-container {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 768px) {
  .grid-block-span--1 .premium-mpu-container {
    grid-column: auto;
  }
}
.grid-block-span--1 .standard-mpu-container {
  grid-column: auto;
}
@media (min-width: 576px) {
  .grid-block-span--1 .standard-mpu-container {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 768px) {
  .grid-block-span--1 .standard-mpu-container {
    grid-column: auto;
  }
}
.grid-block-span {
  /* .uber-block-layout-three-column-small-with-mpu-ad */
}
.grid-block-span--2 {
  grid-row: auto;
}
.grid-block-span--2 .premium-mpu-container {
  grid-row: span 5/span 5;
}
.grid-block-span--2 .standard-mpu-container {
  grid-row: span 2/span 2;
}
.grid-block-span {
  /* .block-main-news */
}
.grid-block-span--3 .premium-mpu-container {
  grid-row: span 3/span 5;
}
@media (min-width: 1200px) {
  .grid-block-span--3 .premium-mpu-container {
    grid-row: span 2/span 5;
  }
}
@media (min-width: 1400px) {
  .grid-block-span--3 .premium-mpu-container {
    grid-row: span 3/span 5;
  }
}
@media (min-width: 768px) {
  .grid-block-span--3 .standard-mpu-container {
    grid-row: span 2;
  }
}
@media (min-width: 1200px) {
  .grid-block-span--3 .standard-mpu-container {
    grid-row: span 3;
  }
}
.grid-block-span--3 .high-vis-container {
  grid-row: span 1;
}
.grid-block-span--3 #po-inline-blocksystem-legacylistandtopstories {
  grid-column: auto;
}
@media (min-width: 768px) {
  .grid-block-span--3 #po-inline-blocksystem-legacylistandtopstories {
    grid-column: span 2;
  }
}
@media (min-width: 1200px) {
  .grid-block-span--3 #po-inline-blocksystem-legacylistandtopstories {
    grid-column: span 3;
  }
}
.grid-block-span {
  /*
    .uber-block-layout-three-column-cards,
    .uber-three-column-small-with-mpu-and-viz-ad,
    .uber-three-column-small__container,
    .block-national-sport__container,
    .block-topic__container,
    .block-article__container,
  */
}
.grid-block-span--auto {
  grid-row: auto;
}

@media (min-width: 992px) {
  .allow-skins .grid-layout--article-block-double-height-mpu .omnicard.stack--xl .omnicard__headline {
    font-size: var(--font-size-s);
  }
}
@media (min-width: 576px) {
  .allow-skins .grid-layout--article-block-double-height-mpu > .uber-block-lead-story .omni-lead-story {
    display: flex;
    flex-direction: column;
  }
  .allow-skins .grid-layout--article-block-double-height-mpu > .uber-block-lead-story .omni-lead-story .omni-lead-story__image-content {
    order: unset;
  }
  .allow-skins .grid-layout--article-block-double-height-mpu > .uber-block-lead-story .omni-lead-story .omni-lead-metadata-container {
    margin: 0 10px 0 10px;
  }
  .allow-skins .grid-layout--article-block-double-height-mpu > .uber-block-lead-story .omni-lead-story .omni-lead-story__headline-container {
    flex-direction: column-reverse;
  }
  .allow-skins .grid-layout--article-block-double-height-mpu > .uber-block-lead-story .omni-lead-story .omni-lead-story__headline {
    order: unset;
    margin-bottom: 0;
  }
  .allow-skins .grid-layout--article-block-double-height-mpu > .uber-block-lead-story .omni-lead-story .omni-lead-story__first-par {
    display: none;
  }
}
@media (min-width: 992px) {
  .allow-skins .grid-layout--long-list-with-dhmpus--free .uber-block-lead-story {
    grid-column: 1/13;
  }
  .allow-skins .grid-layout--long-list-with-dhmpus--free > .stack--lg, .allow-skins .grid-layout--long-list-with-dhmpus--free > .stack--xl {
    grid-column: span 4;
  }
  .allow-skins .grid-layout--long-list-with-dhmpus--free > .stack--lg:nth-child(n+2):nth-child(-n+3), .allow-skins .grid-layout--long-list-with-dhmpus--free > .stack--lg:nth-child(n+10):nth-child(-n+13), .allow-skins .grid-layout--long-list-with-dhmpus--free > .stack--xl:nth-child(n+2):nth-child(-n+3), .allow-skins .grid-layout--long-list-with-dhmpus--free > .stack--xl:nth-child(n+10):nth-child(-n+13) {
    grid-column: span 6;
  }
  .allow-skins .grid-layout--long-list-with-dhmpus--free > .stack--lg:nth-child(n+19), .allow-skins .grid-layout--long-list-with-dhmpus--free > .stack--xl:nth-child(n+19) {
    grid-column: span 3;
  }
  .allow-skins .grid-layout--long-list-with-dhmpus--free > .compact-stack--lg, .allow-skins .grid-layout--long-list-with-dhmpus--free > .compact-stack--xl {
    grid-column: span 3;
  }
  .allow-skins .grid-layout--long-list-with-dhmpus--free #po-inline-blocksystem-legacylistandtopstories {
    grid-column: 1/13;
  }
}
@media (min-width: 992px) {
  .allow-skins .grid-layout--long-list-with-dhmpus > .stack--xl:nth-child(n+24) .omnicard__headline {
    font-size: var(--font-size-s);
  }
}
@media (min-width: 992px) {
  .allow-skins .grid-layout--default-long-list > .stack--xl:nth-child(n+11) .omnicard__headline {
    font-size: var(--font-size-s);
  }
}
@media (min-width: 1200px) {
  .allow-skins .grid-layout--top-stories > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/9;
  }
  .allow-skins .grid-layout--top-stories > .stack--lg {
    grid-column: span 4;
  }
  .allow-skins .grid-layout--top-stories > .stack--lg:nth-child(n+8) .omnicard__headline {
    font-size: var(--font-size-s);
  }
  .allow-skins .grid-layout--top-stories > .compact-stack--lg {
    grid-column: span 3;
  }
  .allow-skins .grid-layout--top-stories > .compact-stack--lg:nth-child(n+8) .omnicard__headline {
    font-size: var(--font-size-s);
  }
  .allow-skins .grid-layout--top-stories .premium-mpu-container {
    grid-row: 1/3;
    grid-column: 9/13;
  }
  .allow-skins .grid-layout--top-stories .standard-mpu-container {
    grid-row: 3;
    grid-column: 5/9;
  }
  .allow-skins .grid-layout--top-stories #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 4;
    grid-column: 1/13;
  }
  .allow-skins .grid-layout--top-stories .high-vis-container {
    grid-row: 5;
    grid-column: 1/5;
  }
}
@media (min-width: 1200px) {
  .allow-skins .grid-layout--top-stories--free[data-total-articles="11"] > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
  .allow-skins .grid-layout--top-stories--free[data-total-articles="11"] > .stack--lg {
    grid-column: span 6;
  }
  .allow-skins .grid-layout--top-stories--free[data-total-articles="11"] > .stack--lg:nth-child(n+8) .omnicard__headline {
    font-size: var(--font-size-s);
  }
  .allow-skins .grid-layout--top-stories--free[data-total-articles="11"] > .compact-stack--lg {
    grid-column: span 3;
  }
  .allow-skins .grid-layout--top-stories--free[data-total-articles="11"] > .compact-stack--lg:nth-child(n+8) .omnicard__headline {
    font-size: var(--font-size-s);
  }
  .allow-skins .grid-layout--top-stories--free[data-total-articles="11"] #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 4;
    grid-column: 1/13;
  }
}
@media (min-width: 1200px) {
  .allow-skins .grid-layout--top-stories--free[data-total-articles="15"] > .uber-block-lead-story {
    grid-row: 1;
    grid-column: 1/13;
  }
  .allow-skins .grid-layout--top-stories--free[data-total-articles="15"] > .stack--lg {
    grid-column: span 6;
  }
  .allow-skins .grid-layout--top-stories--free[data-total-articles="15"] > .stack--lg:nth-child(n+6) {
    grid-column: span 4;
  }
  .allow-skins .grid-layout--top-stories--free[data-total-articles="15"] > .compact-stack--lg {
    grid-column: span 4;
  }
  .allow-skins .grid-layout--top-stories--free[data-total-articles="15"] > .compact-stack--lg:nth-child(n+12) {
    grid-column: span 3;
  }
  .allow-skins .grid-layout--top-stories--free[data-total-articles="15"] > .compact-stack--lg:nth-child(n+12) .omnicard__headline {
    font-size: var(--font-size-s);
  }
  .allow-skins .grid-layout--top-stories--free[data-total-articles="15"] #po-inline-blocksystem-legacylistandtopstories {
    grid-row: 4;
    grid-column: 1/13;
  }
}

/* stylelint-disable function-no-unknown */
body {
  background-color: #FFFFFF;
}

.layout .content {
  max-width: 1290px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: unset;
  background-color: #FFFFFF;
  position: relative;
}

.allow-skins .container {
  padding-left: 10px;
  padding-right: 10px;
}
.allow-skins .content {
  max-width: 960px;
}
.allow-skins .content--skin-injected-inside-takeover {
  position: relative;
  margin-top: 105px;
}
.allow-skins .results-list .article-container {
  padding: 0 15px 0 0 !important;
}
@media (min-width: 992px) {
  .allow-skins .article-row-container--left {
    max-width: 590px;
  }
}
.allow-skins .football-table__table td {
  padding: 0 2px;
}
@media (min-width: 992px) {
  .allow-skins .grid-layout--article-block-double-height-mpu .omnicard.stack--xl .omnicard__headline {
    font-size: var(--font-size-s);
  }
}
.allow-skins .grid-layout--article-block-double-height-mpu > .uber-block-lead-story .omni-lead-story {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.allow-skins .grid-layout--article-block-double-height-mpu > .uber-block-lead-story .omni-lead-story .omni-lead-story__image-content {
  order: unset;
}
.allow-skins .grid-layout--article-block-double-height-mpu > .uber-block-lead-story .omni-lead-story .omni-lead-metadata-container {
  margin: 0 10px 0 10px;
}
.allow-skins .grid-layout--article-block-double-height-mpu > .uber-block-lead-story .omni-lead-story .omni-lead-story__headline-container {
  flex-direction: column-reverse;
}
.allow-skins .grid-layout--article-block-double-height-mpu > .uber-block-lead-story .omni-lead-story .omni-lead-story__headline {
  order: unset;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .allow-skins #articleListPageWrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.skin-detected--for-header .site-brand,
.skin-detected--for-header .primary-nav__container,
.skin-detected--for-header #secondary-nav,
.skin-detected--for-header .sub-nav {
  max-width: 960px;
}

.sticky-footer {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
.sticky-footer .layout {
  flex: 1 0 auto;
}
.sticky-footer .layout:has(#redesign-content) {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.sticky-footer .layout:has(#redesign-content) #redesign-content {
  flex: 1;
}
.sticky-footer footer {
  flex-shrink: 0;
}

body,
p,
li,
a,
span {
  font-family: var(--body-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

.grid {
  display: grid;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1290px;
  }
}
.container.container--enhanced {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container-inner-width {
  max-width: 1290px;
  margin: 0 auto;
}

.container-inner-content {
  max-width: 992px;
  margin: 0 auto;
}

.header-bottom-margin {
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .block-bottom-margin {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .block-bottom-margin {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .block-bottom-margin {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .block-bottom-margin {
    margin-bottom: 40px;
  }
}
.block-bottom-margin:empty {
  margin-bottom: 0;
}

.divider {
  height: 1px;
  background: #E6E6E9;
  margin: 25px 0;
  width: 100%;
}

.d-block {
  display: block;
}

.w-100 {
  width: 100%;
}

.mar-flex {
  display: flex;
}

.mar-flex-1 {
  flex: 1;
}

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

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

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

.mar-gap-2 {
  gap: 10px;
}

.flex-box-centre {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.d-inline-block {
  display: inline-block !important;
}

.hidden {
  display: none !important;
}

[hidden] {
  display: none !important;
}

.no-scroll {
  overflow: hidden;
}

.mar-w-50 {
  width: 50% !important;
}

.mar-w-75 {
  width: 75% !important;
}

.mar-w-100 {
  width: 100% !important;
}

.visually-hidden {
  display: block !important;
  -webkit-clip-path: rect(0, 0, 0, 0) !important;
          clip-path: rect(0, 0, 0, 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.p-r {
  position: relative !important;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.list-style-none {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.list-style-none li::before {
  content: none;
}

.l-align {
  float: left;
}

.r-align {
  float: right;
}

.float-right {
  float: right !important;
}

.mar-border {
  border: 1px solid #DEE2E6 !important;
}

.center {
  margin: 0 auto !important;
}

@media (min-width: 576px) {
  .mobile-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .small-tablet-only {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .tablet-only {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .w-100-on-mobile {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.mar-aspect-ratio-16-9 img, .mar-aspect-ratio-3-2 img, .mar-aspect-ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mar-aspect-ratio-3-2 {
  position: relative;
  padding-top: 66.67%;
}
.mar-aspect-ratio-16-9 {
  position: relative;
  padding-top: 56.25%;
}
.notices-nav {
  flex-direction: column;
  gap: 15px;
  max-width: 1260px;
  margin: auto;
  padding-top: 5px;
  position: relative;
  width: 100%;
  overflow: auto;
}
.notices-nav .greeting-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.notices-nav .greeting-container a {
  flex: 1;
}
@media (min-width: 576px) {
  .notices-nav .greeting-container a {
    flex: none;
  }
}
.notices-nav .greeting-container a button {
  font-size: var(--font-size-m);
  padding: 2px 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .notices-nav .greeting-container {
    align-items: center;
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
}
.notices-nav .greeting-container .notice-nav-heading {
  color: var(--alt-colour);
  font-family: var(--headlines-font);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 120%;
  margin: 0 0 15px;
}
.notices-nav .main-nav {
  height: 32px;
  overflow: auto hidden;
  display: flex;
  align-items: center;
}
.notices-nav .main-nav__list {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}
.notices-nav .main-nav__list a {
  text-decoration: none;
}
.notices-nav .main-nav__list .nav-item:link {
  font-family: var(--body-font);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: var(--font-weight-regular);
  line-height: 130%;
  padding-bottom: 3px;
  transition: all 0.3s;
  white-space: nowrap;
}
.notices-nav .main-nav__list .nav-item:hover,
.notices-nav .main-nav__list .nav-item:active {
  box-shadow: 0 2px 0 black;
}
.notices-nav .main-nav__list .nav-active {
  font-weight: var(--font-weight-bold);
  box-shadow: 0 2px 0 black;
}
.notices-nav__find-page {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .notices-nav__find-page .mar-btn--dark {
    display: none;
  }
}
.notices-nav__find-page .greeting-container .notice-nav-heading {
  margin: 0;
}

.notice-card {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: 10px;
  padding: 15px;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #CCCFD6;
  background-color: #FFFFFF;
}
.notice-card--loving-memory .notice-card__image {
  min-width: 110px;
  max-width: 110px;
}
.notice-card__container {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.notice-card__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  line-height: 1.2;
}
.notice-card__details > * {
  flex: 0;
  overflow-wrap: anywhere;
}
.notice-card__separator {
  flex: 1;
}
.notice-card__type {
  color: #595959;
  font-size: var(--font-size-xxs);
  font-family: var(--body-font);
}
.notice-card__name {
  margin: 0;
  color: #333333;
  font-size: var(--font-size-m);
  font-weight: var(--font-weight-semibold);
  font-family: var(--heading-font);
}
.notice-card__date {
  margin-top: -2px;
  color: #333333;
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-semibold);
  font-family: var(--body-font);
}
.notice-card__publish {
  color: #595959;
  font-size: var(--font-size-xs);
  font-family: var(--body-font);
}
.notice-card__actions {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  margin-top: 10px;
}
.notice-card__actions .mar-btn {
  height: 24px;
}
.notice-card__actions .mar-btn:hover {
  box-shadow: unset;
}
.notice-card__actions .mar-btn--dark a {
  color: #FFFFFF;
}
.notice-card__actions .mar-btn--loving-memory {
  background-color: #51705E;
}
.notice-card__image {
  min-width: 120px;
  max-width: 120px;
}
.notice-card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.notice-card__description {
  flex: 0;
  font-size: var(--font-size-xs);
}

#flashAlert {
  display: none;
  position: fixed;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  width: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}
#flashAlert.success-msg {
  background-color: green;
}
#flashAlert.error-msg {
  background-color: red;
}
#flashAlert p {
  color: #FFFFFF;
  font-family: var(--global-font);
  margin: 20px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#hero-section .hero-slides {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s;
}
#hero-section .hero-slides .slick-dots {
  bottom: 20px;
  display: flex;
  gap: 5px;
  justify-content: center;
  left: 0;
  list-style: none;
  position: absolute;
  right: 0;
}
#hero-section .hero-slides .slick-dots .circle {
  border-radius: 50px;
  border: 1px solid white;
  height: 15px;
  width: 15px;
}
#hero-section .hero-slides .slick-dots .slick-active {
  background-color: white;
  border-radius: 50px;
}
#hero-section .hero-slides .hero-item {
  align-items: center;
  background-position: center;
  background-size: cover;
  box-shadow: inset 100vw 0 0 0 rgba(0, 0, 0, 0.3);
  color: white;
  display: flex !important;
  height: 350px;
  width: 100vw;
  padding: 10px 15px;
}
@media (max-width: 1199px) {
  #hero-section .hero-slides .hero-item {
    padding: 0 15px;
  }
}
#hero-section .hero-slides .hero-item__1 {
  background-image: url("/resources/responsive-static/images/father-children.jpg");
}
#hero-section .hero-slides .hero-item__2 {
  background-image: url("/resources/responsive-static/images/sunset-girls.jpg");
}
#hero-section .hero-slides .hero-item .mar-btn {
  display: inline-block;
  margin-top: 25px;
  font-size: var(--font-size-l);
  padding: 10px 25px;
  line-height: 130%;
}
@media (max-width: 767px) {
  #hero-section .hero-slides .hero-item .mar-btn {
    font-size: var(--font-size-xs);
    padding: 5px 15px;
  }
}
@media (min-width: 768px) {
  #hero-section .hero-slides .hero-item .mar-btn {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  #hero-section .hero-slides .hero-item .mar-btn {
    margin-top: 25px;
  }
}
#hero-section .hero-slides .hero-item div {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
#hero-section .hero-slides .hero-item h1, #hero-section .hero-slides .hero-item h4 {
  font-style: normal;
  line-height: 130%;
  margin: 0;
}
#hero-section .hero-slides .hero-item h1 {
  font-family: var(--headlines-font);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #hero-section .hero-slides .hero-item h1 {
    font-size: var(--font-size-el);
  }
}
#hero-section .hero-slides .hero-item h4 {
  font-family: var(--body-font);
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-regular);
  width: 80%;
}
@media (min-width: 768px) {
  #hero-section .hero-slides .hero-item h4 {
    font-size: var(--font-size-m);
    font-weight: var(--font-weight-semibold);
    width: 50%;
  }
}
#hero-section .slick-initialized {
  visibility: visible !important;
  opacity: 1;
}

.notice-portal {
  background-color: #D6E1F1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 20px;
  justify-content: center;
}
.notice-portal a {
  box-shadow: 0 1px 0 #CCCFD6;
  font-size: var(--font-size-xxs);
  color: black;
  font-family: var(--global-font);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 140%;
  padding-bottom: 1px;
  text-decoration: none;
  width: fit-content;
}
.notice-portal h4, .notice-portal h3, .notice-portal p {
  font-family: var(--global-font);
  margin: 0;
}
.notice-portal p {
  font-size: var(--font-size-xxs) !important;
  font-style: normal;
  font-weight: var(--font-weight-regular);
  line-height: 130%;
}
.notice-portal img {
  margin-top: 6px;
}
.notice-portal h4, .notice-portal h3 {
  color: #454578;
  font-style: normal;
  font-weight: var(--font-weight-bold);
}
.notice-portal h3 {
  font-size: var(--font-size-xxs);
  line-height: 140%;
}
.notice-portal h4 {
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  margin-bottom: 3px;
}

.notice-search {
  position: relative;
  background: var(--main-colour);
}
.notice-search__container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 15px 25px;
}
@media (max-width: 1199px) {
  .notice-search__container {
    padding: 15px;
    flex-flow: row wrap;
  }
}
@media (max-width: 767px) {
  .notice-search__container {
    gap: 15px;
  }
}
.notice-search__container .notice-search__wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
}
@media (min-width: 1400px) {
  .notice-search__container .notice-search__wrapper {
    width: 73%;
  }
}
@media (max-width: 767px) {
  .notice-search__container .notice-search__wrapper {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
}
.notice-search__container .notice-search__label,
.notice-search__container .notice-search__link a {
  color: #FFFFFF;
  white-space: nowrap;
}
.notice-search__container .notice-search__label {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-semibold);
  font-family: var(--headlines-font);
}
@media (max-width: 767px) {
  .notice-search__container .notice-search__label {
    font-size: var(--font-size-l);
  }
}
.notice-search__container .notice-search__link a {
  font-size: var(--font-size-m);
  font-weight: var(--font-weight-bold);
  font-family: var(--body-font);
}
@media (max-width: 767px) {
  .notice-search__container .notice-search__link a {
    font-size: var(--font-size-xs);
  }
}
.notice-search__form {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.notice-search__form input {
  border-radius: 2px 0 0 2px;
}
.notice-search__form input::placeholder {
  color: #000000;
  font-size: 16px;
}
.notice-search__form button {
  font-size: var(--font-size-m);
  border-radius: 0 100px 100px 0;
  padding: 10px 15px;
  min-width: 125px;
}
@media (max-width: 767px) {
  .notice-search__form button {
    font-size: var(--font-size-xs);
    min-width: unset;
  }
}
.notice-search__find-page {
  padding: 0 20px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .notice-search__find-page {
    padding: 0;
  }
}
.notice-search__find-page .notice-search__container {
  display: grid;
  grid-template-columns: 1fr 280px;
  flex-flow: row nowrap;
}
@media (max-width: 991px) {
  .notice-search__find-page .notice-search__container {
    display: flex;
    grid-template-columns: unset;
  }
}
@media (max-width: 767px) {
  .notice-search__find-page .notice-search__container {
    flex-flow: row wrap;
  }
}
.notice-search__find-page .notice-search__container .notice-search__wrapper {
  width: 100%;
}
.notice-search__find-page .notice-search__label {
  font-size: var(--font-size-l);
}
@media (max-width: 991px) {
  .notice-search__find-page .notice-search__label {
    display: none;
  }
}
@media (min-width: 768px) {
  .notice-search__find-page .notice-search__form input {
    height: 30px;
    min-height: 30px;
  }
}
@media (min-width: 768px) {
  .notice-search__find-page .notice-search__form button {
    height: 30px;
    padding: 0;
    min-width: 79px;
    font-size: 14px;
  }
}

.notice-weekly .background {
  background-color: #2B2556;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 20px;
}
.notice-weekly .background a, .notice-weekly .background h2, .notice-weekly .background h6, .notice-weekly .background p, .notice-weekly .background span {
  font-family: var(--global-font);
  margin: 0;
}
.notice-weekly .button-overide {
  font-size: var(--font-size-xs);
  padding: 5px 15px;
}
.notice-weekly .button-overide a {
  color: #FFFFFF;
}
.notice-weekly .newsletters {
  gap: 20px;
}
.notice-weekly .newsletters h6 {
  color: #FFFFFF;
  display: block;
  font-size: var(--font-size-xxs);
  font-weight: var(--font-weight-bold);
  line-height: 140%;
}
.notice-weekly .newsletters h6 a {
  color: #FFFFFF;
}
.notice-weekly .newsletters h2 {
  font-size: var(--font-size-mll);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 120%;
}
.notice-weekly .newsletters p {
  font-feature-settings: "liga" off, "clig" off;
  font-size: var(--font-size-xs);
  font-style: normal;
  line-height: 19px;
  margin-top: 5px;
}
.notice-weekly .newsletters__form {
  display: flex;
  flex-flow: row nowrap;
  height: 36px;
  margin-bottom: 10px;
  width: 100%;
}
.notice-weekly .newsletters__form input {
  border-radius: 2px 0 0 2px;
  height: 100%;
  min-height: 36px;
  padding: 8px 10px;
}
.notice-weekly .newsletters__form input::placeholder {
  color: #000000;
}
.notice-weekly .newsletters__form button {
  border-radius: 0 100px 100px 0;
  font-size: var(--font-size-xs);
  font-style: normal;
  height: 100%;
  padding: 0 15px;
  white-space: nowrap;
  width: fit-content;
}
.notice-weekly #signup-btn {
  margin-bottom: 10px;
}
.notice-weekly .hide {
  display: none;
}
.notice-weekly .no-newsletter {
  align-self: center;
  background-color: #F2F2F3;
  height: 100%;
  justify-content: center;
  padding: 20px;
}
.notice-weekly .no-newsletter button {
  margin-top: 10px;
}
.notice-weekly .no-newsletter h2 {
  box-shadow: 0 3px 0 #000000;
  font-family: var(--headlines-font);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 120%;
  padding-bottom: 3px;
  width: fit-content;
}
.notice-weekly .no-newsletter p {
  margin-top: 3px;
}
.notice-weekly .success-message {
  color: #FFFFFF;
  gap: 5px;
}
.notice-weekly .success-message a {
  color: #FFFFFF;
}
.notice-weekly .success-message h2 {
  box-shadow: 0 3px 0 #FFFFFF;
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 120%;
  padding-bottom: 3px;
  width: fit-content;
}
.notice-weekly .success-message p {
  font-feature-settings: "liga" off, "clig" off;
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: var(--font-weight-regular);
  line-height: 19px;
  margin-top: 5px;
}
.notice-weekly .success-message p span {
  font-family: var(--global-font);
  font-weight: var(--font-weight-bold);
}

.why-place-notice {
  align-items: center;
  display: grid;
  gap: 40px 0;
}
@media (min-width: 768px) {
  .why-place-notice {
    gap: 20px;
    grid-template-columns: auto 300px;
  }
}
.why-place-notice__ad-free {
  grid-template-columns: 1fr;
}
.why-place-notice.notice-section__inner {
  padding: 40px 0;
}
.why-place-notice .content {
  padding: 0 !important;
}
@media (min-width: 1200px) {
  .why-place-notice .content__list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 1200px) {
  .why-place-notice .content__list .first {
    grid-column: 1/-1;
  }
}
.why-place-notice .content .mar-btn {
  display: inline-block;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-bold);
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .why-place-notice .content .mar-btn {
    font-size: var(--font-size-l);
    font-weight: 800;
    padding: 8px 25px 10px;
  }
}
.why-place-notice__find-page {
  position: relative;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 0;
}
.why-place-notice__find-page h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.why-place-notice__find-page.notice-section__inner {
  padding: 0;
}
.why-place-notice__find-page p {
  font-family: var(--body-font);
  font-weight: var(--font-weight-regular);
  line-height: 130%;
  margin-bottom: 15px;
}
.why-place-notice__find-page p span {
  font-weight: var(--font-weight-bold);
}
.why-place-notice__find-page .content .mar-btn {
  font-size: 18px;
  padding: 3px 15px;
}

.notice-in-loving-memory {
  position: relative;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("/resources/responsive-static/mds/images/in-loving-memory-bg.jpg");
  background-position: top;
  background-size: 100%;
}
@media (max-width: 1199px) {
  .notice-in-loving-memory {
    margin: 0 -15px;
  }
}
.notice-in-loving-memory__container {
  max-width: 1255px;
  margin: 50px auto;
  display: grid;
  gap: 15px;
}
@media (max-width: 1199px) {
  .notice-in-loving-memory__container {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .notice-in-loving-memory__container {
    margin: 25px auto;
  }
}
@media (max-width: 575px) {
  .notice-in-loving-memory__container {
    padding: 0 20px;
  }
}
.notice-in-loving-memory__container h2 {
  font-family: Dancing Script, cursive;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
}
@media (max-width: 575px) {
  .notice-in-loving-memory__container h2 {
    font-size: 40px;
  }
}
.notice-in-loving-memory__sub-header {
  display: flex;
  justify-content: space-between;
}
.notice-in-loving-memory__sub-header .view-more-btn {
  position: relative;
}
.notice-in-loving-memory__sub-header .view-more-btn a {
  color: black;
  font-size: var(--font-size-m);
  font-weight: var(--font-weight-bold);
  line-height: 130%;
}
@media (max-width: 575px) {
  .notice-in-loving-memory__sub-header .view-more-btn {
    display: none;
  }
}
.notice-in-loving-memory__sub-header .view-more-btn::after {
  content: "";
  margin-left: 5px;
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 100%;
  height: 1.5px;
  background: #51705E;
}
.notice-in-loving-memory__sub-header .sub-text {
  font-size: var(--font-size-s);
  font-family: var(--body-font);
  font-weight: 400;
  line-height: 130%;
}
.notice-in-loving-memory .mobile-view-more-btn {
  display: none;
  position: relative;
  width: fit-content;
}
.notice-in-loving-memory .mobile-view-more-btn a {
  color: black;
  font-size: var(--font-size-m);
  font-weight: var(--font-weight-bold);
  line-height: 130%;
}
.notice-in-loving-memory .mobile-view-more-btn::after {
  content: "";
  margin-left: 5px;
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 100%;
  height: 1px;
  background: #51705E;
}
@media (max-width: 575px) {
  .notice-in-loving-memory .mobile-view-more-btn {
    display: block;
  }
}
.notice-in-loving-memory__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 20px;
}
@media (max-width: 1199px) {
  .notice-in-loving-memory__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .notice-in-loving-memory__grid {
    grid-template-columns: 1fr;
  }
}

.notice-nearby-publications {
  position: relative;
  margin: auto;
  max-width: 1260px;
  width: 100%;
}
.notice-nearby-publications__find-page h2 {
  font-size: 18px;
}
.notice-nearby-publications__find-page ul {
  list-style: disc !important;
  padding: 0 20px !important;
  display: inline-grid;
}
.notice-nearby-publications ul {
  list-style: none;
  padding: 0;
}
.notice-nearby-publications li {
  text-decoration: underline;
  float: left;
  padding: 0 30px 10px 5px;
  font-size: 14px;
}

.funeral-directors p {
  font-size: var(--font-size-xs);
}
@media (min-width: 576px) {
  .funeral-directors p {
    font-size: var(--font-size-s);
  }
}
.funeral-directors h2 {
  margin-bottom: 25px;
}
.funeral-directors .mar-btn--dark {
  display: inline-block;
  margin-top: 25px;
  color: #FFFFFF;
  padding: 5px 10px;
  font-size: 18px;
}
.funeral-directors__find-page {
  background: #F2F2F3;
  padding: 15px;
}
.funeral-directors__find-page h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.funeral-directors__find-page h2::after {
  background: var(--alt-colour);
}
.funeral-directors__find-page .mar-btn {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  padding: 0 5px;
}

.funeral-director-card {
  justify-content: space-between;
  gap: 0 10px;
  display: flex;
}
.funeral-director-card.highlighted {
  border-radius: 15px;
  border: 1px solid #CCCFD6;
  height: 100%;
  padding: 15px;
}
.funeral-director-card.highlighted .funeral-director-container {
  min-height: 100px;
  min-width: 100px;
}
.funeral-director-card .funeral-director-container {
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
  display: flex;
}
.funeral-director-card .funeral-director-container .company_info {
  flex-wrap: wrap;
  justify-content: space-between;
  display: grid;
  font-size: var(--font-size-s);
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
@media (max-width: 991px) {
  .funeral-director-card .funeral-director-container .company_info {
    margin: 0;
  }
}
.funeral-director-card .funeral-director-container .company_info h2 {
  margin: 0;
  padding-right: 20px;
  text-decoration: underline;
  font-family: var(--headlines-font);
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-bold);
}
.funeral-director-card .funeral-director-container .company_info a {
  text-decoration: underline;
}
.funeral-director-card .funeral-director-container .company_logo {
  justify-content: center;
  align-items: center;
  display: flex;
  max-width: 100px;
  max-height: 100%;
}
.funeral-director-card .funeral-director-container .company_logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 575px) {
  .funeral-director-card .funeral-director-container .company_logo {
    margin-top: 10px;
  }
}

/**
  * Responsive breakpoint mixin.
  * Parameter type can be : min, xs, sm, md, lg, xl, max, touch, touchless
  */
/* Layout */
/* Colours */
/* Autogen vars via build:palettes */
/* 1. Screen Sizes */
/* Topics */
/* Cards */
/*
  xs    320px   small-mobile
  sm    576px   mobile
  md    768px   small-tablet
  lg    992px   tablet
  xl    1200px  small-desktop
  max   1400px  desktop
*/
/* stylelint-disable function-no-unknown */
/* Layout */
/* Colours */
/* Autogen vars via build:palettes */
/* 1. Screen Sizes */
/* Topics */
/* Cards */
/*
  xs    320px   small-mobile
  sm    576px   mobile
  md    768px   small-tablet
  lg    992px   tablet
  xl    1200px  small-desktop
  max   1400px  desktop
*/
/* stylelint-disable function-no-unknown */
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.fade-enter-active, .fade-leave-active {
  transition-property: opacity;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-enter-active, .fade-leave-active {
    transition: none;
  }
}

.slide-up-enter, .slide-up-leave-to {
  transform: translateY(100%);
}
.slide-up-enter-active, .slide-up-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .slide-up-enter-active, .slide-up-leave-active {
    transition: none;
  }
}

.slide-down-enter, .slide-down-leave-to {
  transform: translateY(-100%);
}
.slide-down-enter-active, .slide-down-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .slide-down-enter-active, .slide-down-leave-active {
    transition: none;
  }
}

.slide-left-enter, .slide-left-leave-to {
  transform: translateX(100%);
}
.slide-left-enter-active, .slide-left-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .slide-left-enter-active, .slide-left-leave-active {
    transition: none;
  }
}

.slide-right-enter, .slide-right-leave-to {
  transform: translateX(-100%);
}
.slide-right-enter-active, .slide-right-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .slide-right-enter-active, .slide-right-leave-active {
    transition: none;
  }
}

.fade-slide-up-enter, .fade-slide-up-leave-to {
  opacity: 0;
  transform: translateY(100%);
}
.fade-slide-up-enter-active, .fade-slide-up-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-slide-up-enter-active, .fade-slide-up-leave-active {
    transition: none;
  }
}

.fade-slide-down-enter, .fade-slide-down-leave-to {
  opacity: 0;
  transform: translateY(-100%);
}
.fade-slide-down-enter-active, .fade-slide-down-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-slide-down-enter-active, .fade-slide-down-leave-active {
    transition: none;
  }
}

.fade-slide-left-enter, .fade-slide-left-leave-to {
  opacity: 0;
  transform: translateX(100%);
}
.fade-slide-left-enter-active, .fade-slide-left-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-slide-left-enter-active, .fade-slide-left-leave-active {
    transition: none;
  }
}

.fade-slide-right-enter, .fade-slide-right-leave-to {
  opacity: 0;
  transform: translateX(-100%);
}
.fade-slide-right-enter-active, .fade-slide-right-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-slide-right-enter-active, .fade-slide-right-leave-active {
    transition: none;
  }
}

.shift-up-enter, .shift-up-leave-to {
  transform: translateY(20px);
}
.shift-up-enter-active, .shift-up-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .shift-up-enter-active, .shift-up-leave-active {
    transition: none;
  }
}

.shift-down-enter, .shift-down-leave-to {
  transform: translateY(-20px);
}
.shift-down-enter-active, .shift-down-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .shift-down-enter-active, .shift-down-leave-active {
    transition: none;
  }
}

.shift-left-enter, .shift-left-leave-to {
  transform: translateX(20px);
}
.shift-left-enter-active, .shift-left-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .shift-left-enter-active, .shift-left-leave-active {
    transition: none;
  }
}

.shift-right-enter, .shift-right-leave-to {
  transform: translateX(-20px);
}
.shift-right-enter-active, .shift-right-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .shift-right-enter-active, .shift-right-leave-active {
    transition: none;
  }
}

.fade-shift-up-enter, .fade-shift-up-leave-to {
  opacity: 0;
  transform: translateY(20px);
}
.fade-shift-up-enter-active, .fade-shift-up-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-shift-up-enter-active, .fade-shift-up-leave-active {
    transition: none;
  }
}

.fade-shift-down-enter, .fade-shift-down-leave-to {
  opacity: 0;
  transform: translateY(-20px);
}
.fade-shift-down-enter-active, .fade-shift-down-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-shift-down-enter-active, .fade-shift-down-leave-active {
    transition: none;
  }
}

.fade-shift-left-enter, .fade-shift-left-leave-to {
  opacity: 0;
  transform: translateX(20px);
}
.fade-shift-left-enter-active, .fade-shift-left-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-shift-left-enter-active, .fade-shift-left-leave-active {
    transition: none;
  }
}

.fade-shift-right-enter, .fade-shift-right-leave-to {
  opacity: 0;
  transform: translateX(-20px);
}
.fade-shift-right-enter-active, .fade-shift-right-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-shift-right-enter-active, .fade-shift-right-leave-active {
    transition: none;
  }
}

.shrink-up-enter, .shrink-up-leave-to {
  padding-block: 0;
  max-height: 0 !important;
}
.shrink-up-enter-active, .shrink-up-leave-active {
  transition-property: all;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .shrink-up-enter-active, .shrink-up-leave-active {
    transition: none;
  }
}

.fade-shrink-up-enter, .fade-shrink-up-leave-to {
  opacity: 0;
  padding-block: 0;
  max-height: 0 !important;
}
.fade-shrink-up-enter-active, .fade-shrink-up-leave-active {
  transition-property: all;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-shrink-up-enter-active, .fade-shrink-up-leave-active {
    transition: none;
  }
}

.zoom-in-enter, .zoom-in-leave-to {
  transform: scale(0.9);
}
.zoom-in-enter-active, .zoom-in-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .zoom-in-enter-active, .zoom-in-leave-active {
    transition: none;
  }
}

.fade-zoom-in-enter, .fade-zoom-in-leave-to {
  opacity: 0;
  transform: scale(0.9);
}
.fade-zoom-in-enter-active, .fade-zoom-in-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-zoom-in-enter-active, .fade-zoom-in-leave-active {
    transition: none;
  }
}

.notice-funeral-director-profile {
  padding-top: 10px;
}
.notice-funeral-director-profile .actions {
  padding: 10px 0;
  margin: 25px 0 0 0;
}
.notice-funeral-director-profile #company_details #profile_row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  row-gap: 20px;
}
.notice-funeral-director-profile #company_details #profile_row .mar-btn--dark {
  color: #FFFFFF !important;
}
@media (min-width: 992px) {
  .notice-funeral-director-profile #company_details #profile_row {
    flex-wrap: wrap;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 40px;
  }
}
.notice-funeral-director-profile #company_details #profile_row #company_info {
  flex-wrap: wrap;
  gap: 25px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin: 10px 0;
}
@media (max-width: 991px) {
  .notice-funeral-director-profile #company_details #profile_row #company_info {
    margin: 0;
  }
}
.notice-funeral-director-profile #company_details #profile_row #company_info h1 {
  margin: 0;
  padding-right: 20px;
  text-decoration: underline;
  font-family: var(--headlines-font);
}
.notice-funeral-director-profile #company_details #profile_row #company_info a {
  font-weight: var(--font-weight-bold);
  text-decoration: underline;
}
.notice-funeral-director-profile #company_details #profile_row #company_info a.tel {
  font-weight: var(--font-weight-normal);
  text-decoration: none;
}
.notice-funeral-director-profile #company_details #profile_row #company_logo {
  text-align: start;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .notice-funeral-director-profile #company_details #profile_row #company_logo {
    text-align: end;
  }
}
.notice-funeral-director-profile #company_details #profile_row #company_logo img {
  max-width: 340px;
  display: inline-block;
}
.notice-funeral-director-profile #company_details .help_text {
  padding-top: 20px;
  padding-bottom: 20px;
}
.notice-funeral-director-profile #company_details .actions {
  padding-bottom: 40px;
}
.notice-funeral-director-profile #notices {
  margin: 40px 0 40px;
}
.notice-funeral-director-profile #notices .notice-container .notice-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .notice-funeral-director-profile #notices .notice-container .notice-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .notice-funeral-director-profile #notices .notice-container .notice-list {
    grid-template-columns: 1fr;
  }
}
.notice-funeral-director-profile__pagination {
  margin-bottom: 40px;
}
.notice-funeral-director-profile__pagination .pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-flow: row nowrap;
}
.notice-funeral-director-profile__pagination .pager li {
  list-style: none;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notice-funeral-director-profile__pagination .pager li a {
  font-size: 16px;
  font-family: var(--global-font);
  font-weight: 400;
}
.notice-funeral-director-profile__pagination .pager li a.selected {
  font-weight: 700;
  background-color: #E6E6E9;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}

/**
  * Responsive breakpoint mixin.
  * Parameter type can be : min, xs, sm, md, lg, xl, max, touch, touchless
  */
/* Layout */
/* Colours */
/* Autogen vars via build:palettes */
/* 1. Screen Sizes */
/* Topics */
/* Cards */
/*
  xs    320px   small-mobile
  sm    576px   mobile
  md    768px   small-tablet
  lg    992px   tablet
  xl    1200px  small-desktop
  max   1400px  desktop
*/
/* stylelint-disable function-no-unknown */
/* Layout */
/* Colours */
/* Autogen vars via build:palettes */
/* 1. Screen Sizes */
/* Topics */
/* Cards */
/*
  xs    320px   small-mobile
  sm    576px   mobile
  md    768px   small-tablet
  lg    992px   tablet
  xl    1200px  small-desktop
  max   1400px  desktop
*/
/* stylelint-disable function-no-unknown */
.fade-enter, .fade-leave-to {
  opacity: 0;
}
.fade-enter-active, .fade-leave-active {
  transition-property: opacity;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-enter-active, .fade-leave-active {
    transition: none;
  }
}

.slide-up-enter, .slide-up-leave-to {
  transform: translateY(100%);
}
.slide-up-enter-active, .slide-up-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .slide-up-enter-active, .slide-up-leave-active {
    transition: none;
  }
}

.slide-down-enter, .slide-down-leave-to {
  transform: translateY(-100%);
}
.slide-down-enter-active, .slide-down-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .slide-down-enter-active, .slide-down-leave-active {
    transition: none;
  }
}

.slide-left-enter, .slide-left-leave-to {
  transform: translateX(100%);
}
.slide-left-enter-active, .slide-left-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .slide-left-enter-active, .slide-left-leave-active {
    transition: none;
  }
}

.slide-right-enter, .slide-right-leave-to {
  transform: translateX(-100%);
}
.slide-right-enter-active, .slide-right-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .slide-right-enter-active, .slide-right-leave-active {
    transition: none;
  }
}

.fade-slide-up-enter, .fade-slide-up-leave-to {
  opacity: 0;
  transform: translateY(100%);
}
.fade-slide-up-enter-active, .fade-slide-up-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-slide-up-enter-active, .fade-slide-up-leave-active {
    transition: none;
  }
}

.fade-slide-down-enter, .fade-slide-down-leave-to {
  opacity: 0;
  transform: translateY(-100%);
}
.fade-slide-down-enter-active, .fade-slide-down-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-slide-down-enter-active, .fade-slide-down-leave-active {
    transition: none;
  }
}

.fade-slide-left-enter, .fade-slide-left-leave-to {
  opacity: 0;
  transform: translateX(100%);
}
.fade-slide-left-enter-active, .fade-slide-left-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-slide-left-enter-active, .fade-slide-left-leave-active {
    transition: none;
  }
}

.fade-slide-right-enter, .fade-slide-right-leave-to {
  opacity: 0;
  transform: translateX(-100%);
}
.fade-slide-right-enter-active, .fade-slide-right-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-slide-right-enter-active, .fade-slide-right-leave-active {
    transition: none;
  }
}

.shift-up-enter, .shift-up-leave-to {
  transform: translateY(20px);
}
.shift-up-enter-active, .shift-up-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .shift-up-enter-active, .shift-up-leave-active {
    transition: none;
  }
}

.shift-down-enter, .shift-down-leave-to {
  transform: translateY(-20px);
}
.shift-down-enter-active, .shift-down-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .shift-down-enter-active, .shift-down-leave-active {
    transition: none;
  }
}

.shift-left-enter, .shift-left-leave-to {
  transform: translateX(20px);
}
.shift-left-enter-active, .shift-left-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .shift-left-enter-active, .shift-left-leave-active {
    transition: none;
  }
}

.shift-right-enter, .shift-right-leave-to {
  transform: translateX(-20px);
}
.shift-right-enter-active, .shift-right-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .shift-right-enter-active, .shift-right-leave-active {
    transition: none;
  }
}

.fade-shift-up-enter, .fade-shift-up-leave-to {
  opacity: 0;
  transform: translateY(20px);
}
.fade-shift-up-enter-active, .fade-shift-up-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-shift-up-enter-active, .fade-shift-up-leave-active {
    transition: none;
  }
}

.fade-shift-down-enter, .fade-shift-down-leave-to {
  opacity: 0;
  transform: translateY(-20px);
}
.fade-shift-down-enter-active, .fade-shift-down-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-shift-down-enter-active, .fade-shift-down-leave-active {
    transition: none;
  }
}

.fade-shift-left-enter, .fade-shift-left-leave-to {
  opacity: 0;
  transform: translateX(20px);
}
.fade-shift-left-enter-active, .fade-shift-left-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-shift-left-enter-active, .fade-shift-left-leave-active {
    transition: none;
  }
}

.fade-shift-right-enter, .fade-shift-right-leave-to {
  opacity: 0;
  transform: translateX(-20px);
}
.fade-shift-right-enter-active, .fade-shift-right-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-shift-right-enter-active, .fade-shift-right-leave-active {
    transition: none;
  }
}

.shrink-up-enter, .shrink-up-leave-to {
  padding-block: 0;
  max-height: 0 !important;
}
.shrink-up-enter-active, .shrink-up-leave-active {
  transition-property: all;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .shrink-up-enter-active, .shrink-up-leave-active {
    transition: none;
  }
}

.fade-shrink-up-enter, .fade-shrink-up-leave-to {
  opacity: 0;
  padding-block: 0;
  max-height: 0 !important;
}
.fade-shrink-up-enter-active, .fade-shrink-up-leave-active {
  transition-property: all;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-shrink-up-enter-active, .fade-shrink-up-leave-active {
    transition: none;
  }
}

.zoom-in-enter, .zoom-in-leave-to {
  transform: scale(0.9);
}
.zoom-in-enter-active, .zoom-in-leave-active {
  transition-property: transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .zoom-in-enter-active, .zoom-in-leave-active {
    transition: none;
  }
}

.fade-zoom-in-enter, .fade-zoom-in-leave-to {
  opacity: 0;
  transform: scale(0.9);
}
.fade-zoom-in-enter-active, .fade-zoom-in-leave-active {
  transition-property: opacity, transform;
  transition-duration: 0.495s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade-zoom-in-enter-active, .fade-zoom-in-leave-active {
    transition: none;
  }
}

.notice-funeral-director-index {
  padding-top: 10px;
}
.notice-funeral-director-index #funeral-directors {
  margin: 40px 0 40px;
}
.notice-funeral-director-index #funeral-directors .funeral-director-container .funeral-director-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.notice-funeral-director-index #funeral-directors .funeral-director-container .funeral-director-list hr {
  grid-column: 1/-1;
  height: 1px;
  border-top: 1px #CCCFD6 solid;
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .notice-funeral-director-index #funeral-directors .funeral-director-container .funeral-director-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .notice-funeral-director-index #funeral-directors .funeral-director-container .funeral-director-list {
    grid-template-columns: 1fr;
  }
}
.notice-funeral-director-index__pagination {
  margin-bottom: 40px;
}
.notice-funeral-director-index__pagination .pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-flow: row nowrap;
}
.notice-funeral-director-index__pagination .pager li {
  list-style: none;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notice-funeral-director-index__pagination .pager li a {
  font-size: 16px;
  font-family: var(--global-font);
  font-weight: 400;
}
.notice-funeral-director-index__pagination .pager li a.selected {
  font-weight: 700;
  background-color: #E6E6E9;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}

.block {
  position: relative;
}

.block-heading {
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-bold);
  font-family: var(--header-font);
  color: #000000;
  text-transform: var(--text-transform-heading);
  margin-bottom: 25px;
  margin-top: 0;
  padding-top: 0;
  cursor: default;
}
.block-heading.heading-double-underline {
  display: inline-block;
  text-align: center;
  font-size: var(--font-size-m);
  border-bottom: 4px double #9DA0A4;
  margin: auto;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.block-heading {
  line-height: 120%;
  width: fit-content;
  position: relative;
}
@media (min-width: 768px) {
  .block-heading {
    font-size: var(--font-size-xl);
  }
}
.block-heading::after {
  content: "";
  height: 4px;
  background: var(--accent-colour);
  width: 100%;
  display: block;
  position: absolute;
}
.block-heading--sub {
  text-transform: capitalize;
}

.layout .content {
  max-width: 100% !important;
}

#notice-homepage {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
#notice-homepage .notice-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
#notice-homepage .mar-btn:hover {
  text-decoration: none !important;
  box-shadow: unset;
}
#notice-homepage {
  /* .mar-block-ad:has(div:empty) {
      display: none;
  } */
}
#notice-homepage .notice-section.why-place-notice-container {
  background: #F2F2F3;
}
#notice-homepage .notice-section__inner {
  margin: auto;
  max-width: 1260px;
  width: 100%;
}
#notice-homepage .notice-section .mar-btn--dark a {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  #notice-homepage .notice-section {
    padding: 0 15px;
  }
}
#notice-homepage .notice-section .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 40px 0;
}
@media (min-width: 576px) {
  #notice-homepage .notice-section .content {
    gap: 20px;
  }
}
#notice-homepage .notice-section .content a {
  margin-top: 10px;
}
@media (min-width: 576px) {
  #notice-homepage .notice-section .content a {
    margin-top: 0;
  }
}
#notice-homepage .notice-section .content h2 {
  box-shadow: 0 3px 0 black;
  font-family: var(--headlines-font);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 120%;
  margin: 0;
  padding-bottom: 3px;
  width: fit-content;
}
@media (min-width: 576px) {
  #notice-homepage .notice-section .content h2 {
    font-size: var(--font-size-l);
  }
}
@media (min-width: 992px) {
  #notice-homepage .notice-section .content h2 {
    font-size: var(--font-size-xl);
  }
}
#notice-homepage .notice-section .content p {
  font-family: var(--body-font);
  font-style: normal;
  font-weight: var(--font-weight-regular);
  line-height: 130%;
}
@media (min-width: 576px) {
  #notice-homepage .notice-section .content p {
    font-size: var(--font-size-s);
  }
}
@media (min-width: 576px) {
  #notice-homepage .notice-section .content p span {
    font-weight: bold;
  }
}
#notice-homepage .notice-section .content__list {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  #notice-homepage .notice-section .content__list {
    gap: 20px;
    list-style: none;
    padding: 0;
  }
}
#notice-homepage .notice-section .content__list .list-item {
  align-items: center;
}
@media (min-width: 576px) {
  #notice-homepage .notice-section .content__list .list-item {
    display: flex;
  }
}
#notice-homepage .notice-section .content__list .list-item img {
  border-radius: 195px;
  margin-right: 30px;
}
@media (max-width: 575px) {
  #notice-homepage .notice-section .content__list .list-item img {
    display: none;
  }
}
@media (max-width: 1199px) {
  #notice-homepage .notice-section .content__list .list-item img {
    height: 60px;
    width: 60px;
  }
}
@media (min-width: 1200px) {
  #notice-homepage .notice-section .content__list .list-item img {
    height: 100px;
    width: 100px;
  }
}
#notice-homepage .notice-section .content__list .list-item .header {
  font-family: var(--headlines-font);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 130%;
}
@media (min-width: 576px) {
  #notice-homepage .notice-section .content__list .list-item .header {
    font-size: var(--font-size-ml);
  }
}
#notice-homepage .notice-section .content__list .list-item .header + p {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-regular);
}
@media (min-width: 576px) {
  #notice-homepage .notice-section .content__list .list-item .header + p {
    font-size: var(--font-size-s);
  }
}
#notice-homepage .latest-notices__actions {
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
  white-space: nowrap;
  grid-column: span 2;
}
@media (max-width: 991px) {
  #notice-homepage .latest-notices__actions {
    grid-column: 1;
  }
}
#notice-homepage .latest-notices__actions .mar-btn {
  font-size: var(--font-size-l);
  padding: 5px 15px;
}
@media (max-width: 991px) {
  #notice-homepage .latest-notices__actions .mar-btn {
    font-size: var(--font-size-m);
    padding: 2px 15px;
  }
}
@media (max-width: 767px) {
  #notice-homepage .latest-notices__actions .mar-btn {
    font-size: var(--font-size-xs);
  }
}
#notice-homepage .latest-notices__actions .mar-btn--dark a {
  color: #FFFFFF;
}
#notice-homepage .latest-notices .notice-container {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 15px;
}
@media (max-width: 767px) {
  #notice-homepage .latest-notices .notice-container {
    grid-template-columns: 1fr;
  }
}
#notice-homepage .latest-notices .notice-container .notice-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  height: fit-content;
}
@media (max-width: 991px) {
  #notice-homepage .latest-notices .notice-container .notice-list {
    grid-template-columns: 1fr;
  }
}
#notice-homepage .latest-notices .notice-container__ad-free {
  grid-template-columns: 1fr;
}
#notice-homepage .latest-notices .notice-container__ad-free .notice-list {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  #notice-homepage .latest-notices .notice-container__ad-free .notice-list {
    grid-template-columns: 1fr;
  }
}
#notice-homepage .grey-bg {
  background: #F2F2F3;
}
#notice-homepage .bereavement-guide {
  padding: 0 10px;
}
@media (min-width: 992px) {
  #notice-homepage .bereavement-guide .content__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#notice-homepage .bereavement-guide .content .mar-btn {
  display: inline-block;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-bold);
  padding: 2px 15px;
}
@media (min-width: 576px) {
  #notice-homepage .bereavement-guide .content .mar-btn {
    font-size: var(--font-size-m);
  }
}

.notice-find {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto 40px;
  display: grid;
  gap: 15px 0;
}
.notice-find .notice-section {
  display: grid;
  gap: 40px 0;
}
@media (max-width: 1199px) {
  .notice-find {
    padding: 0 15px;
  }
}
.notice-find__sidebar {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.notice-find__results {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.notice-find__results .notice-find__results-container h1 {
  font-size: 22px;
  font-family: var(--global-font);
  margin: 0;
  color: var(--alt-colour);
  font-weight: 700;
  margin-bottom: 20px;
}
.notice-find__results .notice-find__results-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.notice-find__results .notice-find__results-list .notice-find__results-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .notice-find__results .notice-find__results-list .notice-find__results-cards {
    grid-column: span 1;
  }
}
@media (max-width: 767px) {
  .notice-find__results .notice-find__results-list .notice-find__results-cards {
    grid-template-columns: 1fr;
  }
}
.notice-find__results .notice-find__no-results-container h1 {
  font-size: 22px;
  font-family: var(--global-font);
  margin: 0 0 20px;
  color: var(--alt-colour);
  font-weight: 700;
}
.notice-find__results .notice-find__no-results-container .suggestions,
.notice-find__results .notice-find__no-results-container ul,
.notice-find__results .notice-find__no-results-container p {
  font-size: 16px;
  font-family: var(--body-font);
  margin-bottom: 20px;
}
.notice-find__results .notice-find__no-results-container .suggestions {
  margin-bottom: 5px;
}
.notice-find__results .notice-find__no-results-container p {
  margin-bottom: 0;
}
.notice-find__results .notice-find__no-results-container ul strong {
  text-decoration: underline;
}
.notice-find__results .search-all-notice-types,
.notice-find__results .search-all-dates,
.notice-find__results .search-no-keywords {
  cursor: pointer;
}
.notice-find__results #see-more {
  cursor: pointer;
  font-family: var(--body-font);
  font-size: var(--font-size-m);
  font-weight: var(--font-weight-bold);
  line-height: var(--standard-line-height);
  margin: 0;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--accent-colour);
          text-decoration-color: var(--accent-colour);
  text-underline-offset: 8px;
}
.notice-find__filters {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.notice-find__filters .notice-find__search-nearby {
  display: flex;
  align-items: center;
}
.notice-find__filters-container {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .notice-find__filters-container {
    gap: 10px;
    flex-direction: column;
  }
}
.notice-find__filters-container .notice-find__sort {
  width: 100%;
}
.notice-find__filters-container .notice-find__sort label {
  font-size: 16px;
  font-family: var(--global-font);
  margin-bottom: 5px;
  display: block;
}
.notice-find__pagination .pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-flow: row nowrap;
}
.notice-find__pagination .pager li {
  list-style: none;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notice-find__pagination .pager li a {
  font-size: 16px;
  font-family: var(--global-font);
  font-weight: 400;
}
.notice-find__pagination .pager li a.selected {
  font-weight: 700;
  background-color: #E6E6E9;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}
.notice-find .notice-find__container {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
}
@media (max-width: 991px) {
  .notice-find .notice-find__container {
    grid-template-columns: 1fr;
  }
}
