.footer {
  align-items: center;
  background-color: #e5e6e6;
  border-top: 1px solid #c2c2c2;
  display: flex;
  flex-direction: column;
  padding: 60px 0; }
  @media (max-width: 950px) {
    .footer {
      padding-top: 0; } }
  .footer a {
    color: #666666;
    display: inline-block;
    text-decoration: none; }
    .footer a:hover {
      color: #333333; }
  .footer .link-sections {
    box-sizing: border-box;
    display: flex;
    padding: 0 60px;
    width: 100%; }
    @media (max-width: 950px) {
      .footer .link-sections {
        flex-direction: column;
        padding: 0; } }
    .footer .link-sections .link-section {
      box-sizing: border-box;
      flex: 1; }
      @media (max-width: 950px) {
        .footer .link-sections .link-section {
          border-bottom: 1px solid #c2c2c2;
          width: 100%; } }
      .footer .link-sections .link-section.open .links {
        display: flex; }
      .footer .link-sections .link-section h4 {
        align-items: center;
        color: #333333;
        display: flex;
        font-family: "JDSansPro", Helvetica, sans-serif;
        font-weight: 800;
        font-size: 17px;
        padding: 17px 20px; }
        @media (max-width: 950px) {
          .footer .link-sections .link-section h4 {
            cursor: pointer; } }
        .footer .link-sections .link-section h4 svg {
          display: none;
          fill: #377b2c;
          margin-right: 4px; }
          @media (max-width: 950px) {
            .footer .link-sections .link-section h4 svg {
              display: block; } }
      .footer .link-sections .link-section .links {
        display: flex;
        flex-direction: column;
        font-size: 17px;
        padding: 0 20px; }
        @media (max-width: 950px) {
          .footer .link-sections .link-section .links {
            display: none;
            padding: 0 48px 20px; } }
        .footer .link-sections .link-section .links a {
          font-family: "JDSansPro", Helvetica, sans-serif;
          font-weight: 600;
          margin: 4px 0; }
  .footer hr {
    border: 0;
    border-top: 1px solid #c2c2c2;
    margin-top: 80px;
    width: calc(100% - 120px); }
    @media (max-width: 950px) {
      .footer hr {
        display: none; } }
  .footer .country-selector {
    border: 2px solid #c2c2c2;
    color: #333333;
    font-family: "JDSansPro", Helvetica, sans-serif;
    font-weight: 800;
    margin-top: 30px;
    padding: 14px 30px;
    width: fit-content; }
    .footer .country-selector img {
      height: auto;
      margin-right: 8px;
      width: 18px; }
  .footer .utility-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    max-width: 300px; }
    .footer .utility-links a {
      font-size: 12px;
      padding: 6px 10px; }
  .footer .copyright {
    color: #666666;
    font-size: 12px;
    margin: 16px;
    text-align: center; }
  .footer .social-links {
    align-items: center;
    display: flex;
    justify-content: center; }
    .footer .social-links a {
      padding: 5px 10px;
      width: 20px; }
      .footer .social-links a svg {
        fill: #666666; }
      .footer .social-links a:hover svg {
        fill: #333333; }

.jd-header {
  align-items: center;
  background-color: white;
  border-bottom: 1px solid #e8e8ec;
  display: flex;
  height: 80px;
  max-width: inherit;
  width: 100%;
  z-index: 2; }
  @media (max-width: 950px) {
    .jd-header {
      height: 57px; } }
  .jd-header a {
    color: inherit;
    text-decoration: none; }
  .jd-header li {
    list-style: none; }
  .jd-header .header-logo {
    display: flex;
    flex: 1;
    height: 100%; }
    .jd-header .header-logo .logo {
      height: 100%; }
    .jd-header .header-logo img {
      display: block;
      height: 100%; }
  .jd-header .header-links {
    align-items: center;
    display: flex; }
    @media (max-width: 950px) {
      .jd-header .header-links {
        display: none; } }
    .jd-header .header-links li {
      margin-right: 30px; }
      .jd-header .header-links li a {
        font-family: "JDSansPro", Helvetica, sans-serif;
        font-weight: 800; }
        .jd-header .header-links li a:hover {
          color: #377b2c; }
    .jd-header .header-links .dealerLocatorPin {
      align-items: center;
      display: flex; }
      .jd-header .header-links .dealerLocatorPin img {
        height: 23px;
        width: 23px; }
  .jd-header .header-search {
    display: flex;
    align-items: center;
    height: 100%; }
    @media (max-width: 500px) {
      .jd-header .header-search {
        height: auto; } }
    .jd-header .header-search #search-form {
      height: 100%; }
      @media (max-width: 500px) {
        .jd-header .header-search #search-form {
          height: auto; } }
      .jd-header .header-search #search-form .search {
        align-items: center;
        border-left: 1px solid #e8e8ec;
        display: flex;
        height: 100%;
        position: relative; }
        .jd-header .header-search #search-form .search.active {
          border-left: none; }
          .jd-header .header-search #search-form .search.active .search-input {
            display: block;
            border-left: 1px solid #e5e6e6;
            z-index: 2; }
            .jd-header .header-search #search-form .search.active .search-input #search-form #search-input-large {
              display: block; }
        .jd-header .header-search #search-form .search.focus .search-input .clear-helper {
          display: inline-block; }
        .jd-header .header-search #search-form .search.focus label .search-logo {
          background-color: #377b2c;
          height: 60%;
          padding: 15px; }
          .jd-header .header-search #search-form .search.focus label .search-logo .search-icon {
            fill: white; }
        .jd-header .header-search #search-form .search:not(.active) #search-input-large {
          padding: 0; }
        .jd-header .header-search #search-form .search:not(.active) label .search-logo {
          background-color: transparent; }
          .jd-header .header-search #search-form .search:not(.active) label .search-logo .search-icon {
            fill: #377b2c; }
        .jd-header .header-search #search-form .search .search-input {
          display: none;
          height: 100%;
          position: absolute;
          right: 84px;
          top: 0;
          width: 250px; }
          @media (max-width: 500px) {
            .jd-header .header-search #search-form .search .search-input {
              height: auto; } }
          .jd-header .header-search #search-form .search .search-input .clear-helper {
            cursor: pointer;
            display: none;
            font-size: 20px;
            font-weight: bold;
            height: 16px;
            opacity: 0.7;
            position: absolute;
            right: -15px;
            top: 27px;
            width: 16px; }
        .jd-header .header-search #search-form .search #search-input-large {
          border: none;
          height: 100%; }
        .jd-header .header-search #search-form .search label {
          align-items: center;
          display: flex;
          height: 100%;
          justify-content: center;
          margin: 0;
          width: 80px; }
          .jd-header .header-search #search-form .search label .search-logo {
            align-items: center;
            background: transparent;
            border: none;
            cursor: pointer;
            display: flex;
            height: 100%;
            padding: 30px; }
            .jd-header .header-search #search-form .search label .search-logo .search-icon {
              fill: #377b2c;
              height: 20px;
              width: 20px; }
        @media (max-width: 950px) {
          .jd-header .header-search #search-form .search {
            position: static;
            width: 55px; }
            .jd-header .header-search #search-form .search.active {
              border-left: 1px solid #e5e6e6; }
            .jd-header .header-search #search-form .search.focus label .search-logo {
              background-color: white; }
              .jd-header .header-search #search-form .search.focus label .search-logo .search-icon {
                fill: #377b2c; }
            .jd-header .header-search #search-form .search .search-input {
              left: 0;
              top: 58px;
              width: 100%;
              box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4); }
              .jd-header .header-search #search-form .search .search-input .clear-helper {
                display: none; }
            .jd-header .header-search #search-form .search label .search-logo {
              padding: 15px; } }
    .jd-header .header-search .header-mobile {
      display: none;
      height: 100%; }
      @media (max-width: 950px) {
        .jd-header .header-search .header-mobile {
          width: 55px; } }
      .jd-header .header-search .header-mobile .burger-icon {
        align-items: center;
        border-left: 1px solid #e5e6e6;
        cursor: pointer;
        display: flex;
        justify-content: center;
        width: 80px; }
        .jd-header .header-search .header-mobile .burger-icon svg {
          height: 20px;
          width: 20px; }
      @media (max-width: 950px) {
        .jd-header .header-search .header-mobile {
          display: flex; } }
    .jd-header .header-search .header-mobile-content {
      background-color: white;
      display: none;
      flex-direction: column;
      height: 100vh;
      position: absolute;
      right: 0;
      top: 0;
      width: 100vw;
      z-index: 2; }
      .jd-header .header-search .header-mobile-content.menu-active {
        background: rgba(0, 0, 0, 0.3);
        display: flex;
        flex-direction: row-reverse; }
      .jd-header .header-search .header-mobile-content .menu-content {
        background: white;
        height: 100%;
        padding: 20px;
        width: 400px; }
      .jd-header .header-search .header-mobile-content .back {
        color: #377b2c;
        cursor: pointer;
        font-family: "JDSansPro", Helvetica, sans-serif;
        font-size: 18px;
        font-weight: 800; }
        .jd-header .header-search .header-mobile-content .back svg {
          fill: #377b2c;
          height: 13px;
          margin-right: 8px;
          stroke: #377b2c;
          stroke-width: 1;
          width: 13px; }
          .jd-header .header-search .header-mobile-content .back svg path {
            opacity: 1; }
      .jd-header .header-search .header-mobile-content .mobile-links {
        align-items: start;
        flex-direction: column; }
        .jd-header .header-search .header-mobile-content .mobile-links li {
          margin-bottom: 10px; }
          .jd-header .header-search .header-mobile-content .mobile-links li a {
            font-family: "JDSansPro", Helvetica, sans-serif;
            font-weight: 800; }
        .jd-header .header-search .header-mobile-content .mobile-links .dealerLocatorPin img {
          display: none; }

