/*The client want to replace Times by PTSans 
$Times: 'Times New Roman', Times, serif;*/
/*
    ******************
    ***** RESET ***** 
    ****************** 
*/
html, body, div, 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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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%;
  font: inherit;
  vertical-align: baseline;
}

html,
body {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

ul {
  list-style-type: disc;
  list-style-position: inside;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  line-height: 0;
  color: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  outline: none;
  /* Remove excess padding and border in Firefox 4+ */
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#captcha, .captcha {
  display: none !important;
}

.relative {
  position: relative;
}

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

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

* html .clearfix {
  height: 1%;
}

#bannerSection {
  max-width: 100vw;
  width: 100%;
  position: relative;
}
#bannerSection .bannerText {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #222222;
  margin-top: 86px;
  text-align: center;
}
#bannerSection .bannerText a {
  color: #CAB54A;
  text-decoration: underline;
}
#bannerSection .bannerText a:hover {
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  #bannerSection .bannerText {
    font-size: 18px;
    line-height: 26px;
    margin-top: 40px;
  }
}
#bannerSection::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: url(/images/separator.png) center center no-repeat;
  margin-top: 86px;
  background-size: contain;
}
@media screen and (max-width: 576px) {
  #bannerSection::after {
    width: 90%;
    margin: 60px auto;
  }
}

header {
  background-color: #222222;
  width: 100%;
  height: 120px;
  align-items: center;
}
header .header-logo img, header mobile.logo img {
  width: 284px;
  transform: scale(1);
  transition: transform 0.3s ease-out;
}
header .header-logo:hover img, header mobile.logo:hover img {
  transform: scale(1.05);
}
header #menu {
  list-style: none;
  text-align: right;
}
header #menu li {
  display: inline-block;
  margin: 0 15px;
  border-bottom: #222222 2px solid;
  transition: all 0.2s ease-in;
}
header #menu li a {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  padding-bottom: 8px;
  display: block;
  transition: all 0.2s ease-in;
}
header #menu li a:hover {
  color: #CAB54A;
}
header #menu li a.langswitch {
  color: #CAB54A;
  padding: 1px 5px;
  border: #CAB54A 2px solid;
}
header #menu li:hover, header #menu li.active {
  border-bottom: #CAB54A 2px solid;
}
header #menu li:hover a, header #menu li.active a {
  color: #CAB54A;
}

/* MOBILE AND TABLET PORTRAIT */
@media screen and (max-width: 992px) {
  #header-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: auto;
    background-color: #222222;
  }
  #header-mobile #menu_burger, #header-mobile #x-close {
    color: #CAB54A;
  }
  #header-mobile #menu_burger .cls-1, #header-mobile #x-close .cls-1 {
    fill: #CAB54A;
    fill-rule: evenodd;
  }
  #header-mobile .mobile-nav-wrapper {
    width: 100%;
    height: 108px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    transition: all 0.5s ease;
  }
  #header-mobile .mobile-nav-wrapper .mobile-logo {
    margin-top: 6px;
  }
  #header-mobile .mobile-nav-wrapper .mobile-logo source, #header-mobile .mobile-nav-wrapper .mobile-logo img {
    max-width: 188px;
  }
  #header-mobile .mobile-nav-wrapper #menu-panel {
    background-color: #222222;
    width: 65%;
    height: 100vh;
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; /*mobile safari*/
  }
  #header-mobile .mobile-nav-wrapper #menu-panel .panel-top {
    width: 100%;
    height: 108px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    transition: all 0.5s ease;
    position: relative;
  }
  #header-mobile .mobile-nav-wrapper #menu-panel .panel-top #MenuCloseBtn {
    background: none;
    outline: none;
    border: none;
    font-size: 22px;
    position: absolute;
    top: 39px;
    right: 34px;
  }
  #header-mobile .mobile-nav-wrapper #menu-panel .panel-main {
    top: 60px;
    font-family: "PT Sans", sans-serif;
    display: block;
    color: #fff;
  }
  #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: 48px 30px;
  }
  #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li {
    text-align: right;
    display: block !important;
    width: 100%;
  }
  #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li:first-child {
    border-top: none;
  }
  #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu li a:not(.submenuLink) {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    margin: 20px 0;
  }
  #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu.mainMenu {
    font-weight: bold;
  }
  #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu.mainMenu a {
    font-size: 22px;
  }
  #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu.topMenu {
    font-weight: lighter;
  }
  #header-mobile .mobile-nav-wrapper #menu-panel .panel-main ul.mainMenu.topMenu a {
    font-size: 16px !important;
  }
  #header-mobile.sticky {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
