/* Basic Styles
--------------------------------*/
svg:not(:root) {
  overflow: hidden; }

/**
 * Designed pieces of UI, Only using classes, explicitly named modular items, can be moved and re-used anywhere
 */
a.c-btn {
  text-decoration: none; }

.c-btn {
  display: inline-block;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  cursor: pointer;
  margin: 4px 0;
  font-size: 14px;
  font-family: "MontrealSerial-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: #393939;
  line-height: 1em;
  letter-spacing: 1.5px;
  border: none;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.2s ease-in; }

a .c-btn {
  text-decoration: none; }

.c-btn__icon {
  margin: 0 4px; }

.c-btn__carousel-icon {
  width: 16px;
  height: 16px; }

.c-btn--primary {
  background-color: #cc0000;
  border: 2px solid #cc0000;
  color: #FFF;
  text-transform: uppercase;
  padding: 12px 24px; }

.c-btn--primary::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  display: none;
  height: 2px;
  width: 100%;
  background-color: rgba(97, 97, 97, 0.5); }

@media only screen and (min-width: 988px) {
  .c-btn--primary:hover {
    border-color: #cc0000;
    background-color: #cc0000;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
  .c-btn--primary:hover::after {
    display: block; } }

.c-btn--primary-inverse {
  background-color: transparent;
  border: 2px solid #393939;
  color: #393939;
  text-transform: uppercase;
  padding: 12px 24px; }

.c-btn--primary-inverse::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  display: none;
  height: 2px;
  width: 100%;
  background-color: rgba(97, 97, 97, 0.5); }

@media only screen and (min-width: 988px) {
  .c-btn--primary-inverse:hover {
    color: #393939;
    border-color: #393939;
    background-color: transparent;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
  .c-btn--primary-inverse:hover::after {
    display: block; } }

.c-btn--primary-reverse {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  padding: 12px 24px; }

.c-btn--primary-reverse::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  display: none;
  height: 2px;
  width: 100%;
  background-color: rgba(97, 97, 97, 0.5); }

