html {
  scroll-padding-top: 2rem;
}

body {
  scroll-behavior: smooth;
}

.ventures-banner {
  background: #002542;
  background-image: url('../../assets/img/banner-fundo.png');
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 992px) {
  .ventures-banner {
    padding: 30px 0;
  }
}

.ventures-banner__headline {
  font-size: 30px;
  line-height: 120%;
  color: var(--tr-cyan);
  margin-bottom: 40px;
}

@media (max-width: 620px) {
  .ventures-banner__headline br {
    display: none;
  }
}

.ventures-banner__headline br {
  font-size: 30px;
  line-height: 120%;
  color: var(--tr-cyan);
}

body {
  font-family: 'Red Hat Display', sans-serif;
}

.ventures-banner__headline strong {
  color: var(--bs-white);
}

.btn-white-lg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 32px;
  width: 280px;
  height: 56px;
  background: #ffffff;
  border: 2px solid #054375;
  box-sizing: border-box;
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #054375;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 5px 5px 11px -7px rgb(0 0 0 / 79%);
}

.btn-white {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 32px;
  width: 280px;
  height: 56px;
  background: #ffffff;
  border: 2px solid #054375;
  box-sizing: border-box;
  border-radius: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #455a64;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 5px 5px 11px -7px rgb(0 0 0 / 79%);
}

.btn-blue {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 32px;
  width: 280px;
  height: 56px;
  background: #054375;
  border: 2px solid #054375;
  box-sizing: border-box;
  border-radius: 4px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 5px 5px 11px -7px rgb(0 0 0 / 79%);
}

.btn-white-lg:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #ffffff;
}

.btn-blue:hover {
  background-color: transparent;
  border: 2px solid #054375;
  color: #054375;
}

.btn-white:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #ffffff;
}

.ventures-banner__container {
  display: grid;
  grid-template-columns: 430px 1fr;
  align-items: center;
}

@media (max-width: 992px) {
  .ventures-banner__container {
    display: block;
  }
}

.tribanco-ventures__separator {
  display: block;
  width: 75%;
  height: 1px;
  background-color: #ffc107;
  margin: 24px 0;
}

.tribanco-ventures__image {
  position: relative;
  bottom: -25px;
}

.tribanco-ventures__headline {
  padding: 120px 0;
  background-image: url('../../assets/img/headline-background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 380px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 992px) {
  .tribanco-ventures__headline {
    padding: 60px 0 70px;
    height: auto;
  }
}

.tribanco-ventures__headline h2 {
  color: #054375;
  font-size: 36px;
}

@media (max-width: 992px) {
  .tribanco-ventures__headline h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 620px) {
  .tribanco-ventures__headline h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 992px) {
  .tribanco-ventures__headline h2 br {
    display: none;
  }
}

.ventures-process__headline {
  font-size: 40px;
  font-weight: 900;
  color: #054375;
  margin-bottom: 85px;
}

@media (max-width: 992px) {
  .ventures-process__headline {
    font-size: 28px;
    margin-bottom: 65px;
  }
}

.ventures-process {
  padding: 110px 0;
}

@media (max-width: 620px) {
  .ventures-process {
    padding: 60px 0;
  }
}

.ventures-process__item-title {
  display: flex;
  align-items: center;
  height: 80px;
  margin-bottom: 12px;
}

@media (max-width: 992px) {
  .ventures-process__item-title {
    display: block;
    height: 105px;
    margin: 0;
  }
}

.ventures-process__item-title h3 {
  font-size: 20px;
  font-weight: 600;
  color: #8cd133;
  margin: 0 0 0 16px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .ventures-process__item-title h3 {
    margin: 10px 0 0 0;
    font-size: 18px;
  }
  .ventures-process__item-title h3 br {
    display: none;
  }
}

.ventures-process__item p {
  font-size: 16px;
  line-height: 160%;
  margin: 16px 0;
  color: #054375;
  font-weight: 500;
  margin: 0;
}

.ventures-process__container {
  display: grid;
  align-items: center;
  grid-template-columns: 700px 1fr;
}

@media (max-width: 992px) {
  .ventures-process__container {
    display: block;
  }
}

.ventures-process__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: relative;
  z-index: 3;
}