/* TABLET PORTRAIT ONLY */
@media screen and (min-width: 737px) and (max-width: 992px) {
  #header-mobile #menu-panel ul.mainMenu a:not(.submenuLink) {
    font-size: 30px !important;
    line-height: 50px !important;
  }
}
/* TABLET LANDSCAPE */
@media screen and (min-width: 992px) and (max-width: 1024px) {
  header #menu li {
    margin: 0 14px;
  }
}
footer {
  background-color: #222222;
  width: 100%;
  padding-bottom: 30px;
}
footer .container, footer .container .row.align-items-end {
  height: 122px;
}
footer .container #social, footer .container .row.align-items-end #social {
  margin-bottom: 20px;
}
footer .container #social a, footer .container .row.align-items-end #social a {
  color: #fff;
  text-decoration: none;
  margin: 0 20px 0 0;
  transition: color 0.3s ease-out;
}
footer .container #social a i, footer .container .row.align-items-end #social a i {
  font-size: 28px;
}
footer .container #social a:last-child, footer .container .row.align-items-end #social a:last-child {
  margin: 0;
}
footer .container #social a:hover, footer .container .row.align-items-end #social a:hover {
  color: #CAB54A;
}
footer .container #legal, footer .container .row.align-items-end #legal {
  font-size: 14px;
  color: #fff;
  font-family: "PT Sans", sans-serif;
}
footer .container .logowrap, footer .container .row.align-items-end .logowrap {
  text-align: right;
}
footer .container .logowrap .footer-logo img, footer .container .row.align-items-end .logowrap .footer-logo img {
  width: 333px;
  transform: scale(1);
  transition: transform 0.3s ease-out;
}
footer .container .logowrap .footer-logo:hover img, footer .container .row.align-items-end .logowrap .footer-logo:hover img {
  transform: scale(0.96);
}
@media screen and (max-width: 572px) {
  footer .container, footer .container .row.align-items-end {
    height: auto;
  }
  footer .container #legal, footer .container .row.align-items-end #legal {
    margin-top: 40px;
    text-align: center;
  }
  footer .container #social, footer .container .row.align-items-end #social {
    margin-top: 20px;
    text-align: center;
  }
  footer .container #social::after, footer .container .row.align-items-end #social::after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: url(/images/separator.png) center center no-repeat;
    margin-top: 20px;
    background-size: contain;
  }
  footer .container .logowrap, footer .container .row.align-items-end .logowrap {
    position: relative;
  }
  footer .container .logowrap .footer-logo, footer .container .row.align-items-end .logowrap .footer-logo {
    margin: auto;
    display: block;
    text-align: center;
  }
  footer .container .logowrap .footer-logo img, footer .container .row.align-items-end .logowrap .footer-logo img {
    width: 270px;
  }
}
footer #campaignBlocksWrap {
  height: 176px;
  position: relative;
}

.btn.focus, .btn:focus, .btn:hover {
  color: unset;
  background: unset;
}

.btn {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 13px 40px 10px 40px;
  border: #000 1px solid;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  color: #fff;
  background-color: #000;
}
.btn.reversed {
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-radius: 0;
}
.btn.reversed:hover {
  color: #000;
  background-color: grey;
  border: grey 1px solid !important;
}
@media (max-device-width: 320px) {
  .btn {
    font-size: 10px;
    line-height: 22px;
  }
}

#captcha, .captcha {
  display: none;
}

#errMss, .errMss, #thanks {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #FF3B30;
  width: 100%;
  text-align: left;
  height: 16px;
}

#thanks {
  color: #A1B928;
}

#headwrap {
  max-width: 100vw;
  width: 100%;
  position: relative;
}
#headwrap .icon {
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 0 !important;
}
#headwrap .icon img {
  display: block;
  line-height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50% !important;
  z-index: 3;
  width: 73px;
}