@media only screen and (min-width: 988px) {
  .c-btn--primary-reverse:hover {
    color: white;
    border-color: white;
    background-color: transparent;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
  .c-btn--primary-reverse:hover::after {
    display: block;
    background-color: transparent; } }

.c-btn--primary-disabled {
  background: #D7D7D7 !important;
  color: #B0B0B0 !important;
  border-color: #D7D7D7 !important;
  text-transform: uppercase;
  padding: 12px 24px; }

.c-btn--secondary {
  background-color: transparent;
  border-bottom: 1px solid #393939;
  padding: 8px 12px;
  letter-spacing: 1px;
  color: #393939; }

@media only screen and (min-width: 988px) {
  .c-btn--secondary:hover {
    color: #393939;
    background-color: transparent;
    border-color: #393939;
    padding-bottom: 9px;
    padding-top: 7px; } }

.c-btn--secondary-reverse {
  background-color: transparent;
  border-bottom: 1px solid white;
  padding: 8px 12px;
  letter-spacing: 1px;
  color: white;
  transition: all 500ms cubic-bezier(0, 0, 0.26, 1); }

@media only screen and (min-width: 988px) {
  .c-btn--secondary-reverse:hover {
    color: white;
    background-color: transparent;
    padding-bottom: 9px;
    padding-top: 7px; } }

.c-btn--tertiary {
  background-color: transparent;
  padding: 8px 0;
  color: #393939;
  letter-spacing: 0.5px; }

@media only screen and (min-width: 988px) {
  .c-btn--tertiary:hover {
    color: #393939;
    background-color: transparent;
    border-color: #393939; }
  .c-btn--tertiary:hover .c-icon {
    margin-left: 5px;
    margin-right: 3px; } }

.c-btn--tertiary-reverse {
  background-color: transparent;
  padding: 8px 0;
  color: white;
  letter-spacing: 0.5px; }

@media only screen and (min-width: 988px) {
  .c-btn--tertiary-reverse:hover {
    color: white;
    background-color: transparent; }
  .c-btn--tertiary-reverse:hover .c-icon {
    margin-left: 5px;
    margin-right: 3px; } }

.c-btn--link {
  font-family: "MontrealSerial-Regular", sans-serif;
  background-color: transparent;
  padding: 2px 0;
  letter-spacing: 0.75px;
  color: #393939;
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #393939;
  margin: 0; }

@media only screen and (min-width: 988px) {
  .c-btn--link:hover {
    color: #1991EB;
    background-color: transparent;
    border-bottom: 1px solid #1991EB; } }

.c-btn--link-primary {
  font-family: "MontrealSerial-Regular", sans-serif;
  background-color: transparent;
  padding: 2px 0;
  letter-spacing: 0.75px;
  color: #393939;
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #393939;
  margin: 0;
  color: #1991EB;
  border-bottom: 1px solid #1991EB; }

@media only screen and (min-width: 988px) {
  .c-btn--link-primary:hover {
    color: #1991EB;
    background-color: transparent;
    border-bottom: 1px solid #1991EB; } }

@media only screen and (min-width: 988px) {
  .c-btn--link-primary:hover {
    color: #1991EB;
    background-color: transparent;
    border-bottom: 1px solid #1991EB; } }

.c-btn--link-reverse {
  font-family: "MontrealSerial-Regular", sans-serif;
  background-color: transparent;
  padding: 2px 0;
  letter-spacing: 0.75px;
  color: white;
  border: none;
  border-bottom: 1px solid white;
  font-weight: normal; }

@media only screen and (min-width: 988px) {
  .c-btn--link-reverse:hover {
    color: white;
    background-color: transparent;
    border-bottom: 1px solid white; } }

.c-btn--carousel-display {
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(57, 57, 57, 0.8);
  color: white; }

@media only screen and (min-width: 988px) {
  .c-btn--carousel-display:hover {
    background-color: #393939; } }

.c-btn--carousel {
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(57, 57, 57, 0.8);
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-57%);
  -ms-transform: translateY(-57%);
  transform: translateY(-57%);
  z-index: 2;
  display: none; }

@media only screen and (min-width: 988px) {
  .c-btn--carousel:hover {
    background-color: #393939; } }

@media (min-width: 1025px) {
  .c-btn--carousel {
    display: block; } }

.c-btn--carousel--previous {
  left: -20px; }

.c-btn--carousel--next {
  right: -20px; }

.c-btn__carousel-icon {
  fill: white;
  color: white; }

.c-btn-group {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.c-btn-group--left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.c-btn-group--center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.c-btn-group--right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.c-btn-group__item {
  margin: 4px 12px; }

.c-product-card-horizontal {
  box-sizing: border-box;
  padding: 0 rem(1rem);
  background-color: white;
  margin: 1px;
  min-height: rem(37.5rem); }

@media only screen and (min-width: 768px) {
  .c-product-card-horizontal {
    min-width: rem(76rem) !important;
    margin: 0 rem(1rem) !important; }
  .c-product-card-horizontal:first-of-type {
    margin-left: 0 !important; } }

@media only screen and (min-width: 768px) {
  .c-product-card-horizontal--large {
    min-width: rem(100rem) !important;
    min-height: rem(89rem);
    height: auto;
    margin: 0 rem(1rem) !important; }
  .c-product-card-horizontal--large:first-of-type {
    margin-left: 0 !important; } }

.c-product-card-horizontal__wrap {
  position: relative; }

.c-product-card-horizontal__star-rating {
  margin: 0 rem(0.5rem); }

.c-product-card-horizontal__star-rating:first-of-type {
  margin-left: 0; }

.c-product-card-horizontal__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: inherit;
  height: rem(70rem);
  width: 50%; }

@media only screen and (min-width: 768px) {
  .c-product-card-horizontal__container {
    height: rem(76rem);
    width: rem(50rem); } }

.c-product-card-horizontal__container--image {
  background-color: #fff;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #dcdcdc; }

@media only screen and (min-width: 768px) {
  .c-product-card-horizontal__container--image {
    background-size: 90%; } }

.c-product-card-horizontal__container--text {
  padding: rem(4.5rem) rem(3.75rem); }

@media only screen and (min-width: 768px) {
  .c-product-card-horizontal__container--text {
    padding: rem(6.5rem) rem(5.5rem); } }

.c-product-card-horizontal__product-info-container {
  margin-top: 35%; }

.c-product-card-horizontal__header-text {
  margin-bottom: rem(4rem); }

@media only screen and (min-width: 768px) {
  .c-product-card-horizontal__header-text {
    margin-bottom: rem(3.5rem); } }

.c-product-card-horizontal__footer-container {
  display: none; }

@media only screen and (min-width: 768px) {
  .c-product-card-horizontal__footer-container {
    display: block;
    width: 100%;
    margin: rem(2rem) 0; } }

.c-product-card-horizontal__image {
  display: block;
  background-color: #E6E6E6;
  width: rem(35rem);
  height: rem(35rem);
  margin-bottom: rem(6rem); }

.c-product-card-horizontal__heading {
  text-align: center; }

.c-card {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 768px) {
  .c-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }

.c-card--gutter {
  margin: 2px;
  width: calc(100% - 4px); }

.c-card__content {
  text-align: center;
  padding: 16px 16px 0 16px; }

.c-card__content .u-xxl {
  margin-bottom: 24px; }

@media only screen and (min-width: 768px) {
  .c-card__content .u-xxl {
    margin-bottom: 32px; } }

@media only screen and (min-width: 768px) {
  .c-card__content .u-xxl {
    margin-bottom: 40px; } }

.c-card__content .u-h1 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .c-card__content .u-h1 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .c-card__content .u-h1 {
    margin-bottom: 0.75em; } }

.c-card__content .u-h2 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .c-card__content .u-h2 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .c-card__content .u-h2 {
    margin-bottom: 0.75em; } }

.c-card__content .u-h3 {
  margin-bottom: 1.25em; }

.c-card__content .u-h4 {
  margin-bottom: 1.25em; }

.c-card__content .u-h5 {
  margin-bottom: 1.5em; }

.c-card__content .u-h6 {
  margin-bottom: 1.5em; }

.c-card__content .u-p1 {
  display: block;
  margin-bottom: 1.5em; }

.c-card__content .u-p2 {
  display: block;
  margin-bottom: 1.5em; }

.c-card__content .u-p3 {
  display: block;
  margin-bottom: 1.25em; }

.c-card__content .u-h1:last-child, .c-card__content .u-h2:last-child, .c-card__content .u-h3:last-child, .c-card__content .u-h4:last-child, .c-card__content .u-h5:last-child, .c-card__content .u-h6:last-child, .c-card__content .u-p1:last-child, .c-card__content .u-p2:last-child, .c-card__content .u-p3:last-child {
  margin-bottom: 4px; }

.c-card__content .u-h1:first-child, .c-card__content .u-h2:first-child, .c-card__content .u-h3:first-child, .c-card__content .u-h4:first-child, .c-card__content .u-h5:first-child, .c-card__content .u-h6:first-child, .c-card__content .u-p1:first-child, .c-card__content .u-p2:first-child, .c-card__content .u-p3:first-child {
  margin-top: 0; }

.c-card__content .c-btn {
  margin-top: 8px; }

@media only screen and (min-width: 988px) {
  .c-card__content {
    padding: 24px 24px 0 24px; } }

.c-card__description {
  color: #393939; }

a:hover .c-card__description {
  color: #393939; }

.c-card__cta {
  padding-top: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: auto; }

@media only screen and (min-width: 768px) {
  .c-card__cta {
    overflow: hidden; } }

.c-card__cta--centered {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

a:hover .c-card__cta-btn {
  color: #393939;
  background-color: transparent;
  border-color: #393939;
  padding-bottom: 9px;
  padding-top: 7px; }

.c-card-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  min-width: rem(45rem);
  width: rem(45rem);
  text-align: center;
  margin: 0 rem(0.5rem); }

@media only screen and (min-width: 768px) {
  .c-card-info {
    min-width: 0;
    width: 25%; } }

.c-card-info:nth-first-of-type {
  margin-left: 0; }

.c-card-info:nth-last-of-type {
  margin-right: 0; }

.c-card-info--product {
  width: rem(70.5rem);
  padding: 0;
  margin: 0 rem(1.25rem); }

.c-card-info--product:first-of-type {
  margin-left: 0 !important; }

@media only screen and (min-width: 768px) {
  .c-card-info--product {
    width: rem(76rem); } }

.c-card-info__wrap {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: rem(6rem); }

.c-card-info__wrap .u-xxl {
  margin-bottom: 24px; }

@media only screen and (min-width: 768px) {
  .c-card-info__wrap .u-xxl {
    margin-bottom: 32px; } }

@media only screen and (min-width: 768px) {
  .c-card-info__wrap .u-xxl {
    margin-bottom: 40px; } }

.c-card-info__wrap .u-h1 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .c-card-info__wrap .u-h1 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .c-card-info__wrap .u-h1 {
    margin-bottom: 0.75em; } }

.c-card-info__wrap .u-h2 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .c-card-info__wrap .u-h2 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .c-card-info__wrap .u-h2 {
    margin-bottom: 0.75em; } }

.c-card-info__wrap .u-h3 {
  margin-bottom: 1.25em; }

.c-card-info__wrap .u-h4 {
  margin-bottom: 1.25em; }

.c-card-info__wrap .u-h5 {
  margin-bottom: 1.5em; }

.c-card-info__wrap .u-h6 {
  margin-bottom: 1.5em; }

.c-card-info__wrap .u-p1 {
  display: block;
  margin-bottom: 1.5em; }

.c-card-info__wrap .u-p2 {
  display: block;
  margin-bottom: 1.5em; }

.c-card-info__wrap .u-p3 {
  display: block;
  margin-bottom: 1.25em; }

.c-card-info__wrap .u-h1:last-child, .c-card-info__wrap .u-h2:last-child, .c-card-info__wrap .u-h3:last-child, .c-card-info__wrap .u-h4:last-child, .c-card-info__wrap .u-h5:last-child, .c-card-info__wrap .u-h6:last-child, .c-card-info__wrap .u-p1:last-child, .c-card-info__wrap .u-p2:last-child, .c-card-info__wrap .u-p3:last-child {
  margin-bottom: 4px; }

.c-card-info__wrap .u-h1:first-child, .c-card-info__wrap .u-h2:first-child, .c-card-info__wrap .u-h3:first-child, .c-card-info__wrap .u-h4:first-child, .c-card-info__wrap .u-h5:first-child, .c-card-info__wrap .u-h6:first-child, .c-card-info__wrap .u-p1:first-child, .c-card-info__wrap .u-p2:first-child, .c-card-info__wrap .u-p3:first-child {
  margin-top: 0; }

.c-card-info__wrap .c-btn {
  margin-top: 8px; }

@media only screen and (min-width: 768px) {
  .c-card-info__wrap {
    padding: rem(8rem); } }

.c-card-info__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.c-card-info__image--icon {
  width: rem(20rem);
  margin: 0 auto rem(6.5rem); }

.c-card-info__image--product {
  background-size: contain;
  width: 50%;
  margin: 0 auto rem(6.5rem); }

.c-card-info__footer {
  margin: rem(2rem) 0; }

.promo-card--2-up div.u-columns__column:first-child {
  margin-bottom: 16px; }

@media only screen and (min-width: 768px) {
  .promo-card--2-up div.u-columns__column:first-child {
    margin-bottom: 0; } }

.promo-card--3-up div.u-columns__column:first-child {
  margin-bottom: 16px; }

@media only screen and (min-width: 768px) {
  .promo-card--3-up div.u-columns__column:first-child {
    margin-bottom: 0; } }

.promo-card--4-up div.u-columns__column:nth-child(-n + 2) {
  margin-bottom: 16px; }

@media only screen and (min-width: 988px) {
  .promo-card--4-up div.u-columns__column:nth-child(-n + 2) {
    margin-bottom: 0; } }

.c-tile {
  position: relative;
  overflow: hidden;
  background-color: #EDEDED;
  width: 100%; }

@media only screen and (min-width: 768px) {
  .c-tile {
    display: block; } }

.c-tile--gutter {
  margin: 2px;
  width: calc(100% - 4px); }

.c-tile__wrap {
  width: 100%;
  height: 100%;
  text-decoration: none; }

.c-tile__wrap--full-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.c-tile__content {
  position: absolute;
  z-index: 4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.c-tile__content--top-left {
  top: 16px;
  left: 16px;
  right: 16px; }

@media only screen and (min-width: 768px) {
  .c-tile__content--top-left {
    top: 24px;
    left: 24px;
    right: 24px; } }

@media only screen and (min-width: 768px) {
  .c-tile__content--top-left {
    top: 32px;
    left: 32px;
    right: 32px; } }

.c-tile__content--bottom-left {
  bottom: 16px;
  left: 16px; }

@media only screen and (min-width: 988px) {
  .c-tile__content--bottom-left {
    bottom: 24px;
    left: 24px; } }

.c-tile__pill {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3; }

@media only screen and (min-width: 988px) {
  .c-tile__pill {
    top: 24px;
    left: 24px; } }

.c-tile__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 2;
  display: none; }

@media only screen and (min-width: 768px) {
  .c-tile__overlay {
    display: block; } }

.c-tile__image {
  position: absolute;
  width: 101%;
  height: 101%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 500ms cubic-bezier(0, 0, 0.26, 1); }

.c-tile:hover .c-tile__image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.c-tile__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4; }

.c-tile__cta {
  padding-top: 4px;
  padding-bottom: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

@media only screen and (min-width: 768px) {
  .c-tile__cta {
    padding-bottom: 16px;
    overflow: hidden;
    height: 38px; } }

@media only screen and (min-width: 1320px) {
  .c-tile__cta {
    padding-bottom: 24px; } }

.c-tile__cta--stacked {
  background-color: white; }

.c-tile__cta--centered {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.c-tile__cta--left-aligned {
  padding: 24px; }

.c-tile__cta--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%; }

@media only screen and (min-width: 768px) {
  .c-tile__cta-btn {
    margin-bottom: 24px; } }

.c-table {
  width: 100%;
  box-sizing: border-box;
  margin: rem(6rem) 0 0; }

.c-table__table-container {
  width: 100%;
  margin: rem(1rem) auto;
  padding: rem(5rem) rem(2.5rem) 0;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .c-table__table-container {
    padding: 0;
    padding-top: rem(5rem);
    width: 100%; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .c-table__table-container:first-of-type .c-table__header-container {
    width: 50%;
    margin-left: 50%; } }

@media only screen and (min-width: 768px) {
  .c-table__table-container:first-of-type .c-table__row-variation {
    display: block; } }

.c-table__header-container {
  padding: 0; }

.c-table__heading {
  text-transform: capitalize !important;
  font-size: rem(3.5rem) !important; }

.c-table__row-inner:nth-child(2n) {
  background: rgba(52, 52, 52, 0.04); }

.c-table__row-variation {
  width: 50%;
  padding: rem(4rem) 0; }

@media only screen and (min-width: 768px) {
  .c-table__row-variation--label {
    display: none; } }

.c-table__row-option {
  width: 50%;
  padding: rem(4rem) 0; }

.c-spacer {
  display: block;
  width: 100%;
  height: 16px; }

@media only screen and (min-width: 768px) {
  .c-spacer {
    height: 24px; } }

/*------------------------------------*    CUSTOM IMPORTS
\*------------------------------------*/
/**
 * Designed large UI blocks, Only using classes, explicitly named modular items, can be moved and re-used anywhere
 */
.m-hero {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-bottom: rem(6rem);
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media only screen and (min-width: 768px) {
  .m-hero {
    padding-bottom: 0; } }

.m-hero__image {
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: rem(420rem);
  margin: 0 auto;
  overflow: hidden; }

@media only screen and (min-width: 768px) {
  .m-hero__image {
    max-height: rem(82.5rem); } }

@media only screen and (min-width: 988px) {
  .m-hero__image {
    max-height: rem(103rem); } }

.m-hero--overlay--dark {
  background-color: rgba(0, 0, 0, 0.2); }

.m-hero--overlay--light {
  background-color: rgba(255, 255, 255, 0.2); }

.m-hero__heading {
  margin-bottom: rem(8rem);
  text-shadow: 0, 4px, 6px, rgba(57, 57, 57, 0.06); }

.m-hero__heading--xxl {
  width: 100%;
  margin-bottom: rem(2rem);
  text-align: center; }

@media only screen and (min-width: 768px) {
  .m-hero__content .m-hero__heading--xxl {
    height: rem(60rem); } }

.m-hero__desc {
  margin: 0;
  display: none;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .m-hero__desc {
    display: block;
    text-align: left; } }

.m-hero__breadcrumb-container {
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  padding: 0;
  color: #333;
  text-align: center; }

.m-hero__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.m-hero__content-wrap {
  z-index: 3;
  position: relative;
  width: 100%; }

@media only screen and (min-width: 1320px) {
  .m-hero__content-wrap {
    max-width: 1284px; } }

@media only screen and (min-width: 1540px) {
  .m-hero__content-wrap {
    max-width: 1540px; } }

@media only screen and (min-width: 768px) {
  .m-hero__content-wrap {
    position: absolute;
    top: 0;
    height: 100%; } }

@media only screen and (min-width: 988px) {
  .m-hero__content-wrap {
    max-width: 1284px; } }

@media only screen and (min-width: 1320px) {
  .m-hero__content-wrap {
    width: 1540px; } }

.m-hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2; }

.m-hero__overlay--inline {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, transparent 100%, transparent 70%); }

.m-hero__content {
  width: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: rem(8rem) rem(4rem) rem(6rem);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white; }

.m-hero__content .u-xxl {
  margin-bottom: 24px; }

@media only screen and (min-width: 768px) {
  .m-hero__content .u-xxl {
    margin-bottom: 32px; } }

@media only screen and (min-width: 768px) {
  .m-hero__content .u-xxl {
    margin-bottom: 40px; } }

.m-hero__content .u-h1 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-hero__content .u-h1 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-hero__content .u-h1 {
    margin-bottom: 0.75em; } }

.m-hero__content .u-h2 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-hero__content .u-h2 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-hero__content .u-h2 {
    margin-bottom: 0.75em; } }

.m-hero__content .u-h3 {
  margin-bottom: 1.25em; }

.m-hero__content .u-h4 {
  margin-bottom: 1.25em; }

.m-hero__content .u-h5 {
  margin-bottom: 1.5em; }

.m-hero__content .u-h6 {
  margin-bottom: 1.5em; }

.m-hero__content .u-p1 {
  display: block;
  margin-bottom: 1.5em; }

.m-hero__content .u-p2 {
  display: block;
  margin-bottom: 1.5em; }

.m-hero__content .u-p3 {
  display: block;
  margin-bottom: 1.25em; }

.m-hero__content .u-h1:last-child, .m-hero__content .u-h2:last-child, .m-hero__content .u-h3:last-child, .m-hero__content .u-h4:last-child, .m-hero__content .u-h5:last-child, .m-hero__content .u-h6:last-child, .m-hero__content .u-p1:last-child, .m-hero__content .u-p2:last-child, .m-hero__content .u-p3:last-child {
  margin-bottom: 4px; }

.m-hero__content .u-h1:first-child, .m-hero__content .u-h2:first-child, .m-hero__content .u-h3:first-child, .m-hero__content .u-h4:first-child, .m-hero__content .u-h5:first-child, .m-hero__content .u-h6:first-child, .m-hero__content .u-p1:first-child, .m-hero__content .u-p2:first-child, .m-hero__content .u-p3:first-child {
  margin-top: 0; }

.m-hero__content .c-btn {
  margin-top: 8px; }

@media only screen and (min-width: 768px) {
  .m-hero__content {
    background-color: transparent;
    padding: 0;
    max-width: 70%;
    margin-left: rem(10rem);
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    bottom: rem(14rem); } }

@media only screen and (min-width: 988px) {
  .m-hero__content {
    max-width: 55%;
    margin-left: rem(12rem); } }

@media only screen and (min-width: 1320px) {
  .m-hero__content {
    width: rem(155rem);
    margin-left: rem(6rem); } }

@media only screen and (min-width: 768px) {
  .m-hero__content--left-bottom {
    bottom: 0;
    padding: rem(6rem); } }

@media only screen and (min-width: 988px) {
  .m-hero__content--left-bottom {
    padding: rem(8rem); } }

@media only screen and (min-width: 1320px) {
  .m-hero__content--left-bottom {
    margin-left: rem(12rem); } }

@media only screen and (min-width: 768px) {
  .m-hero__content--centered {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    bottom: 20%;
    margin: 0; } }

.m-hero__btn--right {
  bottom: 0;
  margin-left: auto; }

@media only screen and (min-width: 768px) {
  .m-hero__btn--right {
    margin-right: rem(10rem); } }

@media only screen and (min-width: 988px) {
  .m-hero__btn--right {
    margin-right: rem(12rem); } }

@media only screen and (min-width: 1320px) {
  .m-hero__btn--right {
    margin-right: rem(6rem); } }

.m-hero__btn--left {
  bottom: 0;
  margin-right: auto; }

@media only screen and (min-width: 768px) {
  .m-hero__btn--left {
    margin-left: rem(6rem); } }

@media only screen and (min-width: 988px) {
  .m-hero__btn--left {
    margin-left: rem(12rem); } }

@media only screen and (min-width: 1320px) {
  .m-hero__btn--left {
    margin-left: rem(6rem); } }

@media only screen and (min-width: 768px) {
  .m-hero__btn--left-m {
    margin-left: rem(6rem); } }

@media only screen and (min-width: 988px) {
  .m-hero__btn--left-m {
    margin-left: rem(12rem); } }

@media only screen and (min-width: 1320px) {
  .m-hero__btn--left-m {
    margin-left: rem(6rem); } }

.m-hero__belt {
  box-sizing: border-box; }

@media only screen and (min-width: 768px) {
  .m-hero__belt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 100;
    margin: auto;
    width: 95%;
    height: auto;
    overflow: none;
    margin-top: rem(-6rem); } }

@media only screen and (min-width: 988px) {
  .m-hero__belt {
    overflow: hidden; } }

.m-hero__belt--carded {
  padding: rem(4rem);
  background: #FFF; }

@media only screen and (min-width: 988px) {
  .m-hero__belt--carded {
    padding: rem(6rem);
    overflow: hidden; } }

.m-hero__belt--carded-stacked {
  padding: rem(4rem) rem(4rem) 0;
  background: #FFF; }

@media only screen and (min-width: 988px) {
  .m-hero__belt--carded-stacked {
    padding: rem(6rem) rem(6rem) 0;
    overflow: hidden; } }

.m-hero__belt--scrolled {
  overflow-x: scroll; }

.m-hero__belt--stacked {
  margin: auto;
  overflow: unset;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.m-hero__belt-inner-carded {
  padding-top: rem(4rem); }

@media only screen and (min-width: 988px) {
  .m-hero__belt-inner-carded {
    padding-top: rem(6rem); } }

.m-hero__tile {
  min-height: rem(30rem); }

@media only screen and (min-width: 768px) {
  .m-hero__tile {
    min-height: rem(40rem); } }

.m-wrap {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
  z-index: 2; }

@media only screen and (max-width: 767px) {
  .m-wrap {
    background: none !important; } }

.m-wrap__card {
  position: relative;
  width: 100%; }

@media only screen and (min-width: 1320px) {
  .m-wrap__card {
    max-width: 1284px; } }

@media only screen and (min-width: 1540px) {
  .m-wrap__card {
    max-width: 1540px; } }

@media only screen and (min-width: 768px) {
  .m-wrap__card {
    margin: 0 16px;
    width: calc(100% - $x8); } }

@media only screen and (min-width: 988px) {
  .m-wrap__card {
    margin: 0 24px;
    width: calc(100% - $x12); } }

.m-wrap--carded .m-wrap__card {
  background-color: white; }

.m-wrap--full-width .m-wrap__card {
  margin: 0;
  max-width: 100%; }

.m-wrap--full-bleed .m-wrap__card {
  margin: 0;
  max-width: 100%;
  width: 100%; }

.m-wrap--full .m-wrap__card {
  margin: 0;
  width: 100%; }

.m-wrap__inner {
  margin: 0 16px; }

@media only screen and (min-width: 768px) {
  .m-wrap__inner {
    margin: 0 24px; } }

.m-wrap--full-width .m-wrap__inner {
  margin: 0; }

.m-wrap--full .m-wrap__inner {
  margin: 0; }

.m-wrap__header, .m-wrap__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.m-wrap__header {
  margin-top: 16px;
  padding-top: 32px;
  padding-bottom: 32px; }

.m-wrap__header .u-xxl {
  margin-bottom: 24px; }

@media only screen and (min-width: 768px) {
  .m-wrap__header .u-xxl {
    margin-bottom: 32px; } }

@media only screen and (min-width: 768px) {
  .m-wrap__header .u-xxl {
    margin-bottom: 40px; } }

.m-wrap__header .u-h1 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-wrap__header .u-h1 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-wrap__header .u-h1 {
    margin-bottom: 0.75em; } }

.m-wrap__header .u-h2 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-wrap__header .u-h2 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-wrap__header .u-h2 {
    margin-bottom: 0.75em; } }

.m-wrap__header .u-h3 {
  margin-bottom: 1.25em; }

.m-wrap__header .u-h4 {
  margin-bottom: 1.25em; }

.m-wrap__header .u-h5 {
  margin-bottom: 1.5em; }

.m-wrap__header .u-h6 {
  margin-bottom: 1.5em; }

.m-wrap__header .u-p1 {
  display: block;
  margin-bottom: 1.5em; }

.m-wrap__header .u-p2 {
  display: block;
  margin-bottom: 1.5em; }

.m-wrap__header .u-p3 {
  display: block;
  margin-bottom: 1.25em; }

.m-wrap__header .u-h1:last-child, .m-wrap__header .u-h2:last-child, .m-wrap__header .u-h3:last-child, .m-wrap__header .u-h4:last-child, .m-wrap__header .u-h5:last-child, .m-wrap__header .u-h6:last-child, .m-wrap__header .u-p1:last-child, .m-wrap__header .u-p2:last-child, .m-wrap__header .u-p3:last-child {
  margin-bottom: 4px; }

.m-wrap__header .u-h1:first-child, .m-wrap__header .u-h2:first-child, .m-wrap__header .u-h3:first-child, .m-wrap__header .u-h4:first-child, .m-wrap__header .u-h5:first-child, .m-wrap__header .u-h6:first-child, .m-wrap__header .u-p1:first-child, .m-wrap__header .u-p2:first-child, .m-wrap__header .u-p3:first-child {
  margin-top: 0; }

.m-wrap__header .c-btn {
  margin-top: 8px; }

@media only screen and (min-width: 768px) {
  .m-wrap__header {
    margin-top: 24px;
    padding-top: 40px;
    padding-bottom: 40px; } }

.m-wrap__footer {
  margin-bottom: 16px;
  padding-top: 32px;
  padding-bottom: 32px; }

@media only screen and (min-width: 768px) {
  .m-wrap__footer {
    margin-bottom: 24px;
    padding-top: 40px;
    padding-bottom: 40px; } }

.m-wrap--no-bottom .m-wrap__footer {
  padding-bottom: 0;
  margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .m-wrap--no-bottom .m-wrap__footer {
    padding-bottom: 0;
    margin-bottom: 0; } }

.m-wrap__content {
  width: 100%; }

.m-wrap--stacked .m-wrap__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@media only screen and (min-width: 768px) {
  .m-wrap--stacked .m-wrap__content {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; } }

.m-product-belt {
  box-sizing: border-box;
  display: block;
  width: 100%;
  overflow: scroll;
  overflow-y: -moz-hidden-unscrollable;
  -webkit-overflow-scrolling: touch; }

.m-product-belt::-webkit-scrollbar {
  display: none; }

.m-product-belt__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 2000px; }

.m-product-belt__inner--stacked {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

@media only screen and (min-width: 768px) {
  .m-product-belt__inner--stacked {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 2000px; } }

.m-content {
  box-sizing: border-box;
  width: 100%;
  margin: auto; }

.m-content__info-card {
  margin-bottom: 12px; }

.m-content__info-card-header {
  width: 100%;
  margin: 28px auto;
  padding-bottom: 28px;
  text-align: center;
  border-bottom: 1px solid #979797; }

@media only screen and (min-width: 768px) {
  .m-content__info-card-header {
    width: 97%; } }

.m-content__info-container-wrap {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.m-content__info-content {
  width: 100% !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 32px;
  text-align: left; }

@media only screen and (min-width: 768px) {
  .m-content__info-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 32px;
    text-align: center;
    width: 45%; } }

@media only screen and (min-width: 988px) {
  .m-content__info-content {
    margin: 0; } }

.m-content__info-image {
  width: 32px;
  height: 32px;
  margin-right: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

@media only screen and (min-width: 768px) {
  .m-content__info-image {
    background-size: cover;
    margin: 0 auto 28px;
    width: 110px !important;
    height: 110px !important; } }

.m-content__info-text__heading {
  margin-bottom: 12px; }

@media only screen and (min-width: 768px) {
  .m-content__info-text__heading {
    margin-bottom: 20px; } }

.m-content__link {
  display: block;
  color: #393939;
  margin-bottom: 10px; }

.m-content__text-container, .m-content__heading-container {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 20px 0;
  text-align: center; }

@media (min-width: 768px) {
  .m-content__text-container, .m-content__heading-container {
    width: 50%;
    text-align: left;
    padding: 10px 30px;
    width: 50%; } }

.m-content__text-container--product, .m-content__heading-container--product {
  position: relative;
  padding: 24px; }

.m-content__text-heading {
  text-align: center;
  text-transform: none !important; }

.m-content__text-heading .u-xxl {
  margin-bottom: 24px; }

@media only screen and (min-width: 768px) {
  .m-content__text-heading .u-xxl {
    margin-bottom: 32px; } }

@media only screen and (min-width: 768px) {
  .m-content__text-heading .u-xxl {
    margin-bottom: 40px; } }

.m-content__text-heading .u-h1 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__text-heading .u-h1 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__text-heading .u-h1 {
    margin-bottom: 0.75em; } }

.m-content__text-heading .u-h2 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__text-heading .u-h2 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__text-heading .u-h2 {
    margin-bottom: 0.75em; } }

.m-content__text-heading .u-h3 {
  margin-bottom: 1.25em; }

.m-content__text-heading .u-h4 {
  margin-bottom: 1.25em; }

.m-content__text-heading .u-h5 {
  margin-bottom: 1.5em; }

.m-content__text-heading .u-h6 {
  margin-bottom: 1.5em; }

.m-content__text-heading .u-p1 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__text-heading .u-p2 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__text-heading .u-p3 {
  display: block;
  margin-bottom: 1.25em; }

.m-content__text-heading .u-h1:last-child, .m-content__text-heading .u-h2:last-child, .m-content__text-heading .u-h3:last-child, .m-content__text-heading .u-h4:last-child, .m-content__text-heading .u-h5:last-child, .m-content__text-heading .u-h6:last-child, .m-content__text-heading .u-p1:last-child, .m-content__text-heading .u-p2:last-child, .m-content__text-heading .u-p3:last-child {
  margin-bottom: 4px; }

.m-content__text-heading .u-h1:first-child, .m-content__text-heading .u-h2:first-child, .m-content__text-heading .u-h3:first-child, .m-content__text-heading .u-h4:first-child, .m-content__text-heading .u-h5:first-child, .m-content__text-heading .u-h6:first-child, .m-content__text-heading .u-p1:first-child, .m-content__text-heading .u-p2:first-child, .m-content__text-heading .u-p3:first-child {
  margin-top: 0; }

.m-content__text-heading .c-btn {
  margin-top: 8px; }

.m-content__text-subheading {
  text-align: left; }

.m-content__text-subheading .u-xxl {
  margin-bottom: 24px; }

@media only screen and (min-width: 768px) {
  .m-content__text-subheading .u-xxl {
    margin-bottom: 32px; } }

@media only screen and (min-width: 768px) {
  .m-content__text-subheading .u-xxl {
    margin-bottom: 40px; } }

.m-content__text-subheading .u-h1 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__text-subheading .u-h1 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__text-subheading .u-h1 {
    margin-bottom: 0.75em; } }

.m-content__text-subheading .u-h2 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__text-subheading .u-h2 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__text-subheading .u-h2 {
    margin-bottom: 0.75em; } }

.m-content__text-subheading .u-h3 {
  margin-bottom: 1.25em; }

.m-content__text-subheading .u-h4 {
  margin-bottom: 1.25em; }

.m-content__text-subheading .u-h5 {
  margin-bottom: 1.5em; }

.m-content__text-subheading .u-h6 {
  margin-bottom: 1.5em; }

.m-content__text-subheading .u-p1 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__text-subheading .u-p2 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__text-subheading .u-p3 {
  display: block;
  margin-bottom: 1.25em; }

.m-content__text-subheading .u-h1:last-child, .m-content__text-subheading .u-h2:last-child, .m-content__text-subheading .u-h3:last-child, .m-content__text-subheading .u-h4:last-child, .m-content__text-subheading .u-h5:last-child, .m-content__text-subheading .u-h6:last-child, .m-content__text-subheading .u-p1:last-child, .m-content__text-subheading .u-p2:last-child, .m-content__text-subheading .u-p3:last-child {
  margin-bottom: 4px; }

.m-content__text-subheading .u-h1:first-child, .m-content__text-subheading .u-h2:first-child, .m-content__text-subheading .u-h3:first-child, .m-content__text-subheading .u-h4:first-child, .m-content__text-subheading .u-h5:first-child, .m-content__text-subheading .u-h6:first-child, .m-content__text-subheading .u-p1:first-child, .m-content__text-subheading .u-p2:first-child, .m-content__text-subheading .u-p3:first-child {
  margin-top: 0; }

.m-content__text-subheading .c-btn {
  margin-top: 8px; }

.m-content__text-copy .u-xxl {
  margin-bottom: 24px; }

@media only screen and (min-width: 768px) {
  .m-content__text-copy .u-xxl {
    margin-bottom: 32px; } }

@media only screen and (min-width: 768px) {
  .m-content__text-copy .u-xxl {
    margin-bottom: 40px; } }

.m-content__text-copy .u-h1 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__text-copy .u-h1 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__text-copy .u-h1 {
    margin-bottom: 0.75em; } }

.m-content__text-copy .u-h2 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__text-copy .u-h2 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__text-copy .u-h2 {
    margin-bottom: 0.75em; } }

.m-content__text-copy .u-h3 {
  margin-bottom: 1.25em; }

.m-content__text-copy .u-h4 {
  margin-bottom: 1.25em; }

.m-content__text-copy .u-h5 {
  margin-bottom: 1.5em; }

.m-content__text-copy .u-h6 {
  margin-bottom: 1.5em; }

.m-content__text-copy .u-p1 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__text-copy .u-p2 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__text-copy .u-p3 {
  display: block;
  margin-bottom: 1.25em; }

.m-content__text-copy .u-h1:last-child, .m-content__text-copy .u-h2:last-child, .m-content__text-copy .u-h3:last-child, .m-content__text-copy .u-h4:last-child, .m-content__text-copy .u-h5:last-child, .m-content__text-copy .u-h6:last-child, .m-content__text-copy .u-p1:last-child, .m-content__text-copy .u-p2:last-child, .m-content__text-copy .u-p3:last-child {
  margin-bottom: 4px; }

.m-content__text-copy .u-h1:first-child, .m-content__text-copy .u-h2:first-child, .m-content__text-copy .u-h3:first-child, .m-content__text-copy .u-h4:first-child, .m-content__text-copy .u-h5:first-child, .m-content__text-copy .u-h6:first-child, .m-content__text-copy .u-p1:first-child, .m-content__text-copy .u-p2:first-child, .m-content__text-copy .u-p3:first-child {
  margin-top: 0; }

.m-content__text-copy .c-btn {
  margin-top: 8px; }

@media (min-width: 768px) {
  .m-content__text-copy {
    text-align: left; }
  .m-content__text-copy .u-xxl {
    margin-bottom: 24px; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .m-content__text-copy .u-xxl {
    margin-bottom: 32px; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .m-content__text-copy .u-xxl {
    margin-bottom: 40px; } }

@media (min-width: 768px) {
  .m-content__text-copy .u-h1 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .m-content__text-copy .u-h1 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .m-content__text-copy .u-h1 {
    margin-bottom: 0.75em; } }

@media (min-width: 768px) {
  .m-content__text-copy .u-h2 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .m-content__text-copy .u-h2 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .m-content__text-copy .u-h2 {
    margin-bottom: 0.75em; } }

@media (min-width: 768px) {
  .m-content__text-copy .u-h3 {
    margin-bottom: 1.25em; }
  .m-content__text-copy .u-h4 {
    margin-bottom: 1.25em; }
  .m-content__text-copy .u-h5 {
    margin-bottom: 1.5em; }
  .m-content__text-copy .u-h6 {
    margin-bottom: 1.5em; }
  .m-content__text-copy .u-p1 {
    display: block;
    margin-bottom: 1.5em; }
  .m-content__text-copy .u-p2 {
    display: block;
    margin-bottom: 1.5em; }
  .m-content__text-copy .u-p3 {
    display: block;
    margin-bottom: 1.25em; }
  .m-content__text-copy .u-h1:last-child, .m-content__text-copy .u-h2:last-child, .m-content__text-copy .u-h3:last-child, .m-content__text-copy .u-h4:last-child, .m-content__text-copy .u-h5:last-child, .m-content__text-copy .u-h6:last-child, .m-content__text-copy .u-p1:last-child, .m-content__text-copy .u-p2:last-child, .m-content__text-copy .u-p3:last-child {
    margin-bottom: 4px; }
  .m-content__text-copy .u-h1:first-child, .m-content__text-copy .u-h2:first-child, .m-content__text-copy .u-h3:first-child, .m-content__text-copy .u-h4:first-child, .m-content__text-copy .u-h5:first-child, .m-content__text-copy .u-h6:first-child, .m-content__text-copy .u-p1:first-child, .m-content__text-copy .u-p2:first-child, .m-content__text-copy .u-p3:first-child {
    margin-top: 0; }
  .m-content__text-copy .c-btn {
    margin-top: 8px; } }

.m-content__image-container {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

@media only screen and (min-width: 768px) {
  .m-content__image-container {
    width: 50%; } }

.m-content--product {
  width: 100%;
  margin: 0 auto !important; }

.m-content__product-header-section {
  text-align: center; }

.m-content__product-header-section .u-xxl {
  margin-bottom: 24px; }

@media only screen and (min-width: 768px) {
  .m-content__product-header-section .u-xxl {
    margin-bottom: 32px; } }

@media only screen and (min-width: 768px) {
  .m-content__product-header-section .u-xxl {
    margin-bottom: 40px; } }

.m-content__product-header-section .u-h1 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__product-header-section .u-h1 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__product-header-section .u-h1 {
    margin-bottom: 0.75em; } }

.m-content__product-header-section .u-h2 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__product-header-section .u-h2 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__product-header-section .u-h2 {
    margin-bottom: 0.75em; } }

.m-content__product-header-section .u-h3 {
  margin-bottom: 1.25em; }

.m-content__product-header-section .u-h4 {
  margin-bottom: 1.25em; }

.m-content__product-header-section .u-h5 {
  margin-bottom: 1.5em; }

.m-content__product-header-section .u-h6 {
  margin-bottom: 1.5em; }

.m-content__product-header-section .u-p1 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__product-header-section .u-p2 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__product-header-section .u-p3 {
  display: block;
  margin-bottom: 1.25em; }

.m-content__product-header-section .u-h1:last-child, .m-content__product-header-section .u-h2:last-child, .m-content__product-header-section .u-h3:last-child, .m-content__product-header-section .u-h4:last-child, .m-content__product-header-section .u-h5:last-child, .m-content__product-header-section .u-h6:last-child, .m-content__product-header-section .u-p1:last-child, .m-content__product-header-section .u-p2:last-child, .m-content__product-header-section .u-p3:last-child {
  margin-bottom: 4px; }

.m-content__product-header-section .u-h1:first-child, .m-content__product-header-section .u-h2:first-child, .m-content__product-header-section .u-h3:first-child, .m-content__product-header-section .u-h4:first-child, .m-content__product-header-section .u-h5:first-child, .m-content__product-header-section .u-h6:first-child, .m-content__product-header-section .u-p1:first-child, .m-content__product-header-section .u-p2:first-child, .m-content__product-header-section .u-p3:first-child {
  margin-top: 0; }

.m-content__product-header-section .c-btn {
  margin-top: 8px; }

.m-content__product-heading {
  margin-top: 0 !important;
  text-align: center;
  line-height: normal !important; }

.m-content__product-heading .u-xxl {
  margin-bottom: 24px; }

@media only screen and (min-width: 768px) {
  .m-content__product-heading .u-xxl {
    margin-bottom: 32px; } }

@media only screen and (min-width: 768px) {
  .m-content__product-heading .u-xxl {
    margin-bottom: 40px; } }

.m-content__product-heading .u-h1 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__product-heading .u-h1 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__product-heading .u-h1 {
    margin-bottom: 0.75em; } }

.m-content__product-heading .u-h2 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__product-heading .u-h2 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__product-heading .u-h2 {
    margin-bottom: 0.75em; } }

.m-content__product-heading .u-h3 {
  margin-bottom: 1.25em; }

.m-content__product-heading .u-h4 {
  margin-bottom: 1.25em; }

.m-content__product-heading .u-h5 {
  margin-bottom: 1.5em; }

.m-content__product-heading .u-h6 {
  margin-bottom: 1.5em; }

.m-content__product-heading .u-p1 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__product-heading .u-p2 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__product-heading .u-p3 {
  display: block;
  margin-bottom: 1.25em; }

.m-content__product-heading .u-h1:last-child, .m-content__product-heading .u-h2:last-child, .m-content__product-heading .u-h3:last-child, .m-content__product-heading .u-h4:last-child, .m-content__product-heading .u-h5:last-child, .m-content__product-heading .u-h6:last-child, .m-content__product-heading .u-p1:last-child, .m-content__product-heading .u-p2:last-child, .m-content__product-heading .u-p3:last-child {
  margin-bottom: 4px; }

.m-content__product-heading .u-h1:first-child, .m-content__product-heading .u-h2:first-child, .m-content__product-heading .u-h3:first-child, .m-content__product-heading .u-h4:first-child, .m-content__product-heading .u-h5:first-child, .m-content__product-heading .u-h6:first-child, .m-content__product-heading .u-p1:first-child, .m-content__product-heading .u-p2:first-child, .m-content__product-heading .u-p3:first-child {
  margin-top: 0; }

.m-content__product-heading .c-btn {
  margin-top: 8px; }

@media only screen and (max-width: 767px) {
  .m-content__body {
    margin: 24px 0; } }

.m-content__product-copy {
  text-align: center;
  max-width: 423px;
  margin: auto; }

.m-content__product-copy .u-xxl {
  margin-bottom: 24px; }

@media only screen and (min-width: 768px) {
  .m-content__product-copy .u-xxl {
    margin-bottom: 32px; } }

@media only screen and (min-width: 768px) {
  .m-content__product-copy .u-xxl {
    margin-bottom: 40px; } }

.m-content__product-copy .u-h1 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__product-copy .u-h1 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__product-copy .u-h1 {
    margin-bottom: 0.75em; } }

.m-content__product-copy .u-h2 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__product-copy .u-h2 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__product-copy .u-h2 {
    margin-bottom: 0.75em; } }

.m-content__product-copy .u-h3 {
  margin-bottom: 1.25em; }

.m-content__product-copy .u-h4 {
  margin-bottom: 1.25em; }

.m-content__product-copy .u-h5 {
  margin-bottom: 1.5em; }

.m-content__product-copy .u-h6 {
  margin-bottom: 1.5em; }

.m-content__product-copy .u-p1 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__product-copy .u-p2 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__product-copy .u-p3 {
  display: block;
  margin-bottom: 1.25em; }

.m-content__product-copy .u-h1:last-child, .m-content__product-copy .u-h2:last-child, .m-content__product-copy .u-h3:last-child, .m-content__product-copy .u-h4:last-child, .m-content__product-copy .u-h5:last-child, .m-content__product-copy .u-h6:last-child, .m-content__product-copy .u-p1:last-child, .m-content__product-copy .u-p2:last-child, .m-content__product-copy .u-p3:last-child {
  margin-bottom: 4px; }

.m-content__product-copy .u-h1:first-child, .m-content__product-copy .u-h2:first-child, .m-content__product-copy .u-h3:first-child, .m-content__product-copy .u-h4:first-child, .m-content__product-copy .u-h5:first-child, .m-content__product-copy .u-h6:first-child, .m-content__product-copy .u-p1:first-child, .m-content__product-copy .u-p2:first-child, .m-content__product-copy .u-p3:first-child {
  margin-top: 0; }

.m-content__product-copy .c-btn {
  margin-top: 8px; }

.m-content__product-footer-section {
  color: #fff;
  text-align: center !important; }

@media only screen and (min-width: 988px) {
  .m-content__product-footer-section {
    width: 100%; } }

.m-content__product-footer-section__cta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  border-color: #fff;
  max-width: 159px; }

.m-content__column {
  display: block !important; }

.m-content__tile {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

@media only screen and (max-width: 767px) {
  .m-content__tile--text {
    display: block;
    position: relative !important; } }

.m-content__card {
  width: 100%;
  position: relative;
  margin: 0 4px; }

.m-content__tile-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  z-index: 3; }

.m-content--text-column .m-content__tile-content {
  position: unset;
  height: inherit;
  box-sizing: border-box; }

.m-content__tile-content--centered {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@media only screen and (min-width: 768px) {
  .m-content__tile-content {
    padding: 24px; } }

@media only screen and (min-width: 988px) {
  .m-content__tile-content {
    padding: 32px; } }

.m-content__content {
  padding: 16px; }

.m-content__content .u-xxl {
  margin-bottom: 24px; }

@media only screen and (min-width: 768px) {
  .m-content__content .u-xxl {
    margin-bottom: 32px; } }

@media only screen and (min-width: 768px) {
  .m-content__content .u-xxl {
    margin-bottom: 40px; } }

.m-content__content .u-h1 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__content .u-h1 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__content .u-h1 {
    margin-bottom: 0.75em; } }

.m-content__content .u-h2 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__content .u-h2 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__content .u-h2 {
    margin-bottom: 0.75em; } }

.m-content__content .u-h3 {
  margin-bottom: 1.25em; }

.m-content__content .u-h4 {
  margin-bottom: 1.25em; }

.m-content__content .u-h5 {
  margin-bottom: 1.5em; }

.m-content__content .u-h6 {
  margin-bottom: 1.5em; }

.m-content__content .u-p1 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__content .u-p2 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__content .u-p3 {
  display: block;
  margin-bottom: 1.25em; }

.m-content__content .u-h1:last-child, .m-content__content .u-h2:last-child, .m-content__content .u-h3:last-child, .m-content__content .u-h4:last-child, .m-content__content .u-h5:last-child, .m-content__content .u-h6:last-child, .m-content__content .u-p1:last-child, .m-content__content .u-p2:last-child, .m-content__content .u-p3:last-child {
  margin-bottom: 4px; }

.m-content__content .u-h1:first-child, .m-content__content .u-h2:first-child, .m-content__content .u-h3:first-child, .m-content__content .u-h4:first-child, .m-content__content .u-h5:first-child, .m-content__content .u-h6:first-child, .m-content__content .u-p1:first-child, .m-content__content .u-p2:first-child, .m-content__content .u-p3:first-child {
  margin-top: 0; }

.m-content__content .c-btn {
  margin-top: 8px; }

@media only screen and (min-width: 768px) {
  .m-content__content {
    padding: 24px; } }

@media only screen and (min-width: 988px) {
  .m-content__content {
    padding: 32px; } }

.m-content__content--small {
  padding: 16px; }

.m-content__content--small .u-xxl {
  margin-bottom: 24px; }

@media only screen and (min-width: 768px) {
  .m-content__content--small .u-xxl {
    margin-bottom: 32px; } }

@media only screen and (min-width: 768px) {
  .m-content__content--small .u-xxl {
    margin-bottom: 40px; } }

.m-content__content--small .u-h1 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__content--small .u-h1 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__content--small .u-h1 {
    margin-bottom: 0.75em; } }

