/* FONTS */
.txt-red {
  color: #DF002D;
}

.txt-dark {
  color: #3F3F3F;
}

body {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.icon {
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 45px;
}
.icon img {
  display: block;
  line-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  top: -75px;
  width: 136px;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^=col-],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.desc a {
  color: #DF002D;
}

header {
  width: 100%;
  min-height: 48px;
  background-color: #fff;
}
header #topHeader {
  width: 100%;
  height: 48px;
  background-color: #fff;
  border-bottom: #AFAFAF 1px solid;
  z-index: 99999;
  position: fixed;
}
header #topHeader #homeLink {
  display: block;
  margin: 7px 0;
}
header #topHeader #mainMenuWrap {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
header #topHeader #mainMenuWrap #mainMenu {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
header #topHeader #mainMenuWrap #mainMenu li a:not(.submenuLink) {
  display: block;
  padding: 14px 40px;
  color: #3C3C3C;
  font-family: "BenchNine", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fff;
  border-left: #AFAFAF 1px solid;
  height: 47px;
}
header #topHeader #mainMenuWrap #mainMenu li a:not(.submenuLink) .menuArrow {
  width: 8px;
  height: 10px;
  transform: rotate(0);
  transition: all 0.2s linear;
  margin-left: 5px;
  margin-top: -5px;
}
header #topHeader #mainMenuWrap #mainMenu li a:not(.submenuLink) .menuArrow .arrow {
  fill: #3C3C3C;
}
header #topHeader #mainMenuWrap #mainMenu li a:not(.submenuLink):hover, header #topHeader #mainMenuWrap #mainMenu li a:not(.submenuLink).active {
  color: #DF002D;
}
header #topHeader #mainMenuWrap #mainMenu li a:not(.submenuLink):hover .menuArrow, header #topHeader #mainMenuWrap #mainMenu li a:not(.submenuLink).active .menuArrow {
  transform: rotate(90deg);
}
header #topHeader #mainMenuWrap #mainMenu li a:not(.submenuLink):hover .menuArrow .arrow, header #topHeader #mainMenuWrap #mainMenu li a:not(.submenuLink).active .menuArrow .arrow {
  fill: #DF002D;
}
header #topHeader #mainMenuWrap #mainMenu li a:not(.submenuLink).amazon {
  background-color: #DF002D;
  color: #fff;
}
header #topHeader #mainMenuWrap #mainMenu li a:not(.submenuLink).amazon:hover {
  color: #fff;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  header #topHeader #mainMenuWrap #mainMenu li a:not(.submenuLink) {
    padding: 14px 26px;
  }
}
header #topHeader #mainMenuWrap #mainMenu li:hover .submenuBar {
  opacity: 1;
  pointer-events: unset;
}
header .submenuBar {
  display: block;
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  height: auto;
  background-color: #fff;
  z-index: 1;
  position: fixed;
  left: 0;
  top: 47px;
  transition: all 0.2s linear;
  border-top: #AFAFAF 1px solid;
}
header .submenuBar .submenu {
  background-color: #F5F5F5;
  width: 704px;
  height: 100%;
  column-count: 2;
  float: right;
  padding: 30px 40px;
  padding-right: 238px;
  margin-right: 0;
}
header .submenuBar .submenu li {
  display: block;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  width: 200px;
  position: relative;
}
header .submenuBar .submenu li:before {
  content: url("/Images/icons/Icon_arrowMenu.svg");
  position: absolute;
  left: 0;
  transform: scale(0.8);
}
header .submenuBar .submenu li .submenuLink {
  font-family: "Quicksand", sans-serif;
  color: #3C3C3C;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: block;
  padding-left: 13px;
}
header .submenuBar .submenu li .submenuLink:hover, header .submenuBar .submenu li .submenuLink.all {
  color: #DF002D;
}
header .submenuBar .submenu li .submenuLink.all:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  header #header-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: #AFAFAF 1px solid;
  }
  header #header-mobile #menu_burger, header #header-mobile #x-close {
    color: #3C3C3C;
  }
  header #header-mobile #menu_burger .cls-1, header #header-mobile #x-close .cls-1 {
    fill: #3C3C3C;
    fill-rule: evenodd;
  }
  header #header-mobile .mobile-nav-wrapper {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    transition: all 0.5s ease;
  }
  header #header-mobile .mobile-nav-wrapper .mobile-logo {
    margin-top: 6px;
  }
  header #header-mobile .mobile-nav-wrapper .mobile-logo #brandLogo source, header #header-mobile .mobile-nav-wrapper .mobile-logo #brandLogo img {
    max-width: 188px;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel {
    background-color: #fff;
    width: 100%;
    height: auto;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    /*mobile safari*/
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-top {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    transition: all 0.5s ease;
    border-bottom: #AFAFAF 1px solid;
    position: absolute;
    top: 0;
    left: 0;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-top #MenuCloseBtn {
    background: none;
    outline: none;
    border: none;
    font-size: 22px;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main {
    top: 60px;
    font-family: "Quicksand", sans-serif;
    display: block;
    color: #3C3C3C;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 48px;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li {
    text-align: center;
    display: block !important;
    width: 100%;
    border-bottom: #AFAFAF 1px solid;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li:first-child {
    border-top: none;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li a:not(.submenuLink) {
    font-family: "BenchNine", sans-serif;
    font-weight: bold;
    font-size: 30px !important;
    text-transform: uppercase;
    color: #3C3C3C;
    text-decoration: none;
    display: block;
    position: relative;
    margin: 40px 0;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li a:not(.submenuLink) .menuArrow {
    position: absolute;
    width: 16px;
    height: 20px;
    top: 50%;
    right: 40px;
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.2s linear;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li a:not(.submenuLink) .menuArrow .arrow {
    fill: #3C3C3C;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li .submenu {
    background-color: #F5F5F5;
    width: 100%;
    height: auto;
    padding: 41px 0;
    display: none;
    border-top: #AFAFAF 1px solid;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li .submenu li {
    display: block;
    margin-bottom: 25px;
    position: relative;
    border: none;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li .submenu li .submenuLink {
    font-family: "Quicksand", sans-serif;
    color: #3C3C3C;
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    display: block;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li .submenu li .submenuLink.all {
    color: #DF002D;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li.active a {
    color: #DF002D;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li.active a .menuArrow {
    transform: translateY(-50%) rotate(-90deg);
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li.active a .menuArrow .arrow {
    fill: #DF002D;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li.active .submenu {
    display: block;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu.mainMenu {
    font-weight: bold;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu.mainMenu a {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) and (max-width: 572px) {
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu.mainMenu a {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu.topMenu {
    font-weight: lighter;
  }
  header #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu.topMenu a {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 992px) {
  header #header-mobile.sticky {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
  }
}

footer {
  width: 100%;
  min-height: 300px;
  background-color: #fff;
  padding: 45px 0;
  overflow: hidden;
}
footer #newsletterStrip {
  width: 100%;
  min-height: 90px;
  padding: 6px 0 26px 0;
  background-color: #3C3C3C;
  margin-bottom: 50px;
}
footer #newsletterStrip #nlErrMss, footer #newsletterStrip #mce-responses {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #DF002D;
  text-align: center;
  margin-bottom: 10px;
  min-height: 20px;
}
footer #newsletterStrip .nlTitle {
  font-family: "BenchNine", sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer #newsletterStrip .nlTitle {
    text-align: center;
    font-size: 26px;
    line-height: 27px;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  footer #newsletterStrip .nlTitle {
    text-align: left;
    font-size: 26px;
    line-height: 27px;
  }
}
footer #newsletterStrip input[type=text], footer #newsletterStrip input[type=email] {
  width: 100%;
  color: #3C3C3C;
  font-family: "BenchNine", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  border: #AFAFAF 1px solid;
  background-color: #fff;
  padding: 3px 6px;
}
@media screen and (max-width: 767px) {
  footer #newsletterStrip input[type=text], footer #newsletterStrip input[type=email] {
    font-size: 17px;
  }
}
footer #newsletterStrip .cta {
  outline: none;
  border: none;
  padding: 10px 40px;
}
footer #newsletterStrip .cta:hover {
  color: #DF002D;
}
@media screen and (max-width: 767px) {
  footer #newsletterStrip .cta {
    max-width: 100%;
    font-size: 18px;
    padding: 10px 35px;
  }
}
footer #newsletterStrip #newsletter-thanks {
  width: 100%;
  text-align: center;
}
footer #newsletterStrip #newsletter-thanks h6 {
  font-family: "BenchNine", sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