.page-header {
  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 #videoBannerWrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.page-header #videoBannerWrapper .overlay {
  position: relative;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0.58) 0%, rgba(145, 76, 141, 0.58) 100%);
  z-index: 2;
}
.page-header #videoBannerWrapper .overlay #videoInfo {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  line-height: initial;
  z-index: 2;
  width: 60%;
  text-align: center;
}
.page-header #videoBannerWrapper .overlay #videoInfo .videoTitle {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 75px;
  line-height: 86px;
  color: #fff;
  margin-bottom: 24px;
  text-align: center;
}
.page-header #videoBannerWrapper .overlay #videoInfo .videoSubtitle {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 35px;
  text-align: center;
}
.page-header #videoBannerWrapper .overlay #videoInfo .separator {
  width: 263px;
  height: 20px;
  margin: auto;
}
.page-header #videoBannerWrapper .overlay #videoInfo .separator img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .page-header #videoBannerWrapper .overlay #videoInfo {
    width: 97%;
  }
  .page-header #videoBannerWrapper .overlay #videoInfo .videoTitle {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .page-header #videoBannerWrapper .overlay #videoInfo .videoSubtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.page-header #videoBannerWrapper .overlay #hidenpic {
  width: 100%;
  height: auto;
  visibility: hidden;
}
.page-header #videoBannerWrapper #mobilepic {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  display: none;
  z-index: -100;
}
@media screen and (max-width: 572px) {
  .page-header #videoBannerWrapper #mobilepic {
    display: block;
  }
}
.page-header #videoBannerWrapper #video-bg {
  position: absolute;
  top: 0;
  z-index: -100;
  width: 100%;
}
@media screen and (max-width: 572px) {
  .page-header #videoBannerWrapper #video-bg {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-header #videoBannerWrapper #video-bg {
    max-height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .page-header #videoBannerWrapper {
    margin-top: 108px;
  }
}
.page-header .page-header-content {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  line-height: initial;
  z-index: 2;
  width: 100%;
  text-align: center;
  /*.bannerText {
      font-family: $PTSans;
      font-weight: bold;
      font-size: 22px;
      line-height: 31px;
      color: #fff;
      margin-top: 66px;
      text-align: center;
  }*/
  /*@media screen and (max-width: 992px) {
      padding: 0;
      position: absolute;
      top: unset;
      bottom: 150px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center !important;
  }*/
}
.page-header .page-header-content .bannerTitle {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 75px;
  line-height: 86px;
  color: #fff;
  margin-bottom: 24px;
  text-align: center;
}
.page-header .page-header-content .bannerSubtitle {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 35px;
  text-align: center;
}
.page-header .page-header-content #campaignLink {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #CAB54A;
  text-decoration: none;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  margin-top: 30px;
}
.page-header .page-header-content #campaignLink::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-left: 4px;
  background: url(/images/icons/arrow-right.png) center center no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in;
}
.page-header .page-header-content #campaignLink:hover {
  text-decoration: underline;
}
.page-header .page-header-content #campaignLink:hover::after {
  margin-left: 8px;
}
.page-header .page-header-content .separator {
  width: 263px;
  height: 20px;
  margin: auto;
}
.page-header .page-header-content .separator img {
  max-width: 100%;
}
.page-header .page-header-content #videoBlock .videoLink {
  display: block;
  position: relative;
}
.page-header .page-header-content #videoBlock .videoLink .playBtn {
  width: 82px;
  height: 82px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(/images/icons/playbtn.png) top left no-repeat transparent;
  background-size: contain;
  transition: all 0.5s ease-in-out;
  opacity: 0.5;
}
@media screen and (max-width: 576px) {
  .page-header .page-header-content #videoBlock .videoLink .playBtn {
    top: 42%;
    width: 62px;
    height: 62px;
  }
}
.page-header .page-header-content #videoBlock .videoLink .videoThumb {
  width: 100%;
  visibility: hidden;
}
.page-header .page-header-content #videoBlock .videoLink #videoInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: left;
  background-color: #222222;
  padding: 30px 0 30px 36px;
  border-top: #CAB54A 4px solid;
  transition: border 0.2s ease-in;
}
.page-header .page-header-content #videoBlock .videoLink #videoInfo .videoTitle {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.page-header .page-header-content #videoBlock .videoLink #videoInfo .videoSubtitle {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .page-header .page-header-content #videoBlock .videoLink #videoInfo {
    height: 70px;
    padding: 10px;
  }
  .page-header .page-header-content #videoBlock .videoLink #videoInfo .videoTitle {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .page-header .page-header-content #videoBlock .videoLink #videoInfo .videoSubtitle {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 375px) {
  .page-header .page-header-content #videoBlock .videoLink #videoInfo .videoTitle {
    font-size: 17px;
  }
  .page-header .page-header-content #videoBlock .videoLink #videoInfo .videoSubtitle {
    font-size: 13px;
  }
}
.page-header .page-header-content #videoBlock .videoLink:hover .playBtn {
  opacity: 1;
}
.page-header .page-header-content .vid {
  display: none;
}
@media screen and (max-width: 576px) {
  .page-header .page-header-content {
    max-width: 100%;
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 50px;
  }
  .page-header .page-header-content .bannerTitle {
    font-size: 66px;
  }
}
@media screen and (max-width: 375px) {
  .page-header .page-header-content .bannerTitle {
    font-size: 55px;
    line-height: 64px;
    margin-bottom: 10px;
  }
  .page-header .page-header-content .bannerSubtitle {
    font-size: 20px;
    line-height: 24px;
  }
}