.m-content__content--small .u-h2 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__content--small .u-h2 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__content--small .u-h2 {
    margin-bottom: 0.75em; } }

.m-content__content--small .u-h3 {
  margin-bottom: 1.25em; }

.m-content__content--small .u-h4 {
  margin-bottom: 1.25em; }

.m-content__content--small .u-h5 {
  margin-bottom: 1.5em; }

.m-content__content--small .u-h6 {
  margin-bottom: 1.5em; }

.m-content__content--small .u-p1 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__content--small .u-p2 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__content--small .u-p3 {
  display: block;
  margin-bottom: 1.25em; }

.m-content__content--small .u-h1:last-child, .m-content__content--small .u-h2:last-child, .m-content__content--small .u-h3:last-child, .m-content__content--small .u-h4:last-child, .m-content__content--small .u-h5:last-child, .m-content__content--small .u-h6:last-child, .m-content__content--small .u-p1:last-child, .m-content__content--small .u-p2:last-child, .m-content__content--small .u-p3:last-child {
  margin-bottom: 4px; }

.m-content__content--small .u-h1:first-child, .m-content__content--small .u-h2:first-child, .m-content__content--small .u-h3:first-child, .m-content__content--small .u-h4:first-child, .m-content__content--small .u-h5:first-child, .m-content__content--small .u-h6:first-child, .m-content__content--small .u-p1:first-child, .m-content__content--small .u-p2:first-child, .m-content__content--small .u-p3:first-child {
  margin-top: 0; }