footer .footerColumn {
  height: 230px;
  border-left: #DF002D 2px solid;
  padding: 0 15px;
  position: relative;
}
footer .footerColumn .line {
  width: 200px;
  height: 2px;
  background-color: #DF002D;
  display: none;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer .footerColumn {
    border-left: none;
    text-align: center;
    height: auto;
    min-height: 150px;
    position: unset;
  }
  footer .footerColumn .contentWrap {
    margin-bottom: 20px;
    position: unset;
  }
  footer .footerColumn .contentWrap .line {
    display: block;
  }
}
footer .footerColumn .footerTitle {
  font-family: "BenchNine", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #3C3C3C;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
  max-width: 110px;
}
@media screen and (max-width: 767px) {
  footer .footerColumn .footerTitle {
    max-width: unset;
    font-size: 29px;
  }
}
footer .footerColumn .sectionMenu, footer .footerColumn .contactMenu {
  min-width: 140px;
}
footer .footerColumn .sectionMenu li, footer .footerColumn .contactMenu li {
  margin-bottom: 10px;
}
footer .footerColumn .sectionMenu li a, footer .footerColumn .contactMenu li a {
  font-family: "Quicksand", sans-serif;
  color: #3C3C3C;
  font-size: 11px;
  line-height: 14px;
  text-decoration: none;
  display: block;
}
footer .footerColumn .sectionMenu li a:hover, footer .footerColumn .contactMenu li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  footer .footerColumn .sectionMenu li a, footer .footerColumn .contactMenu li a {
    font-size: 15px;
  }
}
footer .footerColumn .sectionMenu li#phone:before, footer .footerColumn .contactMenu li#phone:before {
  content: url("/Images/icons/Icon_phone.svg");
  position: absolute;
  left: 0;
}
footer .footerColumn .sectionMenu li#email:before, footer .footerColumn .contactMenu li#email:before {
  content: url("/Images/icons/Icon_message.svg");
  position: absolute;
  left: 0;
}
footer .footerColumn .sectionMenu li#location:before, footer .footerColumn .contactMenu li#location:before {
  content: url("/Images/icons/Icon_pin.svg");
  position: absolute;
  left: 0;
}
footer .footerColumn .contactMenu {
  margin-top: 44px;
}
footer .footerColumn .contactMenu li a {
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  footer .footerColumn .contactMenu {
    display: inline-block;
    margin-top: unset;
  }
  footer .footerColumn .contactMenu li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  footer .footerColumn .contactMenu {
    margin-top: unset;
  }
  footer .footerColumn .contactMenu li {
    display: block;
    width: 140px;
    margin: auto;
    position: relative;
    margin-bottom: 15px;
  }
}
footer .footerColumn #socialnlegal {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  bottom: 0;
}
footer .footerColumn #socialnlegal .social {
  margin-right: 10px;
}
footer .footerColumn #socialnlegal .social a {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #3F3F3F;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
}
footer .footerColumn #socialnlegal .social a i {
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .footerColumn #socialnlegal {
    position: unset;
    justify-content: center;
    margin-top: 20px;
  }
}
footer .footerColumn .amazon {
  margin-top: 25px;
  padding: 14px 12px;
  background-color: #DF002D;
  color: #fff;
  font-family: "BenchNine", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  border-radius: 6px;
  text-align: center;
  position: absolute;
  bottom: 0;
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: background;
  /* Hack to improve performance on mobile/tablet devices */
  box-shadow: inset 0 0 0 4px #DF002D, 0 0 1px transparent !important;
  /* Hack to improve aliasing on mobile/tablet devices */
}
footer .footerColumn .amazon:hover {
  color: #DF002D;
  text-decoration: none;
  background: rgba(223, 0, 45, 0) !important;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  footer .footerColumn .amazon {
    display: inline-block;
    margin-left: 50px;
    padding: 14px 76px;
  }
}
@media screen and (max-width: 767px) {
  footer .footerColumn .amazon {
    margin: 28px auto;
    padding: 14px 76px;
    position: relative;
    display: inline-block;
  }
}
@media screen and (max-width: 992px) {
  footer .footerColumn#column-4 {
    margin-top: 40px;
    height: unset;
  }
}
footer #column-3 .sectionMenu {
  column-count: 2;
}
@media screen and (max-width: 767px) {
  footer #column-3 .sectionMenu {
    column-count: unset;
  }
}
footer .contentWrap {
  position: relative;
  height: 100%;
}
footer .contentWrap #footer-logo {
  width: 143px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 25px 0 45px 0;
    position: relative;
  }
  footer #legalText {
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
footer .legal {
  text-align: right;
  padding-top: 50px;
}
footer .legal li {
  font-family: "Quicksand", sans-serif;
  color: #3C3C3C;
  font-size: 11px;
  text-decoration: none;
  display: inline-block;
}
footer .legal li a {
  color: #3C3C3C;
  margin: 0 10px;
}
footer .legal li a:hover {
  text-decoration: underline;
}
footer .legal li #legalText {
  text-align: center;
  margin: 0 10px;
  font-family: "Quicksand", sans-serif;
  color: #3C3C3C;
  font-size: 11px;
  line-height: 14px;
}

.header-title {
  font-size: 90px;
  font-weight: bold;
  line-height: 95px;
  color: #fff;
  font-family: "BenchNine", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  word-break: break-word;
}
@media screen and (max-width: 992px) {
  .header-title {
    font-size: 80px;
    line-height: 81px;
  }
}

.header-info {
  font-size: 15px;
  line-height: 19px;
  color: #fff;
}

.section-title {
  font-size: 50px;
  font-weight: bold;
  line-height: 52px;
  font-family: "BenchNine", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.section-info {
  padding-top: 17px;
}

.section-info, text {
  font-size: 15px;
  line-height: 19px;
  color: #3C3C3C;
}

.home-slider .slide-title {
  font-size: 50px;
  font-weight: bold;
  line-height: 52px;
  font-family: "BenchNine", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.home-slider .slide-info {
  font-size: 15px;
  line-height: 19px;
  margin-top: 18px;
}
.home-slider .cta {
  margin-top: 18px;
}

.products-slider .slide-title {
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  color: #3C3C3C;
  font-weight: 700;
}
.products-slider .slide-subtitle {
  font-size: 15px;
  line-height: 19px;
  padding: 2px 0 8px 0;
  font-family: "Quicksand", sans-serif;
  font-weight: lighter;
}

.moment-title {
  font-size: 80px;
  font-weight: bold;
  line-height: 81px;
  font-family: "BenchNine", sans-serif;
  font-weight: 700;
}

.custooltip {
  min-width: 350px;
  background: #3C3C3C 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 21px;
  position: absolute;
  top: 35px;
  display: none;
  z-index: 10;
}
.custooltip .pointer {
  width: 28px;
  height: 14px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.custooltip .pointer svg .a {
  fill: #3C3C3C;
}
.custooltip .close {
  display: block;
  width: 24px;
  height: 30px;
  position: absolute;
  top: 6px;
  right: 8px;
}
.custooltip .close .a {
  fill: #fff;
}
.custooltip .close .a, .custooltip .close .b {
  stroke: #113961;
  stroke-width: 2px;
}
.custooltip .close .b, .custooltip .close .d {
  fill: none;
}
.custooltip .close .b {
  stroke-linecap: round;
}
.custooltip .close .c {
  stroke: none;
}
@media screen and (max-width: 576px) {
  .custooltip {
    margin-left: 50px;
  }
  .custooltip .pointer {
    left: 36%;
  }
}

#headwrap {
  max-width: 100vw;
  width: 100%;
  position: relative;
}
#headwrap .icon {
  margin-top: 0 !important;
}
#headwrap .icon img {
  top: 50% !important;
  z-index: 3;
  width: 136px;
}