@font-face {
  font-family: "JDSansPro";
  font-weight: 800;
  src: url("/static/fonts/JDSansPro/JDSansPro-Bold.woff2") format("woff2"), url("/static/fonts/JDSansPro/JDSansPro-Bold.woff") format("woff"), url("/static/fonts/JDSansPro/JDSansPro-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "JDSansPro";
  font-weight: 600;
  src: url("/static/fonts/JDSansPro/JDSansPro-Medium.woff2") format("woff2"), url("/static/fonts/JDSansPro/JDSansPro-medium.woff") format("woff"); }

html, body {
  background-color: #D5D5D5;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto; }

.nav-container {
  max-width: unset; }

.jd-footer {
  background-color: #e5e6e6; }

h1,
h2,
h3 {
  margin: 0;
  font-family: "JDSansPro", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 28px; }

h4,
h5,
h6 {
  margin: 0;
  font-family: Helvetica, sans-serif; }

.bold {
  font-weight: bold; }

.underline {
  text-decoration: underline; }

.capitalize {
  text-transform: capitalize; }

.text-align-center {
  text-align: center; }

#__next {
  display: flex;
  justify-content: center; }
  #__next > main,
  #__next > div {
    width: 100%; }

main {
  background-color: white;
  max-width: 1366px;
  height: 100%; }
  main #back-to-top {
    background-color: #2D2D37;
    border: none;
    border-radius: 30px;
    bottom: 20px;
    cursor: pointer;
    height: 60px;
    opacity: 0.7;
    outline: none;
    position: fixed;
    right: 20px;
    width: 60px;
    z-index: 5; }
    @media (max-width: 500px) {
      main #back-to-top {
        display: none; } }
    main #back-to-top:focus {
      box-shadow: 0 0 0 3px #fdda01; }
    main #back-to-top:hover {
      opacity: 0.9; }
    main #back-to-top svg {
      fill: white; }