@media (max-width: 992px) {
  .ventures-process__grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

.ventures-process__image {
  max-width: 100%;
  position: relative;
  top: -30%;
  z-index: 5;
  left: 0;
}

.ventures-process__item {
  margin-bottom: 49px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  .ventures-process__item {
    margin-bottom: 15px;
  }
}

.ventures-process .container {
  position: relative;
}

.ventures-process__line-image {
  position: absolute;
  left: -68px;
  top: 99px;
}

@media (max-width: 992px) {
  .ventures-process__line-image {
    display: none;
  }
}

.ventures-process__headline::after {
  content: '';
  display: block;
  width: 380px;
  height: 5px;
  margin-top: 8px;
  background: rgb(140, 209, 51);
  background: linear-gradient(
    90deg,
    rgba(140, 209, 51, 1) 0%,
    rgba(5, 189, 251, 1) 100%
  );
}

@media (max-width: 620px) {
  .ventures-process__headline::after {
    width: 150px;
  }
}

.ventures-requirements {
  background-color: #054375;
  color: var(--bs-white);
  padding: 80px 0;
  position: relative;
  z-index: 2;
}

.ventures-requirements h3 {
  margin-bottom: 80px;
  text-align: center;
  font-size: 38px;
  font-weight: 300;
}

@media (max-width: 992px) {
  .ventures-requirements h3 {
    font-size: 28px;
  }
}

.ventures-requirements h3:first-child {
  text-align: right;
}

@media (max-width: 992px) {
  .ventures-requirements h3:first-child {
    text-align: center;
  }
}

.ventures-requirements h3 strong {
  color: #8cd133;
  font-weight: 600;
}

:root {
  --tr-cyan: #05bdfb;
}

.ventures-requirements__small-item h4 {
  color: #8cd133;
  font-weight: 600;
  text-transform: uppercase;
  margin: 16px 0;
  font-size: 20px;
}

.ventures-requirements__medium-item h4 {
  color: #8cd133;
  font-weight: 600;
  text-transform: uppercase;
  margin: 16px 0 16px 16px;
  font-size: 20px;
}

.ventures-requirements__small-item p {
  font-size: 16px;
  font-weight: 500;
}

.ventures-requirements__medium-item p {
  font-size: 16px;
  font-weight: 500;
}

.ventures-requirements__first-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .ventures-requirements__first-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

.ventures-requirements__medium-item img {
  height: 60px;
  object-fit: contain;
}

.ventures-requirements__small-item img {
  height: 60px;
  object-fit: contain;
}

.ventures-requirements__item-title {
  display: flex;
  align-items: center;
  margin: 16px 0;
}

.ventures-requirements__second-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .ventures-requirements__second-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

.ventures-requirements .container {
  position: relative;
  z-index: 3;
}

.ventures-requirements__image-item {
  position: absolute;
  top: -39%;
  left: -60px;
}

@media (max-width: 992px) {
  .ventures-requirements__image-item {
    display: none;
  }
}

.ventures-requirements .btn {
  margin-top: 38px;
  font-size: 16px;
}

.ventures-offer__item {
  border: 2px solid #054375;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 16px;
  min-height: 280px;
  background: #ffffff;
}

.ventures-offer__item h3 {
  font-weight: 700;
  font-size: 28px;
  color: #054375;
}

@media (max-width: 992px) {
  .ventures-offer__item h3 {
    font-size: 20px;
  }
}

.ventures-offer__item p {
  font-weight: 400;
  font-size: 16px;
}

.ventures-offer__item img {
  height: 35px;
  width: 35px;
  object-fit: contain;
  margin-bottom: 8px;
}

.ventures-offer__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

@media (max-width: 992px) {
  .ventures-offer__grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .ventures-offer__item p br {
    display: none;
  }
  .ventures-offer__item {
    min-height: auto;
  }
}

.ventures-search img {
  max-width: 100%;
}

.ventures-search {
  margin-top: 80px;
  padding: 50px 0;
}

@media (max-width: 992px) {
  .ventures-search {
    margin-top: 80px;
    padding: 20px 0;
  }
}

.ventures-data {
  background-color: #054375;
  position: relative;
  color: var(--bs-white);
  padding: 50px 0;
  margin-top: 200px;
}

@media (max-width: 992px) {
  .ventures-data {
    padding: 30px 0;
    margin-top: 30px;
    text-align: center;
  }
}

.ventures-data__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 992px) {
  .ventures-data__grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
  }
}