.page-header {
  /*max-height: 1080px;*/
  max-width: 100vw;
  width: 100%;
  display: block;
  line-height: 0;
  position: relative;
  background-size: cover;
  transition: background-size 0.1s linear;
  height: 100vh;
}
.page-header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(269.14deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media screen and (max-width: 992px) {
  .page-header {
    max-height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .page-header {
    padding: 0 40px;
  }
}
.page-header .page-header-content {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  line-height: initial;
  z-index: 2;
  width: 100%;
}
.page-header .page-header-content img, .page-header .page-header-content source {
  margin-bottom: 15px;
  max-width: 274px;
}
@media screen and (max-width: 576px) {
  .page-header .page-header-content img, .page-header .page-header-content source {
    max-width: 194px;
  }
}
.page-header .page-header-content .header-info {
  margin-top: 15px;
}
.page-header .page-header-content .cta {
  margin-top: 45px;
  padding: 19px 60px;
}
@media screen and (max-width: 576px) {
  .page-header .page-header-content .cta {
    margin-top: 20px;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 992px) {
  .page-header .page-header-content {
    padding: 0;
    position: absolute;
    top: unset;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center !important;
  }
}
@media screen and (max-width: 576px) {
  .page-header .page-header-content {
    max-width: 100%;
    bottom: unset;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 50px;
  }
  .page-header .page-header-content .header-title {
    font-size: 50px;
    line-height: 54px;
  }
}

.cta:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.cta::after {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.cta:hover::after {
  transform: scale(0, 0);
  opacity: 0;
}

.cta {
  border-radius: 4px;
  background-color: #DF002D;
  color: #fff;
  padding: 19px 22px;
  display: inline-block;
  text-decoration: none;
  font-family: "BenchNine", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 25px;
  transition-duration: 0.3s;
  transition-property: background;
  transform: translateZ(0);
  /* Hack to improve performance on mobile/tablet devices */
  box-shadow: inset 0 0 0 4px #DF002D, 0 0 1px transparent !important;
  /* Hack to improve aliasing on mobile/tablet devices */
}
.cta:hover {
  color: #DF002D;
  background-color: #fff !important;
  text-decoration: none;
}

.cta.hover-red:hover {
  color: #DF002D;
}

.products-slider .slick-next, .products-slider .slick-prev, .home-slider .slick-next, .home-slider .slick-prev, .momentSlider .slick-next, .momentSlider .slick-prev {
  background-color: #DF002D;
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  border-radius: 4px;
  z-index: 2;
  cursor: pointer;
  outline: none !important;
  display: inline-block;
  z-index: 5;
  width: 50px;
  height: 50px;
  line-height: 30px;
  transition-duration: 0.3s;
  transition-property: background;
  transform: translateZ(0);
  box-shadow: inset 0 0 0 4px #DF002D, 0 0 1px transparent !important;
}
.products-slider .slick-next:hover, .products-slider .slick-prev:hover, .home-slider .slick-next:hover, .home-slider .slick-prev:hover, .momentSlider .slick-next:hover, .momentSlider .slick-prev:hover {
  color: #DF002D;
  text-decoration: none;
  /*background: rgba(223, 0, 45, 0);*/
  background-color: #fff;
}
.products-slider .slick-next:hover path, .products-slider .slick-prev:hover path, .home-slider .slick-next:hover path, .home-slider .slick-prev:hover path, .momentSlider .slick-next:hover path, .momentSlider .slick-prev:hover path {
  fill: #DF002D;
}
.products-slider .slick-next svg, .products-slider .slick-prev svg, .home-slider .slick-next svg, .home-slider .slick-prev svg, .momentSlider .slick-next svg, .momentSlider .slick-prev svg {
  height: 50px;
}
.products-slider .slick-next svg path, .products-slider .slick-prev svg path, .home-slider .slick-next svg path, .home-slider .slick-prev svg path, .momentSlider .slick-next svg path, .momentSlider .slick-prev svg path {
  fill: #fff;
}
.products-slider .slick-prev, .home-slider .slick-prev, .momentSlider .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.products-slider .slick-next, .home-slider .slick-next, .momentSlider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: block;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:hover button {
  transition-duration: 0.3s;
  transition-property: background;
  background: #DF002D;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  cursor: pointer;
  color: red;
  border: 0;
  outline: none;
  background: none;
  border: 2px solid #DF002D;
  border-radius: 100%;
}

.slick-dots li.slick-active button {
  background-color: #DF002D;
}

.home-slider-section .slick-dots {
  position: absolute;
  padding-bottom: 25px;
}

.slick-track {
  display: flex !important;
}
.slick-track .slick-slide {
  display: flex !important;
  height: auto !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
}

.captcha {
  display: none;
}

.field-style {
  display: none;
}

.field-validation-error {
  font-size: 0.7em;
  color: red;
}

.home-slider-section {
  display: block;
  margin-top: -3px;
  max-height: 520px;
}
@media screen and (max-width: 992px) {
  .home-slider-section {
    max-height: unset;
  }
}

.home-slider {
  color: #3F3F3F;
  overflow: hidden;
  max-height: 520px;
}
@media screen and (max-width: 992px) {
  .home-slider {
    max-height: unset;
  }
}
.home-slider .slick-list {
  height: 100% !important;
}
.home-slider .home-slide {
  text-align: left;
  padding: 65px 0 65px 0;
  outline: none !important;
  max-height: 520px;
}
@media screen and (max-width: 992px) {
  .home-slider .home-slide {
    max-height: unset;
    padding: 85px 0 15px 0;
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .home-slider .home-slide {
    padding: 150px 0 42px 0;
    text-align: center;
  }
}
@media screen and (max-height: 576px) and (orientation: landscape) {
  .home-slider .home-slide .container.no-padding {
    max-width: unset;
  }
}
.home-slider .home-slide .home-slider-img-padding {
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  .home-slider .home-slide .home-slider-img-padding {
    padding: 0;
  }
}
.home-slider .home-slide .home-slider-info-padding {
  padding: 0 65px 0 40px;
  height: 438px;
  position: relative;
  display: flex;
}
@media screen and (min-width: 577px) and (max-width: 992px) {
  .home-slider .home-slide .home-slider-info-padding {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .home-slider .home-slide .home-slider-info-padding {
    margin-top: 94px;
    display: block;
    padding: 15px;
    min-height: 337px;
    height: auto;
  }
}
.home-slider .home-slide img {
  margin: 0 auto;
  display: block;
  line-height: 0;
}
.home-slider .home-slide .line {
  background-color: #DF002D;
  width: 2px;
  height: 32px;
  line-height: 0;
  display: inline-block;
  margin: 8px 0 0 0;
}
.home-slider .slick-slide .home-slide-img {
  opacity: 0;
  position: relative;
  bottom: 0;
  transition: all 0.7s ease-out;
}
.home-slider .slick-slide .home-slide-img picture {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  margin: auto;
}
.home-slider .slick-slide .home-slide-img picture .slideImg {
  max-height: 436px;
  width: auto;
}
@media screen and (min-width: 577px) and (max-width: 992px) {
  .home-slider .slick-slide .home-slide-img picture .slideImg {
    max-width: 115%;
    padding-bottom: 65px;
  }
}
@media screen and (max-height: 576px) and (orientation: landscape) {
  .home-slider .slick-slide .home-slide-img picture .slideImg {
    max-width: 100%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1024px) {
  .home-slider .slick-slide .home-slide-img picture .slideImg {
    max-height: 395px;
  }
}
@media screen and (max-width: 576px) {
  .home-slider .slick-slide .home-slide-img picture .slideImg {
    max-height: 300px;
    margin-top: 20px;
  }
}
.home-slider .slick-slide .home-slide-img .whitecirc {
  position: absolute;
  width: 564px;
  height: 564px;
  z-index: 1;
  top: -67px;
  left: -52px;
  background-color: #fff;
  border-radius: 50%;
  display: none;
}
@media screen and (max-width: 992px) {
  .home-slider .slick-slide .home-slide-img .whitecirc {
    width: 414px;
    height: 414px;
    top: -42px;
    left: -45px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .home-slider .slick-slide .home-slide-img .whitecirc {
    left: -77px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1024px) {
  .home-slider .slick-slide .home-slide-img .whitecirc {
    top: -79px;
  }
}
@media screen and (max-width: 576px) {
  .home-slider .slick-slide .home-slide-img .whitecirc {
    width: 444px;
    height: 444px;
    left: 0;
    top: -62px;
  }
}
@media screen and (max-width: 992px) {
  .home-slider .slick-slide .home-slide-img {
    transition: all 0s ease-out;
  }
}
.home-slider .slick-slide .slide-title {
  opacity: 1;
  position: absolute;
  top: 60px;
  left: 40px;
  max-width: 450px;
  /*left: -60px;
  transition: all 0.3s ease-out;
  transition-delay: 0.3s;*/
}
@media screen and (max-width: 992px) {
  .home-slider .slick-slide .slide-title {
    top: 0;
    transition: all 0s ease-out;
  }
}
.home-slider .slick-slide .slide-info {
  opacity: 1;
  position: absolute;
  top: 170px;
  left: 40px;
  max-width: 450px;
  /*left: -60px;
  transition: all 0.3s ease-out;
  transition-delay: 0.4s;*/
}
@media screen and (max-width: 992px) {
  .home-slider .slick-slide .slide-info {
    top: 150px;
    width: 278px;
    transition: all 0s ease-out;
  }
}
.home-slider .slick-slide .slide-cta {
  opacity: 1;
  position: absolute;
  bottom: 50px;
  left: 40px;
  /*left: -60px;
  transition: all 0.3s ease-out;
  transition-delay: 0.5s;*/
  /*@media screen and (max-width: 768px) {
      transition: all 0s ease-out;
  }*/
}
@media screen and (max-width: 576px) {
  .home-slider .slick-slide .slide-title, .home-slider .slick-slide .slide-info, .home-slider .slick-slide .slide-cta {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }
}
.home-slider .slick-active .home-slide-img {
  opacity: 1;
  bottom: 0;
  transition: all 0.7s ease-out;
}
.home-slider .slick-active .slide-title {
  opacity: 1;
}
.home-slider .slick-active .slide-title::after {
  content: "";
  position: absolute;
  z-index: 999;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  bottom: 0;
  /*background-image: linear-gradient($monza, $monza), linear-gradient($white, $white);*/
  background-size: 0% 100%, 100% 100%;
  background-repeat: no-repeat;
  background-position: left, right;
  animation: revealer-text 0.7s 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
}
.home-slider .slick-active .slide-info {
  opacity: 1;
}
.home-slider .slick-active .slide-cta {
  opacity: 1;
  /*transition-delay: 0.5s;*/
  /*transition: left 0.3s linear 0.5s, background 0.3s linear 0s;*/
  /*@media screen and (max-width: 768px) {
      transition: all 0s ease-out;
      transition-delay: 0s;
  }*/
}

.products-slider-section {
  display: block;
  background-color: #F5F5F5;
  padding: 80px 0;
}

.products-slider-informations {
  padding-bottom: 60px;
  display: block;
}

.products-slider .products-slide {
  text-align: center;
  padding: 0 65px;
  outline: none !important;
}
.products-slider .products-slide picture {
  display: block;
  width: 192px;
  height: 320px;
}
.products-slider .products-slide .productCarouselPackaging {
  margin: 0 auto;
  display: block;
  line-height: 0;
  width: 192px;
}
.products-slider .products-slide .line {
  background-color: #DF002D;
  width: 2px;
  height: 32px;
  line-height: 0;
  display: inline-block;
  margin: 8px 0 0 0;
}
.products-slider .products-slide .slide-cta {
  width: 100%;
}

@keyframes revealer-text {
  0% {
    background-size: 0% 100%, 100% 100%;
    background-position: left, right;
  }
  50% {
    background-size: 100% 100%, 0% 100%;
    background-position: left, right;
  }
  51% {
    background-size: 100% 100%, 0% 100%;
    background-position: right;
  }
  100% {
    background-size: 0% 100%, 0% 100%;
    background-position: right;
  }
}
/*SLICK FIX - Stop stacking on pageload*/
.slick-slider {
  overflow: hidden;
}

.slide:nth-child(n+1) {
  display: none;
}

.slick-initialized,
.slide:first-child {
  display: block;
}

.nutrition {
  font-family: sans-serif;
  font-size: 1.4rem;
  line-height: 1.429;
  max-width: 400px;
  padding: 0.5rem;
  border: 4px solid;
}

#ingredients {
  max-width: 400px;
  padding: 0.5rem;
  font-size: 14px;
}

.nutrition-title {
  font-size: 28px;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.3;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.nutrition-facts {
  border-top: 2px solid;
  border-bottom: 4px solid;
}
.nutrition-facts .calories {
  font-weight: bold;
  border-bottom: 8px solid;
}
.nutrition-facts,
.nutrition-facts ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.nutrition-facts.fat-details,
.nutrition-facts ul.fat-details {
  display: inline-block;
  flex: 0 0 86%;
}
.nutrition-facts ul {
  flex: 0 0 100%;
}
.nutrition-facts ul li {
  margin-left: 1rem;
  margin-right: -0.25rem;
}
.nutrition-facts li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.nutrition-facts .nutrition-facts-section {
  border-top-width: 5px;
  border-bottom: 2px solid;
}
.nutrition-facts .nutrition-facts-section .percent {
  padding-top: 10px;
}
.nutrition-facts .carbs, .nutrition-facts .info {
  border-bottom: 2px solid;
}
.nutrition-facts .dailyValue {
  font-weight: bold;
  font-size: 14px;
}

.nutrition-facts-label {
  font-weight: bold;
}

.nutrition-note {
  font-size: 14px;
}

#couponPanel {
  display: none;
  background-color: #DF002D;
  width: 256px;
  height: 264px;
  position: fixed;
  top: 446px;
  right: -270px;
  transform: translateY(-50%);
  padding: 7px;
  z-index: 100;
  border-radius: 4px;
}
#couponPanel .closeBtn {
  width: 28px;
  height: 28px;
  background-color: #FAFAFA;
  position: absolute;
  top: -8px;
  left: -8px;
  border: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#couponPanel .closeBtn:after {
  content: " ";
  background: url(/Images/icons/close-icon.png) center center no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
}
#couponPanel #couponContent {
  display: block;
  width: 242px;
  height: 250px;
  border: #fff 1px dashed;
}
#couponPanel #couponContent .couponImg {
  margin: 26px 0 14px 2px;
  width: 205px;
}
#couponPanel #couponContent .title {
  font-family: "BenchNine", sans-serif;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  margin-right: 40px;
}
#couponPanel #couponContent .desc {
  font-family: "BenchNine", sans-serif;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  text-align: right;
  margin-right: 40px;
}
#couponPanel #couponContent:hover {
  text-decoration: none;
}
@media screen and (max-width: 736px) {
  #couponPanel {
    position: fixed;
    top: unset;
    bottom: -270px;
    right: unset;
    left: 50%;
    transform: translateY(0) translateX(-50%);
  }
  #couponPanel #couponContent {
    text-align: center;
  }
  #couponPanel #couponContent .title, #couponPanel #couponContent .desc {
    text-align: center;
    margin-right: 0;
  }
}