.m-content__content--small .c-btn {
  margin-top: 8px; }

@media only screen and (min-width: 768px) {
  .m-content__content--small {
    padding: 24px; } }

.m-content__card-content {
  text-align: center;
  padding: 0 16px 16px; }

.m-content__card-content .u-xxl {
  margin-bottom: 24px; }

@media only screen and (min-width: 768px) {
  .m-content__card-content .u-xxl {
    margin-bottom: 32px; } }

@media only screen and (min-width: 768px) {
  .m-content__card-content .u-xxl {
    margin-bottom: 40px; } }

.m-content__card-content .u-h1 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__card-content .u-h1 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__card-content .u-h1 {
    margin-bottom: 0.75em; } }

.m-content__card-content .u-h2 {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .m-content__card-content .u-h2 {
    margin-bottom: 1em; } }

@media only screen and (min-width: 768px) {
  .m-content__card-content .u-h2 {
    margin-bottom: 0.75em; } }

.m-content__card-content .u-h3 {
  margin-bottom: 1.25em; }

.m-content__card-content .u-h4 {
  margin-bottom: 1.25em; }

.m-content__card-content .u-h5 {
  margin-bottom: 1.5em; }

.m-content__card-content .u-h6 {
  margin-bottom: 1.5em; }

.m-content__card-content .u-p1 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__card-content .u-p2 {
  display: block;
  margin-bottom: 1.5em; }