.ventures-data p {
  color: #8cd133;
  font-size: 24px;
}

@media (max-width: 992px) {
  .ventures-data p {
    font-size: 18px;
  }
}

.ventures-data h2 {
  font-weight: 700;
  font-size: 48px;
  margin: 0;
}

@media (max-width: 992px) {
  .ventures-data h2 {
    font-size: 26px;
  }
}

.ventures-data__image {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 992px) {
  .ventures-data__image {
    display: none;
  }
}

.ventures-data .container {
  position: relative;
  z-index: 2;
}

.ventures-cases {
  margin-top: 50px;
  padding: 80px 0;
}

@media (max-width: 992px) {
  .ventures-cases {
    margin-top: 10px;
    padding: 80px 0;
  }
}

.ventures-cases__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

@media (max-width: 992px) {
  .ventures-cases__grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

.ventures-cases__item p {
  margin: 24px 0;
  font-size: 24px;
}

@media (max-width: 992px) {
  .ventures-cases__item p {
    font-size: 18px;
  }
}

.ventures-cases__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}

.ventures-new__background {
  background-color: #054375;
  color: var(--bs-white);
  padding: 24px 0;
  height: 350px;
}

.ventures-new__item {
  color: var(--bs-white);
  text-decoration: none;
  display: block;
}

.ventures-new__item:hover {
  color: var(--bs-white);
  text-decoration: none;
}

.ventures-new__item h2 {
  color: #8cd133;
  font-size: 24px;
  margin: 0 0 16px 0;
}

.ventures-new__item p {
  font-size: 18px;
}

.ventures-new__item-image {
  width: 312px;
  height: 216px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin-bottom: 16px;
}

.ventures-new__background .container {
  position: relative;
  top: -127px;
}

@media (min-width: 992px) {
  .owl-carousel .owl-nav button.owl-next {
    right: -30px;
    top: 50%;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
    top: 50%;
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 40px !important;
  position: absolute;
}

@media (max-width: 992px) {
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    font-size: 20px !important;
    position: static;
  }
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent !important;
  color: #8cd133 !important;
}

.ventures-news {
  margin-top: 100px;
  position: relative;
}

.ventures-martins__headline-link {
  background: rgb(5, 68, 118);
  background: linear-gradient(
    90deg,
    rgba(5, 68, 118, 1) 0%,
    rgba(5, 188, 250, 1) 100%
  );
  display: block;
  text-align: center;
  color: var(--bs-white);
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  padding: 32px 0;
  transition: all 0.5s ease;
}

@media (max-width: 992px) {
  .ventures-martins__headline-link {
    font-size: 20px;
  }
}

.ventures-martins {
  margin-top: 170px;
}

.ventures-martins__headline-link:hover {
  background: linear-gradient(
    90deg,
    rgba(5, 188, 250, 1) 0%,
    rgba(5, 68, 118, 1) 100%
  );
  color: var(--bs-white);
  transition: all 0.5s ease;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.ventures-martins__grid-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #054375;
  color: white;
  height: 540px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .ventures-martins__grid-item {
    display: block;
    height: auto;
  }
}

.ventures-martins__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 992px) {
  .ventures-martins__item-image img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}

.ventures-martins__item-image {
  overflow: hidden;
  height: 100%;
}

.ventures-martins__item-description {
  padding: 32px;
  max-width: 70%;
}

@media (max-width: 992px) {
  .ventures-martins__item-description {
    padding: 42px 12px;
    max-width: 100%;
  }
}

.ventures-martins__item-description h2 {
  color: #8cd133;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .ventures-martins__item-description h2 {
    font-size: 24px;
  }
}