#couponBtnWrap {
  background-color: #DF002D;
  border-radius: 4px;
  width: 264px;
  height: 81px;
  position: fixed;
  top: 446px;
  right: -124px;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 120;
  padding: 7px;
  transition: right 0.1s ease-out;
  cursor: pointer;
}
#couponBtnWrap #couponBtn {
  display: block;
  width: 250px;
  height: 67px;
  border: #fff 1px dashed;
  background: none;
  font-family: "BenchNine", sans-serif;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 7px 0px 34px;
  text-align: center;
  position: relative;
}
#couponBtnWrap #couponBtn:before {
  content: " ";
  background: url(/Images/icons/cut-krispy-01.svg) center center no-repeat;
  background-size: contain;
  width: 25px;
  height: 24px;
  position: absolute;
  top: 9px;
  left: 6px;
}
#couponBtnWrap:hover {
  right: -122px !important;
}
#couponBtnWrap:focus {
  outline: 0;
}
@media screen and (max-width: 736px) {
  #couponBtnWrap {
    position: fixed;
    top: unset;
    bottom: -34px;
    right: unset;
    left: 50%;
    transform: translateY(0) translateX(-50%) rotate(0);
  }
}

#momentCouponBtnWrap {
  background-color: #DF002D;
  border-radius: 4px;
  padding: 7px;
  transition: right 0.1s ease-out;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin-top: 45px;
}
#momentCouponBtnWrap #momentCouponBtn {
  display: flex;
  border: #fff 1px dashed;
  background: none;
  font-family: "BenchNine", sans-serif;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  text-align: center;
  position: relative;
  align-items: center;
}
#momentCouponBtnWrap #momentCouponBtn svg {
  width: 25px;
  height: 24px;
}
#momentCouponBtnWrap #momentCouponBtn svg #scissors {
  width: 25px;
  height: 24px;
  fill: #fff;
}
#momentCouponBtnWrap #momentCouponBtn span {
  display: inline-block;
  margin-left: 5px;
}
#momentCouponBtnWrap:hover {
  color: #DF002D;
  background-color: #fff;
}
#momentCouponBtnWrap:hover #momentCouponBtn {
  border: #DF002D 1px dashed;
}
#momentCouponBtnWrap:hover #momentCouponBtn #scissors {
  fill: #DF002D;
}
#momentCouponBtnWrap:hover #momentCouponBtn span {
  color: #DF002D;
}
@media screen and (max-width: 736px) {
  #momentCouponBtnWrap {
    margin-top: 20px;
    margin-bottom: 160px;
  }
}

#moments-section {
  background-color: #fff;
  padding-top: 92px;
  padding-bottom: 130px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #moments-section {
    padding-bottom: 85px;
  }
}
#moments-section .intro {
  text-align: center;
}
#moments-section .intro .title {
  font-family: "BenchNine", sans-serif;
  font-size: 50px;
  line-height: 52px;
  color: #DF002D;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#moments-section .intro .desc {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #3C3C3C;
  margin-bottom: 51px;
}
#moments-section .intro .line {
  background-color: #DF002D;
  width: 2px;
  height: 100px;
  line-height: 0;
  display: inline-block;
}
#moments-section .moment {
  margin-top: 51px;
  text-align: center;
}
#moments-section .moment .picwrap {
  position: relative;
  z-index: 2;
}
#moments-section .moment .picwrap .peopleImg {
  max-width: 100%;
}
#moments-section .moment .picwrap .bgpic {
  position: absolute;
  z-index: -1;
}
#moments-section .moment .info {
  padding-left: 40px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 576px) {
  #moments-section .moment .info {
    padding-left: 0;
    text-align: center;
    margin-top: 40px;
  }
}
#moments-section .moment .info .title {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 80px;
  line-height: 81px;
  color: #3C3C3C;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  #moments-section .moment .info .title {
    font-size: 60px;
    line-height: 61px;
  }
}
#moments-section .moment .info .desc {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #3C3C3C;
  margin-bottom: 20px;
}
#moments-section .moment .info .cta {
  padding: 19px 40px;
  display: block;
  text-align: center;
  max-width: 400px;
}
#moments-section .moment .info .cta:hover {
  color: #DF002D;
}
#moments-section .moment .info .prodImg {
  display: block;
  margin: auto;
  max-width: 637px;
}
#moments-section .moment .line {
  background-color: #DF002D;
  width: 2px;
  height: 100px;
  line-height: 0;
  display: inline-block;
  margin-top: 33px;
}

@media screen and (max-width: 992px) {
  .landing-page .page-header-content {
    bottom: unset !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
#aboutus {
  background-color: #fff;
  padding-top: 92px;
  overflow: hidden;
}
#aboutus .contentWrap {
  text-align: center;
  margin-bottom: 51px;
}
#aboutus .contentWrap .title {
  font-family: "BenchNine", sans-serif;
  font-size: 50px;
  line-height: 52px;
  color: #DF002D;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#aboutus .contentWrap .desc {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #3C3C3C;
}
#aboutus .contentWrap .desc .desc_subtitle {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 52px;
  padding-top: 22px;
  text-transform: uppercase;
  display: block;
}
#aboutus .contentWrap .aboutImg {
  margin: 40px auto;
}
#aboutus .contentWrap .aboutImg.single {
  width: 287.5px;
  display: inline-block;
}
#aboutus .contentWrap .aboutImg.full {
  width: 862px;
  display: block;
}
#aboutus .contentWrap .line {
  background-color: #DF002D;
  width: 2px;
  height: 70px;
  line-height: 0;
  display: inline-block;
  margin-top: 33px;
}