#secondarylandingpage .page-header .page-header-content .bannerTitle {
  font-size: 60px !important;
  line-height: 69px !important;
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, rgba(202, 181, 74, 0.4) 65%);
  display: inline;
  /*&::before {
      width: auto;
      z-index: -1;
      background-color: rgba($turmeric, 0.4);
      content: '';
      display: inline-block;
      height: 20px;
      width: 100%;
      position: relative;
      top: 76px;
  }*/
}
@media screen and (max-width: 576px) {
  #secondarylandingpage .page-header .page-header-content .bannerTitle {
    font-size: 45px !important;
    line-height: 57px !important;
  }
}
@media screen and (max-width: 576px) {
  #secondarylandingpage .page-header .page-header-content {
    margin-top: 50px;
  }
}
#secondarylandingpage .page-header .bannerSubtitle {
  font-family: "PT Sans", sans-serif;
  font-size: 30px;
  line-height: 34px;
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  #secondarylandingpage .page-header {
    /*.bannerText {
        font-size: 17px;
        margin-top: 20px;
        line-height: 25px;
    }*/
  }
  #secondarylandingpage .page-header .bannerSubtitle {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 737px) and (max-width: 1024px) {
  #simplepage .page-header .page-header-content {
    width: unset;
    top: 55%;
  }
  #simplepage .page-header .page-header-content #videoBlock {
    margin-left: -15px;
  }
}
@media screen and (max-width: 992px) {
  #simplepage .page-header {
    height: 75vh;
  }
}

#landingPagesWrapContainer {
  position: relative;
  transform: translateY(-110px);
  margin-bottom: -100px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  #landingPagesWrapContainer {
    transform: unset;
    margin-bottom: 0;
  }
}

#landingPagesWrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 10px;
}
#landingPagesWrap .landingPageTile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-decoration: none;
  flex: 1;
  background-color: #222222;
  box-shadow: 0 -4px 0 0 #CAB54A;
  color: #fff;
  transition: all 0.15s ease-out;
  padding: 18px 23px;
  position: relative;
  align-self: stretch;
  min-height: 190px;
}
@media screen and (max-width: 767px) {
  #landingPagesWrap .landingPageTile {
    min-height: 135px;
  }
}
#landingPagesWrap .landingPageTile .landingPageTitle {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 8px;
}
#landingPagesWrap .landingPageTile .landingPageSubtitle {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  color: #fff;
}
#landingPagesWrap .landingPageTile .arrowRight {
  position: absolute;
  bottom: 23px;
  right: 19px;
  width: 28px;
  height: 26px;
  transition: all 0.15s ease-out;
}
#landingPagesWrap .landingPageTile .arrowRight.arrowAnchor {
  transform: rotate(90deg);
}
#landingPagesWrap .landingPageTile:hover {
  box-shadow: 0 -8px 0 0 #CAB54A;
}
#landingPagesWrap .landingPageTile:hover .arrowRight:not(.arrowAnchor) {
  right: 15px;
}
#landingPagesWrap .landingPageTile:hover .arrowRight.arrowAnchor {
  bottom: 15px;
}
@media screen and (max-width: 576px) {
  #landingPagesWrap .landingPageTile {
    padding: 26px 23px;
    display: block;
  }
  #landingPagesWrap .landingPageTile .landingPageTitle, #landingPagesWrap .landingPageTile .landingPageSubtitle {
    font-size: 15px;
  }
}

#landingPagesWrap.nbTiles1 .landingPageTile {
  flex: 1 1 100%;
}
#landingPagesWrap.nbTiles3 .landingPageTile {
  flex: 1 1 calc(33% - 40px);
}
@media screen and (max-width: 991px) {
  #landingPagesWrap.nbTiles3 .landingPageTile {
    flex: 0 1 100%;
  }
}
#landingPagesWrap.nbTiles5 .landingPageTile {
  flex: 1 1 calc(33% - 40px);
}
@media screen and (max-width: 991px) {
  #landingPagesWrap.nbTiles5 .landingPageTile {
    flex: 0 1 100%;
  }
}
#landingPagesWrap.nbTiles4 .landingPageTile {
  flex: 1 1 calc(50% - 20px);
}
@media screen and (max-width: 576px) {
  #landingPagesWrap.nbTiles4 .landingPageTile {
    flex: 0 1 100%;
  }
}
#landingPagesWrap:not(.nbTiles1):not(.nbTiles3):not(.nbTiles4):not(.nbTiles5) .landingPageTile {
  flex: 0 1 365px;
}
@media screen and (max-width: 991px) {
  #landingPagesWrap:not(.nbTiles1):not(.nbTiles3):not(.nbTiles4):not(.nbTiles5) .landingPageTile {
    flex: 0 1 100%;
  }
}
@media screen and (max-width: 576px) {
  #landingPagesWrap:not(.nbTiles1):not(.nbTiles3):not(.nbTiles4):not(.nbTiles5) .landingPageTile {
    flex: 0 1 100%;
  }
}

html {
  scroll-behavior: smooth;
}
html div {
  scroll-margin-top: 50px;
}