.m-content__card-content .u-p3 {
  display: block;
  margin-bottom: 1.25em; }

.m-content__card-content .u-h1:last-child, .m-content__card-content .u-h2:last-child, .m-content__card-content .u-h3:last-child, .m-content__card-content .u-h4:last-child, .m-content__card-content .u-h5:last-child, .m-content__card-content .u-h6:last-child, .m-content__card-content .u-p1:last-child, .m-content__card-content .u-p2:last-child, .m-content__card-content .u-p3:last-child {
  margin-bottom: 4px; }

.m-content__card-content .u-h1:first-child, .m-content__card-content .u-h2:first-child, .m-content__card-content .u-h3:first-child, .m-content__card-content .u-h4:first-child, .m-content__card-content .u-h5:first-child, .m-content__card-content .u-h6:first-child, .m-content__card-content .u-p1:first-child, .m-content__card-content .u-p2:first-child, .m-content__card-content .u-p3:first-child {
  margin-top: 0; }

.m-content__card-content .c-btn {
  margin-top: 8px; }

@media only screen and (min-width: 768px) {
  .m-content__card-content {
    padding: 0 24px 24px; } }

@media only screen and (min-width: 988px) {
  .m-content__card-content--small {
    padding: 0 32px 32px; } }

.m-content__card-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 16px; }

@media only screen and (min-width: 768px) {
  .m-content__card-image {
    margin: 24px 24px 2rem 24px; } }

.m-content__image-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 1; }

.m-content__image {
  width: 100%;
  background-size: cover;
  background-position: center; }