.ventures-martins__item-description p {
  font-size: 24px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .ventures-martins__item-description p {
    font-size: 16px;
  }
}

.ventures-martins__grid-item.ventures-martins__grid-item-2 {
  grid-auto-flow: dense;
  direction: rtl;
}

.ventures-martins__grid-item.ventures-martins__grid-item-2
  .ventures-martins__item-description {
  text-align: left;
}

.ventures-martins__grid-item.ventures-martins__grid-item-2
  .ventures-martins__item-description
  .btn {
  margin: 0 auto 0 0;
}

.ventures-martins__grid-item.ventures-martins__grid-item-2 {
  background: var(--bs-white);
}

.ventures-martins__grid-item.ventures-martins__grid-item-2 h2 {
  color: #054375;
}

.ventures-martins__grid-item.ventures-martins__grid-item-2 p {
  color: #000000;
}

.ventures-faq {
  margin-top: 120px;
}

.ventures-faq .ventures-process__headline {
  text-align: center;
  margin-bottom: 24px;
}

.ventures-faq .ventures-process__headline::after {
  margin: 8px auto;
  width: 500px;
}

@media (max-width: 620px) {
  .ventures-faq .ventures-process__headline::after {
    width: 150px;
  }
}

.ventures-faq .accordion-item {
  border: none;
  border-bottom: 1px dashed #054375;
}

.ventures-faq .accordion-button:not(.collapsed) {
  background: transparent;
  color: #000000;
}

.ventures-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.ventures-faq .accordion-button:focus {
  border: none;
}

.ventures-faq .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.ventures-faq .accordion-header .accordion-button {
  color: #054375;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 620px) {
  .ventures-faq .accordion-header .accordion-button {
    font-size: 16px;
  }
}

.ventures-faq .accordion-header .accordion-button strong {
  font-size: 32px;
  display: inline-block;
  margin-right: 16px;
}

.ventures-form {
  background: #002542;
  color: var(--bs-white);
  margin-top: 80px;
  padding: 80px 0;
  background-image: url('../../assets/img/form-background.png');
  background-repeat: no-repeat;
  background-position: left;
}

@media (max-width: 992px) {
  .ventures-form {
    background-image: none;
  }
}

.ventures-form p {
  font-size: 24px;
  font-weight: 300;
}

.ventures-form .btn-white-lg {
  width: 300px;
}

.ventures-form input.form-control,
.ventures-form textarea.form-control {
  height: 48px;
  border-radius: 0;
  margin-bottom: 24px;
}

.ventures-form input.form-control::placeholder,
.ventures-form textarea.form-control::placeholder {
  font-size: 16px;
  color: #054375;
  font-weight: 500;
  font-family: 'Red Hat Display';
}

.ventures-form input.form-control,
.ventures-form textarea.form-control {
  font-size: 16px;
  color: #054375;
  font-weight: 500;
  font-family: 'Red Hat Display';
  background: var(--bs-white) !important;
}

.ventures-form__container {
  margin: 24px 0 80px;
}

.btn-white.ventures-form__button {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  justify-content: start;
  width: 100%;
  text-align: left;
  height: 75px;
  color: #054375;
  font-size: 28px;
  text-transform: capitalize;
}

.btn-white.ventures-form__button:hover img {
  filter: invert(1) brightness(2);
}

.ventures-form__buttons {
  max-width: 750px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 25px;
}

.ventures-form__buttons {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 25px;
}

@media (max-width: 992px) {
  .ventures-form__buttons {
    max-width: 100%;
    display: block;
  }
}

.ventures-form h2 {
  font-size: 40px;
  font-weight: bold;
}

.tribanco-ventures__svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.tribanco-ventures__headline .container {
  position: relative;
  z-index: 3;
}

.ventures-requirements__svg-top {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  margin-top: 140px;
}

@media (max-width: 992px) {
  .ventures-requirements__svg-top {
    margin-top: 25px;
  }
}