.contentBlockTile {
  margin-bottom: 86px;
  margin-top: 88px;
}
.contentBlockTile .picwrap {
  position: relative;
  width: 100%;
}
.contentBlockTile .picwrap .blockImg {
  width: 100%;
}
.contentBlockTile .picwrap .graphinfo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 82px;
  text-align: right;
  background-color: #222222;
  padding: 26px;
  border-top: #CAB54A 4px solid;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
  text-decoration: none;
}
.contentBlockTile .picwrap .graphinfo img {
  width: 30px;
  height: 31px;
  margin-right: 10px;
}
.contentBlockTile .picwrap .graphinfo p {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
.contentBlockTile .blockTitle {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 45px;
  line-height: 52px;
  color: #222222;
  margin-bottom: 10px;
}
.contentBlockTile .blockSubtitle {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #582554;
  margin-bottom: 30px;
}
.contentBlockTile .tileInfo {
  padding-left: 30px;
}
.contentBlockTile .tileInfo .tileText {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #222222;
  margin-bottom: 15px;
}
.contentBlockTile .tileInfo .tileText a {
  color: #CAB54A;
  text-decoration: underline;
}
.contentBlockTile .tileInfo .tileText a:hover {
  text-decoration: none;
}
.contentBlockTile .tileInfo .blockLink {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #CAB54A;
  text-decoration: none;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.contentBlockTile .tileInfo .blockLink::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-left: 4px;
  background: url(/images/icons/arrow-right.png) center center no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in;
}
.contentBlockTile .tileInfo .blockLink:hover {
  text-decoration: underline;
}
.contentBlockTile .tileInfo .blockLink:hover::after {
  margin-left: 8px;
}
.contentBlockTile:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: url(/images/separator.png) center center no-repeat;
  margin-top: 86px;
  background-size: contain;
}
@media screen and (max-width: 572px) {
  .contentBlockTile .blockTitle {
    font-size: 37px;
    line-height: 42px;
  }
  .contentBlockTile .blockSubtitle {
    font-size: 17px;
  }
  .contentBlockTile:not(:last-child)::after {
    margin-top: 60px;
  }
}

@media screen and (max-width: 992px) {
  #secondarylandingpage .contentBlockTile .tileText {
    column-count: 1;
  }
}
#secondarylandingpage .contentBlockTile:first-child {
  margin-top: 134px;
}
@media screen and (max-width: 572px) {
  #secondarylandingpage .contentBlockTile:first-child {
    margin-top: 58px;
  }
}

@media screen and (max-width: 992px) {
  #simplepage .contentBlockTile:not(:first-child) .tileText {
    margin-top: 0;
  }
}
#simplepage .contentBlockTile:first-child {
  margin-top: 106px;
}
@media screen and (max-width: 572px) {
  #simplepage .contentBlockTile:first-child {
    margin-top: 50px;
  }
}
@media screen and (max-width: 572px) {
  #simplepage .contentBlockTile {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  #simplepage .contentBlockTile .tileText {
    column-count: 1;
  }
}

#growerspage .contentBlockTile:first-child {
  margin-top: 97px;
}
@media screen and (max-width: 572px) {
  #growerspage .contentBlockTile:first-child {
    margin-top: 58px;
    margin-bottom: 58px;
  }
}

@media screen and (max-width: 572px) {
  #growerspage .contentBlockTile:not(:first-child) {
    margin-top: 58px;
    margin-bottom: 58px;
  }
}

.videoBlockTile {
  margin-bottom: 86px;
  margin-top: 88px;
}
.videoBlockTile .blockTitle {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 45px;
  line-height: 52px;
  color: #222222;
  margin-bottom: 50px;
  text-align: center;
}
.videoBlockTile .videoLink {
  width: 100%;
  display: block;
  position: relative;
}
.videoBlockTile .videoLink .playBtn {
  width: 82px;
  height: 82px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(/images/icons/playbtn.png) top left no-repeat transparent;
  background-size: contain;
  transition: all 0.5s ease-in-out;
  opacity: 0.5;
}
@media screen and (max-width: 576px) {
  .videoBlockTile .videoLink .playBtn {
    top: 42%;
    width: 62px;
    height: 62px;
  }
}
.videoBlockTile .videoLink .videoThumb {
  width: 100%;
  visibility: hidden;
}
.videoBlockTile .videoLink:hover .playBtn {
  opacity: 1;
}
.videoBlockTile .videoInfo .videoTitle {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 23px;
  color: #222222;
  margin: 30px 0 10px 0;
}
.videoBlockTile .videoInfo .videoDesc {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #222222;
}
@media screen and (max-width: 572px) {
  .videoBlockTile .videoInfo .videoTitle {
    margin: 10px 0 4px 0;
  }
  .videoBlockTile .videoInfo .videoDesc {
    margin-bottom: 30px;
  }
}

#campaign {
  width: 100%;
  background-color: #fff;
  border-top: #CAB54A 4px solid;
  padding: 50px 0;
  min-height: 260px;
  z-index: 10;
  position: relative;
  margin-top: 100px;
}
#campaign h1 {
  font-family: "PT Sans", sans-serif;
  color: #222222;
  font-weight: bold;
  font-size: 36px;
  text-align: left;
}
#campaign .intro {
  font-family: "PT Sans", sans-serif;
}
#campaign .intro p {
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  color: #222222;
  margin-bottom: 35px;
}
#campaign #search-form {
  margin: 30px auto;
  color: #222222;
  position: relative;
  display: block;
  width: 100%;
  height: 49px;
  border-bottom: #CAB54A 2px solid;
}
@media screen and (max-width: 410px) {
  #campaign #search-form {
    width: 100%;
  }
}
#campaign #search-form #search, #campaign #search-form #search:focus {
  background: none;
  width: 70%;
  float: left;
  padding-left: 0;
  outline: none;
  border: none;
  padding-top: 8px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}