#history {
  background-color: #fff;
  padding-top: 104px;
  overflow: hidden;
  text-align: center;
}
#history .dateWrap {
  display: block;
  align-items: center;
  height: 106px;
}
#history .dateWrap .line {
  background-color: #DF002D;
  width: 2px;
  height: 106px;
  line-height: 0;
  display: block;
  margin-right: 22px;
  float: left;
}
#history .dateWrap .date {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 100px;
  line-height: 100px;
  color: #ECECEC;
  display: block;
  float: left;
  margin-top: 7px;
}
#history .contentWrap {
  text-align: left;
  margin-bottom: 50px;
}
#history .contentWrap .title {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 52px;
  color: #3C3C3C;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#history .contentWrap .desc {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #3C3C3C;
}
#history .contentWrap .picwrap {
  position: relative;
  z-index: 2;
}
#history .contentWrap .picwrap .timelineImg {
  max-width: 100%;
}
#history .contentWrap .picwrap .bgpic {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  #history .contentWrap {
    text-align: center;
  }
  #history .contentWrap .picwrap {
    margin-bottom: 30px;
  }
  #history .contentWrap .picwrap .timelineImg {
    max-width: 100%;
  }
  #history .contentWrap .text-right {
    text-align: center !important;
  }
}
#history .line {
  background-color: #DF002D;
  width: 2px;
  height: 106px;
  line-height: 0;
  display: inline-block;
  margin-bottom: 50px;
}

#moment {
  background-color: #fff;
  padding-top: 104px;
  overflow: hidden;
}
#moment #momentIntro {
  position: relative;
  text-align: center;
  z-index: 2;
}
#moment #momentIntro .customwrap {
  position: relative;
  display: flex;
}
#moment #momentIntro .picwrap {
  width: 530px;
  min-height: 381px;
  flex: 2 1 0;
}
@media screen and (max-width: 576px) {
  #moment #momentIntro .picwrap {
    max-width: 100%;
    margin: 0 15px;
  }
}
#moment #momentIntro .info {
  text-align: left;
}
#moment #momentIntro .info .title {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 52px;
  color: #DF002D;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#moment #momentIntro .info .desc {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  color: #3C3C3C;
  margin-bottom: 35px;
}
#moment #momentIntro .info #quotewrap {
  background-color: #F5F5F5;
  width: 100%;
  padding: 32px 90px;
  border-radius: 8px;
}
#moment #momentIntro .info #quotewrap #quote {
  color: #DF002D;
  position: relative;
}
#moment #momentIntro .info #quotewrap #quote .quote {
  font-family: "BenchNine", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 31px;
  color: #3C3C3C;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 21px;
  display: block;
  max-width: 80%;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 992px) {
  #moment #momentIntro .info #quotewrap #quote .quote {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #moment #momentIntro .info #quotewrap #quote .quote {
    font-size: 21px;
    line-height: 28px;
  }
}
#moment #momentIntro .info #quotewrap #quote .quoteby {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  color: #3C3C3C;
  text-align: right;
  display: block;
}
#moment #momentIntro .info #quotewrap #quote:before {
  content: "";
  background: url(/Images/icons/QuoteLeft.svg) top left no-repeat;
  width: 65px;
  height: 52px;
  position: absolute;
  top: 0;
  left: -70px;
}
#moment #momentIntro .info #quotewrap #quote:after {
  content: "";
  background: url(/Images/icons/QuoteRight.svg) top left no-repeat;
  width: 65px;
  height: 52px;
  position: absolute;
  bottom: 26px;
  right: -70px;
}
@media screen and (max-width: 576px) {
  #moment #momentIntro .info #quotewrap #quote:before, #moment #momentIntro .info #quotewrap #quote:after {
    width: 32px;
    height: 31px;
    background-size: contain;
  }
  #moment #momentIntro .info #quotewrap #quote:before {
    left: -35px;
  }
  #moment #momentIntro .info #quotewrap #quote:after {
    right: -35px;
  }
}
@media screen and (max-width: 576px) {
  #moment #momentIntro .info #quotewrap {
    padding: 32px 50px;
  }
}
@media screen and (max-width: 992px) {
  #moment #momentIntro .info {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  #moment #momentIntro .info .title, #moment #momentIntro .info .desc {
    text-align: center;
  }
}
#moment #momentIntro .line {
  background-color: #DF002D;
  width: 2px;
  height: 70px;
  display: block;
  margin: 90px auto;
}
@media screen and (max-width: 992px) {
  #moment #momentIntro {
    align-items: unset;
  }
}
#moment #momentProductsSection {
  margin-top: 75px;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
  z-index: 0;
}
#moment #momentProductsSection .momentProductInfo {
  width: 100%;
  position: relative;
}
#moment #momentProductsSection .momentProductInfo .title {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 35px;
  color: #3C3C3C;
  text-transform: uppercase;
}
#moment #momentProductsSection .momentProductInfo .subtitle {
  font-family: "BenchNine", sans-serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 33px;
  color: #DF002D;
}
#moment #momentProductsSection .momentProductInfo .line {
  background-color: #DF002D;
  width: 76px;
  height: 2px;
  display: inline-block;
  margin: 22px auto;
}
#moment #momentProductsSection .momentProductInfo .nutritionalValues p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  color: #3C3C3C;
  margin-bottom: 12px;
}
#moment #momentProductsSection .momentProductInfo .nutritionalValues ul.nutritionFacts li {
  font-family: "Quicksand", sans-serif;
  font-weight: lighter;
  font-size: 14px;
  line-height: 16px;
  color: #3C3C3C;
  margin-bottom: 12px;
}
#moment #momentProductsSection .momentProductInfo .nutritionalValues ul.nutritionFacts li .label {
  font-weight: bold;
  text-transform: uppercase;
}
#moment #momentProductsSection .momentProductInfo .cta {
  display: block;
  text-align: center;
}
#moment #momentProductsSection .momentProductInfo .cta:hover {
  color: #DF002D;
}
#moment #momentProductsSection .right .productImg {
  height: 450px;
  margin-left: -26px;
}
#moment #momentProductsSection .right .momentProductInfo {
  text-align: left;
}
#moment #momentProductsSection .right .momentProductInfo .line {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  #moment #momentProductsSection .right .productImg {
    margin-left: 0;
  }
  #moment #momentProductsSection .right .momentProductInfo {
    margin-top: 30px;
  }
}
#moment #momentProductsSection .left .productImg {
  max-height: 414px;
  max-width: 224px;
}
#moment #momentProductsSection .left .momentProductInfo {
  text-align: right;
}
#moment #momentProductsSection .left .momentProductInfo .line {
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  #moment #momentProductsSection .left .picWrap {
    height: 472px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #moment #momentProductsSection .left .momentProductInfo {
    margin-top: 30px;
  }
}
#moment #momentProductsSection .circle {
  width: 540px;
  height: 540px;
  background-color: #F5F5F5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-width: 992px) {
  #moment #momentProductsSection .circle {
    top: -45px;
    transform: translateX(-50%);
  }
}
#moment #momentProductsSection .row {
  z-index: 2;
  position: relative;
  align-items: center;
}
#moment #momentProductsSection .bgpic {
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  #moment #momentProductsSection {
    margin-bottom: 0;
  }
  #moment #momentProductsSection .circle {
    display: none;
  }
  #moment #momentProductsSection .left .picWrap, #moment #momentProductsSection .right .picWrap {
    width: 330px;
    height: 330px !important;
    background-color: #F5F5F5;
    border-radius: 50%;
    z-index: 0;
    padding: 0;
    position: relative;
    display: flex;
    margin: auto;
  }
  #moment #momentProductsSection .left .picWrap .productImg, #moment #momentProductsSection .right .picWrap .productImg {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 375px;
  }
  #moment #momentProductsSection .left .momentProductInfo, #moment #momentProductsSection .right .momentProductInfo {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
#moment #otherMoments {
  position: relative;
  text-align: center;
  z-index: 2;
}
#moment #otherMoments .line {
  background-color: #DF002D;
  width: 2px;
  height: 70px;
  display: block;
  margin: 0 auto 62px auto;
}
#moment #otherMoments #sliderWrap {
  max-width: 100%;
}
#moment #otherMoments #sliderWrap .title {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 52px;
  color: #DF002D;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#moment #otherMoments #sliderWrap .momentSlider {
  position: relative;
}
#moment #otherMoments #sliderWrap .momentSlider .moment {
  width: 255px;
  display: inline-block;
  position: relative;
  margin: 0 12px;
}
#moment #otherMoments #sliderWrap .momentSlider .moment .productImg {
  max-width: 100%;
}
#moment #otherMoments #sliderWrap .momentSlider .moment .line {
  background-color: #DF002D;
  width: 2px;
  height: 42px;
  display: block;
  margin: 20px auto;
}
#moment #otherMoments #sliderWrap .momentSlider .moment .name {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  color: #3C3C3C;
  text-transform: uppercase;
  margin-bottom: 14px;
  min-height: 64px;
}
#moment #otherMoments #sliderWrap .momentSlider .moment .cta {
  display: block;
  width: 100%;
}
#moment #otherMoments #sliderWrap .momentSlider .moment .cta:hover {
  color: #DF002D;
}
#moment #otherMoments #sliderWrap .momentSlider .moment:first-child {
  margin-left: 0;
}
#moment #otherMoments #sliderWrap .momentSlider .moment:last-child {
  margin-right: 0;
}
@media screen and (max-width: 576px) {
  #moment #otherMoments #sliderWrap .momentSlider .moment {
    width: 100%;
    margin: auto;
  }
}
#moment #otherMoments #sliderWrap .slick-arrow {
  top: 20%;
  transform: translate(0, 0);
}
#moment #otherMoments #sliderWrap .slick-arrow.slick-prev {
  left: 0;
}
#moment #otherMoments #sliderWrap .slick-arrow.slick-next {
  right: 24px;
}
@media screen and (max-width: 576px) {
  #moment #otherMoments #sliderWrap .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 576px) {
  #moment #otherMoments #sliderWrap .slick-arrow {
    top: 24%;
  }
}