.m-content__tile-footer {
  position: absolute;
  bottom: 0;
  padding: 0 0 24px 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.m-content__footer {
  padding: 0 0 24px 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.m-content__content-image {
  margin: 24px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/**
 * Overrides, helpers, utilities, only affect one piece of DOM at a time, usually carry !important
 */
.u-max-width-red-live {
  position: relative;
  width: 100%; }

@media only screen and (min-width: 988px) {
  .u-max-width-red-live {
    max-width: 988px; } }

.u-max-width-clp-red-live {
  position: relative;
  width: 100%; }

@media only screen and (min-width: 600px) {
  .u-max-width-clp-red-live {
    max-width: 556px; } }

@media only screen and (min-width: 988px) {
  .u-max-width-clp-red-live {
    max-width: 736px; } }

.u-outer-gutter {
  padding-left: rem(4rem);
  padding-right: rem(4rem); }

.u-gutter-wrap {
  margin-right: -2px;
  margin-left: -2px; }

.u-heading {
  font-family: "MontrealSerial-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.u-script {
  font-family: "MontrealSerial-Bold", sans-serif !important;
  font-style: normal;
  font-weight: normal; }

.u-text {
  font-family: "MontrealSerial-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.u-xxxl {
  font-family: "MontrealSerial-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "MontrealSerial-Bold", sans-serif;
  font-size: 80px;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 768px) {
  .u-xxxl {
    font-size: 120px; } }

@media only screen and (min-width: 988px) {
  .u-xxxl {
    font-size: 148px; } }

.u-xxl {
  font-family: "MontrealSerial-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "MontrealSerial-Bold", sans-serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.u-xxl::before, .u-xxl::after {
  content: '';
  display: block;
  height: 0;
  width: 0; }

.u-xxl::before {
  margin-bottom: calc(-0.15714em + 0px); }

.u-xxl::after {
  margin-top: calc(-0.13929em + 0px); }

@media only screen and (min-width: 768px) {
  .u-xxl {
    font-size: 56px;
    line-height: 1; }
  .u-xxl::before, .u-xxl::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-xxl::before {
    margin-bottom: calc(-0.15em + 0px); }
  .u-xxl::after {
    margin-top: calc(-0.15em + 0px); } }

@media only screen and (min-width: 988px) {
  .u-xxl {
    font-size: 80px;
    line-height: 1; }
  .u-xxl::before, .u-xxl::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-xxl::before {
    margin-bottom: calc(-0.15em + 0px); }
  .u-xxl::after {
    margin-top: calc(-0.15em + 0px); } }

.u-xl {
  font-family: "MontrealSerial-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-family: "MontrealSerial-Bold", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.1;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.u-xl::before, .u-xl::after {
  content: '';
  display: block;
  height: 0;
  width: 0; }

.u-xl::before {
  margin-bottom: calc(-0.18333em + 0px); }

.u-xl::after {
  margin-top: calc(-0.18333em + 0px); }

@media only screen and (min-width: 768px) {
  .u-xl {
    font-size: 56px;
    line-height: 1.1; }
  .u-xl::before, .u-xl::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-xl::before {
    margin-bottom: calc(-0.20714em + 0px); }
  .u-xl::after {
    margin-top: calc(-0.18929em + 0px); } }

@media only screen and (min-width: 988px) {
  .u-xl {
    font-size: 46px;
    line-height: 1.1; }
  .u-xl::before, .u-xl::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-xl::before {
    margin-bottom: calc(-0.20714em + 0px); }
  .u-xl::after {
    margin-top: calc(-0.18929em + 0px); } }

.u-h1 {
  font-family: "MontrealSerial-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.5px;
  line-height: 1.1;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.u-h1::before, .u-h1::after {
  content: '';
  display: block;
  height: 0;
  width: 0; }

.u-h1::before {
  margin-bottom: calc(-0.13125em + 0px); }

.u-h1::after {
  margin-top: calc(-0.19375em + 0px); }

@media only screen and (min-width: 768px) {
  .u-h1 {
    letter-spacing: 0.5px;
    font-size: 32px;
    line-height: 1.1; }
  .u-h1::before, .u-h1::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-h1::before {
    margin-bottom: calc(-0.2em + 0px); }
  .u-h1::after {
    margin-top: calc(-0.175em + 0px); } }

@media only screen and (min-width: 988px) {
  .u-h1 {
    letter-spacing: 0.5px;
    font-size: 40px;
    line-height: 1.1; }
  .u-h1::before, .u-h1::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-h1::before {
    margin-bottom: calc(-0.2em + 0px); }
  .u-h1::after {
    margin-top: calc(-0.175em + 0px); } }

.u-h2 {
  font-family: "MontrealSerial-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.5px;
  line-height: 1.1;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.u-h2::before, .u-h2::after {
  content: '';
  display: block;
  height: 0;
  width: 0; }

.u-h2::before {
  margin-bottom: calc(-0.225em + 0px); }

.u-h2::after {
  margin-top: calc(-0.175em + 0px); }

@media only screen and (min-width: 768px) {
  .u-h2 {
    letter-spacing: 0.5px;
    font-size: 24px;
    line-height: 1.1; }
  .u-h2::before, .u-h2::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-h2::before {
    margin-bottom: calc(-0.18333em + 0px); }
  .u-h2::after {
    margin-top: calc(-0.18333em + 0px); } }

@media only screen and (min-width: 988px) {
  .u-h2 {
    letter-spacing: 0.5px;
    font-size: 32px;
    line-height: 1.1; }
  .u-h2::before, .u-h2::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-h2::before {
    margin-bottom: calc(-0.13125em + 0px); }
  .u-h2::after {
    margin-top: calc(-0.19375em + 0px); } }

.u-h3 {
  font-family: "MontrealSerial-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.5px;
  line-height: 1.15;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.u-h3::before, .u-h3::after {
  content: '';
  display: block;
  height: 0;
  width: 0; }

.u-h3::before {
  margin-bottom: calc(-0.22222em + 0px); }

.u-h3::after {
  margin-top: calc(-0.22222em + 0px); }

@media only screen and (min-width: 768px) {
  .u-h3 {
    letter-spacing: 0.5px;
    font-size: 20px;
    line-height: 1.15; }
  .u-h3::before, .u-h3::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-h3::before {
    margin-bottom: calc(-0.25em + 0px); }
  .u-h3::after {
    margin-top: calc(-0.2em + 0px); } }

@media only screen and (min-width: 988px) {
  .u-h3 {
    letter-spacing: 0.5px;
    font-size: 20px;
    line-height: 1.15; }
  .u-h3::before, .u-h3::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-h3::before {
    margin-bottom: calc(-0.25em + 0px); }
  .u-h3::after {
    margin-top: calc(-0.2em + 0px); } }

.u-h4 {
  font-family: "MontrealSerial-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.5px;
  line-height: 1.15;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.u-h4::before, .u-h4::after {
  content: '';
  display: block;
  height: 0;
  width: 0; }

.u-h4::before {
  margin-bottom: calc(-0.23077em + 0px); }

.u-h4::after {
  margin-top: calc(-0.23077em + 0px); }

@media only screen and (min-width: 768px) {
  .u-h4 {
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 1.15; }
  .u-h4::before, .u-h4::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-h4::before {
    margin-bottom: calc(-0.22222em + 0px); }
  .u-h4::after {
    margin-top: calc(-0.22222em + 0px); } }

@media only screen and (min-width: 988px) {
  .u-h4 {
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 1.15; }
  .u-h4::before, .u-h4::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-h4::before {
    margin-bottom: calc(-0.22222em + 0px); }
  .u-h4::after {
    margin-top: calc(-0.22222em + 0px); } }

.u-h5 {
  font-family: "MontrealSerial-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  line-height: 1.25;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.u-h5::before, .u-h5::after {
  content: '';
  display: block;
  height: 0;
  width: 0; }

.u-h5::before {
  margin-bottom: calc(-0.3em + 0px); }

.u-h5::after {
  margin-top: calc(-0.3em + 0px); }

@media only screen and (min-width: 768px) {
  .u-h5 {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.25; }
  .u-h5::before, .u-h5::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-h5::before {
    margin-bottom: calc(-0.3em + 0px); }
  .u-h5::after {
    margin-top: calc(-0.3em + 0px); } }

@media only screen and (min-width: 988px) {
  .u-h5 {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.25; }
  .u-h5::before, .u-h5::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-h5::before {
    margin-bottom: calc(-0.3em + 0px); }
  .u-h5::after {
    margin-top: calc(-0.3em + 0px); } }

.u-h6 {
  font-family: "MontrealSerial-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  line-height: 1.25;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.u-h6::before, .u-h6::after {
  content: '';
  display: block;
  height: 0;
  width: 0; }

.u-h6::before {
  margin-bottom: calc(-0.3em + 0px); }

.u-h6::after {
  margin-top: calc(-0.3em + 0px); }

@media only screen and (min-width: 768px) {
  .u-h6 {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.25; }
  .u-h6::before, .u-h6::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-h6::before {
    margin-bottom: calc(-0.26429em + 0px); }
  .u-h6::after {
    margin-top: calc(-0.26429em + 0px); } }

@media only screen and (min-width: 988px) {
  .u-h6 {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.25; }
  .u-h6::before, .u-h6::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-h6::before {
    margin-bottom: calc(-0.26429em + 0px); }
  .u-h6::after {
    margin-top: calc(-0.26429em + 0px); } }

.u-p1 {
  font-family: "MontrealSerial-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.35;
  font-size: 16px;
  letter-spacing: 0.5px; }

.u-p1::before, .u-p1::after {
  content: '';
  display: block;
  height: 0;
  width: 0; }

.u-p1::before {
  margin-bottom: calc(-0.35em + 0px); }

.u-p1::after {
  margin-top: calc(-0.35em + 0px); }

@media only screen and (min-width: 768px) {
  .u-p1 {
    font-size: 18px;
    line-height: 1.35; }
  .u-p1::before, .u-p1::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-p1::before {
    margin-bottom: calc(-0.32222em + 0px); }
  .u-p1::after {
    margin-top: calc(-0.32222em + 0px); } }

@media only screen and (min-width: 988px) {
  .u-p1 {
    font-size: 18px;
    line-height: 1.35; }
  .u-p1::before, .u-p1::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-p1::before {
    margin-bottom: calc(-0.32222em + 0px); }
  .u-p1::after {
    margin-top: calc(-0.32222em + 0px); } }

.u-p2 {
  font-family: "MontrealSerial-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.35;
  font-size: 14px;
  letter-spacing: 0.25px; }

.u-p2::before, .u-p2::after {
  content: '';
  display: block;
  height: 0;
  width: 0; }

.u-p2::before {
  margin-bottom: calc(-0.31429em + 0px); }

.u-p2::after {
  margin-top: calc(-0.31429em + 0px); }

@media only screen and (min-width: 768px) {
  .u-p2 {
    font-size: 16px;
    line-height: 1.35; }
  .u-p2::before, .u-p2::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-p2::before {
    margin-bottom: calc(-0.31429em + 0px); }
  .u-p2::after {
    margin-top: calc(-0.31429em + 0px); } }

@media only screen and (min-width: 988px) {
  .u-p2 {
    font-size: 16px;
    line-height: 1.35; }
  .u-p2::before, .u-p2::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-p2::before {
    margin-bottom: calc(-0.35em + 0px); }
  .u-p2::after {
    margin-top: calc(-0.35em + 0px); } }

.u-p3 {
  font-family: "MontrealSerial-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.35;
  font-size: 12px; }

.u-p3::before, .u-p3::after {
  content: '';
  display: block;
  height: 0;
  width: 0; }

.u-p3::before {
  margin-bottom: calc(-0.33077em + 0px); }

.u-p3::after {
  margin-top: calc(-0.33077em + 0px); }

@media only screen and (min-width: 768px) {
  .u-p3 {
    font-size: 14px;
    line-height: 1.35; }
  .u-p3::before, .u-p3::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-p3::before {
    margin-bottom: calc(-0.33077em + 0px); }
  .u-p3::after {
    margin-top: calc(-0.33077em + 0px); } }

@media only screen and (min-width: 988px) {
  .u-p3 {
    font-size: 14px;
    line-height: 1.35; }
  .u-p3::before, .u-p3::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-p3::before {
    margin-bottom: calc(-0.31429em + 0px); }
  .u-p3::after {
    margin-top: calc(-0.31429em + 0px); } }

.u-price1 {
  font-family: "MontrealSerial-Bold", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 16px; }

.u-price1::before, .u-price1::after {
  content: '';
  display: block;
  height: 0;
  width: 0; }

.u-price1::before {
  margin-bottom: calc(-0.175em + 0px); }

.u-price1::after {
  margin-top: calc(-0.175em + 0px); }

@media only screen and (min-width: 768px) {
  .u-price1 {
    font-size: 24px;
    line-height: 1; }
  .u-price1::before, .u-price1::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-price1::before {
    margin-bottom: calc(-0.13333em + 0px); }
  .u-price1::after {
    margin-top: calc(-0.13333em + 0px); } }

@media only screen and (min-width: 988px) {
  .u-price1 {
    font-size: 24px;
    line-height: 1; }
  .u-price1::before, .u-price1::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-price1::before {
    margin-bottom: calc(-0.13333em + 0px); }
  .u-price1::after {
    margin-top: calc(-0.13333em + 0px); } }

.u-price2 {
  font-family: "MontrealSerial-Bold", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 14px; }

.u-price2::before, .u-price2::after {
  content: '';
  display: block;
  height: 0;
  width: 0; }

.u-price2::before {
  margin-bottom: calc(-0.13929em + 0px); }

.u-price2::after {
  margin-top: calc(-0.13929em + 0px); }

@media only screen and (min-width: 768px) {
  .u-price2 {
    font-size: 14px;
    line-height: 1; }
  .u-price2::before, .u-price2::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-price2::before {
    margin-bottom: calc(-0.13929em + 0px); }
  .u-price2::after {
    margin-top: calc(-0.13929em + 0px); } }

@media only screen and (min-width: 988px) {
  .u-price2 {
    font-size: 16px;
    line-height: 1; }
  .u-price2::before, .u-price2::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-price2::before {
    margin-bottom: calc(-0.175em + 0px); }
  .u-price2::after {
    margin-top: calc(-0.175em + 0px); } }

.u-price3 {
  font-family: "MontrealSerial-Bold", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 14px; }

.u-price3::before, .u-price3::after {
  content: '';
  display: block;
  height: 0;
  width: 0; }

.u-price3::before {
  margin-bottom: calc(-0.15577em + 0px); }

.u-price3::after {
  margin-top: calc(-0.15577em + 0px); }

@media only screen and (min-width: 768px) {
  .u-price3 {
    font-size: 13px;
    line-height: 1; }
  .u-price3::before, .u-price3::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-price3::before {
    margin-bottom: calc(-0.15577em + 0px); }
  .u-price3::after {
    margin-top: calc(-0.15577em + 0px); } }

@media only screen and (min-width: 988px) {
  .u-price3 {
    font-size: 14px;
    line-height: 1; }
  .u-price3::before, .u-price3::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .u-price3::before {
    margin-bottom: calc(-0.13929em + 0px); }
  .u-price3::after {
    margin-top: calc(-0.13929em + 0px); } }

.u-bold {
  font-family: "MontrealSerial-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.u-uppercase {
  text-transform: uppercase !important; }

.u-regular {
  font-family: "MontrealSerial-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; }

.u-spacing .u-xxl {
  margin-bottom: 16px; }

@media only screen and (min-width: 768px) {
  .u-spacing .u-xxl {
    margin-bottom: 24px; } }

@media only screen and (min-width: 988px) {
  .u-spacing .u-xxl {
    margin-bottom: 32px; } }

.u-spacing .u-h1 {
  margin-bottom: 12px; }

@media only screen and (min-width: 768px) {
  .u-spacing .u-h1 {
    margin-bottom: 16px; } }

@media only screen and (min-width: 988px) {
  .u-spacing .u-h1 {
    margin-bottom: 24px; } }

.u-spacing .u-h2 {
  margin-bottom: 12px; }

@media only screen and (min-width: 768px) {
  .u-spacing .u-h2 {
    margin-bottom: 16px; } }

@media only screen and (min-width: 988px) {
  .u-spacing .u-h2 {
    margin-bottom: 24px; } }

.u-spacing .u-h3 {
  margin-bottom: 8px; }

@media only screen and (min-width: 768px) {
  .u-spacing .u-h3 {
    margin-bottom: 12px; } }

@media only screen and (min-width: 988px) {
  .u-spacing .u-h3 {
    margin-bottom: 12px; } }

.u-spacing .u-h4 {
  margin-bottom: 12px; }

@media only screen and (min-width: 768px) {
  .u-spacing .u-h4 {
    margin-bottom: 16px; } }

@media only screen and (min-width: 988px) {
  .u-spacing .u-h4 {
    margin-bottom: 24px; } }

.u-spacing .u-h5 {
  margin-bottom: 12px; }

@media only screen and (min-width: 768px) {
  .u-spacing .u-h5 {
    margin-bottom: 16px; } }

@media only screen and (min-width: 988px) {
  .u-spacing .u-h5 {
    margin-bottom: 24px; } }

.u-spacing .u-h6 {
  margin-bottom: 8px; }

@media only screen and (min-width: 768px) {
  .u-spacing .u-h6 {
    margin-bottom: 12px; } }

@media only screen and (min-width: 988px) {
  .u-spacing .u-h6 {
    margin-bottom: 16px; } }

.u-spacing .u-p1 {
  margin-bottom: 16px; }

@media only screen and (min-width: 768px) {
  .u-spacing .u-p1 {
    margin-bottom: 20px; } }

@media only screen and (min-width: 988px) {
  .u-spacing .u-p1 {
    margin-bottom: 24px; } }

.u-spacing .u-p2 {
  margin-bottom: 16px; }

@media only screen and (min-width: 768px) {
  .u-spacing .u-p2 {
    margin-bottom: 20px; } }

@media only screen and (min-width: 988px) {
  .u-spacing .u-p2 {
    margin-bottom: 24px; } }

.u-spacing .u-p3 {
  margin-bottom: 16px; }

@media only screen and (min-width: 768px) {
  .u-spacing .u-p3 {
    margin-bottom: 20px; } }

@media only screen and (min-width: 988px) {
  .u-spacing .u-p3 {
    margin-bottom: 24px; } }

.u-spacing .u-h1:last-child, .u-spacing .u-h2:last-child, .u-spacing .u-h3:last-child, .u-spacing .u-h4:last-child, .u-spacing .u-h5:last-child, .u-spacing .u-h6:last-child, .u-spacing .u-p1:last-child, .u-spacing .u-p2:last-child, .u-spacing .u-p3:last-child {
  margin-bottom: 0; }

.u-spacing .c-btn {
  margin-top: 12px; }

@media only screen and (min-width: 768px) {
  .u-spacing .c-btn {
    margin-top: 16px; } }

.u-aspect-one-by-one {
  position: relative; }

.u-aspect-one-by-one:before {
  display: block;
  content: "";
  width: 0;
  padding-top: 100%; }

.u-aspect-two-by-one {
  position: relative; }

.u-aspect-two-by-one:before {
  display: block;
  content: "";
  width: 0;
  padding-top: 50%; }

.u-aspect-three-by-one {
  position: relative; }

.u-aspect-three-by-one:before {
  display: block;
  content: "";
  width: 0;
  padding-top: 33.33333%; }

.u-aspect-eight-by-nine {
  position: relative; }

.u-aspect-eight-by-nine:before {
  display: block;
  content: "";
  width: 0;
  padding-top: 112.5%; }

.u-aspect-nine-by-eight {
  position: relative; }

.u-aspect-nine-by-eight:before {
  display: block;
  content: "";
  width: 0;
  padding-top: 88.88889%; }

.u-aspect-sixteen-by-nine {
  position: relative; }

.u-aspect-sixteen-by-nine:before {
  display: block;
  content: "";
  width: 0;
  padding-top: 56.25%; }

@media (min-width: 600px) {
  .u-aspect-one-by-one-s {
    position: relative; }
  .u-aspect-one-by-one-s:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 100%; } }

@media (min-width: 600px) {
  .u-aspect-two-by-one-s {
    position: relative; }
  .u-aspect-two-by-one-s:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 50%; } }

@media (min-width: 600px) {
  .u-aspect-three-by-one-s {
    position: relative; }
  .u-aspect-three-by-one-s:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 33.33333%; } }

@media (min-width: 600px) {
  .u-aspect-eight-by-nine-s {
    position: relative; }
  .u-aspect-eight-by-nine-s:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 112.5%; } }

@media (min-width: 600px) {
  .u-aspect-nine-by-eight-s {
    position: relative; }
  .u-aspect-nine-by-eight-s:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 88.88889%; } }

@media (min-width: 600px) {
  .u-aspect-sixteen-by-nine-s {
    position: relative; }
  .u-aspect-sixteen-by-nine-s:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 56.25%; } }

@media (min-width: 768px) {
  .u-aspect-one-by-one-m {
    position: relative; }
  .u-aspect-one-by-one-m:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 100%; } }

@media (min-width: 768px) {
  .u-aspect-two-by-one-m {
    position: relative; }
  .u-aspect-two-by-one-m:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 50%; } }