#campaign #search-form button#submitsearch {
  position: absolute;
  top: 16px;
  right: 0;
  outline: none;
}
#campaign #search-form button#submitsearch.blockLink {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #CAB54A;
  text-decoration: none;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
#campaign #search-form button#submitsearch.blockLink::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-left: 4px;
  background: url(/images/icons/arrow-right.png) center center no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in;
}
#campaign #search-form button#submitsearch.blockLink:hover {
  text-decoration: underline;
  right: -4px;
}
#campaign #search-form button#submitsearch.blockLink:hover::after {
  margin-left: 8px;
}
#campaign #result {
  margin: 30px;
  display: none;
}
#campaign #result #mpp-info {
  position: relative;
}
#campaign #result #mpp-info img {
  display: block;
  /*margin: auto;*/
  margin-bottom: 30px;
}
#campaign #result #mpp-info .info, #campaign #result #mpp-info .contact {
  margin: 15px 0;
}
#campaign #result #mpp-info table td {
  padding-bottom: 5px;
}
#campaign #result #mpp-info table td span {
  font-family: "PT Sans", sans-serif;
  color: #222222;
  font-size: 16px;
}
#campaign #result #mpp-info .label {
  font-family: "PT Sans", sans-serif;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  padding-right: 5px;
}
#campaign #result #mpp-info .offices {
  display: block;
  text-align: left;
  margin: 30px 0 10px 0;
  text-transform: uppercase;
}
#campaign #result #email-form fieldset {
  margin: 0 0 30px 0;
}
#campaign #result #email-form label {
  display: block;
  margin-bottom: 5px;
  font-family: "PT Sans", sans-serif;
  color: #CAB54A;
  font-size: 15px;
  font-weight: bold;
}
#campaign #result #email-form input {
  width: 90%;
  margin: 0;
  background-color: #fff;
  border: #CAB54A 2px solid;
  display: block;
  height: 49px;
  padding: 5px;
  font-family: "PT Sans", sans-serif;
  color: #222222;
  font-size: 15px;
}
#campaign #result #email-form textarea {
  width: 90%;
  margin: 0;
  background-color: #fff;
  border: #CAB54A 2px solid;
  display: block;
  height: 300px;
  resize: none;
  padding: 5px;
  font-family: "PT Sans", sans-serif;
  color: #222222;
  font-size: 15px;
}
#campaign #result #email-form #body-template {
  display: none;
}
#campaign #result #email-form .btn.reversed {
  background-color: #cab54a;
  border-color: #CAB54A;
}
#campaign #result #email-form .btn.reversed::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  margin-left: 8px;
  background: url(/images/icons/arrow-right-white.png) center center no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in;
}
#campaign #result #email-form .btn.reversed:hover {
  background-color: rgba(202, 181, 74, 0.7);
  border-color: #CAB54A;
  color: #fff;
}
#campaign #result #email-form .btn.reversed:hover::after {
  margin-left: 16px;
}
#campaign #errMss, #campaign .errMss {
  text-align: left;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
}

#greatGrapesChallenge {
  width: 100%;
  min-height: 466px;
  border-top: #CAB54A 4px solid;
  background: url(/images/illustrations_challenge.png) center bottom no-repeat, linear-gradient(180deg, #582554 0%, #A649A0 100%);
  text-align: center;
}
#greatGrapesChallenge .ggcTitle {
  color: #FFF;
  font-family: "Times New Roman";
  font-size: 46px;
  line-height: 53px;
  font-weight: bold;
  text-align: center;
  margin: 72px 0 35px 0;
}
@media screen and (max-width: 572px) {
  #greatGrapesChallenge .ggcTitle {
    font-size: 37px;
    line-height: 44px;
    margin: 60px 0 26px 0;
  }
}
#greatGrapesChallenge .cta {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid #FBFEE1;
  border-radius: 30px;
  background-color: #F2711D;
  padding: 11px 20px;
  color: #fff;
  text-decoration: none;
}