#products {
  background-color: #fff;
  padding-top: 92px;
  padding-bottom: 14px;
}
#products #intro .customwrap {
  position: relative;
  display: flex;
  align-items: center;
}
#products #intro .customwrap .picwrap {
  width: 455px;
  min-height: 255px;
  flex: 2 1 0;
}
#products #intro .customwrap .info .title {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 52px;
  color: #DF002D;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#products #intro .customwrap .info .subtitle {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 52px;
  color: #3C3C3C;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#products #intro .customwrap .info .desc {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  color: #3C3C3C;
}
@media screen and (max-width: 576px) {
  #products #intro .customwrap .info {
    padding-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #products #intro .customwrap {
    align-items: unset;
  }
}
#products #catListing .category {
  width: 100%;
  position: relative;
  text-align: center;
}
#products #catListing .category .line {
  background-color: #DF002D;
  width: 2px;
  height: 72px;
  display: block;
  margin: 62px auto 26px auto;
}
#products #catListing .category .categoryTitle {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  color: #3C3C3C;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#products #catListing .category .categoryDesc {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  color: #3C3C3C;
  margin-bottom: 30px;
}
#products #catListing .category .prodListingWrap {
  width: 100%;
  position: relative;
  border-bottom: #CBCBCB 3px dotted;
  padding-bottom: 50px;
}
#products #catListing .category .prodListingWrap .prodListing {
  width: 100%;
  min-height: 450px;
  height: auto;
  overflow: hidden;
  transition: height 0.5s ease-in;
  padding-top: 25px;
  /*&.opened {
      max-height: unset!important;
  }*/
}
#products #catListing .category .prodListingWrap .prodListing .productTile {
  width: 100%;
  max-width: 255px;
  margin: auto;
  margin-bottom: 70px;
}
#products #catListing .category .prodListingWrap .prodListing .productTile .picWrap {
  width: 240px;
  height: 240px !important;
  background-color: #F5F5F5;
  border-radius: 50%;
  z-index: 0;
  padding: 0;
  position: relative;
  display: flex;
}
#products #catListing .category .prodListingWrap .prodListing .productTile .picWrap .listingProduct {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 180px;
  max-height: 290px;
}
#products #catListing .category .prodListingWrap .prodListing .productTile .picWrap .new {
  position: absolute;
  top: 0;
  right: 18px;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  #products #catListing .category .prodListingWrap .prodListing .productTile .picWrap {
    display: block;
    margin: auto;
  }
}
#products #catListing .category .prodListingWrap .prodListing .productTile .line {
  background-color: #DF002D;
  width: 2px;
  height: 28px;
  display: block;
  margin: 36px auto 10px auto;
}
#products #catListing .category .prodListingWrap .prodListing .productTile .productName {
  height: 40px;
  margin-bottom: 5px;
  font-family: "Quicksand", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  color: #3C3C3C;
}
#products #catListing .category .prodListingWrap .prodListing .productTile .productName .psize {
  color: #DF002D;
}
#products #catListing .category .prodListingWrap .prodListing .productTile .cta {
  max-width: 216px;
}
#products #catListing .category .prodListingWrap .prodListing .productTile .cta:hover {
  color: #DF002D;
}
#products #catListing .category .prodListingWrap .seeMore {
  padding: 7px 35px 7px 82px;
  background-color: #fff;
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 52px;
  color: #DF002D;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
}
#products #catListing .category .prodListingWrap .seeMore:before {
  content: url(/Images/icons/Icon_plus.svg);
  width: 26px;
  height: 26px;
  position: absolute;
  left: 42px;
  top: 10px;
}
#products #catListing .category .prodListingWrap .seeMore.active:before {
  content: url(/Images/icons/Icon_moins.svg);
}
#products #catListing .category .prodListingWrap .seeMore:focus {
  outline: none;
}
#products #catListing .category .prodListingWrap .seeMore.hideBtn {
  display: none;
}
@media screen and (max-width: 576px) {
  #products #catListing .category .prodListingWrap .seeMore {
    padding: 7px 35px 7px 75px;
  }
  #products #catListing .category .prodListingWrap .seeMore.hideBtn {
    display: block;
  }
}

#product {
  background-color: #fff;
  position: relative;
  height: 892px;
  padding-top: 40px;
  overflow: hidden;
}
#product #coloredSide {
  position: absolute;
  width: 60%;
  left: 40%;
  top: 0;
  height: 892px;
}
@media screen and (max-width: 992px) {
  #product #coloredSide {
    width: 50%;
    left: 50%;
  }
}
@media screen and (max-width: 576px) {
  #product #coloredSide {
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 486px;
  }
}
#product .info {
  text-align: right;
  z-index: 5;
  padding-top: 75px;
}
#product .info .title {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 35px;
  color: #3C3C3C;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#product .info .subtitle {
  font-family: "BenchNine", sans-serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 33px;
  color: #DF002D;
}
#product .info .line {
  background-color: #DF002D;
  width: 76px;
  height: 2px;
  display: inline-block;
  margin: 22px auto;
}
#product .info .label {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: #3C3C3C;
  margin-bottom: 12px;
}
#product .info .content {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  color: #3C3C3C;
  margin-bottom: 12px;
}
#product .info li {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: lighter;
  color: #3C3C3C;
  margin-bottom: 9px;
}
#product .info li .nutriLabel {
  font-weight: bold;
  text-transform: uppercase;
}
#product .info .nutritionalValues {
  display: block;
  position: relative;
  padding-right: 35px;
  background-color: #fff;
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 52px;
  color: #DF002D;
  border: 0;
  margin-bottom: 21px;
}
#product .info .nutritionalValues:after {
  content: url(/Images/icons/Icon_info.svg);
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 5px;
}
#product .info .nutritionalValues:focus {
  outline: none;
}
@media screen and (max-width: 576px) {
  #product .info .nutritionalValues {
    max-width: 175px;
    margin: auto;
  }
}
#product .info .alsoAvail {
  margin-bottom: 21px;
}
#product .info .alsoAvail .otherFormat {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  color: #DF002D;
  text-decoration: underline;
}
#product .info .alsoAvail .otherFormat:not(:last-child):after {
  content: "-";
  margin-left: 7px;
}
#product .info .alsoAvail .otherFormat:hover {
  text-decoration: none;
}
#product .info .cta {
  /*padding: 19px 52px;*/
}
#product .info .cta:hover {
  color: #DF002D;
}
@media screen and (max-width: 576px) {
  #product .info {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
#product .picWrap {
  width: 742px;
  height: 742px;
  background-color: #fff;
  z-index: 2;
  margin-left: -173px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#product .picWrap .productPackaging {
  max-height: 600px;
}
@media screen and (min-wisth: 576px) and (max-width: 992px) {
  #product .picWrap {
    width: 674px;
    height: 674px;
    margin-left: -284px;
    display: block;
  }
  #product .picWrap .productPackaging {
    max-height: 456px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-65%, -50%);
  }
}
@media screen and (max-width: 576px) {
  #product .picWrap {
    width: 404px;
    height: 404px;
    margin-left: -145px;
  }
  #product .picWrap picture {
    position: relative;
    text-align: center;
  }
  #product .picWrap picture .productPackaging {
    max-width: 90%;
    max-height: 360px;
  }
}
@media screen and (max-width: 576px) {
  #product {
    height: auto;
  }
}

#nutrition-facts {
  display: none;
}
#nutrition-facts #seals {
  position: relative;
}
#nutrition-facts #seals .seal {
  width: 100px;
  display: inline-block;
  margin-right: 10px;
}

.produit-page .icon {
  margin-top: 0;
}
.produit-page .fancybox-content {
  padding: 15px;
  overflow: visible;
}
.produit-page .custom-close {
  padding: 0;
  content: url("/Images/icons/Icon_close.svg");
  width: 28px;
  height: 28px;
  position: absolute;
  top: -14px;
  right: -14px;
  color: unset;
  opacity: 1;
  background: unset;
  z-index: 8888;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .produit-page .custom-close {
    right: -5px;
  }
}

.fancybox-container {
  z-index: 999999;
}

#findUs {
  background-color: #fff;
  position: relative;
  text-align: center;
  overflow: hidden;
}
#findUs #topStrip {
  width: 100%;
  height: 280px;
  background-color: #F5F5F5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#findUs #topStrip .picWrap {
  width: 230px;
  height: 230px;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#findUs #topStrip .picWrap .topStripLogo {
  max-height: 204px;
}
#findUs .title {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 52px;
  color: #DF002D;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 56px;
}
#findUs .line {
  background-color: #DF002D;
  width: 2px;
  height: 70px;
  display: block;
  margin: 20px auto 48px auto;
}
#findUs .separator {
  width: 100%;
  position: relative;
  border-bottom: #CBCBCB 3px dotted;
  margin-bottom: 50px;
  margin-top: 50px;
}
#findUs .separator .location {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 52px;
  color: #3C3C3C;
  text-transform: uppercase;
  padding: 7px 50px 7px 50px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