@media (min-width: 768px) {
  .u-aspect-three-by-one-m {
    position: relative; }
  .u-aspect-three-by-one-m:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 33.33333%; } }

@media (min-width: 768px) {
  .u-aspect-eight-by-nine-m {
    position: relative; }
  .u-aspect-eight-by-nine-m:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 112.5%; } }

@media (min-width: 768px) {
  .u-aspect-nine-by-eight-m {
    position: relative; }
  .u-aspect-nine-by-eight-m:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 88.88889%; } }

@media (min-width: 768px) {
  .u-aspect-sixteen-by-nine-m {
    position: relative; }
  .u-aspect-sixteen-by-nine-m:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 56.25%; } }

@media (min-width: 988px) {
  .u-aspect-one-by-one-l {
    position: relative; }
  .u-aspect-one-by-one-l:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 100%; } }

@media (min-width: 988px) {
  .u-aspect-two-by-one-l {
    position: relative; }
  .u-aspect-two-by-one-l:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 50%; } }

@media (min-width: 988px) {
  .u-aspect-three-by-one-l {
    position: relative; }
  .u-aspect-three-by-one-l:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 33.33333%; } }

@media (min-width: 988px) {
  .u-aspect-eight-by-nine-l {
    position: relative; }
  .u-aspect-eight-by-nine-l:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 112.5%; } }

@media (min-width: 988px) {
  .u-aspect-nine-by-eight-l {
    position: relative; }
  .u-aspect-nine-by-eight-l:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 88.88889%; } }

@media (min-width: 988px) {
  .u-aspect-sixteen-by-nine-l {
    position: relative; }
  .u-aspect-sixteen-by-nine-l:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 56.25%; } }

@media (min-width: 1320px) {
  .u-aspect-one-by-one-xl {
    position: relative; }
  .u-aspect-one-by-one-xl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 100%; } }

@media (min-width: 1320px) {
  .u-aspect-two-by-one-xl {
    position: relative; }
  .u-aspect-two-by-one-xl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 50%; } }

@media (min-width: 1320px) {
  .u-aspect-three-by-one-xl {
    position: relative; }
  .u-aspect-three-by-one-xl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 33.33333%; } }

@media (min-width: 1320px) {
  .u-aspect-eight-by-nine-xl {
    position: relative; }
  .u-aspect-eight-by-nine-xl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 112.5%; } }

@media (min-width: 1320px) {
  .u-aspect-nine-by-eight-xl {
    position: relative; }
  .u-aspect-nine-by-eight-xl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 88.88889%; } }

@media (min-width: 1320px) {
  .u-aspect-sixteen-by-nine-xl {
    position: relative; }
  .u-aspect-sixteen-by-nine-xl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 56.25%; } }

@media (min-width: 1540px) {
  .u-aspect-one-by-one-xxl {
    position: relative; }
  .u-aspect-one-by-one-xxl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 100%; } }

@media (min-width: 1540px) {
  .u-aspect-two-by-one-xxl {
    position: relative; }
  .u-aspect-two-by-one-xxl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 50%; } }

@media (min-width: 1540px) {
  .u-aspect-three-by-one-xxl {
    position: relative; }
  .u-aspect-three-by-one-xxl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 33.33333%; } }

@media (min-width: 1540px) {
  .u-aspect-eight-by-nine-xxl {
    position: relative; }
  .u-aspect-eight-by-nine-xxl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 112.5%; } }

@media (min-width: 1540px) {
  .u-aspect-nine-by-eight-xxl {
    position: relative; }
  .u-aspect-nine-by-eight-xxl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 88.88889%; } }

@media (min-width: 1540px) {
  .u-aspect-sixteen-by-nine-xxl {
    position: relative; }
  .u-aspect-sixteen-by-nine-xxl:before {
    display: block;
    content: "";
    width: 0;
    padding-top: 56.25%; } }