.ventures-requirements__svg-line {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -120px;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.ventures-offer__svg-line {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
}

@media (max-width: 620px) {
  .ventures-offer__svg-line {
    display: none;
  }
}

.ventures-requirements__svg-line svg {
  display: block;
  width: 100%;
}

.ventures-offer__svg-line svg {
  display: block;
  width: 100%;
}

.ventures-offer {
  margin-top: 120px;
  position: relative;
}

.ventures-offer .container {
  position: relative;
  z-index: 3;
}

.form-check-input {
  width: 0.9em;
  height: 0.9em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgb(255, 255, 255);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input[type='checkbox'] {
  border-radius: 2px;
}

.btn-white.ventures-form__button:hover {
  color: var(--bs-white);
}

.ventures-news .ventures-process__headline {
  margin-bottom: 20px;
}

@media (max-width: 620px) {
  .ventures-news .ventures-process__headline {
    position: relative;
    top: -100px;
  }
}

.ventures-news .ventures-requirements__svg-top {
  margin-top: 40px;
}

.ventures-form__small {
  display: block;
  font-size: 14px;
}

.form-check {
  margin-bottom: 32px;
}

.form-check .form-check-label {
  font-size: 14px;
}

.ventures-banner__container div:nth-child(2) {
  justify-self: end;
}

@media (max-width: 992px) {
  .ventures-process__image {
    display: none;
  }
}

@media (max-width: 992px) {
  .tribanco-ventures__image {
    display: none;
  }
}

.ventures-banner {
  background: #002542;
  background-image: url('../../assets/img/banner-fundo.png');
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 620px) {
  .ventures-banner {
    background-position: 41% 1401%;
  }
}

@media (max-width: 992px) {
  .ventures-process__item-title img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
}

@media (min-width: 992px) {
  .ventures-form .container {
    padding: 0 200px;
  }
}

.ventures-form__file-input input {
  display: none;
}

.ventures-form__file-input img {
  display: inline-block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 9px;
}

.ventures-form__file-input {
  color: #8cd133;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 5px;
  align-items: center;
}

.ventures-form__file-input:hover img {
  filter: brightness(2) grayscale(1);
}

.ventures-form__file-input:hover {
  color: var(--bs-white);
  cursor: pointer;
}

.ventures-form__span {
  display: block;
  line-height: 1;
}

.ventures-form__label-btn {
  display: flex;
  align-items: center;
  line-height: 0;
}

@media (max-width: 992px) {
  .ventures-form__file-input {
    grid-template-columns: 1fr;
  }
  .ventures-form__span,
  .ventures-form__label-btn {
    line-height: 1.2;
  }
}

.page-home-2022 .top-header .row > * {
  width: initial;
  max-width: initial;
}

.ventures-requirements__small-item a,
.ventures-form__small a {
  color: white;
}

.ventures-form__small a {
  text-decoration: underline;
}

.ventures-requirements__small-item a:hover,
.ventures-form__small a:hover {
  color: #8cd133;
}

.ventures-offer__item:hover {
  background: #054375;
}

.ventures-offer__item:hover img {
  filter: invert(1) brightness(2);
}

.ventures-offer__item:hover h3,
.ventures-offer__item:hover p {
  color: var(--bs-white);
}

#fEmail {
  display: none !important;
}

.btnBlock,
.btnBlock:hover {
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0.5 !important;
}

.ventures-form .container {
  background-image: url('../img/form-input-background.png');
  background-position: 100% 552px;
  background-size: 340px;
  background-repeat: no-repeat;
}

.ventures-cases__item img {
  height: 80px;
  object-fit: contain;
}

.descriptionActive{
  height: 250px !important;
  transition: all 0.5s ease !important;
}

p#filename {
  font-size: 16px;
  margin: 0;
  position: relative;
  top: -20px;
}

.wpcf7-form-control-wrap {
  background: transparent !important;
}

span.wpcf7-form-control-wrap.cur {
  display: none;
}

label.inputfile_button {
  color: #8cd133 !important;
  cursor: pointer;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
}

label.inputfile_button:hover {
  color: white;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  padding: 0 8px !important;
  margin: 0;
}

.wpcf7-list-item .wpcf7-list-item-label {
  font-size: 14px;
  color: white;
  padding-top: 5px;
  padding-left: 7px;
  cursor: pointer;
}