#findUs .contentWrap .retailerLink {
  opacity: 1;
}
#findUs .contentWrap .retailerLink:hover {
  opacity: 0.9;
}
#findUs .contentWrap .retailer {
  max-width: 255px;
  margin-bottom: 35px;
}
@media screen and (max-width: 576px) {
  #findUs .contentWrap .retailer {
    max-width: 100%;
  }
}
#findUs .contentWrap .partnerTile {
  width: 100%;
  margin-bottom: 72px;
  position: relative;
  text-align: center;
  height: 500px;
}
#findUs .contentWrap .partnerTile .picWrap .partner {
  max-width: 255px;
}
#findUs .contentWrap .partnerTile .line {
  background-color: #DF002D;
  width: 2px;
  height: 32px;
  display: block;
  margin: 22px auto 16px auto;
}
#findUs .contentWrap .partnerTile .partnerName {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  color: #3C3C3C;
}
#findUs .contentWrap .partnerTile .partnerIntro {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: lighter;
  color: #3C3C3C;
}
#findUs .contentWrap .partnerTile .cta {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#findUs .contentWrap .partnerTile .cta:hover {
  color: #DF002D;
}
#findUs .container-fluid {
  padding: 0;
}
#findUs .container-fluid:nth-last-child(2) .partnerTile {
  height: 370px !important;
}

#contact {
  background-color: #fff;
  position: relative;
  text-align: center;
  overflow: hidden;
}
#contact #topStrip {
  width: 100%;
  height: 280px;
  background-color: #F5F5F5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact #topStrip .picWrap {
  width: 230px;
  height: 230px;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact #topStrip .picWrap .topStripLogo {
  max-height: 204px;
}
#contact .title {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 52px;
  color: #DF002D;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 56px;
}
#contact .intro {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #3C3C3C;
}
#contact .line {
  background-color: #DF002D;
  width: 2px;
  height: 70px;
  display: block;
  margin: 20px auto 48px auto;
}
#contact .separator {
  width: 100%;
  position: relative;
  border-bottom: #CBCBCB 3px dotted;
  margin-bottom: 28px;
  margin-top: 50px;
}
#contact .separator .location {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 52px;
  color: #3C3C3C;
  text-transform: uppercase;
  padding: 7px 50px 7px 50px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  #contact .separator .location {
    line-height: 30px;
    bottom: -24px;
  }
}
#contact .coords {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #3C3C3C;
  text-align: center;
  margin-top: 30px;
}
#contact .formbg {
  background-color: #F5F5F5;
  padding: 82px 0 83px 0;
  text-align: left;
}
#contact .formbg #errMss {
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #DF002D;
  text-align: left;
  margin-bottom: 10px;
  min-height: 20px;
}
#contact .formbg #subjectWrap {
  margin-bottom: 15px;
}
#contact .formbg #subjectWrap .flex-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#contact .formbg #subjectWrap .flex-col #subject {
  width: 88%;
}
#contact .formbg #subjectWrap .flex-col label {
  margin-top: 5px;
}
#contact .formbg #subjectWrap #cvwrap {
  display: none;
}
@media screen and (max-width: 576px) {
  #contact .formbg #subjectWrap .flex-col {
    display: block;
  }
  #contact .formbg #subjectWrap .flex-col #subject {
    width: 100%;
  }
}
#contact .formbg #subject2 {
  display: none;
}
#contact .formbg #ucpwarning {
  margin-bottom: 3px;
  display: none;
}
#contact .formbg label {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  color: #3C3C3C;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 20px;
}
#contact .formbg input[type=text], #contact .formbg textarea, #contact .formbg select {
  width: 100%;
  color: #3C3C3C;
  font-family: "BenchNine", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  border: #AFAFAF 1px solid;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 3px 6px;
}
#contact .formbg textarea {
  height: 102px;
}
#contact .formbg #subscribe label {
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
  margin-left: 6px;
}
#contact .formbg #subscribe .cta {
  outline: none;
  border: none;
  padding: 10px 40px;
  margin-top: 15px;
}
#contact .formbg #subscribe .cta:hover {
  color: #DF002D;
}
#contact .formbg #contact-thanks {
  width: 100%;
  text-align: center;
  display: none;
  padding: 40px;
}
#contact .formbg #contact-thanks h4 {
  font-family: "BenchNine", sans-serif;
  font-weight: 500;
  font-size: 50px;
  text-transform: uppercase;
  color: #DF002D;
}
#contact .formbg #contact-thanks p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-top: 10px;
  color: #3C3C3C;
}
@media screen and (max-width: 576px) {
  #contact .formbg {
    padding: 50px 0;
  }
}

#moments {
  background-color: #fff;
  padding-top: 92px;
  padding-bottom: 57px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #moments {
    padding-bottom: 85px;
  }
}
#moments .intro {
  text-align: center;
}
#moments .intro .title {
  font-family: "BenchNine", sans-serif;
  font-size: 50px;
  line-height: 52px;
  color: #DF002D;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#moments .intro .desc {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #3C3C3C;
  margin-bottom: 51px;
}
#moments .intro .line {
  background-color: #DF002D;
  width: 2px;
  height: 100px;
  line-height: 0;
  display: inline-block;
}
#moments .moment {
  margin-top: 51px;
  text-align: center;
}
#moments .moment .picwrap {
  position: relative;
  z-index: 2;
}
#moments .moment .picwrap .peopleImg {
  max-width: 100%;
}
#moments .moment .picwrap .bgpic {
  position: absolute;
  z-index: -1;
}
#moments .moment .info {
  position: relative;
  text-align: left;
}
@media screen and (max-width: 576px) {
  #moments .moment .info {
    padding-left: 0;
    text-align: center;
    margin-top: 40px;
  }
}
#moments .moment .info .title {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 52px;
  color: #3C3C3C;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #moments .moment .info .title {
    font-size: 60px;
    line-height: 61px;
  }
}
#moments .moment .info .desc {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #3C3C3C;
  margin-bottom: 20px;
}
#moments .moment .info .cta {
  padding: 19px 40px;
  display: block;
  text-align: center;
}
#moments .moment .info .cta:hover {
  color: #DF002D;
}
#moments .moment .info .prodImg {
  display: block;
  margin: auto;
  max-width: 637px;
}
#moments .moment .line {
  background-color: #DF002D;
  width: 2px;
  height: 100px;
  line-height: 0;
  display: inline-block;
  margin-top: 33px;
}

#page404 {
  background-color: #fff;
  padding-top: 92px;
  overflow: hidden;
}
#page404 .content {
  text-align: center;
  margin-bottom: 51px;
}
#page404 .content .title {
  font-family: "BenchNine", sans-serif;
  font-size: 50px;
  line-height: 52px;
  color: #DF002D;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#page404 .content .desc {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #3C3C3C;
}
#page404 .content .desc .desc_subtitle {
  font-family: "BenchNine", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 52px;
  padding-top: 22px;
  text-transform: uppercase;
  display: block;
}

