body {
  font-family: bentley-light, sans-serif;
}
.section__content {
  color: #fff;
}
button {
  border: 0;
}
/* header */
header.hdr button.header_inquiere_btn {
  position: absolute;
  font-weight: 700;
  top: 49%;
  transform: translateY(-50%);
  right: 70px;
  font-weight: normal;
  font-family: inherit;
}

@media (min-width: 768px) {
  header.hdr button.header_inquiere_btn {
    right: 112px;
  }
}
@media (min-width: 1280px) {
  header.hdr button.header_inquiere_btn {
    right: calc(112px + 2%);
  }
}

/* footer */
footer .footer__inner.row__3 > div.bottom__neocredit {
  font-size: 13px;
  color: #fff;
  gap: 6px;
}

footer .footer__inner.row__3 > div.bottom__neocredit * {
  font-size: inherit;
}

.main__container,
.contact__form {
  color: #fff;
}

.video-gallery-collection {
  padding: 100px 0;
  width: 90%;
  margin: auto;
  color: #fff;
}
.video-gallery-collection .title-block {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 2rem;
  margin-top: 30px;
}

.video-items .thumb img {
  aspect-ratio: 16 / 9;
}

.video-items .items .item {
  border-color: #5e5e5e;
}

@media (min-width: 1330px) {
  .video-items .items {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }

  .video-items .items .item {
    width: 100%;
    margin: 0;
  }
}

.video-items .item:nth-child(1) .thumb,
.video-items .item .thumb {
  background: url(/assets-bentley/images/video-cover/J1.jpg);
  background-size: cover;
}

.video-items .item:nth-child(2) .thumb {
  background: url(/assets-bentley/images/video-cover/1.jpg);
  background-size: cover;
}

.video-items .item:nth-child(7) .thumb {
  background: url(/assets-bentley/images/video-cover/1.jpg);
  background-size: cover;
}
.video-items .item:nth-child(5) .thumb,
.video-items .item:nth-child(6) .thumb {
  background: url(/assets-bentley/images/video-cover/3.jpg);
  background-size: cover;
}

.video-items .item:nth-child(4) .thumb {
  background: url(/assets-bentley/images/video-cover/2.jpg);
  background-size: cover;
}

.video-items .item:nth-child(3) .thumb {
  background: url(/assets-bentley/images/video-cover/1-1.jpg);
  background-size: cover;
}

.video-items .item:nth-child(6) .thumb {
  background: url(/assets-bentley/images/video-cover/6.jpg);
  background-size: cover;
}
.video-items .item:nth-child(7) .thumb {
  background: url(/assets-bentley/images/video-cover/7.jpg);
  background-size: cover;
}

.video-items .item:nth-child(6) .thumb img,
.video-items .item:nth-child(7) .thumb img,
.video-items .item .thumb img {
  opacity: 0;
}

.neo__downloads h1 {
  color: #fff;
}

.neo__btn {
  text-decoration: none !important;
}

/* contact form */
section.neo__contact__form > div .contact__form form {
  position: static !important;
  opacity: 1 !important;
  pointer-events: inherit !important;
}

.neo__form .fields {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 20px;
  padding-top: 20px;
}
.neo__form .fields .large {
  grid-column: span 2 / span 2;
}
.neo__form > form input[type="text"],
.neo__form > form input[type="email"],
.neo__form > form input[type="tel"],
.neo__form > form textarea,
.neo__form > form input[type="number"] {
  width: 100%;
  outline: none;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Bentley-Light";
  font-size: 16px;
  line-height: 1.55;
  color: #fff;
  padding: 3px 0 3px;
  border-radius: 0;
  appearance: none;
  transition: border-color 0.2s ease-in-out;
}

.neo__form > form input[type="text"]:hover,
.neo__form > form input[type="email"]:hover,
.neo__form > form input[type="tel"]:hover,
.neo__form > form textarea:hover,
.neo__form > form input[type="number"]:hover {
  border-color: #fff;
}

.contact__form .wpcf7-form {
  margin-bottom: 30px;
}

.wpcf7-form {
  display: grid;
  grid-row-gap: 25px;
}
.wpcf7-form p {
}

.wpcf7-form .wpcf7-radio {
  display: block;
  margin-bottom: 10px;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item.first {
  margin-left: 8px;
  margin-right: 15px;
}
.wpcf7-form label,
.wpcf7-list-item-label {
  font-size: 1.05rem;
}
.wpcf7-list-item-label {
  color: #83978f;
}

.wpcf7-form input[type="radio"],
.wpcf7-form input[type="checkbox"] {
  transform: scale(1.5);
  accent-color: #83978f;
  position: relative;
  left: -5px;
  top: -2px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Bentley-Light";
  font-size: 16px;
  line-height: 1.55;
  color: #fff;
  padding: 3px 0 3px;
  border-radius: 0;
  appearance: none;
  transition: border-color 0.2s ease-in-out;
}
.wpcf7-form textarea {
  height: 80px;
}

.wpcf7-form input[type="text"]:hover,
.wpcf7-form input[type="email"]:hover,
.wpcf7-form input[type="tel"]:hover,
.wpcf7-form textarea:hover {
  border-color: #fff;
}

.wpcf7-acceptance * {
  font-size: 0.8rem;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  top: -3px;
}

.wpcf7-submit {
  background-color: #83978f;
  font-family: inherit;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  padding: 12px 60px;
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}
.wpcf7-submit:hover {
  background-color: rgba(131, 151, 143, 0.85);
}

@media (min-width: 768px) {
  .contact__form .wpcf7-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    grid-row-gap: 20px;
  }

  .contact__form .wpcf7-form p:first-of-type,
  .contact__form .wpcf7-form p:nth-last-child(2),
  .contact__form .wpcf7-form p:nth-last-child(3),
  .contact__form .wpcf7-form p:nth-last-child(4),
  .contact__form .wpcf7-form p:nth-last-child(5) {
    grid-column: span 2 / span 2;
  }
}

.pum-theme-lightbox .pum-container {
  border: 0 !important;
  box-shadow: none !important;
}
.pum-theme-lightbox .wpcf7-form .description {
  text-align: center;
}
.pum-theme-lightbox .wpcf7-form a {
  color: inherit;
  text-decoration: underline;
}
.pum-theme-lightbox .pum-container .popmake-title {
  text-align: center;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: bold;
}

.pum-theme-lightbox .wpcf7-form {
  grid-row-gap: 18px;
}

.pum-theme-lightbox .wpcf7-form .wpcf7-radio {
  margin-bottom: 0;
}

.pum-theme-lightbox .wpcf7-form input[type="text"],
.pum-theme-lightbox .wpcf7-form input[type="email"],
.pum-theme-lightbox .wpcf7-form input[type="tel"],
.pum-theme-lightbox .wpcf7-form textarea {
  border-color: #000;
  color: #000;
}

.pum-theme-lightbox .wpcf7-submit {
  display: block;
  margin: auto;
}

.pum-theme-lightbox .wpcf7-form small {
  font-size: 0.8rem;
  line-height: 1;
  display: block;
  text-align: center;
  color: #696969;
  position: relative;
  margin-top: -26px;
}