#growerspage #bannerSection {
  max-width: 100vw;
  width: 100%;
  position: relative;
}
#growerspage #bannerSection #banner {
  max-width: 100vw;
  width: 100%;
  position: relative;
}
#growerspage #bannerSection #banner .bannerImg {
  width: 100%;
}
@media screen and (max-width: 576px) {
  #growerspage #bannerSection #banner .bannerImg {
    margin-top: 106.5px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
  #growerspage #bannerSection #banner .bannerImg {
    margin-top: 108px;
  }
}
#growerspage #bannerSection #banner #bannerInfoWrap {
  position: absolute;
  width: 100%;
  height: 143px;
  bottom: -71px;
  left: 0;
}
#growerspage #bannerSection #banner #bannerInfoWrap .bannerInfo {
  width: 100%;
  padding: 36px 30px;
  background-color: #222222;
  border-top: #CAB54A 4px solid;
  text-align: left;
}
#growerspage #bannerSection #banner #bannerInfoWrap .bannerInfo .bannerTitle {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
}
#growerspage #bannerSection #banner #bannerInfoWrap .bannerInfo .bannerSubtitle {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  #growerspage #bannerSection #banner #bannerInfoWrap {
    bottom: -105px;
  }
  #growerspage #bannerSection #banner #bannerInfoWrap .bannerInfo {
    padding: 14px 10px;
  }
  #growerspage #bannerSection #banner #bannerInfoWrap .bannerInfo .bannerTitle {
    font-size: 27px;
  }
  #growerspage #bannerSection #banner #bannerInfoWrap .bannerInfo .bannerSubtitle {
    font-size: 17px;
    line-height: 22px;
  }
}
#growerspage #bannerSection .bannerText {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #222222;
  text-align: center;
}
@media screen and (max-width: 576px) {
  #growerspage #bannerSection .bannerText {
    font-size: 18px;
    line-height: 26px;
  }
}
#growerspage #bannerSection::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: url(/images/separator.png) center center no-repeat;
  margin-top: 86px;
  background-size: contain;
}
@media screen and (max-width: 576px) {
  #growerspage #bannerSection::after {
    width: 90%;
    margin: 60px auto;
  }
}

#secondarylandingpage .logoWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  z-index: 10;
}
#secondarylandingpage .logoWrap .container {
  position: relative;
}
#secondarylandingpage .logoWrap .container .page-logo img {
  width: 284px;
  transform: scale(1);
  transition: transform 0.3s ease-out;
}
#secondarylandingpage .logoWrap .container .page-logo:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 572px) {
  #secondarylandingpage .logoWrap .container {
    text-align: center;
  }
}
#secondarylandingpage #infoBlock {
  width: 100%;
  min-height: 570px;
  height: auto;
  max-width: 100%;
  padding: 80px 0;
  background-size: cover !important;
}
#secondarylandingpage #infoBlock .row {
  /*min-height: 663px;*/
}
#secondarylandingpage #infoBlock .row .info {
  width: 100%;
  padding: 50px 35px;
  background-color: #fff;
  border-top: #CAB54A 4px solid;
  text-align: left;
}
#secondarylandingpage #infoBlock .row .info .boxTitle {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 45px;
  line-height: 52px;
  color: #222222;
  margin-bottom: 18px;
}
#secondarylandingpage #infoBlock .row .info .boxSubtitle {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #582554;
  margin-bottom: 30px;
}
#secondarylandingpage #infoBlock .row .info .boxText {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #222222;
  padding-left: 30px;
  text-align: left;
}
#secondarylandingpage #infoBlock .row .info .boxText a {
  color: #CAB54A;
  text-decoration: underline;
}
#secondarylandingpage #infoBlock .row .info .boxText a:hover {
  text-decoration: none;
}
@media screen and (max-width: 572px) {
  #secondarylandingpage #infoBlock {
    background-size: unset !important;
    background-position: center bottom !important;
  }
  #secondarylandingpage #infoBlock .boxTitle {
    font-size: 29px !important;
    line-height: 33px !important;
    margin-bottom: 10px !important;
  }
  #secondarylandingpage #infoBlock .boxSubtitle {
    font-size: 13px !important;
    line-height: 16px !important;
    margin-bottom: 20px !important;
  }
  #secondarylandingpage #infoBlock .boxText {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}