@media only screen and (min-width: 768px) {
  .u-aspect-none-m:before {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .u-aspect-none-s:before {
    display: none !important; } }

.u-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.u-flex-center-all {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-justify-content: center  !important;
  -ms-flex-pack: center  !important;
  justify-content: center  !important; }

.u-flex-center-all > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

@media only screen and (max-width: 767px) {
  .u-flex-center-all-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-justify-content: center  !important;
    -ms-flex-pack: center  !important;
    justify-content: center  !important; }
  .u-flex-center-all-s > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 768px) {
  .u-flex-center-all-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-justify-content: center  !important;
    -ms-flex-pack: center  !important;
    justify-content: center  !important; }
  .u-flex-center-all-m > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (max-width: 987px) {
  .u-flex-center-all-m-max {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-justify-content: center  !important;
    -ms-flex-pack: center  !important;
    justify-content: center  !important; }
  .u-flex-center-all-m-max > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (max-width: 1319px) {
  .u-flex-center-all-l-max {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-justify-content: center  !important;
    -ms-flex-pack: center  !important;
    justify-content: center  !important; }
  .u-flex-center-all-l-max > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 988px) {
  .u-flex-center-all-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-justify-content: center  !important;
    -ms-flex-pack: center  !important;
    justify-content: center  !important; }
  .u-flex-center-all-l > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 1320px) {
  .u-flex-center-all-xl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-justify-content: center  !important;
    -ms-flex-pack: center  !important;
    justify-content: center  !important; }
  .u-flex-center-all-xl > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.u-flex-justify-space-between {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.u-flex-justify-space-between > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

@media only screen and (min-width: 768px) {
  .u-flex-justify-space-between-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .u-flex-justify-space-between-m > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.u-flex-justify-space-evenly {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important; }

.u-flex-justify-space-evenly > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

@media only screen and (min-width: 768px) {
  .u-flex-justify-space-evenly-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important; }
  .u-flex-justify-space-evenly-m > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.u-flex-justify-space-around {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.u-flex-justify-space-around > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

@media only screen and (min-width: 768px) {
  .u-flex-justify-space-around-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .u-flex-justify-space-around-m > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.u-flex-justify-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: flex;
  justify-content: center !important; }

.u-flex-justify-center > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.u-flex-justify-center > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

@media only screen and (max-width: 767px) {
  .u-flex-justify-center-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .u-flex-justify-center-s > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 768px) {
  .u-flex-justify-center-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .u-flex-justify-center-m > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (max-width: 987px) {
  .u-flex-justify-center-m-max {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .u-flex-justify-center-m-max > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (max-width: 1319px) {
  .u-flex-justify-center-l-max {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .u-flex-justify-center-l-max > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 988px) {
  .u-flex-justify-center-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .u-flex-justify-center-l > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 1320px) {
  .u-flex-justify-center-xl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .u-flex-justify-center-xl > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.u-flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  display: flex;
  flex-direction: row !important; }

.u-flex-row > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.u-flex-row > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

@media only screen and (max-width: 767px) {
  .u-flex-row-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .u-flex-row-s > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 768px) {
  .u-flex-row-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .u-flex-row-m > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (max-width: 987px) {
  .u-flex-row-m-max {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .u-flex-row-m-max > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (max-width: 1319px) {
  .u-flex-row-l-max {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .u-flex-row-l-max > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 988px) {
  .u-flex-row-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .u-flex-row-l > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 1320px) {
  .u-flex-row-xl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .u-flex-row-xl > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.u-flex-row-reverse {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
  display: flex;
  flex-direction: row-reverse !important; }

.u-flex-row-reverse > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.u-flex-row-reverse > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

@media only screen and (max-width: 767px) {
  .u-flex-row-reverse-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .u-flex-row-reverse-s > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 768px) {
  .u-flex-row-reverse-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .u-flex-row-reverse-m > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (max-width: 987px) {
  .u-flex-row-reverse-m-max {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .u-flex-row-reverse-m-max > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (max-width: 1319px) {
  .u-flex-row-reverse-l-max {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .u-flex-row-reverse-l-max > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 988px) {
  .u-flex-row-reverse-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .u-flex-row-reverse-l > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 1320px) {
  .u-flex-row-reverse-xl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .u-flex-row-reverse-xl > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.u-flex-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  display: flex;
  flex-direction: column !important; }

.u-flex-column > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.u-flex-column > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

@media only screen and (max-width: 767px) {
  .u-flex-column-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .u-flex-column-s > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 768px) {
  .u-flex-column-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .u-flex-column-m > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (max-width: 987px) {
  .u-flex-column-m-max {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .u-flex-column-m-max > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (max-width: 1319px) {
  .u-flex-column-l-max {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .u-flex-column-l-max > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 988px) {
  .u-flex-column-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .u-flex-column-l > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 1320px) {
  .u-flex-column-xl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .u-flex-column-xl > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.u-flex-column-reverse {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
  display: flex;
  flex-direction: column-reverse !important; }

.u-flex-column-reverse > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.u-flex-column-reverse > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

@media only screen and (max-width: 767px) {
  .u-flex-column-reverse-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .u-flex-column-reverse-s > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 768px) {
  .u-flex-column-reverse-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .u-flex-column-reverse-m > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (max-width: 987px) {
  .u-flex-column-reverse-m-max {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .u-flex-column-reverse-m-max > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (max-width: 1319px) {
  .u-flex-column-reverse-l-max {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .u-flex-column-reverse-l-max > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 988px) {
  .u-flex-column-reverse-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .u-flex-column-reverse-l > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

@media only screen and (min-width: 1320px) {
  .u-flex-column-reverse-xl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .u-flex-column-reverse-xl > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; } }

.t-light .t-text {
  color: #393939 !important; }

.t-light .t-cta {
  background-color: white; }

.t-dark .t-text {
  color: white !important;
  font-weight: normal; }

.t-dark .t-heading {
  color: white !important; }

.t-dark .t-btn-primary, .t-dark .t-btn-primary-inverse {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  padding: 12px 24px; }

.t-dark .t-btn-primary::after, .t-dark .t-btn-primary-inverse::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  display: none;
  height: 2px;
  width: 100%;
  background-color: rgba(97, 97, 97, 0.5); }

@media only screen and (min-width: 988px) {
  .t-dark .t-btn-primary:hover, .t-dark .t-btn-primary-inverse:hover {
    color: white;
    border-color: white;
    background-color: transparent;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
  .t-dark .t-btn-primary:hover::after, .t-dark .t-btn-primary-inverse:hover::after {
    display: block;
    background-color: transparent; } }

.t-dark .t-btn-secondary {
  background-color: transparent;
  border-bottom: 1px solid white;
  padding: 8px 12px;
  letter-spacing: 1px;
  color: white;
  transition: all 500ms cubic-bezier(0, 0, 0.26, 1); }

@media only screen and (min-width: 988px) {
  .t-dark .t-btn-secondary:hover {
    color: white;
    background-color: transparent;
    padding-bottom: 9px;
    padding-top: 7px; } }

.t-dark .t-btn-tertiary {
  background-color: transparent;
  padding: 8px 0;
  color: white;
  letter-spacing: 0.5px;
  text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5); }

@media only screen and (min-width: 988px) {
  .t-dark .t-btn-tertiary:hover {
    color: white;
    background-color: transparent; }
  .t-dark .t-btn-tertiary:hover .c-icon {
    margin-left: 5px;
    margin-right: 3px; } }

@media only screen and (min-width: 768px) {
  .t-light-m .t-text {
    color: #393939 !important; }
  .t-light-m .t-cta {
    background-color: white; } }

@media only screen and (min-width: 768px) {
  .t-dark-m .t-text {
    color: white !important;
    font-weight: normal; }
  .t-dark-m .t-heading {
    color: white !important; }
  .t-dark-m .t-btn-primary, .t-dark-m .t-btn-primary-inverse {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    text-transform: uppercase;
    padding: 12px 24px; }
  .t-dark-m .t-btn-primary::after, .t-dark-m .t-btn-primary-inverse::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    display: none;
    height: 2px;
    width: 100%;
    background-color: rgba(97, 97, 97, 0.5); } }

@media only screen and (min-width: 768px) and (min-width: 988px) {
  .t-dark-m .t-btn-primary:hover, .t-dark-m .t-btn-primary-inverse:hover {
    color: white;
    border-color: white;
    background-color: transparent;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
  .t-dark-m .t-btn-primary:hover::after, .t-dark-m .t-btn-primary-inverse:hover::after {
    display: block;
    background-color: transparent; } }

@media only screen and (min-width: 768px) {
  .t-dark-m .t-btn-secondary {
    background-color: transparent;
    border-bottom: 1px solid white;
    padding: 8px 12px;
    letter-spacing: 1px;
    color: white;
    transition: all 500ms cubic-bezier(0, 0, 0.26, 1); } }

@media only screen and (min-width: 768px) and (min-width: 988px) {
  .t-dark-m .t-btn-secondary:hover {
    color: white;
    background-color: transparent;
    padding-bottom: 9px;
    padding-top: 7px; } }

@media only screen and (min-width: 768px) {
  .t-dark-m .t-btn-tertiary {
    background-color: transparent;
    padding: 8px 0;
    color: white;
    letter-spacing: 0.5px;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5); } }

@media only screen and (min-width: 768px) and (min-width: 988px) {
  .t-dark-m .t-btn-tertiary:hover {
    color: white;
    background-color: transparent; }
  .t-dark-m .t-btn-tertiary:hover .c-icon {
    margin-left: 5px;
    margin-right: 3px; } }

.t-text--light {
  color: white !important; }

@media only screen and (min-width: 600px) {
  .t-text--light-s {
    color: white !important; } }

@media only screen and (min-width: 768px) {
  .t-text--light-m {
    color: white !important; } }

@media only screen and (min-width: 988px) {
  .t-text--light-l {
    color: white !important; } }

.t-text--dark {
  color: #444444 !important; }

@media only screen and (min-width: 600px) {
  .t-text--dark-s {
    color: #444444 !important; } }

@media only screen and (min-width: 768px) {
  .t-text--dark-m {
    color: #444444 !important; } }

@media only screen and (min-width: 988px) {
  .t-text--dark-l {
    color: #444444 !important; } }

.t-overlay--light {
  background: rgba(68, 68, 68, 0.4); }

.t-overlay--dark {
  background: rgba(255, 255, 255, 0.4); }

.c-btn--light {
  color: #FFF !important;
  border-color: #FFF !important; }

@media only screen and (min-width: 988px) {
  .c-btn--light:hover {
    background: black !important;
    border-color: black !important; } }

.c-btn--dark {
  color: black !important;
  border-color: black !important; }

@media only screen and (min-width: 988px) {
  .c-btn--dark:hover {
    color: #FFF !important;
    border-color: #FFF !important; } }

.u-columns {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.u-columns__column {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.u-columns__column--zero {
  display: none; }

.u-columns__column--twelve {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc( (12 / 12) * 100%); }

.u-columns__column--twelve-zero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.u-columns__column--eleven {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc( (11 / 12) * 100%); }

.u-columns__column--eleven-zero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.u-columns__column--ten {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc( (10 / 12) * 100%); }

.u-columns__column--ten-zero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.u-columns__column--nine {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc( (9 / 12) * 100%); }

.u-columns__column--nine-zero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.u-columns__column--eight {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc( (8 / 12) * 100%); }

.u-columns__column--eight-zero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.u-columns__column--seven {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc( (7 / 12) * 100%); }

.u-columns__column--seven-zero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.u-columns__column--six {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc( (6 / 12) * 100%); }

.u-columns__column--six-zero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.u-columns__column--five {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc( (5 / 12) * 100%); }

.u-columns__column--five-zero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.u-columns__column--four {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc( (4 / 12) * 100%); }

.u-columns__column--four-zero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.u-columns__column--three {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc( (3 / 12) * 100%); }

.u-columns__column--three-zero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.u-columns__column--two {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc( (2 / 12) * 100%); }

.u-columns__column--two-zero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.u-columns__column--one {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc( (1 / 12) * 100%); }

.u-columns__column--one-zero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 600px) {
  .u-columns__column--twelve-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (12 / 12) * 100%); }
  .u-columns__column--twelve-s-zero {
    display: none; } }

@media (min-width: 600px) {
  .u-columns__column--eleven-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (11 / 12) * 100%); }
  .u-columns__column--eleven-s-zero {
    display: none; } }

@media (min-width: 600px) {
  .u-columns__column--ten-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (10 / 12) * 100%); }
  .u-columns__column--ten-s-zero {
    display: none; } }

@media (min-width: 600px) {
  .u-columns__column--nine-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (9 / 12) * 100%); }
  .u-columns__column--nine-s-zero {
    display: none; } }

@media (min-width: 600px) {
  .u-columns__column--eight-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (8 / 12) * 100%); }
  .u-columns__column--eight-s-zero {
    display: none; } }

@media (min-width: 600px) {
  .u-columns__column--seven-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (7 / 12) * 100%); }
  .u-columns__column--seven-s-zero {
    display: none; } }

@media (min-width: 600px) {
  .u-columns__column--six-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (6 / 12) * 100%); }
  .u-columns__column--six-s-zero {
    display: none; } }

@media (min-width: 600px) {
  .u-columns__column--five-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (5 / 12) * 100%); }
  .u-columns__column--five-s-zero {
    display: none; } }

@media (min-width: 600px) {
  .u-columns__column--four-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (4 / 12) * 100%); }
  .u-columns__column--four-s-zero {
    display: none; } }

@media (min-width: 600px) {
  .u-columns__column--three-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (3 / 12) * 100%); }
  .u-columns__column--three-s-zero {
    display: none; } }

@media (min-width: 600px) {
  .u-columns__column--two-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (2 / 12) * 100%); }
  .u-columns__column--two-s-zero {
    display: none; } }

@media (min-width: 600px) {
  .u-columns__column--one-s {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (1 / 12) * 100%); }
  .u-columns__column--one-s-zero {
    display: none; } }

@media (min-width: 768px) {
  .u-columns__column--twelve-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (12 / 12) * 100%); }
  .u-columns__column--twelve-m-zero {
    display: none; } }

@media (min-width: 768px) {
  .u-columns__column--eleven-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (11 / 12) * 100%); }
  .u-columns__column--eleven-m-zero {
    display: none; } }

@media (min-width: 768px) {
  .u-columns__column--ten-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (10 / 12) * 100%); }
  .u-columns__column--ten-m-zero {
    display: none; } }

@media (min-width: 768px) {
  .u-columns__column--nine-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (9 / 12) * 100%); }
  .u-columns__column--nine-m-zero {
    display: none; } }

@media (min-width: 768px) {
  .u-columns__column--eight-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (8 / 12) * 100%); }
  .u-columns__column--eight-m-zero {
    display: none; } }

@media (min-width: 768px) {
  .u-columns__column--seven-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (7 / 12) * 100%); }
  .u-columns__column--seven-m-zero {
    display: none; } }

@media (min-width: 768px) {
  .u-columns__column--six-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (6 / 12) * 100%); }
  .u-columns__column--six-m-zero {
    display: none; } }

@media (min-width: 768px) {
  .u-columns__column--five-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (5 / 12) * 100%); }
  .u-columns__column--five-m-zero {
    display: none; } }

@media (min-width: 768px) {
  .u-columns__column--four-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (4 / 12) * 100%); }
  .u-columns__column--four-m-zero {
    display: none; } }

@media (min-width: 768px) {
  .u-columns__column--three-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (3 / 12) * 100%); }
  .u-columns__column--three-m-zero {
    display: none; } }

@media (min-width: 768px) {
  .u-columns__column--two-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (2 / 12) * 100%); }
  .u-columns__column--two-m-zero {
    display: none; } }

@media (min-width: 768px) {
  .u-columns__column--one-m {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (1 / 12) * 100%); }
  .u-columns__column--one-m-zero {
    display: none; } }

@media (min-width: 988px) {
  .u-columns__column--twelve-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (12 / 12) * 100%); }
  .u-columns__column--twelve-l-zero {
    display: none; } }

@media (min-width: 988px) {
  .u-columns__column--eleven-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (11 / 12) * 100%); }
  .u-columns__column--eleven-l-zero {
    display: none; } }

@media (min-width: 988px) {
  .u-columns__column--ten-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (10 / 12) * 100%); }
  .u-columns__column--ten-l-zero {
    display: none; } }

@media (min-width: 988px) {
  .u-columns__column--nine-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (9 / 12) * 100%); }
  .u-columns__column--nine-l-zero {
    display: none; } }

@media (min-width: 988px) {
  .u-columns__column--eight-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (8 / 12) * 100%); }
  .u-columns__column--eight-l-zero {
    display: none; } }

@media (min-width: 988px) {
  .u-columns__column--seven-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (7 / 12) * 100%); }
  .u-columns__column--seven-l-zero {
    display: none; } }

@media (min-width: 988px) {
  .u-columns__column--six-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (6 / 12) * 100%); }
  .u-columns__column--six-l-zero {
    display: none; } }

@media (min-width: 988px) {
  .u-columns__column--five-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (5 / 12) * 100%); }
  .u-columns__column--five-l-zero {
    display: none; } }

@media (min-width: 988px) {
  .u-columns__column--four-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (4 / 12) * 100%); }
  .u-columns__column--four-l-zero {
    display: none; } }

@media (min-width: 988px) {
  .u-columns__column--three-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (3 / 12) * 100%); }
  .u-columns__column--three-l-zero {
    display: none; } }

@media (min-width: 988px) {
  .u-columns__column--two-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (2 / 12) * 100%); }
  .u-columns__column--two-l-zero {
    display: none; } }

@media (min-width: 988px) {
  .u-columns__column--one-l {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc( (1 / 12) * 100%); }
  .u-columns__column--one-l-zero {
    display: none; } }