.bad-browser {
  align-items: center;
  background-color: white;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  height: 100vh;
  justify-content: center; }
  .bad-browser h1 {
    margin-bottom: 16px; }
  .bad-browser p {
    margin: 0;
    line-height: 1.5; }

.info {
  color: #377b2c;
  fill: #377b2c;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0; }
  .info svg {
    height: auto;
    width: 20px;
    position: relative;
    top: 4px;
    margin-right: 10px; }

.input-image .drop-input {
  height: 360px;
  position: relative;
  width: 360px; }
  .input-image .drop-input:hover .placeholder {
    background-color: #f3d101; }
  .input-image .drop-input:hover .thumbnail-container {
    background-color: #fafafa; }
  .input-image .drop-input input {
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer; }
  .input-image .drop-input > div {
    align-items: center;
    background-color: white;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%; }
    .input-image .drop-input > div.placeholder {
      background-color: #fdda01; }
    .input-image .drop-input > div.error {
      outline-color: red; }
  .input-image .drop-input .placeholder {
    position: relative; }
    .input-image .drop-input .placeholder .text {
      color: #2D2D37;
      display: flex;
      flex-direction: column;
      font-weight: 800;
      font-style: italic;
      text-align: center;
      width: 200px; }
      .input-image .drop-input .placeholder .text svg {
        fill: #2D2D37;
        height: 30px;
        margin-top: 20px;
        width: auto; }
    .input-image .drop-input .placeholder .information {
      bottom: 0;
      color: #2D2D37;
      font-size: 13px;
      opacity: 0.5;
      padding: 20px;
      position: absolute;
      text-align: center; }
  .input-image .drop-input .thumbnail-container .thumbnail {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(45, 45, 55, 0.5), inset 0 0 40px rgba(45, 45, 55, 0.15); }
    .input-image .drop-input .thumbnail-container .thumbnail button {
      position: absolute;
      top: 5px;
      right: 5px; }
      .input-image .drop-input .thumbnail-container .thumbnail button svg {
        color: #cccccc;
        font-size: 24px; }
    .input-image .drop-input .thumbnail-container .thumbnail img {
      height: 100%;
      width: 100%;
      object-fit: contain; }

.input-image .congratulation {
  display: flex;
  justify-content: space-between; }
  .input-image .congratulation .text-input {
    color: #377b2c;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    text-decoration: underline; }

.photo-form-rules .how-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px; }
  @media (max-width: 950px) {
    .photo-form-rules .how-section {
      flex-direction: column;
      margin-bottom: 20px; } }
  .photo-form-rules .how-section .participate {
    flex: 1;
    max-width: 700px; }
    .photo-form-rules .how-section .participate a {
      color: #377b2c;
      display: block;
      font-weight: bold;
      width: 100%; }
  .photo-form-rules .how-section .works {
    margin: 25px 0 0 40px;
    max-width: 330px; }
    @media (max-width: 950px) {
      .photo-form-rules .how-section .works {
        margin-left: 0; } }

@media (max-width: 500px) {
  .photo-form-rules button {
    width: 100%; } }

.photo-form {
  background-color: #f2f2f2;
  flex: 1;
  margin: 0 auto;
  padding: 50px; }
  .photo-form .steps {
    background-color: white;
    box-sizing: border-box;
    margin-bottom: 50px;
    width: 100%; }
    .photo-form .steps .visited {
      fill: #2D2D37; }
  @media (max-width: 950px) {
    .photo-form .photo-upload .fields {
      align-items: center;
      flex-direction: column; } }
  .photo-form .photo-upload .fields .upload-field, .photo-form .photo-upload .fields .custom-field {
    margin: 0 20px; }
    @media (max-width: 950px) {
      .photo-form .photo-upload .fields .upload-field .input-image .drop-input, .photo-form .photo-upload .fields .custom-field .input-image .drop-input {
        margin: 0 auto; } }
    @media (max-width: 950px) {
      .photo-form .photo-upload .fields .upload-field, .photo-form .photo-upload .fields .custom-field {
        align-items: center;
        justify-content: center;
        margin: 0; } }
  .photo-form .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
    @media (max-width: 600px) {
      .photo-form .buttons {
        flex-direction: column; }
        .photo-form .buttons button {
          width: 100%; }
          .photo-form .buttons button.green {
            margin-bottom: 10px; } }

.form-section {
  background-color: #f2f2f2; }
  @media (max-width: 500px) {
    .form-section .photo-form {
      padding: 25px; } }
  .form-section .photo-form .drop-input {
    height: 360px;
    width: 360px; }
    @media (max-width: 500px) {
      .form-section .photo-form .drop-input {
        height: 300px;
        width: 100%; } }
  @media (max-width: 950px) {
    .form-section .photo-form .custom-field {
      margin-top: 40px; } }
  @media (max-width: 500px) {
    .form-section .photo-form .custom-field .button {
      width: 100%; } }

.snack-bar {
  background-color: #f1f1f4;
  bottom: 30px;
  color: #222228;
  font-size: 1rem;
  left: 50%;
  margin-left: -125px;
  min-width: 250px;
  padding: 16px;
  position: fixed;
  visibility: hidden;
  text-align: center;
  z-index: 1; }

.snack-bar.show {
  -webkit-animation: fadein 0.5s , fadeout 0.5s 3.5s;
  animation: fadein 0.5s , fadeout 0.5s 3.5s;
  visibility: visible; }
  .snack-bar.show.error {
    background-color: #FBD6D9; }
  .snack-bar.show.info {
    background-color: #D0E3F4; }
  .snack-bar.show.success {
    background-color: #CCE2CC; }
  .snack-bar.show.warning {
    background-color: #FFECD1; }

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }

.vote-content {
  align-items: center;
  display: flex;
  flex-direction: column; }
  .vote-content .nb-vote {
    align-items: center;
    background-color: #2D2D37;
    border-radius: 11px;
    color: white;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    letter-spacing: 0.7px;
    margin-bottom: -8px;
    min-width: 24px;
    padding: 0 7px;
    width: min-content;
    z-index: 2; }
  .vote-content .btn-vote {
    align-items: center;
    background-color: #fdda01;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(45, 45, 55, 0.5);
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    position: relative;
    width: 60px; }
    .vote-content .btn-vote svg {
      fill: #2D2D37;
      margin-top: 4px; }

.share-button {
  align-items: center;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 60px;
  justify-content: center;
  width: 60px; }
  .share-button svg {
    margin-right: 5px; }

.modal {
  box-shadow: 0 2px 4px rgba(45, 45, 55, 0.5);
  color: #2D2D37;
  height: min-content;
  margin: 5px;
  max-height: 850px;
  max-width: 800px;
  outline: none;
  position: relative;
  width: 100%; }
  .modal .content {
    background-color: white;
    width: 100%; }
    .modal .content .btn-close {
      align-items: center;
      background-color: rgba(45, 45, 55, 0.5);
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      height: 31px;
      justify-content: center;
      opacity: 0;
      position: absolute;
      right: 12px;
      top: 12px;
      width: 32px; }
      .modal .content .btn-close svg {
        height: 100%;
        padding: 7px;
        width: 100%; }
    .modal .content .img-content {
      background-color: #2D2D37;
      padding: 55px 0;
      position: relative;
      width: 100%; }
      .modal .content .img-content .arrow {
        background-color: rgba(45, 45, 55, 0.5);
        border: none;
        border-radius: 30px;
        cursor: pointer;
        height: 60px;
        min-width: 60px;
        opacity: 0;
        outline: none;
        position: absolute;
        top: calc(50% - 30px);
        width: 60px;
        z-index: 2; }
        .modal .content .img-content .arrow.previous {
          left: 12px;
          transform: rotateZ(180deg); }
        .modal .content .img-content .arrow.next {
          right: 12px; }
        .modal .content .img-content .arrow svg {
          fill: white;
          height: 36px;
          margin-left: 6px; }
      .modal .content .img-content:hover .arrow,
      .modal .content .img-content:hover .btn-close {
        opacity: 1; }
      .modal .content .img-content img {
        margin: 0 auto;
        max-height: 600px;
        max-width: 100%;
        object-fit: contain;
        width: 100%; }
    .modal .content .detail-participation {
      align-items: center;
      display: flex;
      flex-direction: column;
      margin-top: 10px;
      padding: 0px 50px 40px 30px;
      position: relative; }
      .modal .content .detail-participation > .social-media {
        display: flex;
        justify-content: center;
        margin-left: 10px;
        position: absolute;
        top: -24px; }
        @media (max-width: 500px) {
          .modal .content .detail-participation > .social-media {
            display: none; } }
        .modal .content .detail-participation > .social-media .SocialMediaShareButton {
          cursor: pointer;
          margin: 0 2px; }
      .modal .content .detail-participation .share {
        display: none;
        margin-left: -35px;
        margin-top: -40px; }
        .modal .content .detail-participation .share .share-button {
          box-shadow: 0 2px 4px rgba(45, 45, 55, 0.5); }
        .modal .content .detail-participation .share .social-media {
          display: flex; }
          .modal .content .detail-participation .share .social-media .SocialMediaShareButton {
            margin: 0 2px; }
        .modal .content .detail-participation .share span {
          font-size: 13px;
          font-weight: bold;
          margin-top: 5px; }
        @media (max-width: 500px) {
          .modal .content .detail-participation .share {
            align-items: center;
            display: flex;
            flex-direction: column; } }
      .modal .content .detail-participation .vote-content {
        align-items: center;
        display: flex;
        flex-direction: row;
        position: absolute;
        right: 20px;
        top: -20px;
        width: fit-content; }
        @media (max-width: 500px) {
          .modal .content .detail-participation .vote-content {
            flex-direction: column;
            left: calc(50% - 5px);
            top: -63px; } }
        .modal .content .detail-participation .vote-content .nb-vote {
          background-color: transparent;
          color: #2D2D37;
          font-size: 18px; }
          @media (max-width: 500px) {
            .modal .content .detail-participation .vote-content .nb-vote {
              background-color: #2D2D37;
              border-radius: 2rem;
              color: white;
              height: 20px;
              left: calc(50% - 28px);
              padding: 0 3px;
              width: 36px; } }
        .modal .content .detail-participation .vote-content .btn-vote {
          height: 80px;
          width: 80px; }
          .modal .content .detail-participation .vote-content .btn-vote svg {
            height: 45px;
            width: 52px; }
      .modal .content .detail-participation .text {
        margin-top: 30px;
        width: 100%; }
        @media (max-width: 500px) {
          .modal .content .detail-participation .text {
            margin-top: 0; } }
        .modal .content .detail-participation .text span {
          font-size: 18px;
          font-weight: 700; }

.overlay {
  align-items: center;
  box-sizing: border-box;
  background-Color: rgba(45, 45, 55, 0.7);
  display: flex;
  justify-content: center;
  left: 0;
  height: auto;
  min-height: 100%;
  padding: 1.2rem 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }
  @media (max-width: 500px) {
    .overlay {
      padding: 5px; } }

.ReactModal__Body--open main {
  position: fixed; }

.ReactModal__Body--open #back-to-top {
  display: none; }

.tooltip-container.social-tooltip {
  border-radius: 10rem;
  padding: 5px 3px;
  z-index: 10; }
  .tooltip-container.social-tooltip .social-media {
    display: flex; }
    .tooltip-container.social-tooltip .social-media .SocialMediaShareButton {
      cursor: pointer;
      margin: 0 2px;
      outline: none; }

.tooltip-container {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 1px 1px 5px rgba(0, 0, 0, 0.3); }
  .tooltip-container.top {
    margin-bottom: 5px; }
    .tooltip-container.top .tooltip-arrow {
      border-color: white transparent transparent transparent;
      border-width: 5px 5px 0 5px;
      bottom: -5px;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
  .tooltip-container.bottom {
    margin-top: 5px; }
    .tooltip-container.bottom .tooltip-arrow {
      border-color: transparent transparent white transparent;
      border-width: 0 5px 5px 5px;
      left: calc(50% - 5px);
      margin-bottom: 0;
      margin-top: 0;
      top: -5px; }
  .tooltip-container.right {
    margin-left: 5px; }
    .tooltip-container.right .tooltip-arrow {
      border-color: transparent white transparent transparent;
      border-width: 5px 5px 5px 0;
      left: -5px;
      margin-left: 0;
      margin-right: 0;
      top: calc(50% - 5px); }
  .tooltip-container.left {
    margin-right: 5px; }
    .tooltip-container.left .tooltip-arrow {
      border-color: transparent transparent transparent white;
      border-width: 5px 0 5px 5px;
      margin-left: 0;
      margin-right: 0;
      right: -5px;
      top: calc(50% - 5px); }
  .tooltip-container .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px; }

.photo-grid-item {
  position: relative; }
  .photo-grid-item .vote-content {
    bottom: 10px;
    position: absolute;
    right: 10px;
    z-index: 1; }
  .photo-grid-item .photo {
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%; }
    .photo-grid-item .photo:hover .info-participation {
      opacity: 1;
      cursor: pointer; }
    .photo-grid-item .photo .info-participation {
      box-sizing: border-box;
      background-color: rgba(45, 45, 55, 0.7);
      height: 100%;
      opacity: 0;
      padding: 18px 15px;
      position: relative;
      transition: all 200ms ease-in-out; }
      .photo-grid-item .photo .info-participation p {
        color: white;
        margin: 0; }
        .photo-grid-item .photo .info-participation p.full-name {
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 6px; }
      .photo-grid-item .photo .info-participation .share-content {
        align-items: center;
        bottom: 10px;
        display: flex;
        position: absolute;
        right: 65px; }
        .photo-grid-item .photo .info-participation .share-content p {
          margin-right: 5px; }

.photo-grid-view .bar {
  color: #2D2D37;
  display: flex;
  justify-content: space-between;
  padding: 20px 65px; }
  @media (max-width: 950px) {
    .photo-grid-view .bar {
      padding: 20px; } }
  .photo-grid-view .bar h3 {
    font-size: 2rem; }
    @media (max-width: 950px) {
      .photo-grid-view .bar h3 {
        display: flex;
        flex-direction: column; } }
    .photo-grid-view .bar h3 span {
      color: #96969B;
      font-family: "Helvetica", sans-serif;
      font-size: 1rem;
      font-weight: normal;
      margin-left: 10px; }
      @media (max-width: 950px) {
        .photo-grid-view .bar h3 span {
          margin: 10px 0 0 0; } }
  .photo-grid-view .bar > span {
    align-items: center;
    display: flex; }
    .photo-grid-view .bar > span svg {
      fill: #2D2D37;
      height: 24px;
      margin-left: 10px;
      width: 24px; }
  .photo-grid-view .bar .btn-vote .pointer-default {
    cursor: default; }

.photo-grid-view .no-participation {
  font-size: 2rem;
  padding: 3rem 20px;
  text-align: center; }

.photo-grid-view .load-more-container {
  display: flex;
  justify-content: center; }
  .photo-grid-view .load-more-container .btn-load-more {
    background-color: transparent;
    border: 2px solid #377b2c;
    color: #377b2c;
    cursor: pointer;
    margin: 40px auto; }
    .photo-grid-view .load-more-container .btn-load-more:not(:disabled):hover {
      background-color: #377b2c;
      color: white; }
    .photo-grid-view .load-more-container .btn-load-more:disabled {
      background-color: transparent;
      border-color: #96969B;
      color: #96969B;
      cursor: default; }

.photo-grid-view .grid-content {
  --columns: 1;
  --content-width: 100vw;
  --gutter: 1px;
  --row-size: calc((var(--content-width) - (var(--gutter) * (var(--columns) - 1))) / var(--columns));
  background-color: #f1f1f4;
  display: grid;
  max-width: var(--content-width);
  grid-auto-rows: var(--row-size);
  grid-column-gap: var(--gutter);
  grid-row-gap: var(--gutter);
  grid-template-columns: repeat(var(--columns), 1fr);
  width: 100%; }
  @media (min-width: 370px) {
    .photo-grid-view .grid-content {
      --columns: 2; } }
  @media (min-width: 600px) {
    .photo-grid-view .grid-content {
      --columns: 3; } }
  @media (min-width: 1000px) {
    .photo-grid-view .grid-content {
      --columns: 4; } }
  @media (min-width: 1200px) {
    .photo-grid-view .grid-content {
      --columns: 5; } }
  @media (min-width: 1366px) {
    .photo-grid-view .grid-content {
      --content-width: 1366px; } }

.photo-video > .social-media-container {
  align-items: center;
  color: #222228;
  background-color: #d8d8d8;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 20px; }
  .photo-video > .social-media-container h4 {
    color: inherit;
    font-size: 22px;
    padding: 10px; }
  .photo-video > .social-media-container .social-media {
    display: flex; }
    .photo-video > .social-media-container .social-media > * {
      margin-right: 10px; }

.container {
  user-select: none;
  position: relative; }
  @media (max-width: 460px) {
    .container {
      height: 650px; } }
  .container iframe {
    height: 650px;
    width: 100%;
    display: flex; }
    @media (max-width: 460px) {
      .container iframe {
        height: 1000px;
        width: 154%;
        -ms-zoom: 0.6;
        -moz-transform: scale(0.65);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.65);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.65);
        -webkit-transform-origin: 0 0;
        overflow: hidden; } }

@media (max-width: 500px) {
  .quiz-section .quiz-form {
    padding: 25px; } }

.quiz-form {
  background-color: inherit;
  flex: 1;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px; }
  @media (max-width: 500px) {
    .quiz-form {
      padding: 25px; } }
  .quiz-form .steps {
    background-color: white;
    box-sizing: border-box;
    margin-bottom: 40px;
    width: 100%; }
    @media (max-width: 950px) {
      .quiz-form .steps {
        margin-top: 30px; } }
    .quiz-form .steps .visited {
      fill: #2D2D37; }
  .quiz-form .quiz-form-start h2 {
    margin: 0 0 18px 0; }
  .quiz-form .quiz-form-start .button {
    position: relative;
    left: 80%; }
    @media (max-width: 950px) {
      .quiz-form .quiz-form-start .button {
        left: 0%; } }
  .quiz-form .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
    @media (max-width: 600px) {
      .quiz-form .buttons {
        flex-direction: column; }
        .quiz-form .buttons button {
          width: 100%; }
          .quiz-form .buttons button.green {
            margin-bottom: 10px; } }

.quiz-form-rules .quiz-form-answers p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; }
  .quiz-form-rules .quiz-form-answers p .line {
    display: block; }

.quiz-form-rules h3 {
  font-size: 22px;
  margin: 0 0 18px 0;
  font-weight: 700;
  line-height: 28px;
  font-family: "JDSansPro", Helvetica, sans-serif; }

.quiz-form-rules .how-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px; }
  @media (max-width: 950px) {
    .quiz-form-rules .how-section {
      flex-direction: column;
      margin-bottom: 20px; } }
  .quiz-form-rules .how-section .participate {
    flex: 1;
    max-width: 700px; }
    @media (max-width: 500px) {
      .quiz-form-rules .how-section .participate {
        margin-bottom: 20px; } }
    .quiz-form-rules .how-section .participate a {
      color: #377b2c;
      display: block;
      font-weight: 700;
      width: 100%;
      font-size: 16px;
      line-height: 24px; }
  .quiz-form-rules .how-section .works {
    max-width: 330px; }
    @media (max-width: 950px) {
      .quiz-form-rules .how-section .works {
        margin-left: 0; } }

@media (max-width: 500px) {
  .quiz-form-rules button {
    width: 100%; } }

.quiz-form-answers {
  margin: 30px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 500px) {
    .quiz-form-answers {
      flex-direction: column; } }
  @media (max-width: 950px) {
    .quiz-form-answers {
      margin-bottom: 6%;
      flex-direction: column; } }
  .quiz-form-answers .question-block:nth-of-type(even) {
    margin-left: 20px; }
    @media (max-width: 950px) {
      .quiz-form-answers .question-block:nth-of-type(even) {
        margin-left: 0; } }
  .quiz-form-answers h3 {
    height: fit-content;
    width: 100%;
    margin-bottom: 10px; }
    @media (max-width: 950px) {
      .quiz-form-answers h3 {
        margin-bottom: 0;
        width: auto; } }
  .quiz-form-answers .question-block {
    margin-top: 20px;
    overflow-y: auto;
    min-width: 47%;
    max-width: 47%;
    min-height: 400px;
    background: white;
    position: relative;
    display: inline-table; }
    @media (max-width: 950px) {
      .quiz-form-answers .question-block {
        min-height: 250px;
        width: 100%;
        margin-left: 0;
        padding-right: 0; } }
    @media (max-width: 500px) {
      .quiz-form-answers .question-block {
        max-width: 100%;
        margin-left: 0;
        margin-top: 20px; } }
    .quiz-form-answers .question-block .wording {
      margin: 0 10% 30px 0; }
      @media (max-width: 950px) {
        .quiz-form-answers .question-block .wording {
          padding-right: 20px;
          margin: 0 0 30px 0; } }
    .quiz-form-answers .question-block .container {
      margin: 60px 61px 32px 60px; }
      @media (max-width: 950px) {
        .quiz-form-answers .question-block .container {
          height: auto;
          margin: 30px 20px 34px 20px;
          width: 80%; } }
      .quiz-form-answers .question-block .container .answers {
        margin-top: 10px;
        margin-bottom: 110px; }
        @media (max-width: 950px) {
          .quiz-form-answers .question-block .container .answers {
            margin-bottom: 90px;
            padding-right: 20px; } }
        .quiz-form-answers .question-block .container .answers .answer {
          margin: 10px 0;
          vertical-align: middle;
          font-size: 16px; }
          .quiz-form-answers .question-block .container .answers .answer input {
            margin: 0 10px; }
    .quiz-form-answers .question-block .answer-tip {
      position: absolute;
      margin-left: 60px;
      bottom: 40px;
      color: #377b2c;
      text-decoration: underline;
      font-weight: bold;
      cursor: pointer; }
      @media (max-width: 950px) {
        .quiz-form-answers .question-block .answer-tip {
          margin-left: 20px;
          bottom: 30px; } }

.radio-buttons {
  display: block; }
  .radio-buttons > div {
    margin-bottom: 24px; }
  .radio-buttons input[type="radio"] {
    display: none; }
  .radio-buttons input[type="radio"] + label {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 700;
    font-family: "Helvetica", sans-serif; }
  .radio-buttons input[type="radio"] + label.green {
    color: #377b2c; }
  .radio-buttons input[type="radio"] + label span {
    border: 2px solid #377b2c;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 26px;
    margin-right: 10px;
    width: 26px;
    min-width: 26px; }
    .radio-buttons input[type="radio"] + label span svg {
      fill: white;
      height: 10px; }
  .radio-buttons input[type="radio"]:checked + label span {
    align-items: center;
    background-color: #377b2c;
    border-color: #377b2c;
    display: flex;
    justify-content: center; }

.quiz-review p {
  line-height: 24px; }

.quiz-review .social-media-container {
  background-color: #f1f1f4;
  border-top: 5px solid #fdda01;
  margin-top: 60px;
  padding: 50px; }
  @media (max-width: 500px) {
    .quiz-review .social-media-container {
      margin-top: 30px;
      padding: 20px 10px; } }
  .quiz-review .social-media-container h3 {
    font-size: 22px;
    text-align: center; }
  .quiz-review .social-media-container .social-media {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
    .quiz-review .social-media-container .social-media > * {
      margin: 0 5px; }

.quiz-review .go-back-button {
  position: relative;
  color: #377b2c;
  text-decoration: underline;
  font-weight: bold;
  width: fit-content;
  cursor: pointer; }

.quiz {
  background: #f2f2f2; }
  .quiz > .social-media-container {
    align-items: center;
    color: #222228;
    background-color: #d8d8d8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 20px; }
    .quiz > .social-media-container h4 {
      color: inherit;
      font-size: 22px;
      padding: 10px; }
      @media (max-width: 950px) {
        .quiz > .social-media-container h4 {
          width: 100%;
          text-align: center; } }
    .quiz > .social-media-container .social-media {
      display: flex; }
      .quiz > .social-media-container .social-media > * {
        margin-right: 10px; }
  .quiz .quiz-content {
    padding: 50px;
    padding-bottom: 0;
    background-color: #f2f2f2; }
    @media (max-width: 500px) {
      .quiz .quiz-content {
        padding: 25px; }
        .quiz .quiz-content video, .quiz .quiz-content div {
          max-height: 300px; } }
    .quiz .quiz-content h2 {
      color: #282828;
      font-size: 36px;
      font-weight: 700;
      line-height: 44px;
      padding: 20px 0 38px 0; }
      @media (max-width: 500px) {
        .quiz .quiz-content h2 {
          padding: 15px 0 25px 0; } }
    .quiz .quiz-content div {
      padding-bottom: 20px; }
      @media (max-width: 500px) {
        .quiz .quiz-content div {
          padding-bottom: 0; } }
  .quiz .product-content {
    padding: 0 50px 60px 50px;
    background-color: #f2f2f2; }
    @media (max-width: 500px) {
      .quiz .product-content {
        padding: 0 25px 25px 25px; } }
    .quiz .product-content .product-blocks {
      columns: 500px;
      column-gap: 20px; }
    .quiz .product-content .dealer-locator-separator {
      position: relative;
      margin-top: 20px;
      margin-bottom: 20px;
      background-color: #e5e6e6;
      padding: 30px;
      padding-left: 60px;
      padding-right: 60px; }
      @media (max-width: 950px) {
        .quiz .product-content .dealer-locator-separator {
          padding: 30px 20px 20px 20px; } }
      .quiz .product-content .dealer-locator-separator h3 {
        margin-bottom: 7px;
        line-height: 28px; }
        @media (max-width: 950px) {
          .quiz .product-content .dealer-locator-separator h3 {
            font-size: 18px;
            margin-bottom: 0; } }
      .quiz .product-content .dealer-locator-separator .text {
        line-height: 24px;
        font-family: "Helvetica Neue", Helvetica, sans-serif; }
        @media (max-width: 950px) {
          .quiz .product-content .dealer-locator-separator .text {
            font-size: 14px;
            line-height: 22px; } }
      .quiz .product-content .dealer-locator-separator .find-dealer {
        position: absolute;
        display: flex;
        right: 6%;
        top: 20%;
        padding: 15px;
        border: 2px solid #377b2c;
        width: 20%;
        max-width: 220px;
        color: #377b2c; }
        @media (max-width: 950px) {
          .quiz .product-content .dealer-locator-separator .find-dealer {
            position: relative;
            width: 94%;
            left: 50%;
            transform: translate(-50%, 0);
            justify-content: center;
            margin-top: 25px;
            padding: 10px 10px 10px 0; } }
        @media (max-width: 500px) {
          .quiz .product-content .dealer-locator-separator .find-dealer {
            min-width: 94%; } }
        .quiz .product-content .dealer-locator-separator .find-dealer svg {
          margin-left: 15px;
          margin-right: 15px; }
          @media (max-width: 950px) {
            .quiz .product-content .dealer-locator-separator .find-dealer svg {
              margin-left: 0; } }
        .quiz .product-content .dealer-locator-separator .find-dealer div {
          font-size: 18px;
          font-weight: 700;
          margin-top: 8px;
          font-family: "JDSansPro", "Helvetica", sans-serif; }
          @media (max-width: 950px) {
            .quiz .product-content .dealer-locator-separator .find-dealer div {
              text-align: center;
              margin-top: 4px; } }
      .quiz .product-content .dealer-locator-separator .find-dealer:hover {
        cursor: pointer; }