#simplepage .page-header {
  height: auto;
  padding: 0;
}
#simplepage #map-section-wrap {
  width: 100%;
  max-width: 1470px;
  margin-top: 100px;
}
#simplepage #map-section-wrap .title {
  font-family: "PT Sans", sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #222222;
  text-align: center;
}
#simplepage #map-section-wrap .rte {
  text-align: center;
}
@media screen and (max-width: 572px) {
  #simplepage #map-section-wrap {
    margin-top: 30px;
  }
  #simplepage #map-section-wrap .title {
    text-align: left;
    margin-bottom: 10px;
  }
  #simplepage #map-section-wrap .rte {
    text-align: left;
  }
}
#simplepage #map-section-wrap #map-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  gap: 20px;
}
@media screen and (max-width: 572px) {
  #simplepage #map-section-wrap #map-section {
    flex-direction: column;
  }
}
#simplepage #map-section-wrap #map-section #regions {
  width: 100%;
  max-height: 763px;
  overflow: auto;
  padding-right: 15px;
  position: relative;
}
@media screen and (min-width: 573px) {
  #simplepage #map-section-wrap #map-section #regions {
    padding-right: 30px;
    /* width */
    /* Track */
    /* Handle */
  }
  #simplepage #map-section-wrap #map-section #regions::-webkit-scrollbar {
    width: 8px;
  }
  #simplepage #map-section-wrap #map-section #regions::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #D5C6D5;
    border-radius: 8px;
  }
  #simplepage #map-section-wrap #map-section #regions::-webkit-scrollbar-thumb {
    background: #591D59;
    border-radius: 8px;
  }
}
@media screen and (max-width: 572px) {
  #simplepage #map-section-wrap #map-section #regions {
    display: flex;
    flex-direction: column;
  }
  #simplepage #map-section-wrap #map-section #regions #reset-wrap {
    order: 2;
    margin-top: 40px;
  }
  #simplepage #map-section-wrap #map-section #regions #reset-wrap.stickybar {
    width: 100%;
    padding: 30px 15px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 333;
  }
  #simplepage #map-section-wrap #map-section #regions #reset-wrap.stickybar #reset {
    margin: 0;
    text-align: center;
  }
}
#simplepage #map-section-wrap #map-section #regions #reset {
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  color: #9FBC38;
  margin-bottom: 40px;
  text-decoration: none;
  display: block;
  /*@media screen and (max-width: 572px) {
      order: 2;
      margin-top: 40px;
  }*/
}
#simplepage #map-section-wrap #map-section #regions #reset:hover {
  text-decoration: underline;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion {
  list-style: none;
}
@media screen and (max-width: 572px) {
  #simplepage #map-section-wrap #map-section #regions #regions-accordion {
    order: 1;
  }
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li {
  display: block;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .region {
  width: 100%;
  padding: 16px 0;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #591D59;
  color: #591D59;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .region .full-width {
  width: 100%;
  text-align: left;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .region .marker .fill {
  fill: #591D59;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .region .marker .stroke {
  stroke: #591D59;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .region .accordion-btn .minus {
  visibility: hidden;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .region .accordion-btn .plus {
  visibility: visible;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .region:hover {
  cursor: pointer;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .region.active {
  font-size: 30px;
  font-weight: 700;
  border-bottom: none;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .region.active .marker .fill {
  fill: #9FBC38;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .region.active .marker .stroke {
  stroke: #9FBC38;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .region.active .accordion-btn .minus {
  visibility: visible;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .region.active .accordion-btn .plus {
  visibility: hidden;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .wine-panel {
  display: none;
  padding-bottom: 30px;
  padding-left: 50px;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .wine-panel .producer {
  margin-top: 35px;
  width: 100%;
  text-align: left;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .wine-panel .producer .winery {
  font-family: "PT Sans", sans-serif;
  color: #591D59;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .wine-panel .producer .city {
  font-family: "PT Sans", sans-serif;
  color: #222222;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 4px;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .wine-panel .producer .url {
  font-family: "PT Sans", sans-serif;
  color: #CAB54A;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
}
#simplepage #map-section-wrap #map-section #regions #regions-accordion li .wine-panel .producer .url:after {
  width: 13px;
  height: 13px;
  content: "";
  background: url("/images/icons/arrow-right.png");
  background-size: contain;
  margin-left: 10px;
}
#simplepage #map-section-wrap #map-section #map {
  width: 945px;
  height: 764px;
}
#simplepage #map-section-wrap #map-section #map .region > path:not(.green-line) {
  fill: #D5C6D5;
  stroke: white;
}
#simplepage #map-section-wrap #map-section #map .region:hover > path:not(.green-line),
#simplepage #map-section-wrap #map-section #map .region.mapactive > path:not(.green-line) {
  fill: #591D59;
  stroke-width: 1px;
}
#simplepage #map-section-wrap #map-section #map .region:hover {
  cursor: pointer;
}
#simplepage #map-section-wrap #map-section #map .region:hover .pointer, #simplepage #map-section-wrap #map-section #map .region.mapactive .pointer {
  transform: scale(1);
}
#simplepage #map-section-wrap #map-section #map .region:hover .pointer path.fill, #simplepage #map-section-wrap #map-section #map .region.mapactive .pointer path.fill {
  fill: #9FBC38;
}
#simplepage #map-section-wrap #map-section #map .region:hover .pointer path.stroke, #simplepage #map-section-wrap #map-section #map .region.mapactive .pointer path.stroke {
  stroke: #9FBC38;
}

.en .text-fr {
  display: none;
}

.fr .text-en {
  display: none;
}

#page404 {
  background-color: #222222;
  height: 100vh;
}
#page404 #pageWrap404 {
  width: 100%;
  min-height: 77.55vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#page404 #pageWrap404 .title {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #000;
}
#page404 #pageWrap404 .subtitle {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #000;
}
#page404 #pageWrap404 .pageImg {
  max-width: 70%;
  margin-top: 104px;
}
@media screen and (max-width: 992px) {
  #page404 #pageWrap404 {
    padding-top: 108px;
  }
}