.contest-page #headwrap .page-header {
  /*background: url(../Images/contest/photo.png) center top no-repeat !important;
  background-size: cover !important;*/
}
.contest-page #headwrap .page-header:after {
  background: none;
}
.contest-page #headwrap .page-header .h-100 {
  width: 100% !important;
}
.contest-page #headwrap .page-header-title {
  position: relative;
  color: #C7282C;
  font-size: 54px;
  font-family: "BenchNine", sans-serif;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
  margin-top: 20px;
}
.contest-page #headwrap .page-header .slogan-content {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: 60% !important;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contest-page #headwrap .page-header .slogan-content {
    width: 100% !important;
  }
}
@media screen and (min-width: 580px) and (max-width: 1024px) {
  .contest-page #headwrap .page-header .slogan-content {
    width: 89% !important;
  }
}
.contest-page #headwrap .page-header .slogan-content .slogan {
  position: relative;
  font-family: "Bowlby One", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 6vw;
  line-height: 154.14%;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  background: linear-gradient(179.14deg, #C7282C 0.64%, #C7282C 26.12%, #F7C647 90%, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #C7282C;
  color: transparent;
  z-index: 10;
}
.contest-page #headwrap .page-header .slogan-content .slogan:after {
  text-shadow: 0px 9px 15px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .contest-page #headwrap .page-header .slogan-content .slogan {
    font-size: 10vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contest-page #headwrap .page-header .slogan-content .slogan {
    font-size: 8vw;
  }
}
.contest-page #headwrap .page-header .slogan-content .craque {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 576px) {
  .contest-page #headwrap .page-header .slogan-content .craque {
    transform: translate(-10px, 0);
  }
}
.contest-page #headwrap .page-header .slogan-content .summer {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 576px) {
  .contest-page #headwrap .page-header .slogan-content .summer {
    transform: translate(17px, -36px);
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .contest-page #headwrap .page-header .slogan-content .summer {
    transform: translate(-10px, -15px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1659px) {
  .contest-page #headwrap .page-header .slogan-content .summer {
    transform: translate(4px, -59px);
  }
}
@media screen and (orientation: portrait) and (min-width: 768px) and (max-width: 1659px) {
  .contest-page #headwrap .page-header .slogan-content .summer {
    transform: translate(4px, -51px);
  }
}
@media screen and (min-width: 1660px) {
  .contest-page #headwrap .page-header .slogan-content .summer {
    transform: translate(-20px, -65px);
  }
}
@media screen and (max-width: 576px) {
  .contest-page #headwrap .page-header {
    padding: 0;
  }
}
.contest-page #headwrap .icon img {
  width: 17%;
}
@media screen and (max-width: 1200px) {
  .contest-page #headwrap .icon img {
    width: 220px;
  }
}
.contest-page #contest .yellow-line {
  display: block;
  position: relative;
  height: 10px;
  width: 100%;
  background-color: #F7C647;
}
.contest-page #contest .announcement {
  background-color: #C7282C;
  padding-bottom: 20px;
}
.contest-page #contest .announcement-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 55px 20px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .contest-page #contest .announcement-content {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 1440px) {
  .contest-page #contest .announcement-content {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .contest-page #contest .announcement-content {
    flex-direction: column;
    margin: 180px 0 30px;
  }
}
.contest-page #contest .announcement-content .contest-subtitle {
  color: #fff;
  font-family: "BenchNine", sans-serif;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 20px 0;
  padding: 10px;
}
@media screen and (max-width: 1023px) {
  .contest-page #contest .announcement-content .contest-subtitle {
    font-size: 48px;
    line-height: 52px;
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .contest-page #contest .announcement-content .contest-intro {
    margin-bottom: 85px;
  }
}
.contest-page #contest .announcement img {
  width: 100%;
  height: auto;
}
.contest-page #contest .announcement .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}
.contest-page #contest .announcement .products .surf {
  grid-area: 1/1/3/2;
}
.contest-page #contest .announcement .products .gopro {
  grid-area: 1/2/2/3;
}
.contest-page #contest .announcement .products .hamac {
  grid-area: 1/3/2/4;
}
.contest-page #contest .announcement .products .barbecue {
  grid-area: 1/4/2/5;
}
.contest-page #contest .announcement .products .chaise {
  grid-area: 2/2/3/3;
}
.contest-page #contest .announcement .products .glaciere {
  grid-area: 2/3/3/4;
}
.contest-page #contest .announcement .products .laisser-passer {
  grid-area: 2/4/3/5;
}
.contest-page #contest .announcement .products .sqr {
  aspect-ratio: 1/1;
}
.contest-page #contest .announcement .products .rect {
  aspect-ratio: 1/2;
}
@media screen and (max-width: 992px) {
  .contest-page #contest .announcement .products {
    background: green;
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .contest-page #contest .announcement .products .surf {
    grid-area: 1/1/3/2;
  }
  .contest-page #contest .announcement .products .gopro {
    grid-area: 1/2/2/3;
  }
  .contest-page #contest .announcement .products .hamac {
    grid-area: 2/2/3/3;
  }
  .contest-page #contest .announcement .products .barbecue {
    grid-area: 3/1/4/2;
  }
  .contest-page #contest .announcement .products .chaise {
    grid-area: 3/2/4/3;
  }
  .contest-page #contest .announcement .products .glaciere {
    grid-area: 4/1/5/2;
  }
  .contest-page #contest .announcement .products .laisser-passer {
    grid-area: 4/2/5/3;
  }
  .contest-page #contest .announcement .products .sqr {
    aspect-ratio: 1/1;
  }
  .contest-page #contest .announcement .products .rect {
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 576px) {
  .contest-page #contest .announcement .products {
    display: grid;
    margin: 25px 0;
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(8, 1fr) !important;
  }
  .contest-page #contest .announcement .products .surf {
    grid-area: 1/1/3/2;
  }
  .contest-page #contest .announcement .products .gopro {
    grid-area: 3/1/4/2;
  }
  .contest-page #contest .announcement .products .hamac {
    grid-area: 4/1/5/2;
  }
  .contest-page #contest .announcement .products .barbecue {
    grid-area: 5/1/6/2;
  }
  .contest-page #contest .announcement .products .chaise {
    grid-area: 6/1/7/2;
  }
  .contest-page #contest .announcement .products .glaciere {
    grid-area: 7/1/8/2;
  }
  .contest-page #contest .announcement .products .laisser-passer {
    grid-area: 8/1/9/2;
  }
}
.contest-page #contest .announcement .price-listing {
  text-align: center;
  color: #fff;
  padding: 80px 0;
}
.contest-page #contest .announcement .price-listing hr {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.contest-page #contest .announcement .price-listing--title {
  font-family: "Bowlby One", cursive;
  font-size: 56px;
  font-weight: 400;
  line-height: 76px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .contest-page #contest .announcement .price-listing--title {
    font-size: 64px;
    line-height: 80px;
  }
}
.contest-page #contest .announcement .price-listing--collab {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "BenchNine", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  align-items: center;
}
.contest-page #contest .announcement .price-listing--collab .latulippe {
  max-width: 210px;
  margin-left: 10px;
  margin-bottom: 14px;
}
.contest-page #contest .announcement .price-listing--itemsName {
  display: flex;
  font-family: "BenchNine", sans-serif;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 50px;
  line-height: 94px;
  padding: 50px 0;
}
.contest-page #contest .announcement .price-listing--itemsName li {
  padding: 0 29px;
  position: relative;
}
.contest-page #contest .announcement .price-listing--itemsName li strong {
  font-weight: 700;
}
.contest-page #contest .announcement .price-listing--itemsName li:not(:last-child):after {
  content: "";
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 100%;
  font-family: "BenchNine", sans-serif;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 8px;
  position: absolute;
  bottom: 35px;
  margin-left: 22px;
}
.contest-page #contest .announcement .price-listing--lucky {
  font-size: 68px;
  font-family: "BenchNine", sans-serif;
  line-height: 84px;
  margin-top: 85px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .contest-page #contest .announcement .price-listing--lucky {
    font-size: 48px;
    line-height: 68px;
  }
}
.contest-page #contest .announcement .price-listing--lucky .five {
  font-family: "Bowlby One", cursive;
  font-size: 106px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contest-page #contest .announcement .price-listing--lucky .five {
    font-size: 80px;
  }
}
.contest-page #contest .announcement form {
  font-family: "BenchNine", sans-serif;
  font-size: 24px;
  background-color: #fff;
  margin: 15px;
  border-radius: 15px;
  padding: 55px 60px 80px;
}
@media screen and (max-width: 991px) {
  .contest-page #contest .announcement form {
    padding: 55px 0 80px;
    margin: 15px 0;
  }
}
.contest-page #contest .announcement form .form-title {
  color: #C7282C;
  font-size: 78px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .contest-page #contest .announcement form .form-title {
    font-size: 54px;
  }
}
.contest-page #contest .announcement form .form-label {
  padding-bottom: 5px;
  padding-top: 30px;
  display: flex;
}
.contest-page #contest .announcement form .form-control {
  background: #F3F3F3;
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
}
.contest-page #contest .announcement form .form-btn {
  margin-top: 60px;
  background: #C7282C;
  border-radius: 9px;
  text-align: center;
  border: none;
  padding: 12px 49px;
  text-transform: uppercase;
  color: #fff;
}
.contest-page #contest .announcement form select {
  background: #F3F3F3;
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px -2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  width: 100%;
}
.contest-page #contest .announcement form .reglements-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contest-page #contest .announcement form .reglements-content {
    margin: 30px 0;
  }
}
.contest-page #contest .announcement form .reglements-content .field-validation-error {
  margin-top: 5px;
  padding-left: 25px;
}
.contest-page #contest .announcement form .reglements-content--label {
  display: flex;
  flex-direction: row;
}
.contest-page #contest .announcement form .reglements-content--label .reglements {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  color: #C7282C;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
  padding-top: 0;
  padding-left: 10px;
}
.contest-page #contest .announcement form .reglements-content--label .reglements a {
  color: #C7282C;
  text-decoration: underline;
}
.contest-page #contest .announcement form .reglements-content--label .reglements .arrow-up {
  margin-left: 5px;
  margin-top: 5px;
}
.contest-page #contest .announcement form .consent {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-top: 20px;
}
.contest-page #contest .announcement form .consent .form-label {
  padding-left: 10px;
  padding-top: 20px;
}
.contest-page #contest .announcement form .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.contest-page #contest .announcement form .add-picto {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contest-page #contest .announcement form .add-picto .picto {
  width: 25px;
  height: 19px;
}
.contest-page #contest .announcement form #contest-thanks {
  width: 100%;
  text-align: center;
  display: none;
  padding: 40px;
}
.contest-page #contest .announcement form #contest-thanks h4 {
  font-family: "BenchNine", sans-serif;
  font-weight: 500;
  font-size: 50px;
  text-transform: uppercase;
  color: #DF002D;
}
.contest-page #contest .announcement form #contest-thanks p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-top: 10px;
  color: #3C3C3C;
}
.contest-page #contest .announcement form #infoQmark {
  position: relative;
  margin-left: 10px;
}
.contest-page #contest .announcement form #infoQmark .tooltipTrigger {
  width: 25px;
  padding-bottom: 7px;
}
.contest-page #contest .announcement form #infoQmark .rte {
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  font-family: "Quicksand", sans-serif;
}

#legal {
  background-color: #fff;
  padding-top: 92px;
  overflow: hidden;
}
#legal .title {
  font-family: "BenchNine", sans-serif;
  font-size: 50px;
  line-height: 52px;
  color: #DF002D;
  text-transform: uppercase;
  margin-bottom: 45px;
}
#legal .rte {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #3C3C3C;
  margin-bottom: 45px;
}
#legal .rte p {
  padding: 15px 0;
}
#legal .rte p strong {
  display: block;
  margin-top: 10px;
}
#legal .rte a {
  color: #DF002D;
  text-decoration: underline;
}