/*!
 * 
 *       Name: SilverstripeFT
 *       Description: The responsive theme for SilverstripeFT
 *       website: http://
 *       lastUpdate: 01/07/20 @ 27:02
 *     
 */
.carousel-wrapper {
  position: relative;
}
.carousel-wrapper .carousel-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 50px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 0;
}
.carousel-wrapper .carousel-item .arrow {
  position: absolute;
  top: 0;
  display: block;
  width: 50px;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: url(http://haloxp.com/codepen/carousel-arrow-dark.png) 50% 50%/20px
    no-repeat;
}
.carousel-wrapper .carousel-item .arrow.arrow-prev {
  left: 0;
}
.carousel-wrapper .carousel-item .arrow.arrow-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.carousel-wrapper .carousel-item.light {
  color: #fff;
}
.carousel-wrapper .carousel-item.light .arrow {
  background: url(http://haloxp.com/codepen/carousel-arrow-light.png) 50% 50%/20px
    no-repeat;
}
@media (max-width: 480px) {
  .carousel-wrapper .carousel-item .arrow,
  .carousel-wrapper .carousel-item.light .arrow {
    background-size: 10px;
    background-position: 10px 50%;
  }
}
.carousel-wrapper [id^="target-item"] {
  display: none;
}
.carousel-wrapper .item-1 {
  z-index: 2;
  opacity: 1;
}
.carousel-wrapper :target ~ .item-1 {
  opacity: 0;
}
.carousel-wrapper #target-item-1:target ~ .item-1 {
  opacity: 1;
}
.carousel-wrapper #target-item-2:target ~ .item-2,
.carousel-wrapper #target-item-3:target ~ .item-3 {
  z-index: 3;
  opacity: 1;
}
.carousel-wrapper #target-item-3:target ~ .item-3,
.carousel-wrapper #target-item-4:target ~ .item-4 {
  z-index: 4;
  opacity: 1;
}
.carousel-wrapper #target-item-4:target ~ .item-4,
.carousel-wrapper #target-item-5:target ~ .item-5 {
  z-index: 5;
  opacity: 1;
}
.carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.carousel-item h2 {
  font-size: 1.5em;
  padding: 0;
  font-weight: 700;
}
.carousel-item h2,
.carousel-item p {
  margin: 0;
  text-shadow: 1px 0 2px rgba(0, 0, 0, 0.5);
}
.carousel-item p {
  font-size: 1em;
  padding: 1em 0;
  font-weight: 400;
}
a:focus {
  outline: 0 !important;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: a;
  animation-name: a;
}
@-webkit-keyframes a {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes a {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-dots {
  text-align: center;
  width: 50%;
  margin: -1.5em auto 0;
}
.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  background-color: RGBA(255, 255, 255, 0.5);
  margin: 0 1em;
}
.owl-carousel button.active {
  background-color: RGBA(255, 255, 255, 1);
}
.owl-nav {
  text-align: center;
}
.owl-nav button {
  width: 50%;
}
.owl-nav button span {
  font-size: 4em;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.owl-nav:focus {
  border: none;
}
.owl-nav button.owl-prev {
  text-align: left;
}
.owl-nav button.owl-next {
  text-align: right;
}
.owl-item h2 {
  line-height: 1em;
  text-align: left;
  padding: 0 0.5em;
  margin: 1em auto;
}
button:active,
button:hover,
button:link,
button:visited {
  border: none !important;
}
body {
  font-size: 16px;
}
.cms-generator-button {
  background: #fff;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 30px;
  z-index: 999;
  right: 20px;
  max-width: 150px;
  -webkit-box-shadow: 0 1px 4px rgba(77, 72, 69, 0.15),
    0 8px 14px rgba(77, 72, 69, 0.2);
  box-shadow: 0 1px 4px rgba(77, 72, 69, 0.15), 0 8px 14px rgba(77, 72, 69, 0.2);
  cursor: pointer;
  min-width: 300px;
}
.cms-generator-button a {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.cms-generator-button .cms-gen-content p {
  margin: 0;
  padding-bottom: 10px;
}
.cms-generator-button .cms-gen-link {
  margin-bottom: 10px;
}
.cms-generator-button .cms-gen-link__img {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-bottom: 25px;
  display: none;
}
.cms-generator-button .cms-gen-link__img.-load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cms-generator-button .cms-gen-link__img img {
  max-width: 50px;
  max-height: 50px;
}
main {
  padding-bottom: 3em !important;
}
h1,
h2,
p {
  line-height: 1.8em;
}
h2 {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
h3 {
  text-transform: none !important;
}
h4 {
  font-size: 0.9em !important;
  padding: 0.5em 0;
  text-align: center;
  background: #eaeaea !important;
  color: #666 !important;
}
li,
p {
  font-size: 1em;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.second-to-last {
  padding-bottom: 1em;
}
@media (max-width: 740px) {
  .stand-first p {
    padding-bottom: 0.5em;
  }
}
.post-container {
  max-width: 980px !important;
}
.o-share__action {
  background: #fff;
}
.social-bar {
  z-index: 99;
}
.o-share {
  margin-left: 0.7em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .o-share {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .second-share .social-mob {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .button-container {
    width: 100%;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
.button-container .cta-sponsor {
  width: 100%;
}
@media (min-width: 80px) and (max-width: 1149px) {
  .o-share--vertical {
    display: none !important;
  }
}
@media (min-width: 1150px) {
  .social-mob {
    display: none !important;
  }
}
.sticky-tooltip {
  position: fixed !important;
  width: 100%;
  top: 0;
}
.tooltip-container {
  background-color: #fff;
  text-align: right;
  padding: 12px 0;
  z-index: 110;
  border-bottom: 2px solid #00803f;
  font-family: MetricWeb, sans-serif !important;
  font-size: 14px !important;
}
.tooltip-inner {
  max-width: 100% !important;
  padding: 3px 8px;
  color: #000 !important;
  text-align: right !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  float: right;
  font-size: 13px !important;
}
@media (min-width: 500px) and (max-width: 780px) {
  .tooltip-inner {
    max-width: 70% !important;
  }
}
@media (max-width: 499px) {
  .tooltip-inner {
    max-width: 40% !important;
    text-align: left !important;
    left: 0;
    margin-left: -10em !important;
    margin-top: 3em;
  }
  .tooltip-arrow {
    top: 30% !important;
  }
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #333 !important;
}
a.tooltip-i {
  width: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
}
a.tooltip-i:hover {
  text-decoration: none !important;
}
.tooltip-copy {
  font-family: MetricWeb, sans-serif !important;
  font-size: 15px !important;
}
.tooltip__info {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding: 0 6px;
  border: 2px solid #ccc;
  border-radius: 20px;
  color: #ccc;
  font-size: 16px;
  text-decoration: none;
  line-height: 14px;
}
.tooltip-logo {
  margin-left: 10px;
  max-width: 170px;
  height: auto;
}
.full-bleed {
  margin-left: -50vw;
}
.full-bleed.-remove {
  display: none;
}
.full-bleed-highlight {
  position: relative;
  width: 100vw;
  height: auto;
  left: 50.3%;
  right: 50%;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #fff;
  max-width: none;
  overflow-x: hidden;
}
.hero-heading-container {
  width: 50%;
}
.hero-heading {
  margin-right: 0;
}
hero-heading-container.right {
  position: absolute;
  float: right;
  right: 0;
}
@media (max-width: 499px) {
  hero-heading-container.right {
    margin-right: 3em;
  }
}
hero-heading-container.left {
  position: absolute;
  float: left;
  left: 0;
}
.pos-top {
  top: 4em;
}
.pos-mid {
  top: 14em;
}
.pos-bottom {
  top: 25em;
}
@media (max-width: 740px) {
  .pos-bottom,
  .pos-mid,
  .pos-top {
    top: 7em;
  }
  .hero-heading-container {
    width: 60%;
  }
  .hero-heading {
    font-size: 3.5em;
  }
}
.inset--right {
  float: right;
}
@media (min-width: 490px) {
  .inset {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    margin-left: 1em;
  }
  .inset--left {
    float: left;
    margin-left: 0;
    margin-right: 1em;
  }
  .inset--small {
    max-width: 200px;
  }
  .inset--text-right {
    text-align: right;
  }
}
@media (min-width: 740px) {
  h1 {
    width: 100%;
  }
}
@media (max-width: 740px) {
  h1 {
    width: 100%;
    max-width: 100% !important;
  }
  .full-bleed {
    min-height: 230px;
    left: 48%;
  }
}
sup {
  font-size: 0.5em !important;
  top: -1.1em !important;
}
.block-quote-p {
  margin: 0;
}
blockquote {
  margin-bottom: 2em;
}
blockquote:before {
  background-image: url(https://ft.com/paidpost/creative-cms/img/speech-left.svg);
  margin-bottom: 10px;
}
blockquote:after,
blockquote:before {
  content: "";
  height: 40px;
  background-size: cover;
  width: 57px !important;
}
blockquote:after {
  background-image: url(https://ft.com/paidpost/creative-cms/img/speech-right.svg);
}
blockquote .original-quote {
  display: block;
}
.-animate blockquote .original-quote {
  display: none;
}
blockquote p {
  padding-bottom: 0.5em;
  padding-right: 20px;
}
blockquote.inset {
  padding-bottom: 0;
  margin-bottom: 1em;
}
.quote-name {
  font-size: 24px;
  font-size: 1.5rem;
}
aside h1 {
  font-size: 1.2em;
}
.full-bleed-video {
  position: relative;
  width: 100vw;
  height: 100%;
  left: 49%;
  right: 50%;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #fff;
  max-width: none;
  min-height: 450px;
  max-height: 650px;
}
.disclosure .compact {
  padding: 0 1em 2em;
}
.compact {
  line-height: 1.5em;
}
.compact div,
.compact p {
  font-size: 12px;
  line-height: 1.5em;
}
.regular div,
.regular p {
  font-size: 19.2px;
  line-height: 1.5em;
}
.rel-sticky {
  bottom: -125px;
}
.rel-sticky.-move {
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .rel-sticky {
    display: none !important;
  }
}
.o-cookie-message.-hide-cms {
  display: none;
}
.rel-sticky h3 {
  padding: 0.5em 0 1em;
}
.rel-sticky .owl-carousel a img {
  width: 40%;
  max-width: 108px;
}
.rel-sticky .owl-nav {
  margin-top: -3.5em;
}
.rel-sticky .copy-container {
  margin-left: 7.5em;
}
@media (max-width: 400px) {
  .rel-sticky .owl-nav {
    padding-top: 30px;
  }
  .rel-sticky .owl-item h2 {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.core .o--if-js,
.enhanced .o--if-no-js {
  display: none !important;
}
body,
html {
  margin: 0;
  padding: 0;
}
.o-header,
.o-header__drawer {
  font-family: MetricWeb, sans-serif;
  font-size: 18px;
}
.o-header__top-logo {
  margin-top: 10px;
  margin-bottom: 10px;
}
.o-footer {
  font-size: 12px;
}
.disclaimer__box,
.o-footer {
  font-family: MetricWeb, sans-serif;
}
.disclaimer__box {
  position: absolute;
  top: 0;
  display: block;
  padding: 10px;
  background-color: #fff;
  font-size: 13px;
  border: 1px solid #dadada;
  cursor: pointer;
  z-index: 98;
}
.disclaimer__box.sticky {
  position: fixed;
  top: 0;
}
.disclaimer.disclaimer--fixed {
  position: fixed;
  top: 10px;
}
.disclaimer__paid-post {
  background-color: #008040;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  padding: 0.2em 0.6em;
  vertical-align: -1px;
}
.disclaimer__sponsor {
  font-weight: 600;
}
.disclaimer__info {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding: 0 6px;
  border: 2px solid #ccc;
  border-radius: 20px;
  color: #ccc;
  font-size: 13px;
  text-decoration: none;
  line-height: 14px;
}
.disclaimer .o-tooltip-content {
  font-family: MetricWeb, sans-serif;
  margin-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.disclaimer .o-tooltip-content p {
  font-size: 16px;
}
.o-tooltip--arrow-above.sticky {
  position: fixed;
  top: 52px !important;
}
.o-tooltip--arrow-left.sticky {
  position: fixed;
  top: 4px !important;
}
#content {
  position: relative !important;
}
.brandsuites .content-image-block {
  padding-left: 0;
}
.content-image-block.-align-left figure {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}
.contentblock.block {
  padding-left: 20px;
}
.brandsuites .contentblock.block {
  padding: 0;
}
.signature-logo__image img {
  max-width: 230px !important;
}
.blockquote-container {
  margin: 0;
}
.brandsuites .blockquote-container {
  padding-left: 0;
}
.brandsuites .blockquote-container blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
}
.brandsuites .blockquote-container .original-quote {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  color: #000;
  text-align: left;
  font-weight: 600;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}
.brandsuites .blockquote-container .quote-name {
  font-size: 15px;
  font-family: Georgia, serif;
}
body {
  background-color: #fff;
  overflow-x: hidden;
}
h1,
h2,
p {
  margin: 0;
  padding: 0;
  line-height: 1.55em;
}
h1,
h2,
h3 {
  clear: both;
}
h2 {
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 0 16px;
  margin: 0 0 1rem;
}
h2:first-child {
  margin-top: 0;
}
h3 {
  font-size: 20.8px;
  font-size: 1.3rem;
  color: #00884a;
  margin: 0;
  padding: 0;
}
.p-date,
h3 {
  text-transform: uppercase;
}
.p-date {
  color: #66605c;
}
.article-date-container {
  border-bottom: 1px solid #cdcdcd;
  padding: 0 0 1em;
  margin-bottom: 2em;
}
p {
  padding-bottom: 1.5em;
}
li,
p {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 300;
}
p a {
  color: #00884a;
  text-decoration: none;
  font-weight: 400;
}
p a:hover {
  opacity: 0.7;
}
img {
  max-width: 100%;
  height: auto;
}
button:focus {
  outline: 0 !important;
}
.left {
  text-align: left;
  margin-left: 0 !important;
}
.center {
  text-align: center;
}
.align-center {
  margin: 0 auto;
}
.hidden {
  visibility: hidden;
  display: none;
}
.stand-first {
  margin-top: 48px !important;
  margin-top: 3rem !important;
}
.second-to-last {
  padding-bottom: 0;
}
@media (max-width: 740px) {
  .stand-first p {
    padding-bottom: 0.5em;
  }
  .second-to-last {
    padding-bottom: 1em;
  }
}
.first-p p:first-of-type:first-letter {
  font-size: 68.8px;
  font-size: 4.3rem;
  font-weight: 400;
  padding: 0;
  margin: 0 4px 0 0;
  margin: 0 0.25rem 0 0;
  line-height: 0.8;
  float: left;
  display: inline-block;
  vertical-align: text-top;
  color: #000;
}
.post-container {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 16px;
  padding: 0 1rem;
}
.post-container .o-grid-row {
  max-width: 748px !important;
  margin: 0 auto !important;
}
.o-share__action {
  border: 0;
}
.social {
  text-align: center;
  text-transform: uppercase;
}
.social--secondary {
  text-align: left;
}
.social-bar {
  margin-left: -80px;
  z-index: 99 !important;
}
.template-one-social-bar {
  padding-top: 5.7em;
}
.template-two-social-bar {
  padding-top: 0.5em;
}
.template-three-social-bar {
  padding-top: 5.5em;
}
.o-share__icon {
  background-color: #fff;
  border: thin solid #eaeaea;
}
.content {
  padding: 16px;
}
.sticky-sm {
  position: fixed !important;
  margin-left: -60px;
}
.sticky + .content {
  padding-top: 300px;
}
.topper {
  margin-top: -5em !important;
}
.topper-content {
  background-color: #fff;
}
.topper-content p {
  padding-bottom: 1.5em;
}
.social > .o-share,
.social > p {
  vertical-align: middle;
}
.social > p {
  display: inline-block;
  margin: 0 9px 0 0;
}
.o-share__action:last-child {
  margin: 0;
}
.social-mob {
  margin-left: 0.7em;
  margin-bottom: 1em;
}
.second-share {
  margin-left: 0;
}
.second-share .social-mob {
  margin-left: -16px;
  margin-left: -1rem;
}
@media (min-width: 80px) and (max-width: 940px) {
  .o-share--vertical {
    display: none;
  }
}
@media (min-width: 941px) {
  .social-mob {
    display: none;
  }
}
.full-bleed {
  position: relative;
  width: 100vw;
  height: auto;
  left: 50.3%;
  right: 50%;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
  margin-left: -51vw;
  margin-right: -50vw;
  background-color: #fff;
  max-width: none;
  min-height: 450px;
  max-height: 750px;
}
.full-bleed img,
.inset {
  width: 100%;
}
.inset {
  margin: 0;
}
@media (min-width: 490px) {
  .inset {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    margin-left: 1em;
  }
  .inset--left {
    float: left;
    margin-left: 0;
    margin-right: 1em;
  }
  .inset--small {
    max-width: 300px;
  }
  .inset--text-right {
    text-align: right;
  }
  .social-desktop,
  .social-mobile {
    display: none;
  }
}
.inset > img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 740px) {
  .inset {
    padding-bottom: 2em;
  }
}
.figure__article-img img {
  width: 100%;
}
figcaption {
  font-size: 13px;
  color: #66605c;
  max-width: 95%;
  padding: 0.5em 0 1em;
  text-align: left;
  min-height: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1em;
}
.template-three-social-bar {
  display: none;
}
.cta {
  padding: 15px;
  text-align: center;
  display: inline-block;
  font-weight: 300;
}
.cta--fill {
  display: block;
}
.tile-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 100%);
}
@media (min-width: 740px) {
  .tile-wrapper {
    grid-template-columns: repeat(2, 50%);
  }
}
.tile {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00884a;
  float: left;
  position: relative;
  width: 100%;
  padding: 32px;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  min-height: 240px;
  min-height: 15rem;
}
.tile a {
  color: #fff;
  text-decoration: underline;
}
.tile__heading,
h1.tile__heading {
  margin-top: 0;
  clear: none;
}
h1.tile__heading {
  font-weight: 300;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.tile__subheading {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  display: block;
}
@media (min-width: 740px) {
  .tile {
    width: 50%;
    width: 100%;
  }
}
@media (min-width: 740px) {
  .tile:before {
    content: "";
    display: block;
    padding-top: 100%;
    float: left;
  }
}
.tile:not(:first-child):not(:last-child) {
  counter-increment: a;
}
.tile:not(:first-child):not(:last-child):after {
  content: "0" counter(a);
  opacity: 0.2;
}
.tile:last-child:after,
.tile:not(:first-child):not(:last-child):after {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  text-align: right;
  font-size: 160px;
  font-size: 10rem;
  padding: 4px 0;
  padding: 0.25rem 0;
  font-weight: 100;
  pointer-events: none;
}
.tile:last-child:after {
  content: "03";
  color: #00884a;
  z-index: 0;
}
.tile:first-child,
.tile:last-child {
  background-color: #22935f;
}
.tile__content {
  z-index: 10;
}
.tile__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 740px) {
  .tile__content ul {
    padding: 0 0 0 2em;
  }
  h1 {
    width: 100%;
  }
}
@media (max-width: 740px) {
  h1 {
    width: 100%;
    max-width: 100% !important;
  }
  .full-bleed {
    min-height: 320px;
    left: 48%;
  }
  .social--secondary {
    text-align: center;
  }
}
.tile__content li {
  margin: 0.5em 0;
}
.tile-cta,
.tile__content li {
  text-transform: uppercase;
  font-weight: 600;
}
a.tile-cta {
  text-decoration: none;
  color: RGBA(255, 255, 255, 1);
}
a.tile-cta:hover {
  color: RGBA(255, 255, 255, 0.7);
}
blockquote p {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1em;
  line-height: 1.2em;
  color: gray;
  text-align: left;
  font-weight: 600;
  padding-bottom: 16px;
  margin-bottom: 0;
}
blockquote:before {
  display: block;
  width: 54px;
  padding-bottom: 1em;
}
blockquote:after {
  display: block;
  width: 56px;
  padding-bottom: 1em;
  padding-right: 1em;
  float: right;
}
.quote-name {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #00884a;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.quote-highlight {
  border-top: 16px solid #00884a;
  border-top: 1rem solid #00884a;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-top: 16px;
  padding-top: 1rem;
}
@media (max-width: 740px) {
  blockquote {
    padding-bottom: 2em;
  }
}
aside h1 {
  font-weight: 600;
  margin: 32px 0 0;
  margin: 2rem 0 0;
  padding: 0;
}
aside h1,
aside h2 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
aside h2 {
  font-weight: 300;
  margin: 8px 0 0;
  margin: 0.5rem 0 0;
  padding: 0 1em;
}
.related-mob h2 {
  line-height: 1.2em;
}
.inline-related-content {
  background-color: #eaeaea;
}
.inline-related-content h3 {
  padding: 0.5em 0 0 1em;
}
.inline-related-image {
  padding: 1em;
}
.inline-related-content a {
  color: #00884a;
  font-weight: 600;
}
.inline-related-content a:hover {
  color: RGBA(0, 136, 74, 0.5);
  font-weight: 600;
}
.inline-related-content p {
  padding: 0 1em 1em;
  line-height: 1.2em;
}
aside a {
  color: RGBA(255, 255, 255, 1);
  font-weight: 400;
  text-decoration: none;
}
aside a:hover {
  color: RGBA(255, 255, 255, 0.7);
  font-weight: 400;
}
.video-embed {
  position: relative;
  padding-bottom: 53.7%;
  padding-top: 17px;
  height: 0;
  margin: 48px auto 16px;
  margin: 3rem auto 1rem;
}
@media (max-width: 719px) {
  .video-embed {
    padding-top: 1%;
    margin: 1rem auto 2rem;
  }
}
.video-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
full-bleed-video {
  height: 100%;
  min-height: 450px;
  max-height: 650px;
}
.videoWrapper,
full-bleed-video {
  position: relative;
  width: 100vw;
  left: 49%;
  right: 50%;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #fff;
  max-width: none;
}
.videoWrapper {
  padding-bottom: 56.25%;
  padding-top: 25%;
  height: 0;
  z-index: 1;
}
@media (min-width: 1088px) {
  .videoWrapper {
    padding-top: 25%;
  }
}
@media (min-width: 880px) and (max-width: 1087px) {
  .videoWrapper {
    padding-top: 10%;
  }
}
@media (min-width: 820px) and (max-width: 879px) {
  .videoWrapper {
    padding-top: 5%;
  }
}
@media (min-width: 720px) and (max-width: 819px) {
  .videoWrapper {
    padding-top: 3%;
  }
}
@media (max-width: 719px) {
  .videoWrapper {
    padding-top: 3%;
  }
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
[data-o-grid-colspan] {
  margin: 16px auto;
  margin: 1rem auto;
}
[data-o-grid-colspan] p:last-child {
  margin-bottom: 0;
}
.bottom-buffer {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
.compact {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}
.bottom-sponsor .o-gallery__viewport {
  max-width: 652px;
  width: 100%;
  margin: 0 auto;
}
.bottom-sponsor .o-gallery__items {
  padding-right: 2em;
}
.bottom-sponsor [data-o-gallery--js] .o-gallery__item {
  width: 50%;
  margin: 1em 0;
  vertical-align: top;
}
.bottom-sponsor .o-gallery__item__content {
  width: 100% !important;
}
.bottom-sponsor .o-gallery--thumbnails {
  height: auto !important;
  min-height: 155px;
  background-color: transparent;
}
.bottom-sponsor .o-gallery__control[aria-hidden="true"] {
  visibility: visible !important;
  opacity: 0.3;
}
.bottom-sponsor
  .o-gallery__control[aria-hidden="true"].o-gallery__control--next {
  opacity: 0.3;
}
.bottom-sponsor
  .o-gallery__control[aria-hidden="false"].o-gallery__control--next,
.bottom-sponsor
  .o-gallery__control[aria-hidden="false"].o-gallery__control--prev {
  opacity: 0.8;
}
.bottom-sponsor .ftscroller_x {
  height: 300px;
}
.bottom-sponsor [data-o-gallery--js] .o-gallery__items {
  height: inherit;
  margin: 0 auto;
  overflow: hidden;
}
.bottom-sponsor [data-o-gallery--js] .o-gallery__items li:first-child {
  margin-left: 0 !important;
}
.bottom-sponsor .o-gallery--thumbnails .o-gallery__item__content {
  height: inherit;
}
.bottom-sponsor
  .o-gallery--thumbnails
  [aria-selected="true"]
  .o-gallery__item__content {
  outline: none;
}
.bottom-sponsor .o-gallery__item__content img {
  width: 90%;
  margin: 0 auto;
}
.bottom-sponsor .related-mob {
  display: none;
}
.bottom-sponsor .o-gallery {
  display: block;
}
@media (max-width: 740px) {
  .bottom-sponsor .o-gallery {
    display: none;
  }
  .bottom-sponsor .related-mob {
    display: block;
  }
}
.demo-target p {
  padding-bottom: 0;
  font-size: 13px !important;
}
.o-overlay .o-gallery {
  max-height: 80vw;
  max-width: 80vw;
}
.o-gallery__control--next,
.o-gallery__control--prev {
  width: 50px;
  height: 50px;
  background-color: transparent;
}
.o-overlay-shadow {
  background-color: rgba(0, 0, 0, 0.8);
}
.gallery-shadow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gallery-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.o-footer {
  margin-top: 0 !important;
}
.disclosure button:hover {
  color: #006d3b;
}
.disclosure p {
  padding-bottom: 1em;
}
.disclosure-toggle {
  width: 100%;
  background: #ebebeb;
  padding: 16px 0;
  padding: 1rem 0;
  border: none;
  color: #00884a;
  font-size: 1em;
  margin: 16px 0;
  margin: 1rem 0;
}
.disclosure-toggle:hover {
  -webkit-transition: background 0.7s ease;
  transition: background 0.7s ease;
  background: #e1e1e1;
}
.rel-sticky {
  background-color: RGBA(235, 235, 235, 0.9);
  position: fixed;
  width: 100%;
  display: block;
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s;
  bottom: -100px;
  height: 125px;
  font-family: MetricWeb, sans-serif;
}
.rel-sticky [data-o-grid-colspan].sticky-container {
  margin: 0 !important;
  margin-left: -0.3em !important;
}
.rel-sticky h3 {
  text-align: center;
  padding: 0.5em 0;
  font-size: 1em;
}
.rel-sticky .owl-stage-outer {
  width: 95%;
  margin: 0 auto;
}
.rel-sticky .owl-carousel a img {
  float: left;
  width: 30%;
  max-width: 90px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}
.rel-sticky .owl-item {
  padding: 0;
}
.rel-sticky .owl-nav {
  margin-top: -2.7em;
}
.rel-sticky .owl-dots {
  display: none;
}
.rel-sticky .owl-item h2 {
  clear: none;
  margin-top: 0;
  font-size: 0.9em;
  font-weight: 600;
  color: #00884a;
  margin-bottom: 0.5em;
  padding-left: 0;
}
.rel-sticky .copy-container {
  margin-left: 6.5em;
  padding-right: 1.8em;
}
.rel-sticky .owl-item h2 a {
  color: #00884a;
  text-decoration: none;
}
.rel-sticky .owl-item h2 a:hover {
  color: RGBA(0, 136, 74, 0.8);
  text-decoration: none;
}
.rel-sticky .owl-item p {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1em;
  padding-bottom: 0;
  padding-right: 1.8em;
}
.related-content-carousel img {
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 600px) {
  .rel-sticky {
    height: 40px;
  }
  .rel-sticky h3 {
    display: none;
  }
  .rel-sticky .owl-carousel a img {
    display: none !important;
  }
  .rel-sticky .copy-container {
    margin: 0;
    text-align: center;
    padding: 0.7em 2em;
    width: 80%;
  }
  .rel-sticky .owl-item p {
    display: none;
  }
  .rel-sticky .owl-nav {
    padding-top: 30px;
  }
  .rel-sticky .owl-item h2 {
    margin: 0;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .rel-sticky .owl-nav {
    padding-top: 20px;
  }
  .rel-sticky .owl-item h2 {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
}
@media (min-width: 61.25em) {
  .o-share-wrapper:not([data-inline-share])
    .o-share__action.o-share__action--with-text {
    height: 56px;
    min-width: inherit;
  }
}
.o-share-wrapper:not([data-inline-share])
  .o-share__action.o-share__action--with-text
  span {
  top: 33px;
  left: 0;
  right: 0;
  font-family: MetricWeb, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.o-typography--loading-sans
  .o-share-wrapper:not([data-inline-share])
  .o-share__action.o-share__action--with-text
  span {
  font-size: 10.44px;
  font-family: sans-serif;
}
.o-share-wrapper[data-inline-share]
  .o-share__action.o-share__action--with-text
  span {
  top: 12px;
  left: 35px;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.o-typography--loading-sans
  .o-share-wrapper[data-inline-share]
  .o-share__action.o-share__action--with-text
  span {
  font-size: 12.18px;
  font-family: sans-serif;
}
.o-share-wrapper:not([data-inline-share])
  .o-share__action.o-share__action--save {
  padding-left: 1px;
}
@media (min-width: 61.25em) {
  .o-share-wrapper:not([data-inline-share])
    .o-share__action.o-share__action--save
    .n-myft-ui.n-myft-ui--save {
    padding-top: 3px;
  }
  .o-share-wrapper:not([data-inline-share])
    .o-share__action.o-share__action--save
    .save-button-longer-copy {
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: 10px;
    float: none;
    margin-right: 0;
  }
  .o-share-wrapper:not([data-inline-share])
    .o-share__action.o-share__action--save
    .n-myft-ui__button,
  .o-share-wrapper:not([data-inline-share])
    .o-share__action.o-share__action--save
    .n-myft-ui__button:not([disabled]):hover,
  .o-share-wrapper:not([data-inline-share])
    .o-share__action.o-share__action--save
    .n-myft-ui__button[aria-pressed="true"],
  .o-share-wrapper:not([data-inline-share])
    .o-share__action.o-share__action--save
    .n-myft-ui__button[aria-selected="true"] {
    background-position: inherit;
    position: relative;
    top: -3px;
    left: -1px;
    margin: 0;
    height: 55px;
    min-width: 38px;
    padding: 0;
  }
}
.o-share-wrapper:not([data-inline-share])
  .o-share__action.o-share__action--share:before {
  height: 75px;
}
.o-share-wrapper[data-inline-share]
  .o-share__action.o-share__action--share:before {
  width: 75px;
}
.o-share-wrapper[data-inline-share]
  .o-share__action.o-share__action--share
  span {
  top: 13px;
}
.o-share-wrapper {
  padding-bottom: 10px;
  min-height: 40px;
}
@media (min-width: 61.25em) {
  .o-share-wrapper:not([data-inline-share]) {
    text-align: center;
  }
  .o-share-wrapper:not([data-inline-share]) .o-share__action {
    float: none;
    margin-bottom: 5px;
  }
  .o-share-wrapper:not([data-inline-share]) li + li {
    border-top: 0;
  }
  .o-share-wrapper:not([data-inline-share]) .o-share {
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
  }
  .o-share-wrapper:not([data-inline-share]) .o-share__action {
    margin-bottom: 0;
  }
}
.o-share-wrapper .o-share,
.o-share-wrapper .o-share__action,
.o-share-wrapper .o-share__icon {
  margin-bottom: 0;
}
@media (min-width: 30.625em) {
  .o-share-wrapper .o-share__action--whatsapp {
    display: none;
    padding: 0;
  }
}
.o-share-wrapper li {
  margin: 0;
}
@media (min-width: 61.25em) {
  .article-grid .o-share-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
}
.o-tooltip-content p {
  padding-bottom: 0 !important;
}
.sponsor-locations p {
  text-align: center;
  color: #c0af9f;
}
.sponsor-locations-list p {
  color: #000;
  font-size: 95%;
}
.sponsor-hero {
  background-size: cover;
  background-repeat: no-repeat;
  width: 101vw;
}
.sponsor-image {
  background-size: cover;
  height: auto;
  min-height: 30em;
  display: block;
}
.cta-sponsor {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: #fff;
  color: #00884a;
  font-size: 1.3em;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #00884a;
}
.cta-sponsor:hover {
  background-color: RGBA(0, 136, 74, 0.3);
}
.bottom-sponsor {
  background-color: #00884a;
  color: #fff;
}
.contentblock ul li {
  list-style-type: disc !important;
  padding-bottom: 0.5em;
}
@media (max-width: 740px) {
  .sponsor-hero {
    background-size: cover;
    background-repeat: no-repeat;
  }
  h1 {
    width: 100% !important;
  }
  .cta-sponsor {
    margin-bottom: 30px;
  }
}
@media (max-width: 940px) {
  .sponsor-image {
    max-height: 300px !important;
  }
}
.doc {
  opacity: 1;
}
.doc,
.doc.-hide {
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.doc.-hide {
  opacity: 0;
}
.o-cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: 0;
}
@media (min-width: 30.625em) {
  .o-cookie-message {
    width: 58.33333%;
    margin: 20px;
  }
}
@media (min-width: 46.25em) {
  .o-cookie-message {
    width: 50%;
  }
}
@media (min-width: 61.25em) {
  .o-cookie-message {
    width: 41.66667%;
  }
}
@media (min-width: 76.25em) {
  .o-cookie-message {
    width: 488px;
    left: calc(50vw - 610px);
  }
}
.o-cookie-message--active {
  display: block;
}
.o-cookie-message--closed {
  display: none;
}
.o-cookie-message__outer {
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0 1px 4px rgba(77, 72, 69, 0.15),
    0 8px 14px rgba(77, 72, 69, 0.2);
  box-shadow: 0 1px 4px rgba(77, 72, 69, 0.15), 0 8px 14px rgba(77, 72, 69, 0.2);
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.o-cookie-message__inner {
  font-size: 20px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(77, 72, 69, 0.15),
    0 8px 14px rgba(77, 72, 69, 0.2);
  box-shadow: 0 1px 4px rgba(77, 72, 69, 0.15), 0 8px 14px rgba(77, 72, 69, 0.2);
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding: 40px;
  padding-top: 28px;
  max-width: none;
}
.o-typography--loading-sans .o-cookie-message__inner {
  font-size: 17.4px;
}
@media (max-width: 30.615em) {
  .o-cookie-message__inner {
    font-family: MetricWeb, sans-serif;
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding: 40px;
    padding-top: 28px;
  }
  .o-typography--loading-sans .o-cookie-message__inner {
    font-size: 13.92px;
    font-family: sans-serif;
  }
}
.o-typography--loading-sans .o-cookie-message__inner {
  font-size: 13.92px;
  font-family: sans-serif;
}
.o-cookie-message__content {
  padding: 0 40px;
  padding: 0;
}
.o-cookie-message__content h1,
.o-cookie-message__content h2,
.o-cookie-message__content h3,
.o-cookie-message__content h4,
.o-cookie-message__content h5,
.o-cookie-message__content h6 {
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 4px;
}
.o-typography--loading-sans .o-cookie-message__content h1,
.o-typography--loading-sans .o-cookie-message__content h2,
.o-typography--loading-sans .o-cookie-message__content h3,
.o-typography--loading-sans .o-cookie-message__content h4,
.o-typography--loading-sans .o-cookie-message__content h5,
.o-typography--loading-sans .o-cookie-message__content h6 {
  font-size: 20.88px;
  font-family: sans-serif;
}
.o-cookie-message__content p {
  margin-top: 0;
  margin-bottom: 0;
}
.o-cookie-message__content b,
.o-cookie-message__content strong {
  font-weight: 600;
}
.o-cookie-message__content > ul {
  padding-left: 0;
  margin-top: 12px;
  margin-bottom: 0;
}
.o-cookie-message__content > ul li {
  display: block;
  position: relative;
  padding-left: 1.333333333em;
}
.o-cookie-message__content > ul li:before {
  color: #33302e;
  display: inline-block;
  position: absolute;
  content: "\2022";
  left: -0.0625em;
  font-size: 1.777777778em;
}
.o-cookie-message__content > ul li {
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 28px;
}
.o-typography--loading-sans .o-cookie-message__content > ul li {
  font-size: 17.4px;
  font-family: sans-serif;
}
.o-cookie-message__content > ul li:before {
  color: inherit;
}
.o-cookie-message__content a {
  color: #0d7680;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 2px solid #cfe4e6;
}
.o-cookie-message__content a:hover {
  color: #0d7680;
  border-bottom-color: #9ec8cc;
}
.o-cookie-message__content a:focus {
  color: #0d7680;
  border-bottom-color: transparent;
  outline: 2px solid #0d7680;
}
@media (max-width: 30.615em) {
  .o-cookie-message__content {
    padding: 0;
  }
}
.o-cookie-message__content h1,
.o-cookie-message__content h2,
.o-cookie-message__content h3,
.o-cookie-message__content h4,
.o-cookie-message__content h5,
.o-cookie-message__content h6,
.o-cookie-message__content ul li {
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.o-typography--loading-sans .o-cookie-message__content h1,
.o-typography--loading-sans .o-cookie-message__content h2,
.o-typography--loading-sans .o-cookie-message__content h3,
.o-typography--loading-sans .o-cookie-message__content h4,
.o-typography--loading-sans .o-cookie-message__content h5,
.o-typography--loading-sans .o-cookie-message__content h6,
.o-typography--loading-sans .o-cookie-message__content ul li {
  font-size: 13.92px;
  font-family: sans-serif;
}
@media (max-width: 46.24em) {
  .o-cookie-message__content,
  .o-cookie-message__content h1,
  .o-cookie-message__content h2,
  .o-cookie-message__content h3,
  .o-cookie-message__content h4,
  .o-cookie-message__content h5,
  .o-cookie-message__content h6,
  .o-cookie-message__content ul li {
    font-family: MetricWeb, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }
  .o-typography--loading-sans .o-cookie-message__content,
  .o-typography--loading-sans .o-cookie-message__content h1,
  .o-typography--loading-sans .o-cookie-message__content h2,
  .o-typography--loading-sans .o-cookie-message__content h3,
  .o-typography--loading-sans .o-cookie-message__content h4,
  .o-typography--loading-sans .o-cookie-message__content h5,
  .o-typography--loading-sans .o-cookie-message__content h6,
  .o-typography--loading-sans .o-cookie-message__content ul li {
    font-size: 13.92px;
    font-family: sans-serif;
  }
}
.o-cookie-message__actions {
  font-family: MetricWeb, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 24px;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.o-typography--loading-sans .o-cookie-message__actions {
  font-size: 17.4px;
  font-family: sans-serif;
}
@media (max-width: 30.615em) {
  .o-cookie-message__actions {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-top: 24px;
  }
}
@media (max-width: 46.24em) {
  .o-cookie-message__actions {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-top: 24px;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
@media (max-width: 46.24em) {
  .o-cookie-message__actions .o-cookie-message__action {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .o-cookie-message__actions
    .o-cookie-message__action
    .o-cookie-message__button {
    width: 100%;
    margin-top: 24px;
  }
}
.o-cookie-message__action {
  padding-right: 40px;
  padding-right: 20px;
  padding: 0;
}
@media (max-width: 30.615em) {
  .o-cookie-message__action {
    padding-right: 0;
  }
}
.o-cookie-message__button {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-family: MetricWeb, sans-serif;
  font-weight: 600;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.15s ease-out,
    border-color 0.15s ease-out;
  transition: background-color 0.3s, color 0.15s ease-out,
    border-color 0.15s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-clip: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-size: 40px 40px;
  min-height: 40px;
  min-width: 80px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 16px;
  background-color: #0d7680;
  color: #fff;
  border: 1px solid #0d7680;
  white-space: nowrap;
}
.o-cookie-message__button:active,
.o-cookie-message__button[aria-current],
.o-cookie-message__button[aria-pressed="true"],
.o-cookie-message__button[aria-selected="true"] {
  background-color: #0d7680;
  color: #fff;
  border-color: #0d7680;
}
.o-cookie-message__button:not([disabled]):hover {
  background-color: #cfe4e6;
  color: #0d7680;
  border-color: #0d7680;
  text-decoration: none;
}
.o-cookie-message__button:not([disabled]):focus {
  background-color: #0d7680;
  color: #fff;
  border-color: #0d7680;
}
.o-cookie-message__button[disabled] {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}
.o-cookie-message__button,
.o-cookie-message__button:not([disabled]):active {
  color: #fff;
}
.o-cookie-message__inner.privacy-policy-message {
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  padding: 20px 40px;
}
@media (min-width: 30.625em) {
  .o-cookie-message__inner.privacy-policy-message {
    width: 58.33333%;
    margin: 20px;
  }
}
@media (min-width: 46.25em) {
  .o-cookie-message__inner.privacy-policy-message {
    width: 50%;
  }
}
@media (min-width: 61.25em) {
  .o-cookie-message__inner.privacy-policy-message {
    width: 41.66667%;
  }
}
@media (min-width: 76.25em) {
  .o-cookie-message__inner.privacy-policy-message {
    width: 488px;
    left: calc(50vw - 610px);
  }
}
.o-cookie-message__inner.privacy-policy-message .o-cookie-message__close {
  background-image: url(https://ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?format=svg&source=o-icons&tint=%23000000,%23000000);
  width: 26px;
  height: 26px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-color: transparent;
  vertical-align: baseline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  display: block;
  position: absolute;
  right: 7px;
  top: 7px;
}
@media screen and (-ms-high-contrast: active) {
  .o-cookie-message__inner.privacy-policy-message .o-cookie-message__close {
    background-image: url(https://ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?format=svg&source=o-icons&tint=%23ffffff,%23ffffff);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-cookie-message__inner.privacy-policy-message .o-cookie-message__close {
    background-image: url(https://ft.com/__origami/service/image/v2/images/raw/fticon-v1:cross?format=svg&source=o-icons&tint=%23000000,%23000000);
  }
}
.o-cookie-message__inner.privacy-policy-message h5 {
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #33302e;
  margin: 0 0 20px;
  margin-bottom: 8px;
}
.o-typography--loading-sansBold
  .o-cookie-message__inner.privacy-policy-message
  h5 {
  font-size: 19.92px;
  font-family: sans-serif;
}
.o-cookie-message__inner.privacy-policy-message p {
  margin: 0;
}
.o-cookie-message__heading {
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  padding-right: 40px;
}
.o-cookie-message__heading h1,
.o-cookie-message__heading h2,
.o-cookie-message__heading h3,
.o-cookie-message__heading h4,
.o-cookie-message__heading h5,
.o-cookie-message__heading h6 {
  margin-bottom: 0;
}
.o-cookie-message__heading:after {
  content: "";
  display: block;
  width: 100px;
  margin-bottom: 16px;
  border-bottom: 8px solid;
  border-color: #0d7680;
}
.o-typography--loading-sans .o-cookie-message__heading {
  font-size: 20.88px;
  font-family: sans-serif;
}
.o-cookie-message__heading h1,
.o-cookie-message__heading h2,
.o-cookie-message__heading h3,
.o-cookie-message__heading h4,
.o-cookie-message__heading h5,
.o-cookie-message__heading h6 {
  font-family: MetricWeb, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.o-typography--loading-sans .o-cookie-message__heading h1,
.o-typography--loading-sans .o-cookie-message__heading h2,
.o-typography--loading-sans .o-cookie-message__heading h3,
.o-typography--loading-sans .o-cookie-message__heading h4,
.o-typography--loading-sans .o-cookie-message__heading h5,
.o-typography--loading-sans .o-cookie-message__heading h6 {
  font-size: 20.88px;
  font-family: sans-serif;
}
@media (max-width: 46.24em) {
  .o-cookie-message__heading,
  .o-cookie-message__heading h1,
  .o-cookie-message__heading h2,
  .o-cookie-message__heading h3,
  .o-cookie-message__heading h4,
  .o-cookie-message__heading h5,
  .o-cookie-message__heading h6 {
    font-family: MetricWeb, sans-serif;
    font-size: 20px;
    line-height: 24px;
  }
  .o-typography--loading-sans .o-cookie-message__heading,
  .o-typography--loading-sans .o-cookie-message__heading h1,
  .o-typography--loading-sans .o-cookie-message__heading h2,
  .o-typography--loading-sans .o-cookie-message__heading h3,
  .o-typography--loading-sans .o-cookie-message__heading h4,
  .o-typography--loading-sans .o-cookie-message__heading h5,
  .o-typography--loading-sans .o-cookie-message__heading h6 {
    font-size: 17.4px;
    font-family: sans-serif;
  }
}
.o-cookie-message__heading:after {
  margin-top: 8px;
  margin-bottom: 12px;
  width: 60px;
  border-bottom-width: 4px;
}
@media (max-width: 30.615em) {
  .o-cookie-message__action--secondary {
    margin-top: 10px;
  }
}
@media (max-width: 46.24em) {
  .o-cookie-message__action--secondary {
    margin-top: 10px;
  }
}
.o-cookie-message__link {
  color: #0d7680;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 2px solid #cfe4e6;
  font-family: MetricWeb, sans-serif;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}
.o-cookie-message__link:hover {
  color: #0d7680;
  border-bottom-color: #9ec8cc;
}
.o-cookie-message__link:focus {
  color: #0d7680;
  border-bottom-color: transparent;
  outline: 2px solid #0d7680;
}
.o-typography--loading-sans .o-cookie-message__link {
  font-size: 13.92px;
  font-family: sans-serif;
}
@supports (background-size: contain) {
  .o-cookie-message__link--external {
    background-image: url(https://ft.com/__origami/service/image/v2/images/raw/fticon-v1:outside-page?format=svg&source=o-icons&tint=%230D7680,%230D7680);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
    padding-right: calc(1em + 0.5ch);
    background-origin: border-box;
  }
  @media screen and (-ms-high-contrast: active) {
    .o-cookie-message__link--external {
      background-image: url(https://ft.com/__origami/service/image/v2/images/raw/fticon-v1:outside-page?format=svg&source=o-icons&tint=%23ffffff,%23ffffff);
    }
  }
  @media screen and (-ms-high-contrast: black-on-white) {
    .o-cookie-message__link--external {
      background-image: url(https://ft.com/__origami/service/image/v2/images/raw/fticon-v1:outside-page?format=svg&source=o-icons&tint=%23000000,%23000000);
    }
  }
}
.o-cookie-message__link--external:after {
  background-image: url(https://ft.com/__origami/service/image/v2/images/raw/fticon-v1:outside-page?format=svg&source=o-icons&tint=%230D7680,%230D7680);
  width: 24px;
  height: 24px;
  content: "Opens a new window";
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  display: inline-block;
  background-origin: content-box;
  vertical-align: middle;
  border-bottom: inherit;
  border-color: transparent;
  overflow: hidden;
  text-indent: -10000px;
  text-align: left;
  color: transparent;
}
@media screen and (-ms-high-contrast: active) {
  .o-cookie-message__link--external:after {
    background-image: url(https://ft.com/__origami/service/image/v2/images/raw/fticon-v1:outside-page?format=svg&source=o-icons&tint=%23ffffff,%23ffffff);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-cookie-message__link--external:after {
    background-image: url(https://ft.com/__origami/service/image/v2/images/raw/fticon-v1:outside-page?format=svg&source=o-icons&tint=%23000000,%23000000);
  }
}
@supports (background-size: contain) {
  .o-cookie-message__link--external:after {
    position: absolute;
    clip: rect(0 0 0 0);
    margin: -1px;
    border: 0;
    overflow: hidden;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
  }
}
.o-cookie-message__link,
.o-cookie-message__link--external {
  color: #0d7680;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 2px solid #cfe4e6;
}
.o-cookie-message__link--external:hover,
.o-cookie-message__link:hover {
  color: #0d7680;
  border-bottom-color: #9ec8cc;
}
.o-cookie-message__link--external:focus,
.o-cookie-message__link:focus {
  color: #0d7680;
  border-bottom-color: transparent;
  outline: 2px solid #0d7680;
}
.o-cookie-message--alternative .o-cookie-message__button,
.o-cookie-message--alternative .o-cookie-message__button:active,
.o-cookie-message--alternative .o-cookie-message__button[aria-current],
.o-cookie-message--alternative .o-cookie-message__button[aria-pressed="true"],
.o-cookie-message--alternative .o-cookie-message__button[aria-selected="true"] {
  background-color: #00994d;
  color: #fff;
  border-color: #00994d;
}
.o-cookie-message--alternative .o-cookie-message__button:not([disabled]):hover {
  background-color: #006b36;
  color: #fff;
  border-color: #00994d;
  text-decoration: none;
}
.o-cookie-message--alternative .o-cookie-message__button:not([disabled]):focus {
  background-color: #00994d;
  color: #fff;
  border-color: #00994d;
}
.o-cookie-message--alternative .o-cookie-message__heading:after {
  border-color: #00994d;
}
@supports (background-size: contain) {
  .o-cookie-message--alternative .o-cookie-message__link--external {
    background-image: url(https://ft.com/__origami/service/image/v2/images/raw/fticon-v1:outside-page?format=svg&source=o-icons&tint=%23000000,%23000000);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
    padding-right: calc(1em + 0.5ch);
    background-origin: border-box;
  }
  @media screen and (-ms-high-contrast: active) {
    .o-cookie-message--alternative .o-cookie-message__link--external {
      background-image: url(https://ft.com/__origami/service/image/v2/images/raw/fticon-v1:outside-page?format=svg&source=o-icons&tint=%23ffffff,%23ffffff);
    }
  }
  @media screen and (-ms-high-contrast: black-on-white) {
    .o-cookie-message--alternative .o-cookie-message__link--external {
      background-image: url(https://ft.com/__origami/service/image/v2/images/raw/fticon-v1:outside-page?format=svg&source=o-icons&tint=%23000000,%23000000);
    }
  }
}
.o-cookie-message--alternative .o-cookie-message__link--external:after {
  background-image: url(https://ft.com/__origami/service/image/v2/images/raw/fticon-v1:outside-page?format=svg&source=o-icons&tint=%23000000,%23000000);
  width: 24px;
  height: 24px;
  content: "Opens a new window";
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  display: inline-block;
  background-origin: content-box;
  vertical-align: middle;
  border-bottom: inherit;
  border-color: transparent;
  overflow: hidden;
  text-indent: -10000px;
  text-align: left;
  color: transparent;
}
@media screen and (-ms-high-contrast: active) {
  .o-cookie-message--alternative .o-cookie-message__link--external:after {
    background-image: url(https://ft.com/__origami/service/image/v2/images/raw/fticon-v1:outside-page?format=svg&source=o-icons&tint=%23ffffff,%23ffffff);
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .o-cookie-message--alternative .o-cookie-message__link--external:after {
    background-image: url(https://ft.com/__origami/service/image/v2/images/raw/fticon-v1:outside-page?format=svg&source=o-icons&tint=%23000000,%23000000);
  }
}
@supports (background-size: contain) {
  .o-cookie-message--alternative .o-cookie-message__link--external:after {
    position: absolute;
    clip: rect(0 0 0 0);
    margin: -1px;
    border: 0;
    overflow: hidden;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
  }
}
.o-cookie-message--alternative .o-cookie-message__link,
.o-cookie-message--alternative .o-cookie-message__link--external {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 2px solid #ccc;
}
.o-cookie-message--alternative .o-cookie-message__link--external:hover,
.o-cookie-message--alternative .o-cookie-message__link:hover {
  color: #000;
  border-bottom-color: #999;
}
.o-cookie-message--alternative .o-cookie-message__link--external:focus,
.o-cookie-message--alternative .o-cookie-message__link:focus {
  color: #000;
  border-bottom-color: transparent;
  outline: 2px solid #000;
}
.brandsuites body {
  background-color: #fff;
  overflow-x: hidden;
  font-size: 16px !important;
}
.brandsuites .image-block-container {
  padding: 0;
}
.brandsuites main {
  padding-bottom: 3em !important;
}
.brandsuites h1,
.brandsuites h2,
.brandsuites p {
  margin: 0;
  padding: 0;
  line-height: 1.8em;
}
.brandsuites h1,
.brandsuites h2,
.brandsuites h3 {
  clear: both;
}
.brandsuites .block_area_content p {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}
.brandsuites h1 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 300;
  margin: 32px 0;
  margin: 2rem 0;
  line-height: 1em;
  max-width: 90%;
}
.brandsuites h2 {
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
.brandsuites h2:first-child {
  margin-top: 0;
}
.brandsuites h3 {
  font-size: 20.8px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #00884a;
  margin: 0;
  padding: 0;
}
.brandsuites h4 {
  font-size: 0.9em !important;
  padding: 0.5em 0;
  text-align: center;
  background: #eaeaea !important;
  color: #666 !important;
}
.brandsuites p {
  padding-bottom: 1.5em;
}
.brandsuites li,
.brandsuites p {
  font-size: 1em;
  font-weight: 300;
}
.brandsuites p a {
  text-decoration: none;
  font-weight: 400;
}
.brandsuites img {
  max-width: 100%;
  height: auto;
}
.brandsuites button:focus {
  outline: 0 !important;
}
.brandsuites .left {
  text-align: left;
  margin-left: 0 !important;
}
.brandsuites .center {
  text-align: center;
}
.brandsuites .align-center {
  margin: 0 auto;
}
.brandsuites .align-right {
  text-align: right;
}
.brandsuites .align-left {
  text-align: left;
}
.brandsuites .hidden {
  visibility: hidden;
  display: none;
}
.brandsuites .stand-first {
  margin-top: 48px !important;
  margin-top: 3rem !important;
}
.brandsuites .second-to-last {
  padding-bottom: 1em;
}
.brandsuites .second-to-last.-sit-next-to-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.brandsuites .second-to-last.-sit-next-to-cta .signature-logo__image {
  margin-left: 50px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .brandsuites .second-to-last.-sit-next-to-cta .signature-logo__image {
    display: none;
  }
}
@media (max-width: 740px) {
  .brandsuites .stand-first p {
    padding-bottom: 0.5em;
  }
}
.brandsuites .swiper-container .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  top: 0;
}
.brandsuites .snippet-block {
  padding: 0;
}
.brandsuites .snippet-block iframe {
  width: 100%;
}
.brandsuites .post-container {
  position: relative;
  max-width: 980px !important;
  margin: 0 auto;
  padding: 0 16px;
  padding: 0 1rem;
}
.brandsuites .o-share__action {
  border: 0;
  background: #fff;
}
.brandsuites .social {
  text-align: center;
  text-transform: uppercase;
}
.brandsuites .social--secondary {
  text-align: left;
}
.brandsuites .social-bar {
  margin-left: -80px;
  z-index: 99;
}
.brandsuites .template-one-social-bar {
  padding-top: 5.7em;
}
.brandsuites .template-two-social-bar {
  padding-top: 0.5em;
}
.brandsuites .template-three-social-bar {
  padding-top: 5.5em;
}
.brandsuites .o-share__icon {
  background-color: #fff;
  border: thin solid #eaeaea;
}
.brandsuites .social > .o-share,
.brandsuites .social > p {
  vertical-align: middle;
}
.brandsuites .social > p {
  display: inline-block;
  margin: 0 9px 0 0;
}
.brandsuites .o-share__action:last-child {
  margin: 0;
}
.brandsuites .social-mob {
  margin-left: 0.7em;
  margin-bottom: 1em;
}
.brandsuites .second-share {
  margin-left: 0;
}
.brandsuites .second-share .social-mob {
  margin-left: -16px;
  margin-left: -1rem;
}
@media (min-width: 80px) and (max-width: 1149px) {
  .brandsuites .o-share--vertical {
    display: none !important;
  }
}
@media (min-width: 1150px) {
  .brandsuites .social-mob {
    display: none !important;
  }
}
.brandsuites .content {
  padding: 16px;
}
.brandsuites .sticky-sm {
  position: fixed !important;
  margin-left: -60px;
}
.brandsuites .sticky + .content {
  padding-top: 300px;
}
.brandsuites .topper {
  margin-top: -5em !important;
}
.brandsuites .topper-content {
  background-color: #fff;
}
.brandsuites .topper-content p {
  padding-bottom: 1.5em;
}
.brandsuites .sticky-tooltip {
  position: fixed !important;
  width: 100%;
  top: 0;
}
.brandsuites .tooltip-container {
  background-color: #fff;
  text-align: right;
  padding: 12px 0;
  z-index: 110;
  border-bottom: 2px solid #00803f;
  font-family: MetricWeb, sans-serif !important;
  font-size: 14px !important;
}
.brandsuites .tooltip-container .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1205px;
}
.brandsuites .tooltip-inner {
  max-width: 100% !important;
  padding: 3px 8px;
  color: #000 !important;
  text-align: right !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  float: right;
  font-size: 13px !important;
}
@media (min-width: 500px) and (max-width: 780px) {
  .brandsuites .tooltip-inner {
    max-width: 70% !important;
  }
}
@media (max-width: 499px) {
  .brandsuites .tooltip-inner {
    max-width: 40% !important;
    text-align: left !important;
    left: 0;
    margin-left: -10em !important;
    margin-top: 3em;
  }
  .brandsuites .tooltip-arrow {
    top: 30% !important;
  }
}
.brandsuites .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #333 !important;
}
.brandsuites a.tooltip-i {
  width: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
}
.brandsuites a.tooltip-i:hover {
  text-decoration: none !important;
}
.brandsuites .tooltip-copy {
  font-family: MetricWeb, sans-serif !important;
  font-size: 15px !important;
}
.brandsuites .tooltip__info {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding: 0 6px;
  border: 2px solid #ccc;
  border-radius: 20px;
  color: #ccc;
  font-size: 16px;
  text-decoration: none;
  line-height: 14px;
}
.brandsuites .tooltip-logo {
  margin-left: 10px;
  max-width: 170px;
  height: auto;
  max-height: 40px;
}
.brandsuites .full-bleed {
  min-height: 450px;
  max-height: 500px;
  background-position: 50%;
}
.brandsuites .full-bleed,
.brandsuites .full-bleed-highlight {
  position: relative;
  width: 100vw;
  height: auto;
  left: 50.3%;
  right: 50%;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #fff;
  max-width: none;
}
.brandsuites .full-bleed-highlight {
  overflow-x: hidden;
}
.brandsuites .full-bleed img {
  width: 100%;
}
.brandsuites .hero-heading-container {
  width: 50%;
}
.brandsuites .hero-heading {
  margin-right: 0;
}
.brandsuites hero-heading-container.right {
  position: absolute;
  float: right;
  right: 0;
}
@media (max-width: 499px) {
  .brandsuites hero-heading-container.right {
    margin-right: 3em;
  }
}
.brandsuites hero-heading-container.left {
  position: absolute;
  float: left;
  left: 0;
}
.brandsuites .pos-top {
  top: 4em;
}
.brandsuites .pos-mid {
  top: 14em;
}
.brandsuites .pos-bottom {
  top: 25em;
}
@media (max-width: 740px) {
  .brandsuites .pos-bottom,
  .brandsuites .pos-mid,
  .brandsuites .pos-top {
    top: 7em;
  }
  .brandsuites .hero-heading-container {
    width: 60%;
  }
  .brandsuites .hero-heading {
    font-size: 3.5em;
  }
}
.brandsuites .inset {
  width: 100%;
  margin: 0;
}
.brandsuites .inset--right {
  float: right;
}
@media (min-width: 490px) {
  .brandsuites .inset {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    margin-left: 1em;
  }
  .brandsuites .inset--left {
    float: left;
    margin-left: 0;
    margin-right: 1em;
  }
  .brandsuites .inset--small {
    max-width: 200px;
  }
  .brandsuites .inset--text-right {
    text-align: right;
  }
}
.brandsuites .inset > img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 740px) {
  .brandsuites .inset {
    padding-bottom: 2em;
  }
}
.brandsuites figcaption {
  font-size: 13px;
  color: #66605c;
  max-width: 95%;
  padding: 0.5em 0 1em;
  text-align: left;
  min-height: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1em;
}
@media (min-width: 740px) {
  .brandsuites h1 {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .brandsuites h1 {
    width: 100%;
    max-width: 100% !important;
  }
  .brandsuites .full-bleed {
    min-height: 230px;
    left: 48%;
  }
}
.brandsuites sup {
  font-size: 0.5em !important;
  top: -1.1em !important;
}
.brandsuites blockquote {
  margin-bottom: 2em;
}
.brandsuites blockquote p {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1em;
  line-height: 1.2em;
  color: gray;
  text-align: left;
  font-weight: 600;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}
.brandsuites blockquote.inset {
  padding-bottom: 0;
  margin-bottom: 1em;
}
.brandsuites .quote-name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  color: #000 !important;
}
.brandsuites .quote-highlight {
  border-top: 16px solid #00884a;
  border-top: 1rem solid #00884a;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-top: 16px;
  padding-top: 1rem;
}
@media (max-width: 740px) {
  .brandsuites blockquote {
    padding-bottom: 2em;
  }
}
.brandsuites aside h1 {
  font-size: 1.2em;
  font-weight: 600;
  margin: 32px 0 0;
  margin: 2rem 0 0;
  padding: 0;
}
.brandsuites aside h2 {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 8px 0 0;
  margin: 0.5rem 0 0;
  padding: 0 1em;
}
.brandsuites .related-mob h2 {
  line-height: 1.2em;
}
.brandsuites .inline-related-content {
  background-color: #eaeaea;
}
.brandsuites .inline-related-content h3 {
  padding: 0.5em 0 0 1em;
}
.brandsuites .inline-related-image {
  padding: 1em;
}
.brandsuites .inline-related-content a {
  color: #00884a;
  font-weight: 600;
}
.brandsuites .inline-related-content a:hover {
  color: RGBA(0, 136, 74, 0.5);
  font-weight: 600;
}
.brandsuites .inline-related-content p {
  padding: 0 1em 1em;
  line-height: 1.2em;
}
.brandsuites aside a {
  color: RGBA(255, 255, 255, 1);
  font-weight: 400;
  text-decoration: none;
}
.brandsuites aside a:hover {
  color: RGBA(255, 255, 255, 0.7);
  font-weight: 400;
}
.brandsuites .video-embed {
  position: relative;
  padding-bottom: 53.7%;
  padding-top: 17px;
  height: 0;
  margin: 48px auto 16px;
  margin: 3rem auto 1rem;
}
@media (max-width: 719px) {
  .brandsuites .video-embed {
    padding-top: 1%;
    margin: 1rem auto 2rem;
  }
}
.brandsuites .video-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brandsuites full-bleed-video {
  height: 100%;
  min-height: 450px;
  max-height: 650px;
}
.brandsuites .videoWrapper,
.brandsuites full-bleed-video {
  position: relative;
  width: 100vw;
  left: 49%;
  right: 50%;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #fff;
  max-width: none;
}
.brandsuites .videoWrapper {
  padding-bottom: 56.25%;
  padding-top: 25%;
  height: 0;
  z-index: 1;
}
@media (min-width: 1088px) {
  .brandsuites .videoWrapper {
    padding-top: 25%;
  }
}
@media (min-width: 880px) and (max-width: 1087px) {
  .brandsuites .videoWrapper {
    padding-top: 10%;
  }
}
@media (min-width: 820px) and (max-width: 879px) {
  .brandsuites .videoWrapper {
    padding-top: 5%;
  }
}
@media (min-width: 720px) and (max-width: 819px) {
  .brandsuites .videoWrapper {
    padding-top: 3%;
  }
}
@media (max-width: 719px) {
  .brandsuites .videoWrapper {
    padding-top: 3%;
  }
}
.brandsuites .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
.brandsuites [data-o-grid-colspan] {
  margin: 16px auto;
  margin: 1rem auto;
}
.brandsuites [data-o-grid-colspan] p:last-child {
  margin-bottom: 0;
}
.brandsuites .bottom-buffer {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
.brandsuites .disclosure .compact {
  padding: 0 1em 2em;
}
.brandsuites .compact {
  font-size: 0.7em;
  line-height: 1.5em;
}
.brandsuites .demo-target p {
  padding-bottom: 0;
  font-size: 13px !important;
}
.brandsuites .o-overlay .o-gallery {
  max-height: 80vw;
  max-width: 80vw;
}
.brandsuites .o-gallery__control--next,
.brandsuites .o-gallery__control--prev {
  width: 50px;
  height: 50px;
  background-color: transparent;
}
.brandsuites .o-overlay-shadow {
  background-color: rgba(0, 0, 0, 0.8);
}
.brandsuites .gallery-shadow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.brandsuites .gallery-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.brandsuites .o-footer {
  margin-top: 0 !important;
}
.brandsuites .disclosure p {
  padding-bottom: 1em;
}
.brandsuites .disclosure-toggle {
  width: 100%;
  background: #ebebeb;
  padding: 16px 0;
  padding: 1rem 0;
  border: none;
  color: #00884a;
  font-size: 1em;
  margin: 16px 0;
  margin: 1rem 0;
}
.brandsuites .rel-sticky {
  background-color: RGBA(235, 235, 235, 0.9);
  position: fixed;
  width: 100%;
  display: block;
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s;
  bottom: -125px;
  height: 125px;
  font-family: MetricWeb, sans-serif;
}
.brandsuites .rel-sticky [data-o-grid-colspan].sticky-container {
  margin: 0 !important;
}
.brandsuites .rel-sticky h3 {
  text-align: center;
  padding: 0.5em 0 1em;
  font-size: 1em;
}
.brandsuites .rel-sticky .owl-stage-outer {
  width: 95%;
  margin: 0 auto;
}
.brandsuites .rel-sticky .owl-carousel a img {
  float: left;
  width: 40%;
  max-width: 108px;
}
.brandsuites .rel-sticky .owl-item {
  padding: 0;
}
.brandsuites .rel-sticky .owl-nav {
  margin-top: -3.5em;
}
.brandsuites .rel-sticky .owl-dots {
  display: none;
}
.brandsuites .rel-sticky .owl-item h2 {
  clear: none;
  margin-top: 0;
  font-size: 0.9em;
  font-weight: 600;
  color: #00884a;
  margin-bottom: 0.5em;
  padding-left: 0;
}
.brandsuites .rel-sticky .copy-container {
  margin-left: 7.5em;
}
.brandsuites .rel-sticky .owl-item h2 a {
  color: #00884a;
  text-decoration: none;
}
.brandsuites .rel-sticky .owl-item h2 a:hover {
  color: RGBA(0, 136, 74, 0.8);
  text-decoration: none;
}
.brandsuites .rel-sticky .owl-item p {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1em;
  padding-bottom: 0;
  padding-right: 1.8em;
}
@media (max-width: 600px) {
  .brandsuites .rel-sticky {
    height: 40px;
  }
  .brandsuites .rel-sticky h3 {
    display: none;
  }
  .brandsuites .rel-sticky .owl-carousel a img {
    display: none !important;
  }
  .brandsuites .rel-sticky .copy-container {
    margin: 0;
    text-align: center;
    padding: 0.7em 2em;
    width: 80%;
  }
  .brandsuites .rel-sticky .owl-item p {
    display: none;
  }
  .brandsuites .rel-sticky .owl-nav {
    padding-top: 30px;
  }
  .brandsuites .rel-sticky .owl-item h2 {
    margin: 0;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .brandsuites .rel-sticky .owl-nav {
    padding-top: 30px;
  }
  .brandsuites .rel-sticky .owl-item h2 {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
}
@media (min-width: 61.25em) {
  .brandsuites
    .o-share-wrapper:not([data-inline-share])
    .o-share__action.o-share__action--with-text {
    height: 56px;
    min-width: inherit;
  }
}
.brandsuites
  .o-share-wrapper:not([data-inline-share])
  .o-share__action.o-share__action--with-text
  span {
  top: 33px;
  left: 0;
  right: 0;
  font-family: MetricWeb, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.brandsuites
  .o-typography--loading-sans
  .o-share-wrapper:not([data-inline-share])
  .o-share__action.o-share__action--with-text
  span {
  font-size: 10.44px;
  font-family: sans-serif;
}
.brandsuites
  .o-share-wrapper[data-inline-share]
  .o-share__action.o-share__action--with-text
  span {
  top: 12px;
  left: 35px;
  font-family: MetricWeb, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.brandsuites
  .o-typography--loading-sans
  .o-share-wrapper[data-inline-share]
  .o-share__action.o-share__action--with-text
  span {
  font-size: 12.18px;
  font-family: sans-serif;
}
.brandsuites
  .o-share-wrapper:not([data-inline-share])
  .o-share__action.o-share__action--save {
  padding-left: 1px;
}
@media (min-width: 61.25em) {
  .brandsuites
    .o-share-wrapper:not([data-inline-share])
    .o-share__action.o-share__action--save
    .n-myft-ui.n-myft-ui--save {
    padding-top: 3px;
  }
  .brandsuites
    .o-share-wrapper:not([data-inline-share])
    .o-share__action.o-share__action--save
    .save-button-longer-copy {
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: 10px;
    float: none;
    margin-right: 0;
  }
  .brandsuites
    .o-share-wrapper:not([data-inline-share])
    .o-share__action.o-share__action--save
    .n-myft-ui__button,
  .brandsuites
    .o-share-wrapper:not([data-inline-share])
    .o-share__action.o-share__action--save
    .n-myft-ui__button:not([disabled]):hover,
  .brandsuites
    .o-share-wrapper:not([data-inline-share])
    .o-share__action.o-share__action--save
    .n-myft-ui__button[aria-pressed="true"],
  .brandsuites
    .o-share-wrapper:not([data-inline-share])
    .o-share__action.o-share__action--save
    .n-myft-ui__button[aria-selected="true"] {
    background-position: inherit;
    position: relative;
    top: -3px;
    left: -1px;
    margin: 0;
    height: 55px;
    min-width: 38px;
    padding: 0;
  }
}
.brandsuites
  .o-share-wrapper:not([data-inline-share])
  .o-share__action.o-share__action--share:before {
  height: 75px;
}
.brandsuites
  .o-share-wrapper[data-inline-share]
  .o-share__action.o-share__action--share:before {
  width: 75px;
}
.brandsuites
  .o-share-wrapper[data-inline-share]
  .o-share__action.o-share__action--share
  span {
  top: 13px;
}
.brandsuites .o-share-wrapper {
  padding-bottom: 10px;
  min-height: 40px;
}
@media (min-width: 61.25em) {
  .brandsuites .o-share-wrapper:not([data-inline-share]) {
    text-align: center;
  }
  .brandsuites .o-share-wrapper:not([data-inline-share]) .o-share__action {
    float: none;
    margin-bottom: 5px;
  }
  .brandsuites .o-share-wrapper:not([data-inline-share]) li + li {
    border-top: 0;
  }
  .brandsuites .o-share-wrapper:not([data-inline-share]) .o-share {
    top: 80px;
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
  }
  .brandsuites .o-share-wrapper:not([data-inline-share]) .o-share__action {
    margin-bottom: 0;
  }
}
.brandsuites .o-share-wrapper .o-share,
.brandsuites .o-share-wrapper .o-share__action,
.brandsuites .o-share-wrapper .o-share__icon {
  margin-bottom: 0;
}
@media (min-width: 30.625em) {
  .brandsuites .o-share-wrapper .o-share__action--whatsapp {
    display: none;
    padding: 0;
  }
}
.brandsuites .o-share-wrapper li {
  margin: 0;
}
@media (min-width: 61.25em) {
  .brandsuites .article-grid .o-share-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
}
.brandsuites .o-tooltip-content p {
  padding-bottom: 0 !important;
}
.brandsuites .sans-serif {
  font-family: sans-serif;
}
.brandsuites .serif {
  font-family: Playfair Display, serif;
}
.brandsuites .sponsor-color {
  color: #005bac;
}
.brandsuites .light {
  color: #fff;
  text-shadow: 1px 0 2px rgba(0, 0, 0, 0.5);
}
.brandsuites .dark {
  color: #000;
}
.brandsuites .hero-heading {
  font-size: 4em;
}
@media (max-width: 499px) {
  .brandsuites .hero-heading {
    font-size: 3em;
  }
}
.brandsuites p {
  font-family: Georgia, serif;
  font-size: 18px;
}
.brandsuites p a {
  color: #005bac;
}
.brandsuites p a:hover {
  color: #ed3522;
  text-decoration: underline;
}
.brandsuites .highlight {
  background-color: #ed3522;
}
.brandsuites .highlight p {
  padding-bottom: 0;
}
.brandsuites blockquote {
  border-left: 5px solid #ed3522 !important;
}
.brandsuites blockquote p {
  color: #000;
}
.brandsuites .quote-name {
  color: #e4e4e4;
}
.brandsuites .quote-highlight {
  border-top: 16px solid #ed3522;
  border-top: 1rem solid #ed3522;
}
.brandsuites .sponsor-locations p {
  text-align: center;
  color: #c0af9f;
}
.brandsuites .sponsor-locations-list p {
  color: #000;
  font-size: 95%;
}
.brandsuites .sponsor-hero {
  background: #fff
    url(https://via.placeholder.com/1920x1080.png?text=Hero Banner) top
    no-repeat;
  background-size: cover;
}
.brandsuites .sponsor-image {
  background: url(https://via.placeholder.com/1920x1080.png?text=Hero Banner)
    50% no-repeat;
  background-size: cover;
  height: auto;
  min-height: 30em;
  display: block;
}
.brandsuites a {
  color: #5aa3e8;
}
.brandsuites .cta {
  padding: 15px;
  text-align: center;
  display: inline-block;
  font-weight: 400;
}
.brandsuites .cta--fill {
  display: block;
}
.brandsuites .cta-sponsor {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  margin-left: -15px;
  background-color: #fff;
  color: #333;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  max-width: 300px;
}
.brandsuites .cta-sponsor:hover {
  text-decoration: none;
}
.brandsuites .bottom-sponsor {
  background-color: #e4e4e4;
  color: #fff;
}
.brandsuites .sponsor-subtitle {
  border-left: 8px solid #003f77;
  padding-left: 0.5em;
  padding-bottom: 0 !important;
  margin-bottom: 1.5em;
}
.brandsuites aside h1 {
  color: #333;
}
.brandsuites .signature {
  min-height: 5em;
}
.brandsuites .signature-logo {
  padding: 1em 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.brandsuites .signature-logo.-sit-next-to-cta {
  display: block;
}
@media only screen and (min-width: 768px) {
  .brandsuites .signature-logo.-sit-next-to-cta {
    display: none;
  }
}
.brandsuites .image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 740px) {
  .brandsuites .sponsor-hero {
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .brandsuites h1 {
    width: 100% !important;
  }
  .brandsuites .signature-logo {
    text-align: center !important;
  }
}
@media (max-width: 940px) {
  .brandsuites .sponsor-image {
    max-height: 300px !important;
  }
}
.brandsuites .carousel-item {
  min-height: 400px;
}
.brandsuites .swiper-slide a {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none !important;
}
.brandsuites .swiper-slide h2 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  font-weight: 700;
}
@font-face {
  font-family: MetricWeb;
  src: url(/themes/base/dist/src/fonts/MetricWeb-Regular-06207490ce8c2f91c4b2541b332e0222.woff2)
      format("woff2"),
    url(/themes/base/dist/src/fonts/MetricWeb-Regular-fd0522dc650414bd61c0aca87a0661a9.ttf)
      format("truetype"),
    url(/themes/base/dist/src/fonts/MetricWeb-Regular-4a649847ce148e73ab7816a4def81241.woff)
      format("woff"),
    url(/themes/base/dist/src/fonts/MetricWeb-Regular-b9628309e82102b324b179ac03092464.svg)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.row,
.wrap {
  *zoom: 1;
}
.row:after,
.row:before,
.wrap:after,
.wrap:before {
  content: "";
  display: table;
}
.row:after,
.wrap:after {
  clear: both;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.btn,
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
  padding: 0.75em 1.5em;
  background-color: #00884a;
  border: 0;
  color: #fff;
  font-family: MetricWeb, sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.btn:focus,
.btn:hover,
[type="button"]:focus,
[type="button"]:hover,
[type="reset"]:focus,
[type="reset"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  background-color: #006d3b;
  color: #fff;
}
.btn:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn:disabled:hover,
[type="button"]:disabled:hover,
[type="reset"]:disabled:hover,
[type="submit"]:disabled:hover,
button:disabled:hover {
  background-color: #00884a;
}
fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
label,
legend {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label {
  display: block;
}
input,
select,
textarea {
  display: block;
  font-family: MetricWeb, sans-serif;
  font-size: 1em;
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
input:not([type]),
select[multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
  width: 100%;
}
[type="color"]:hover,
[type="date"]:hover,
[type="datetime-local"]:hover,
[type="datetime"]:hover,
[type="email"]:hover,
[type="month"]:hover,
[type="number"]:hover,
[type="password"]:hover,
[type="search"]:hover,
[type="tel"]:hover,
[type="text"]:hover,
[type="time"]:hover,
[type="url"]:hover,
[type="week"]:hover,
input:not([type]):hover,
select[multiple]:hover,
textarea:hover {
  border-color: #b1b1b1;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
input:not([type]):focus,
select[multiple]:focus,
textarea:focus {
  border-color: #00884a;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06),
    0 0 5px rgba(0, 111, 60, 0.7);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 111, 60, 0.7);
  outline: none;
}
[type="color"]:disabled,
[type="date"]:disabled,
[type="datetime-local"]:disabled,
[type="datetime"]:disabled,
[type="email"]:disabled,
[type="month"]:disabled,
[type="number"]:disabled,
[type="password"]:disabled,
[type="search"]:disabled,
[type="tel"]:disabled,
[type="text"]:disabled,
[type="time"]:disabled,
[type="url"]:disabled,
[type="week"]:disabled,
input:not([type]):disabled,
select[multiple]:disabled,
textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
[type="color"]:disabled:hover,
[type="date"]:disabled:hover,
[type="datetime-local"]:disabled:hover,
[type="datetime"]:disabled:hover,
[type="email"]:disabled:hover,
[type="month"]:disabled:hover,
[type="number"]:disabled:hover,
[type="password"]:disabled:hover,
[type="search"]:disabled:hover,
[type="tel"]:disabled:hover,
[type="text"]:disabled:hover,
[type="time"]:disabled:hover,
[type="url"]:disabled:hover,
[type="week"]:disabled:hover,
input:not([type]):disabled:hover,
select[multiple]:disabled:hover,
textarea:disabled:hover {
  border: 1px solid #ddd;
}
[type="color"]::-webkit-input-placeholder,
[type="date"]::-webkit-input-placeholder,
[type="datetime-local"]::-webkit-input-placeholder,
[type="datetime"]::-webkit-input-placeholder,
[type="email"]::-webkit-input-placeholder,
[type="month"]::-webkit-input-placeholder,
[type="number"]::-webkit-input-placeholder,
[type="password"]::-webkit-input-placeholder,
[type="search"]::-webkit-input-placeholder,
[type="tel"]::-webkit-input-placeholder,
[type="text"]::-webkit-input-placeholder,
[type="time"]::-webkit-input-placeholder,
[type="url"]::-webkit-input-placeholder,
[type="week"]::-webkit-input-placeholder,
input:not([type])::-webkit-input-placeholder,
select[multiple]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
[type="color"]::-ms-input-placeholder,
[type="date"]::-ms-input-placeholder,
[type="datetime-local"]::-ms-input-placeholder,
[type="datetime"]::-ms-input-placeholder,
[type="email"]::-ms-input-placeholder,
[type="month"]::-ms-input-placeholder,
[type="number"]::-ms-input-placeholder,
[type="password"]::-ms-input-placeholder,
[type="search"]::-ms-input-placeholder,
[type="tel"]::-ms-input-placeholder,
[type="text"]::-ms-input-placeholder,
[type="time"]::-ms-input-placeholder,
[type="url"]::-ms-input-placeholder,
[type="week"]::-ms-input-placeholder,
input:not([type])::-ms-input-placeholder,
select[multiple]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}
[type="color"]::placeholder,
[type="date"]::placeholder,
[type="datetime-local"]::placeholder,
[type="datetime"]::placeholder,
[type="email"]::placeholder,
[type="month"]::placeholder,
[type="number"]::placeholder,
[type="password"]::placeholder,
[type="search"]::placeholder,
[type="tel"]::placeholder,
[type="text"]::placeholder,
[type="time"]::placeholder,
[type="url"]::placeholder,
[type="week"]::placeholder,
input:not([type])::placeholder,
select[multiple]::placeholder,
textarea::placeholder {
  color: #999;
}
textarea {
  resize: vertical;
}
[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}
[type="file"] {
  width: 100%;
}
[type="file"],
select {
  margin-bottom: 0.75em;
}
select {
  max-width: 100%;
  width: auto;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ol,
ul {
  list-style-type: none;
  padding: 0;
}
dl,
dt,
ol,
ul {
  margin: 0;
}
dt {
  font-weight: 600;
}
dd,
figure {
  margin: 0;
}
img,
picture {
  margin: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}
th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  text-align: left;
}
td,
th {
  padding: 0.75em 0;
}
td {
  border-bottom: 1px solid #ddd;
}
td,
th,
tr {
  vertical-align: middle;
}
html {
  overflow-y: scroll;
}
body {
  min-width: 320px;
  background: #fff;
  color: #333;
  font-size: 1em;
  line-height: 1.5;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: MetricWeb, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.75em;
  font-size: 1.25em;
  line-height: 1.2;
}
h1 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 300;
  margin: 32px 0;
  margin: 2rem 0;
  line-height: 1em;
  max-width: 90%;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1em;
}
p {
  margin: 0 0 0.75em;
}
a {
  color: #00884a;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
a:active,
a:focus,
a:hover {
  color: #006638;
}
hr {
  margin: 1.5em 0;
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.typ > :first-child {
  margin-top: 0;
}
.typ > :last-child {
  margin-bottom: 0;
}
.typ ul {
  list-style-type: disc;
}
.typ ol,
.typ ul {
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}
.typ ol {
  list-style-type: decimal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.debug-true {
  position: relative;
}
@media only screen and (min-width: 0) {
  .debugger:after {
    content: " 0";
  }
  .debugger:before {
    content: "$xxxs: ";
  }
}
@media only screen and (min-width: 200px) {
  .debugger:after {
    content: " 200px";
  }
  .debugger:before {
    content: "$xxs: ";
  }
}
@media only screen and (min-width: 320px) {
  .debugger:after {
    content: " 320px";
  }
  .debugger:before {
    content: "$xs: ";
  }
}
@media only screen and (min-width: 400px) {
  .debugger:after {
    content: " 400px";
  }
  .debugger:before {
    content: "$s: ";
  }
}
@media only screen and (min-width: 480px) {
  .debugger:after {
    content: " 480px";
  }
  .debugger:before {
    content: "$sl: ";
  }
}
@media only screen and (min-width: 580px) {
  .debugger:after {
    content: " 580px";
  }
  .debugger:before {
    content: "$sl2: ";
  }
}
@media only screen and (min-width: 768px) {
  .debugger:after {
    content: " 768px";
  }
  .debugger:before {
    content: "$m: ";
  }
}
@media only screen and (min-width: 992px) {
  .debugger:after {
    content: " 992px";
  }
  .debugger:before {
    content: "$ml: ";
  }
}
@media only screen and (min-width: 1100px) {
  .debugger:after {
    content: " 1100px";
  }
  .debugger:before {
    content: "$l: ";
  }
}
@media only screen and (min-width: 1200px) {
  .debugger:after {
    content: " 1200px";
  }
  .debugger:before {
    content: "$xl: ";
  }
}
@media only screen and (min-width: 1300px) {
  .debugger:after {
    content: " 1300px";
  }
  .debugger:before {
    content: "$xxl: ";
  }
}
@media only screen and (min-width: 1400px) {
  .debugger:after {
    content: " 1400px";
  }
  .debugger:before {
    content: "$xxxl: ";
  }
}
@media only screen and (min-width: 1500px) {
  .debugger:after {
    content: " 1500px";
  }
  .debugger:before {
    content: "$xxxxl: ";
  }
}
@media only screen and (min-width: 1600px) {
  .debugger:after {
    content: " 1600px";
  }
  .debugger:before {
    content: "$xxxxxl: ";
  }
}
@media only screen and (min-width: 1700px) {
  .debugger:after {
    content: " 1700px";
  }
  .debugger:before {
    content: "$xxxxxxl: ";
  }
}
.debugger {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 5px 15px;
  background: hsla(0, 0%, 80%, 0.5);
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}
.debugger:before {
  color: red;
  text-transform: uppercase;
}
.debugger-block {
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.4;
}
#BetterNavigator {
  top: 50% !important;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
[class*="col-"] {
  position: relative;
  *zoom: 1;
  clear: none;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
[class*="col-"]:after,
[class*="col-"]:before {
  content: "";
  display: table;
}
[class*="col-"]:after {
  clear: both;
}
.col-offset-1 {
  margin-left: 8.33333%;
}
.col-push-1 {
  left: 8.33333%;
}
.col-pull-1 {
  right: 8.33333%;
}
.col-1 {
  width: 8.33333%;
}
.col-offset-2 {
  margin-left: 16.66667%;
}
.col-push-2 {
  left: 16.66667%;
}
.col-pull-2 {
  right: 16.66667%;
}
.col-2 {
  width: 16.66667%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-push-3 {
  left: 25%;
}
.col-pull-3 {
  right: 25%;
}
.col-3 {
  width: 25%;
}
.col-offset-4 {
  margin-left: 33.33333%;
}
.col-push-4 {
  left: 33.33333%;
}
.col-pull-4 {
  right: 33.33333%;
}
.col-4 {
  width: 33.33333%;
}
.col-offset-5 {
  margin-left: 41.66667%;
}
.col-push-5 {
  left: 41.66667%;
}
.col-pull-5 {
  right: 41.66667%;
}
.col-5 {
  width: 41.66667%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-push-6 {
  left: 50%;
}
.col-pull-6 {
  right: 50%;
}
.col-6 {
  width: 50%;
}
.col-offset-7 {
  margin-left: 58.33333%;
}
.col-push-7 {
  left: 58.33333%;
}
.col-pull-7 {
  right: 58.33333%;
}
.col-7 {
  width: 58.33333%;
}
.col-offset-8 {
  margin-left: 66.66667%;
}
.col-push-8 {
  left: 66.66667%;
}
.col-pull-8 {
  right: 66.66667%;
}
.col-8 {
  width: 66.66667%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-push-9 {
  left: 75%;
}
.col-pull-9 {
  right: 75%;
}
.col-9 {
  width: 75%;
}
.col-offset-10 {
  margin-left: 83.33333%;
}
.col-push-10 {
  left: 83.33333%;
}
.col-pull-10 {
  right: 83.33333%;
}
.col-10 {
  width: 83.33333%;
}
.col-offset-11 {
  margin-left: 91.66667%;
}
.col-push-11 {
  left: 91.66667%;
}
.col-pull-11 {
  right: 91.66667%;
}
.col-11 {
  width: 91.66667%;
}
.col-offset-12 {
  margin-left: 100%;
}
.col-push-12 {
  left: 100%;
}
.col-pull-12 {
  right: 100%;
}
.col-12 {
  width: 100%;
}
@media only screen and (min-width: 400px) {
  .col-s-offset-1 {
    margin-left: 8.33333%;
  }
  .col-s-push-1 {
    left: 8.33333%;
  }
  .col-s-pull-1 {
    right: 8.33333%;
  }
  .col-s-1 {
    width: 8.33333%;
  }
  .col-s-offset-2 {
    margin-left: 16.66667%;
  }
  .col-s-push-2 {
    left: 16.66667%;
  }
  .col-s-pull-2 {
    right: 16.66667%;
  }
  .col-s-2 {
    width: 16.66667%;
  }
  .col-s-offset-3 {
    margin-left: 25%;
  }
  .col-s-push-3 {
    left: 25%;
  }
  .col-s-pull-3 {
    right: 25%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-offset-4 {
    margin-left: 33.33333%;
  }
  .col-s-push-4 {
    left: 33.33333%;
  }
  .col-s-pull-4 {
    right: 33.33333%;
  }
  .col-s-4 {
    width: 33.33333%;
  }
  .col-s-offset-5 {
    margin-left: 41.66667%;
  }
  .col-s-push-5 {
    left: 41.66667%;
  }
  .col-s-pull-5 {
    right: 41.66667%;
  }
  .col-s-5 {
    width: 41.66667%;
  }
  .col-s-offset-6 {
    margin-left: 50%;
  }
  .col-s-push-6 {
    left: 50%;
  }
  .col-s-pull-6 {
    right: 50%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-offset-7 {
    margin-left: 58.33333%;
  }
  .col-s-push-7 {
    left: 58.33333%;
  }
  .col-s-pull-7 {
    right: 58.33333%;
  }
  .col-s-7 {
    width: 58.33333%;
  }
  .col-s-offset-8 {
    margin-left: 66.66667%;
  }
  .col-s-push-8 {
    left: 66.66667%;
  }
  .col-s-pull-8 {
    right: 66.66667%;
  }
  .col-s-8 {
    width: 66.66667%;
  }
  .col-s-offset-9 {
    margin-left: 75%;
  }
  .col-s-push-9 {
    left: 75%;
  }
  .col-s-pull-9 {
    right: 75%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-offset-10 {
    margin-left: 83.33333%;
  }
  .col-s-push-10 {
    left: 83.33333%;
  }
  .col-s-pull-10 {
    right: 83.33333%;
  }
  .col-s-10 {
    width: 83.33333%;
  }
  .col-s-offset-11 {
    margin-left: 91.66667%;
  }
  .col-s-push-11 {
    left: 91.66667%;
  }
  .col-s-pull-11 {
    right: 91.66667%;
  }
  .col-s-11 {
    width: 91.66667%;
  }
  .col-s-offset-12 {
    margin-left: 100%;
  }
  .col-s-push-12 {
    left: 100%;
  }
  .col-s-pull-12 {
    right: 100%;
  }
  .col-s-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .col-m-offset-1 {
    margin-left: 8.33333%;
  }
  .col-m-push-1 {
    left: 8.33333%;
  }
  .col-m-pull-1 {
    right: 8.33333%;
  }
  .col-m-1 {
    width: 8.33333%;
  }
  .col-m-offset-2 {
    margin-left: 16.66667%;
  }
  .col-m-push-2 {
    left: 16.66667%;
  }
  .col-m-pull-2 {
    right: 16.66667%;
  }
  .col-m-2 {
    width: 16.66667%;
  }
  .col-m-offset-3 {
    margin-left: 25%;
  }
  .col-m-push-3 {
    left: 25%;
  }
  .col-m-pull-3 {
    right: 25%;
  }
  .col-m-3 {
    width: 25%;
  }
  .col-m-offset-4 {
    margin-left: 33.33333%;
  }
  .col-m-push-4 {
    left: 33.33333%;
  }
  .col-m-pull-4 {
    right: 33.33333%;
  }
  .col-m-4 {
    width: 33.33333%;
  }
  .col-m-offset-5 {
    margin-left: 41.66667%;
  }
  .col-m-push-5 {
    left: 41.66667%;
  }
  .col-m-pull-5 {
    right: 41.66667%;
  }
  .col-m-5 {
    width: 41.66667%;
  }
  .col-m-offset-6 {
    margin-left: 50%;
  }
  .col-m-push-6 {
    left: 50%;
  }
  .col-m-pull-6 {
    right: 50%;
  }
  .col-m-6 {
    width: 50%;
  }
  .col-m-offset-7 {
    margin-left: 58.33333%;
  }
  .col-m-push-7 {
    left: 58.33333%;
  }
  .col-m-pull-7 {
    right: 58.33333%;
  }
  .col-m-7 {
    width: 58.33333%;
  }
  .col-m-offset-8 {
    margin-left: 66.66667%;
  }
  .col-m-push-8 {
    left: 66.66667%;
  }
  .col-m-pull-8 {
    right: 66.66667%;
  }
  .col-m-8 {
    width: 66.66667%;
  }
  .col-m-offset-9 {
    margin-left: 75%;
  }
  .col-m-push-9 {
    left: 75%;
  }
  .col-m-pull-9 {
    right: 75%;
  }
  .col-m-9 {
    width: 75%;
  }
  .col-m-offset-10 {
    margin-left: 83.33333%;
  }
  .col-m-push-10 {
    left: 83.33333%;
  }
  .col-m-pull-10 {
    right: 83.33333%;
  }
  .col-m-10 {
    width: 83.33333%;
  }
  .col-m-offset-11 {
    margin-left: 91.66667%;
  }
  .col-m-push-11 {
    left: 91.66667%;
  }
  .col-m-pull-11 {
    right: 91.66667%;
  }
  .col-m-11 {
    width: 91.66667%;
  }
  .col-m-offset-12 {
    margin-left: 100%;
  }
  .col-m-push-12 {
    left: 100%;
  }
  .col-m-pull-12 {
    right: 100%;
  }
  .col-m-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  .col-l-offset-1 {
    margin-left: 8.33333%;
  }
  .col-l-push-1 {
    left: 8.33333%;
  }
  .col-l-pull-1 {
    right: 8.33333%;
  }
  .col-l-1 {
    width: 8.33333%;
  }
  .col-l-offset-2 {
    margin-left: 16.66667%;
  }
  .col-l-push-2 {
    left: 16.66667%;
  }
  .col-l-pull-2 {
    right: 16.66667%;
  }
  .col-l-2 {
    width: 16.66667%;
  }
  .col-l-offset-3 {
    margin-left: 25%;
  }
  .col-l-push-3 {
    left: 25%;
  }
  .col-l-pull-3 {
    right: 25%;
  }
  .col-l-3 {
    width: 25%;
  }
  .col-l-offset-4 {
    margin-left: 33.33333%;
  }
  .col-l-push-4 {
    left: 33.33333%;
  }
  .col-l-pull-4 {
    right: 33.33333%;
  }
  .col-l-4 {
    width: 33.33333%;
  }
  .col-l-offset-5 {
    margin-left: 41.66667%;
  }
  .col-l-push-5 {
    left: 41.66667%;
  }
  .col-l-pull-5 {
    right: 41.66667%;
  }
  .col-l-5 {
    width: 41.66667%;
  }
  .col-l-offset-6 {
    margin-left: 50%;
  }
  .col-l-push-6 {
    left: 50%;
  }
  .col-l-pull-6 {
    right: 50%;
  }
  .col-l-6 {
    width: 50%;
  }
  .col-l-offset-7 {
    margin-left: 58.33333%;
  }
  .col-l-push-7 {
    left: 58.33333%;
  }
  .col-l-pull-7 {
    right: 58.33333%;
  }
  .col-l-7 {
    width: 58.33333%;
  }
  .col-l-offset-8 {
    margin-left: 66.66667%;
  }
  .col-l-push-8 {
    left: 66.66667%;
  }
  .col-l-pull-8 {
    right: 66.66667%;
  }
  .col-l-8 {
    width: 66.66667%;
  }
  .col-l-offset-9 {
    margin-left: 75%;
  }
  .col-l-push-9 {
    left: 75%;
  }
  .col-l-pull-9 {
    right: 75%;
  }
  .col-l-9 {
    width: 75%;
  }
  .col-l-offset-10 {
    margin-left: 83.33333%;
  }
  .col-l-push-10 {
    left: 83.33333%;
  }
  .col-l-pull-10 {
    right: 83.33333%;
  }
  .col-l-10 {
    width: 83.33333%;
  }
  .col-l-offset-11 {
    margin-left: 91.66667%;
  }
  .col-l-push-11 {
    left: 91.66667%;
  }
  .col-l-pull-11 {
    right: 91.66667%;
  }
  .col-l-11 {
    width: 91.66667%;
  }
  .col-l-offset-12 {
    margin-left: 100%;
  }
  .col-l-push-12 {
    left: 100%;
  }
  .col-l-pull-12 {
    right: 100%;
  }
  .col-l-12 {
    width: 100%;
  }
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 99;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: left 0.2s, -webkit-transform 0.2s;
  transition: left 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: right 0.2s, -webkit-transform 0.2s;
  transition: right 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: b 1s steps(12) infinite;
  animation: b 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes b {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes b {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.banner-image,
.hero-banner {
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.banner-image img,
.hero-banner img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.banner-image:after,
.hero-banner:after {
  content: "";
  display: block;
}
.banner-image.-remove,
.hero-banner.-remove {
  display: none !important;
}
.banner-image.-small,
.hero-banner.-small {
  max-height: 460px;
}
.banner-image.-small:after,
.hero-banner.-small:after {
  padding-bottom: 80%;
}
@media only screen and (min-width: 768px) {
  .banner-image.-small:after,
  .hero-banner.-small:after {
    padding-bottom: 40%;
  }
}
.banner-image.-med:after,
.hero-banner.-med:after {
  padding-bottom: 55%;
}
.banner-image.-large:after,
.hero-banner.-large:after {
  padding-bottom: 75%;
}
.banner-image.-full-width,
.hero-banner.-full-width {
  position: relative;
  width: 100vw;
  height: auto;
  left: 50.3%;
  right: 50%;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
  margin-left: -51vw;
  margin-right: -50vw;
  background-color: #fff;
  max-width: none;
  min-height: 450px;
  max-height: 750px;
  background-size: cover;
}
.banner-image-container {
  margin-bottom: 30px;
}
.banner-image-container .banner-image {
  margin-bottom: 15px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.brandsuite-hero-banner {
  position: relative;
  overflow: hidden;
  min-height: 700px;
}
.brandsuite-hero-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.o-cookie-message--alternative .o-cookie-message__link,
.o-cookie-message--alternative .o-cookie-message__link--external,
.o-header__drawer-menu-link {
  color: #000 !important;
  color: initial !important;
}
.slider-container {
  position: relative;
  margin-bottom: 50px;
}
.slider-container .related-item {
  min-height: 230px;
  background-position: 50%;
  background-size: cover;
}
.slider-container .swiper-container {
  min-height: 310px;
}
.-single-slide .slider-container .swiper-pagination {
  display: none;
}
.slider-container .swiper-button-next,
.slider-container .swiper-button-prev {
  top: auto !important;
  bottom: 0 !important;
  height: 20px;
}
.-single-slide .slider-container .swiper-button-next,
.-single-slide .slider-container .swiper-button-prev {
  display: none;
}
.slider-container .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  bottom: 10px;
}
.slider-container .swiper-pagination-bullet {
  margin-right: 5px;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}
.nav-slider-wrapper,
.nav-slider-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-slider-wrapper a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.nav-slider-wrapper a img {
  max-width: 90px;
  width: 100%;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}
.nav-slider-wrapper .related-item__title {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-left: 10px;
  font-weight: 700;
}
.sticky-container .swiper-button-next,
.sticky-container .swiper-button-prev {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  top: 50%;
  height: 20px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.sticky-container .swiper-button-next {
  right: 20px;
}
.sticky-container .swiper-button-prev {
  left: 20px;
}
.video-block {
  position: relative;
  margin-bottom: 15px;
}
.video-block:after {
  display: block;
  padding-bottom: 56.35%;
  content: "";
}
.video-block iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video-container {
  margin-bottom: 30px;
}
.brandsuites .video-container {
  padding: 0;
}
.img-block__slider-item {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.img-block__slider-item:after {
  content: "";
  display: block;
  padding-bottom: 56%;
}
.audio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 0;
}
.audio-wrapper audio {
  width: 100%;
  margin-bottom: 15px;
}
.audio-wrapper__content {
  width: 100%;
  padding-left: 20px;
}
.audio-caption {
  font-size: 20px;
  font-weight: 600;
}
.audio-author {
  font-size: 20px;
  color: #666;
}
.author-block {
  margin: 0;
}
.author-block__content {
  margin-top: -10px;
}
.author-block__content p {
  font-size: 13.6px;
  font-size: 0.85rem;
  line-height: 16px;
  line-height: 1rem;
}
.double-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .double-img-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.double-img__item {
  margin: 25px 0;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .double-img__item {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0 10px;
  }
}
.double-img__item-img {
  position: relative;
}
.double-img__item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}
.double-img__item-img:after {
  content: "";
  padding-bottom: 66%;
  display: block;
}
.double-img__caption {
  text-align: center;
  padding: 10px 0;
}
.header {
  padding: 30px 0;
  background: #333;
}
.header__logo {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (min-width: 480px) {
  .header__logo {
    float: left;
  }
}
.header__logo:hover {
  color: #ddd;
}
@media only screen and (min-width: 480px) {
  .nav-mains {
    float: right;
  }
}
.nav-main__item {
  display: inline-block;
  margin: 0 10px 0 0;
}
.nav-main__link {
  color: #ddd;
}
.nav-main__link:hover {
  color: #919191;
}
section {
  padding: 40px 0;
  background: #fff;
}
.main-title {
  margin-top: -108px;
  background: #fff;
  padding-top: 29px;
}
#socialbar {
  position: absolute;
}
.brandsuites #socialbar {
  position: -webkit-sticky;
  position: sticky;
}
.footer {
  padding: 30px 0;
  background: #333;
}
.footer__copy > :last-child {
  margin-bottom: 0;
}
.footer__copy p {
  color: #fff;
}
.-ss-login .o-header__drawer {
  display: none !important;
}
.-ss-login .o-cookie-message {
  display: none;
}
.o-header__drawer button {
  background-color: transparent !important;
  background-color: initial !important;
}
.o-footer--theme-dark a {
  color: #a8aaad !important;
}
/*# sourceMappingURL=main-bundle.min.css.map*/
