/*
Theme Name: Tema Blisq Corporate
Theme URI: http://blisq.pt
Author: blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blisq
Text Domain: blisq
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --color-gold: #BD986D;
  --color-primary: #1B232F;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

input,
textarea,
button,
body {
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #f2f2f2;
}

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

p {
  color: #777;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

p>strong {
  color: var(--color-primary);
  font-weight: 600;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: clamp(25px, 2.4vw, 46px);
  color: var(--color-primary);
  font-weight: 600;
  line-height: 132%;
}

h2 {
  color: var(--color-gold);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
  text-transform: uppercase;
}

h3 {
  color: #31353B;
  font-size: clamp(18px, 1.5vw, 25px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.go-to-main {
  color: #191919;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: -9999px;
  margin: 20px;
  background-color: #f3f3f3;
  padding: 15px;
  display: block;
  width: fit-content;
  z-index: 3;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-auto {
  margin-top: auto;
}

.go-to-main:focus {
  top: 0;
  position: relative;
}

.color-gold {
  color: var(--color-gold) !important;
}

.color-gold-secondary {
  color: #AE926C !important;
  opacity: 0.7;
}

.color-light {
  color: #f2f2f2;
}

.color-primary {
  color: var(--color-primary) !important;
}

.bg-primary {
  background-color: var(--color-primary);
}

.bg-gold {
  background-color: var(--color-gold) !important;
}

.d-block {
  display: block;
}

.btn {
  color: #353D49;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border-radius: 14px;
  background: #FAF9F7;
  box-shadow: 0 0 60px 0 rgba(148, 119, 78, 0.20);
  padding: 14px 25px;
  gap: 10px;
  display: flex;
  align-items: center;
  width: fit-content;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all .2s;
}

.btn:hover {
  background: var(--color-gold);
}

.btn.btn-dark {
  background-color: var(--color-primary);
  color: #fff;
}

.btn.btn-dark:hover {
  background-color: #1b1b1b;
}

.btn.bg-gold:hover,
.btn.btn-gold {
  background-color: var(--color-gold);
  color: #fff;
}

.container-sm {
  max-width: 786px;
  margin: 0 auto;
}

.container {
  max-width: 1660px;
  margin: 0 auto;
}

.container-md {
  max-width: 1442px;
  margin: 0 auto;
}

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

.text-balance {
  text-wrap: balance;
}

.text-unset {
  text-wrap: unset !important;
}

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

.img-fluid {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

/* #region Header */
header {
  position: absolute;
  top: 78px;
  z-index: 2;
  width: 100%;
}

/* Icon 1 */
#nav-icon1 {
  width: 40px;
  height: 24px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 1;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 12px;
}

#nav-icon1 span:nth-child(3) {
  top: 24px;
}

#nav-icon1.open span:nth-child(1) {
  top: 12px;
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 12px;
  transform: rotate(-135deg);
}

#nav-icon1 {
  display: none;
}

.header-container {
  max-width: 1920px;
  padding: 0 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.custom-logo-link {
  width: 100px;
  height: fit-content;
  aspect-ratio: 1;
  display: flex;
}

.custom-logo {
  width: 100%;
  height: fit-content;
}

.menu-top {
  display: flex;
  align-items: center;
  gap: 43px;
}

.menu-top>li>a {
  color: #EBE9E4;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all .2s;
}

.menu-top .current-menu-ancestor>a,
.menu-top .current-menu-item>a,
.menu-top>li>a:hover {
  color: var(--color-gold) !important;
}

.menu-top>li {
  position: relative;
}

.menu-top>li.menu-item-has-children>a::after {
  content: '';
  width: 6px;
  height: 10px;
  background-image: url(assets/images/icons/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 90deg;
  filter: invert(1);
  transition: all .2s;
}

.menu-top>li.menu-item-has-children>a:hover::after {
  rotate: -90deg;
}

.menu-top .sub-menu {
  position: absolute;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.10);
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 230px;
  top: 45px;
  opacity: 0;
  visibility: hidden;
}

.menu-top .sub-menu::before {
  content: '';
  width: 100%;
  height: 30px;
  background-color: transparent;
  position: absolute;
  top: -30px;
  left: 0;
}

.menu-top .sub-menu a {
  color: #EBE9E4;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  transform: translateX(0);
  position: relative;
  display: block;
  transition: all 0.5s;
}

.menu-top .sub-menu a:hover {
  transform: translateX(7px);
}

.menu-top .sub-menu a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -15px;
  height: 5px;
  width: 5px;
  flex: 0 0 auto;
  background-color: var(--color-gold);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s;
}

.menu-top .sub-menu a:hover::before {
  opacity: 1;
}

.menu-top>li:focus-within>.sub-menu,
.menu-top>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

/* #endregion */

/* #region footer */
footer {
  border-radius: 25px;
  background-color: #E0E0E0;
  margin: 25px;
  position: relative;
}

footer::after {
  content: '';
  position: absolute;
  right: 5%;
  bottom: 20%;
  width: 16%;
  height: auto;
  aspect-ratio: 1;
  background-image: url(assets/images/footer-carla-duarte-logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}

.footer-logos {
  max-width: 100%;
  height: auto;
}

.footer-container {
  max-width: 1870px;
  padding: 50px 40px;
  margin: 0 auto;
}

.footer-text {
  color: #353D49;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 142%;
}

.footer-grid {
  display: grid;
  grid-template-columns: 350px 235px max-content max-content;
  gap: 50px;
}

.footer-menu-title {
  color: #C7C4B8;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.footer-block {
  margin-bottom: 35px;
}

.menu-footer {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 10px;
}

.footer-item-text,
.menu-footer>li>a {
  color: #353D49;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  transition: all .2s;
}

.menu-legal>li>a:hover,
.menu-footer>li>a:hover {
  color: #000;
}

.footer-contacts {
  margin: 45px 0;
}

.footer-contact {
  color: var(--color-gold);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  display: block;
}

.footer-contact>span {
  color: #9F9981;
  font-weight: 400;
  margin-right: 5px;
}

.footer-contact>small {
  color: #A0A0A0;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: block;
  text-transform: uppercase;
}

.footer-social-media {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menu-legal {
  display: flex;
  align-items: center;
  gap: 60px;
}

.menu-legal>li>a {
  color: #777D86;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 30px;
}

/* #endregion */

/* #region Frontpage */
.top-bar {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar>span {
  color: var(--color-gold);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.data-item {
  border-bottom: 1px solid #DEDDD9;
  transition: all .5s;
  position: relative;
}

.data-item:first-child {
  padding-top: 60px;
}

.data-item:last-child:before {
  content: '';
  transition: all .5s;
}

.data-item:last-child {
  border-bottom: none;
  padding-bottom: 30px;
}

.data-item.active {
  background-color: var(--color-primary);
  border-color: #363C46;
}

.data-item:last-child.active::before {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: var(--color-primary);
}

.data-item-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.data-item-title {
  color: #3F434B;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 129%;
  text-wrap: balance;
  flex: 0 0 415px;
  transition: all .5s;
}

.data-item.active .data-item-title {
  color: #FAF9F7;
}

.data-item-value {
  color: #E5E4DF;
  text-align: right;
  font-size: 9.4vw;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.8px;
  transition: all .5s;
}

.data-item.active .data-item-value {
  color: #353D49;
}

.data-item.active .data-item-value.counter-finished {
  color: #AE926C;
}

.data-item-container {
  max-width: 1511px;
  margin: 0 auto;
}

.highlight {
  padding: 0 50px;
}

.highlight-content {
  max-width: 1920px;
  margin: 0 auto;
  border-radius: 25px;
  overflow: hidden;
  min-height: 560px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.highlight-btn {
  margin-top: 50px;
}

.highlight-item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(89deg, #171E29 20.67%, rgba(23, 30, 41, 0.00) 106.58%);
}

.highlight-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.highlight-header {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 65px;
}

.highlight-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1740px;
  padding: 0 80px;
}

.highlight-item-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.highlight-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 120px 0 80px 0;
}

.highlight-item.active {
  display: flex;
}

.highlight-item {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: none;
  padding-bottom: 40px;
}

.highlight-item-content {
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
  max-width: 583px;
}

.highlight-item-content>a:hover .btn-arrow::after {
  transform: translateX(10px);
}

.highlight-item-content p {
  color: rgba(250, 249, 247, 0.90);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

.highlight-item-label {
  color: #FAF9F7;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  padding: 10px 15px;
  border-radius: 10px;
  background: rgba(250, 249, 247, 0.15);
  width: fit-content;
}

.text-highlight,
.highlight-title {
  color: #F3F3F3;
  font-size: clamp(22px, 2vw, 38px);
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin: 10px 0;
}

.text-highlight {
  text-transform: none;
  margin: 0;
  color: #BFBDBD;
}

.highlight-program {
  position: absolute;
  bottom: 70px;
  left: 410px;
  z-index: 1;
}

.highlight-program>img {
  filter: brightness(1) invert(1);
  scale: 0.8;
  transition: all .2s;
}

.highlight-program:hover>img {
  scale: 0.9;
}

.custom-pagination {
  max-width: 215px;
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.slider-dot {
  height: 1px;
  width: 100%;
  background-color: #fff;
  opacity: 0.5;
  cursor: pointer;
}

.slider-dot.active {
  opacity: 1;
}

.hero {
  margin: 0 25px;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: max(800px, 100dvh);
  position: relative;
  background: linear-gradient(0deg, rgba(53, 61, 73, 0.69) 0%, rgba(53, 61, 73, 0.69) 100%), linear-gradient(0deg, #353D49 0%, #353D49 100%);
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: darken;
}

.hero-container {
  max-width: 1855px;
  width: 100%;
  padding: 0 35px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-content {
  flex: 0 0 1000px;
}

.hero-title {
  color: var(--color-gold);
  font-size: 3.9vw;
  font-style: normal;
  font-weight: 500;
  line-height: 106%;
  letter-spacing: -0.74px;
  text-wrap: balance;
}

.hero-text {
  color: #F5F5F2;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 167%;
  text-wrap: balance;
  margin: 10px 0 25px 0;
}

.hero-item {
  max-width: 256px;
  padding: 25px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
  border-radius: 15px;
  transition: all .2s;
}

.hero-item:hover {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(2px);
}

.hero-item-value {
  color: var(--color-gold);
  font-size: 57px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.57px;
}

.hero-item-text {
  color: #A6A6A6;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  text-align: end;
}

.hero-item-text>em,
.hero-item-text>strong {
  color: #EBE9E4;
  font-style: normal;
}


.fp-services {
  padding: 68px 0 83px 0;
}

.common-grid {
  display: flex;
  gap: 142px;
}

.fp-services-items-wrapper {
  max-width: 1513px;
  margin: 0 auto;
}

.fp-services-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  gap: 20px;
}

.service-item {
  min-height: 424px;
  height: fit-content;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 13px;
  background-color: #D8D8D8;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 60%;
  background-blend-mode: lighten;
  position: relative;
  transition: all .2s;
}

.service-item:hover {
  transform: translateY(-10px);
  background-size: 65%;
}

.service-item-icon {
  width: 61px;
  height: fit-content;
  aspect-ratio: 1;
  position: absolute;
  top: 25px;
}

.service-item-title {
  color: var(--color-primary);
  font-size: clamp(20px, 1.9vw, 34px);
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 113%;
}

.service-item:first-child {
  background-color: var(--color-gold);
}

.service-item:nth-child(2) {
  background-color: var(--color-primary);
  margin-top: 40px;
}

.service-item:nth-child(2) .service-item-title,
.service-item:first-child .service-item-title {
  color: #FAF9F7;
}

.service-item-text {
  color: var(--color-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-wrap: balance;
}

.service-item:nth-child(2) .service-item-text {
  color: rgba(250, 249, 247, 0.60);
}

.common-grid-left {
  /* flex: 0 0 48%; */
  flex: 0 0 42%;
}

.fp-financing {
  padding: 76px 0 106px 0;
  background-color: #E0E0E0;
}

.fp-financing-wrapper {
  max-width: 624px;
  margin: 0 auto 25px auto;
}

.financing-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 17px;
  max-width: 1232px;
  margin: 0 auto;
}

.other-financing-items .financing-item:last-child {
  display: none;
}

.financing-item {
  border-radius: 15px;
  border: 1px solid #C4C4C4;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 264px;
  transition: all .2s;
}

.financing-item:hover {
  background-color: #eee;
}

.financing-item-image {
  display: block;
  margin-top: auto;
}

.financing-item-title {
  color: #777;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 137%;
  text-wrap: balance;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  min-height: 50px;
}

.financing-item-title::after {
  content: '';
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-color: #353D49;
  mask-image: url(assets/images/icons/btn-blog.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  transition: all .2s;
}

.financing-item:hover .financing-item-title::after {
  transform: translateX(5px);
}

.fp-blog {
  padding-top: 80px;
}

.fp-blog-grid {
  display: flex;
  column-gap: 9.5vw;
}

.fp-blog-content {
  flex: 0 0 32%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fp-blog-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.blog-card>p {
  overflow: hidden;
  color: #777;
  text-overflow: ellipsis;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.blog-card-title-wrap {
  min-height: 84px;
}

.blog-card-title {
  overflow: hidden;
  color: var(--color-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
  text-transform: none;
}

.blog-card-image-wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 15px;
  display: block;
  margin-bottom: 20px;
}

.home-card .blog-card-image-wrap {
  aspect-ratio: 5 / 2;
}

.blog-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .2s;
}

.blog-card.home-card>p {
  margin-bottom: 10px;
}

.home-card-title-wrap {
  min-height: 58px;
}

.blog-card-image-wrap:hover .blog-card-image {
  scale: 1.05;
}

.blog-button {
  margin-top: auto;
  transform: translateY(25px);
  transition: all .2s;
}

.btn-arrow {
  color: var(--color-gold);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-card>a:hover~.blog-button {
  transform: translateY(0);
}

.btn-arrow::after {
  content: '';
  width: 22px;
  height: 13px;
  background-color: var(--color-gold);
  mask-image: url(./assets/images/icons/btn-blog.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  transition: all .2s;
}

.cta-newsletter {
  margin: 25px;
  min-height: 550px;
  display: flex;
  align-items: center;
  background-color: #293343;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}

.cta-newsletter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, var(--color-primary) 6.25%, rgba(27, 35, 47, 0.83) 56.25%, rgba(27, 35, 47, 0.00) 100%);
}

.cta-newsletter::after {
  content: 'Newsletter';
  color: var(--color-primary);
  text-align: center;
  font-size: 19.75vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -3.79px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cta-newsletter-container {
  max-width: 747px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-newsletter-title {
  color: var(--color-gold);
  text-align: center;
  font-size: clamp(25px, 1.7vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 15px;
  text-transform: none;
}

.cta-newsletter-text {
  color: rgba(250, 249, 247, 0.90);
  text-align: center;
  max-width: 583px;
  margin: 0 auto;
}

.cta-inputs {
  display: flex;
  align-items: center;
  height: 55px;
  max-width: 578px;
  margin: 45px auto 15px auto;
}

.cta-btn {
  padding: 15.5px 30px;
  color: #FAF9F7;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  border-radius: 15px;
  background: var(--color-gold);
  border: none;
  cursor: pointer;
  transform: translateX(-10px);
  transition: all .2s;
}

.cta-btn:hover {
  color: var(--color-primary);
}

.cta-input {
  border-radius: 58px 0 0 58px;
  background: rgba(255, 255, 255, 0.13);
  height: 100%;
  width: 100%;
  border: none;
  color: #FAF9F7;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  padding-left: 30px;
}

.cta-input::placeholder {
  color: #FAF9F7;
}

.cta-policy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #FAF9F7;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

.cta-policy>a {
  font-weight: 600;
}

.cta-policy>a:hover {
  text-decoration: underline;
}

.cta-policy>input {
  appearance: none;
  border-radius: 4px;
  border: 1px solid #B3B3B3;
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

.cta-policy>input:checked {
  background-image: url(assets/images/icons/checked.svg);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(1);
}

.cta-contact {
  border-radius: 15px;
  background: #E0E0E0;
  max-width: 1216px;
  margin: 80px auto;
  padding: 60px;
  background-image: url(assets/images/cta-contact.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-blend-mode: multiply;
}

.cta-contact-title {
  color: var(--color-primary);
  font-size: clamp(26px, 2vw, 38px);
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  text-wrap: balance;
  text-transform: none;
  max-width: 605px;
  width: 100%;
}

.cta-contact-title.cta-contact-title-secondary {
  flex: 0 0 56%;
}

.cta-contact-right {
  max-width: 424px;
}

.cta-contact-title>em,
.cta-contact-title>strong {
  display: block;
  font-style: normal;
}

.cta-contact-text {
  color: #353D49;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  margin-bottom: 15px;
}

.cta-contact-flex {
  display: flex;
  column-gap: 70px;
  align-items: flex-start;
  justify-content: space-between;
}

.page-template-page-contactos .menu-top>li>a {
  color: var(--color-primary);
}

/* #endregion */

/* #region Page */
.single-post .custom-logo,
.blog .custom-logo,
.page-template-default .custom-logo {
  filter: invert(1);
}

.single-post .menu-top .sub-menu,
.blog .menu-top .sub-menu,
.page-template-page-contactos .menu-top .sub-menu,
.single-post #nav-icon1 span,
.blog #nav-icon1 span,
.page-template-default #nav-icon1 span {
  background: var(--color-primary);
}

#nav-icon1.open span {
  background-color: #fff;
}

.table-wrapper {
  display: block;
  overflow-x: auto;
}

.single-post .menu-top>li>a,
.blog .menu-top>li>a,
.page-template-default .menu-top>li>a {
  color: var(--color-primary);
}

.page-section {
  padding: 180px 0 155px 0;
  counter-reset: section;
}

.page-title {
  font-weight: 700;
}

.page-content>ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 15px;
}

.page-content li,
.page-content>p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  text-wrap: balance;
}

.page-content li::marker {
  font-size: 10px;
}

.page-content>p {
  margin-bottom: 5px;
}

.page-content>h2 {
  color: var(--color-primary);
  font-size: clamp(18px, 1.5vw, 28px);
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  text-transform: none;
  margin: 20px 0 5px 0;
  counter-increment: section;
}

.page-content>h2::before {
  content: counter(section, decimal-leading-zero) ". ";
  color: var(--color-gold);
}

.page-content.article-content>h2::before {
  display: none;
}

.page-content>h3 {
  color: var(--color-primary);
  font-size: clamp(16px, 1.4vw, 22px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 5px;
}

.page-content>h4 {
  color: var(--color-gold);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 5px;
}

blockquote {
  padding: 10px 0 10px 30px;
  border-left: 2px solid #353D49;
  margin-top: 15px;
}

blockquote>p {
  color: var(--color-gold);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
}

table {
  margin-top: 10px;
  width: 100%;
}

thead th {
  color: #777D86;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  text-transform: uppercase;
  text-align: left;
  padding-left: 12px;
}

table td {
  color: #777;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 12px 22px 29px 12px;
}

table tr:nth-child(even) td {
  background-color: #E0E0E0;
}

caption {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
  color: var(--color-primary);
}

/* #endregion */

/* #region 404 */
body.error404 {
  background-color: #1F2A3F;
}

.page-404 {
  padding: 180px 0 130px 0;
}

.page-404-title {
  color: #E0E0E0;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  text-wrap: balance;
}

.page-404-text {
  color: #E0E0E0;
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin: 10px 0 25px 0;
  text-wrap: balance;
}

.page-404-container {
  max-width: 1370px;
  margin: 0 auto;
}

.page-404-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.page-404-right {
  flex: 0 0 51%;
}

.page-404-right>img {
  width: 100%;
  height: auto;
}

/* #endregion */

/* #region Contactos */
.response-ajax {
  font-size: 22px;
  color: var(--color-gold);
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: 1px solid #ccc;
  z-index: 1;
  text-align: center;
  padding: 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 100px;
}

.contact-wrapper {
  padding: 0 25px;
  max-width: 1920px;
  margin: 0 auto;
}

.contact-grid-left-wrap {
  padding: 0 20px 40px 20%;
  position: sticky;
  top: 20px;
}

.contact-grid-left {
  background-color: var(--color-primary);
  border-radius: 25px;
  padding-top: 190px;
  background-image: url(assets/images/bg-contacto.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-grid-text {
  color: #F2F2F2;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  margin-top: 150px;
  text-wrap: balance;
  max-width: 440px;
}

.contact-grid-right {
  padding-top: 190px;
  max-width: 816px;
  position: relative;
  z-index: 1;
}

.contact-form-title {
  color: #C5C5C5;
  font-size: clamp(20px, 1.6vw, 28px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: none;
}

.input-group-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.input-group {
  display: flex;
  flex-direction: column;
  position: relative;
}

.input-group>label {
  position: absolute;
  top: 0;
  left: 20px;
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
}

.form-control {
  border: none;
  border-bottom: 1px solid #CACACA;
  background-color: transparent;
  padding: 0 20px 20px 20px;
  color: var(--color-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.form-control.error {
  border-color: #dc3545;
}

textarea.form-control {
  min-height: 220px;
  resize: none;
}

.form-control:focus {
  outline: none;
  border-bottom: 1px solid var(--color-primary);
}

.form-bottom {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-bottom: 65px;
}

.loader::after {
  content: '';
  width: 15px;
  padding: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fefefe;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn)
  }
}

.input-group-wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-control:not(:placeholder-shown)+label {
  display: none;
}

.input-group-checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.input-checkbox {
  appearance: none;
  border-radius: 5px;
  border: 1px solid #CACACA;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  cursor: pointer;
}

.input-checkbox:checked {
  background-image: url(assets/images/icons/checked.svg);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
}

.input-group-checkbox>label {
  color: #353D49;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.input-group-checkbox>label>a {
  font-weight: 600;
}

.error-message {
  font-size: 12px;
  line-height: 1;
  margin: 5px 0 0 20px;
  color: #DC3545;
}

.error-privacy {
  flex: 1 0 100%;
  font-size: 12px;
  margin-left: 40px;
  color: #DC3545;
  position: absolute;
  bottom: -20px;
}

/* #endregion */

/* #region Blog  */
.home-section {
  padding-top: 150px;
}

.home-intro-right,
.home-intro-left {
  max-width: 40%;
  text-wrap: balance;
}

.home-intro-title {
  color: var(--color-gold);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
  text-transform: uppercase;
}

.text-lg,
.home-intro-text {
  color: var(--color-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}

.home-intro-grid {
  display: flex;
  align-items: flex-end;
  gap: 15px 190px;
  flex-wrap: wrap;
}

.home-container {
  max-width: 1100px;
  margin: 0 auto;
}

.home-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 50px 0 40px 0;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 14px;
  background-color: #E9E9E9;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 22px;
}

.page-numbers {
  color: #AAB0B9;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  transition: all .2s;
}

.page-numbers.current {
  color: #353D49;
  font-size: 19px;
  font-weight: 700;
}

.page-numbers:hover {
  color: #353D49;
}

.nav-links>.next,
.nav-links>.prev {
  font-size: 0;
}

.nav-links>.prev,
.nav-links>.next {
  width: 12px;
  height: 12px;
  background-image: url(assets/images/icons/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.nav-links>.prev {
  scale: -1;
}

.home-content {
  padding-bottom: 55px;
}

/* #endregion */

/* #region Quem Somos */
.ds,
.common-banner {
  padding: 0 25px;
}

.common-banner-wrapper {
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  display: flex;
  align-items: flex-end;
  padding: 60px 0;
}

.container-secondary,
.common-banner-container {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}

.team {
  padding-bottom: 100px;
}

.team-container {
  max-width: 1330px;
  margin: 0 auto;
}

.team-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 65px;
}

.team-card-figure {
  overflow: hidden;
  height: auto;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-bottom: 15px;
  display: flex;
}

.team-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card-title {
  color: var(--color-primary);
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.team-card-position {
  color: var(--color-gold);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  display: block;
}

.about-us {
  padding: 70px 0 100px 0;
}

.common-grid-content {
  max-width: 45%;
}

.common-grid-content>p {
  margin-bottom: 15px;
}

.ds-wrapper {
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #E0E0E0;
  overflow: hidden;
  position: relative;
}

.ds-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: var(--ds);
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  scale: 1.2;
  animation: rotateBg 40s linear infinite;
  will-change: transform;
}

@keyframes rotateBg {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.ds-title {
  color: var(--color-gold);
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  z-index: 1;
  text-transform: none;
}

.ds-item {
  max-width: 470px;
  border-radius: 15px;
  background-color: #F2F2F2;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
  padding: 25px;
  position: absolute;
}

.ds-item-text {
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  margin-top: 5px;
}

.ds-item:first-of-type {
  top: 184px;
  left: 6%;
}

.ds-item:nth-of-type(2) {
  bottom: 65px;
  left: 20%;
}

.ds-item:nth-of-type(3) {
  bottom: 105px;
  right: 15%;
}

.ds-item:nth-of-type(4) {
  top: 145px;
  right: 6%;
}

.vision {
  padding: 100px 0;
}

.vision-grid {
  display: grid;
  grid-template-columns: 45% 1fr;
  align-items: center;
  gap: 25px;
}

.mission {
  padding: 260px 0 70px 0;
  position: relative;
}

.mission-container {
  text-align: center;
  max-width: 648px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.mission-container::after {
  content: '';
  width: 90px;
  height: auto;
  aspect-ratio: 1;
  background-image: url(assets/images/icons/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 10px;
  display: block;
}

.mission-word {
  color: #FFF;
  font-size: 6vw;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -4.64px;
  position: absolute;
  pointer-events: none;
}

.mission-word:nth-child(1) {
  top: 130px;
  left: 160px;
}

.mission-word:nth-child(2) {
  right: 145px;
  bottom: 170px;
}

.mission-word:nth-child(3) {
  bottom: 60px;
  left: 275px;
}

.mission-word:nth-child(4) {
  bottom: 0;
  right: 235px;
}

/* #endregion */

/* #region Financiamento */
.navbar-wrapper {
  display: flex;
  align-items: center;
  gap: 5px 20px;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

.breadcrumb-item,
.navbar-wrapper>span {
  color: #F2F2F2;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  text-transform: uppercase;
}

.navbar-items {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.navbar-item {
  color: #8D8D8D;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  display: block;
  width: fit-content;
  padding: 10px 12px;
  border-radius: 9px;
  background-color: #ffffff0f;
  transition: all .2s;
}

.navbar-item.selected,
.navbar-item:hover {
  color: #000104;
  background-color: var(--color-gold);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.breadcrumb-home {
  width: 32px;
  height: 32px;
  background-image: url(assets/images/icons/home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

a.breadcrumb-item:hover {
  color: #fff;
}

.breadcrumb-item::before {
  content: '';
  width: 22px;
  height: 22px;
  background-image: url(assets/images/icons/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  filter: contrast(0);
}

.financing-section {
  padding: 70px 0 110px 0;
  position: relative;
}

.financing-help {
  position: relative;
  padding: 100px 0;
}

.financing-help-items {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-left: calc((100vw - 1654px) / 2);
  padding-right: 6%;
  scrollbar-width: none;
  counter-reset: item-counter;
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
  cursor: grab;
  transition: all .2s;
}

.financing-help-items.active {
  cursor: grabbing;
  scale: 1.01;
}

.financing-help-items.active .financing-help-item {
  pointer-events: none;
  user-select: none;
}

.financing-help::before {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  width: 100vw;
  top: 260px;
  background-color: #555F6E;
  display: block;
}

.financing-help-items::-webkit-scrollbar {
  display: none;
}

.financing-help-item {
  padding: 35px 30px;
  flex: 0 0 440px;
  border-radius: 15px;
  background-color: #E0E0E0;
  counter-increment: item-counter;
}

.financing-help-item::before {
  content: counter(item-counter, decimal-leading-zero);
  color: var(--color-gold);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.financing-help-item-title {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
  max-width: 330px;
  min-height: 60px;
}

.financing-help-item-text {
  color: #484747;
}

.financing-help-item-content {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.financing-note {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
  display: flex;
  gap: 25px;
}

.financing-note::before {
  content: '';
  width: 68px;
  flex: 0 0 auto;
  height: fit-content;
  aspect-ratio: 1;
  background-image: url(assets/images/icons/warning.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.financing-note-title {
  color: var(--color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 165%;
  display: block;
  margin-bottom: 6px;
}

.financing-note-text {
  color: #777;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

.item-btn {
  display: flex;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #D3D3D3;
  background-image: url(assets/images/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  cursor: pointer;
  transition: all .2s;
}

.item-btn-left {
  scale: -1;
}

.item-btn:hover {
  background-color: #fff;
  border-color: #fff;
}

.item-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}

.financing-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 35px;
}

/* #endregion */

/* #region Apoio */

.date-limit {
  color: #FAF9F7;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  padding: 10px 15px;
  border-radius: 10px;
  background: rgba(250, 249, 247, 0.15);
  display: block;
  width: fit-content;
  margin-bottom: 13px;
}

.banner-wrapper-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px 20px;
  flex-wrap: wrap;
}

.banner-wrapper-flex-left {
  flex: 0 583px;
}

.banner-wrapper-flex-left>p {
  color: rgba(250, 249, 247, 0.90);
}

.support-section {
  padding: 50px 0 100px 0;
  position: relative;
  overflow-x: clip;
}

.support-section::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1650px;
  height: 1px;
  background-color: #c9c9c9;
  display: block;
  transform: translateX(-50%);
}

.support-content {
  counter-reset: block-counter;
}

.support-block {
  padding: 30px 40px;
  position: relative;
  counter-increment: block-counter;
}

.support-block:first-child {
  padding-top: 0;
}

.support-block::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background-color: var(--color-gold)
}

.support-block>h2 {
  color: var(--color-primary);
  font-size: clamp(18px, 1.5vw, 25px);
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 15px;
  text-transform: none;
}

.support-block>h2::before {
  content: counter(block-counter, decimal-leading-zero) ". ";
  color: var(--color-gold);
}

.support-block li,
.support-block>p {
  color: #676767;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

.support-block>p {
  margin-bottom: 8px;
}

.support-block li::marker {
  font-size: 10px;
}

.support-block>ul {
  padding-left: 20px;
  list-style: disc;
}

.support-block strong {
  color: var(--color-primary);
}

.support-grid {
  display: grid;
  gap: 68px;
  grid-template-columns: 530px 56%;
}

.support-nav {
  width: 100%;
  position: sticky;
  height: fit-content;
  top: 20px;
  counter-reset: item-counter;
}

.support-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.support-item {
  color: #B9B9B9;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  border-radius: 10px;
  background: #FFF;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  counter-increment: item-counter;
  gap: 5px;
  transition: all 0.2s;
}

.support-item:hover,
.support-item.active {
  color: var(--color-primary);
}

.support-item::before {
  content: counter(item-counter, decimal-leading-zero) ". ";
}

.support-item:hover::before,
.support-item.active::before {
  color: var(--color-gold);
}

.support-item::after {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(assets/images/icons/arrow-secondary.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  opacity: 0.3;
  transition: all 0.2s;
}

.support-item:hover::after,
.support-item.active::after {
  opacity: 1;
}

.support-info-title {
  color: var(--color-primary);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
  text-transform: uppercase;
}

.intro-info-flex {
  display: flex;
  align-items: center;
  gap: 25px;
  gap: 10px 25px;
  flex-wrap: wrap;
}

.support-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}

.support-info-label {
  overflow: hidden;
  color: var(--color-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  padding: 4px 10px;
  border-radius: 10px;
  background-color: #E0E0E0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.support-info-text {
  color: #9F9F9F;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.support-info-title-inverted {
  color: #E7E7E7;
}

.support-info-label.is-open {
  color: #fff;
  background-color: var(--color-gold);
}

.support-note-wrapper {
  margin-top: 60px;
}

.opportunities {
  padding-bottom: 75px;
  position: relative;
}

.opportunities.opp {
  padding-top: 100px;
}

.opportunities.opp::after {
  display: none;
}

.opportunities::after {
  content: '';
  position: absolute;
  top: 110px;
  right: 35px;
  mix-blend-mode: multiply;
  width: 600px;
  height: auto;
  aspect-ratio: 1;
  background-image: url(assets/images/service-globe.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}

.opp-container {
  max-width: 1100px;
  margin: 0 auto;
}

.opp-flex {
  display: flex;
  justify-content: safe center;
  gap: 20px;
  margin-top: 40px;
  overflow-x: auto;
  scrollbar-width: none;
}

.opp-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-direction: column;
}

.opp-flex::-webkit-scrollbar {
  display: none;
}

.opp-flex.opp-flex-secondary {
  justify-content: flex-start;
}

.opp-card {
  padding: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: #fff;
  border-radius: 15px;
  transition: all .2s;
}

.opp-card-title {
  color: var(--color-primary);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  transition: all .2s;
}

.opp-card-flex {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.opp-card-btn {
  opacity: 0;
  transition: all .2s;
}

.opp-card:hover {
  background: var(--color-primary);
}

.opp-card:hover .opp-card-title {
  color: #fff;
}

.opp-card:hover .support-info-title {
  color: #E7E7E7;
}

.opp-card:hover .opp-card-btn {
  opacity: 1;
}

/* #endregion */

/* #region Serviço */
.service-banner {
  background-color: var(--color-primary);
  position: relative;
}

.service-banner::after {
  content: '';
  inset: 0;
  position: absolute;
  background-image: url(assets/images/service-banner.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 72% -20px;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.service-title {
  max-width: 540px;
}

.service-grid {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.service-grid-right {
  margin-right: 75px;
}

.service-grid-content {
  max-width: 594px;
}

.service-section {
  padding: 70px 0 90px;
}

.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}

.area-item {
  padding: 25px 30px;
  border-radius: 15px;
  background-color: #BCA687;
  display: flex;
  align-items: center;
  gap: 15px;
}

.area-item-title {
  color: var(--color-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.area-item-image {
  width: 54px;
  height: fit-content;
  aspect-ratio: 1;
  filter: brightness(0) invert(1);
}

.what-we-do-grid {
  display: flex;
  align-items: center;
  gap: 158px;
}

.what-we-do-right {
  max-width: 510px;
}

.what-we-do-right>p {
  margin-bottom: 15px;
}

.support-area {
  padding: 100px 50px;
}

.support-area-content {
  border-radius: 30px;
  background-color: #FFF;
  padding: 60px 0 80px 0;
}

.support-area-title {
  color: var(--color-gold);
  text-align: center;
  font-size: 5.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -2px;
}

.support-area-item {
  color: #A1A1A1;
  font-size: clamp(17px, 1.5vw, 25px);
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1492px;
  margin: 0 auto;
  padding: 17px 0;
  transition: all .5s;
}

.support-area-items {
  margin-top: 15px;
}

.support-area-wrapper {
  border-bottom: 1px solid #ccc;
  position: relative;
}

.support-area-wrapper:hover .support-area-item {
  color: #1d2c49;
}

.support-area-item>span {
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

.support-area-wrapper:hover .support-area-item>span {
  opacity: 1;
  visibility: visible;
}

.support-area-item::before {
  content: '';
  flex: 0 0 64px;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 24px;
  transition: all .5s;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;
}

.support-area-wrapper:hover .support-area-item::before {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  background-image: url(assets/images/icons/checked.svg);
}

.support-area-image {
  position: absolute;
  right: 20%;
  transform: rotate(5deg) translateY(50%);
  opacity: 0;
  visibility: hidden;
  max-width: 300px;
  height: auto;
  transition: all .5s;
}

.support-area-wrapper:hover .support-area-image {
  transform: rotate(5deg) translateY(0);
  opacity: 1;
  visibility: visible;
}

.how-grid {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  position: relative;
}

.how-grid::after {
  content: '';
  position: absolute;
  left: 0;
  top: 35px;
  mix-blend-mode: multiply;
  width: 604px;
  height: auto;
  aspect-ratio: 1;
  background-image: url(assets/images/service-globe.webp);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.how {
  padding-bottom: 100px;
}

.how-title {
  position: sticky;
  top: 20px;
  white-space: nowrap;
  height: fit-content;
}

.how-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 1053px;
  width: 100%;
  counter-reset: landing-zero;
  z-index: 1;
}

.nowrap {
  text-wrap: nowrap;
}

.how-item {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 20px;
}

.how-item:hover .how-item-image {
  height: 230px;
  opacity: 1;
}

.how-item:hover .how-item-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.how-item:hover .how-item-image-wrapper::before {
  opacity: 0;
  visibility: hidden;
}

.how-item-content {
  border-radius: 15px;
  counter-increment: landing-zero;
  background-color: #E0E0E0;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
  transition: all .5s;
}

.how-item:hover .how-item-content {
  background-color: #fff;
}

.how-item-content-wrapper {
  max-width: 390px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.how-item-content::before {
  content: counter(landing-zero, decimal-leading-zero);
  color: #CECECE;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  transition: all .5s;
}

.how-item:hover .how-item-content::before {
  color: var(--color-gold);
}

.how-item-title {
  color: var(--color-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  min-height: 67.5px;
  display: flex;
  align-items: center;
}

.how-item-image-wrapper {
  position: relative;
}

.how-item-image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  border-radius: 15px;
  opacity: 0.25;
  background-color: #1C2431;
}

.how-item-image {
  display: block;
  height: 0;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s;
}

.how-item-text {
  font-size: 16px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.5s;
}

/* #endregion */

/* #region Single */
.article-section {
  padding: 150px 0 100px 0;
}

.article-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  border-radius: 50px;
  background: linear-gradient(180deg, #E8E8E8 0%, rgba(232, 232, 232, 0.00) 100%);
  padding-top: 96px;
}

.article-category {
  color: var(--color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  border-radius: 10px;
  background: #F2F2F2;
  display: block;
  width: fit-content;
  padding: 6px 15px;
}

.article-date {
  color: var(--color-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

.article-header {
  max-width: 940px;
  margin: 0 auto 40px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.article-container {
  max-width: 590px;
  margin: 0 auto;
}

.article-thumbnail {
  width: 100%;
  height: auto;
  border-radius: 25px;
  display: block;
  margin-bottom: 30px;
}

.article-excerpt p:first-of-type::first-letter {
  color: var(--color-primary);
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  font-variant: small-caps;
}

.article-excerpt>p {
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 10px;
}

/* #endregion */

/* #region Responsivo */
@media (max-width: 1680px) {
  .team-grid {
    gap: 35px;
  }

  .area-item-title,
  .support-item {
    font-size: 18px;
  }

  .support-area-item {
    padding: 17px 6%;
  }

  .opportunities {
    padding: 60px 0 50px 0;
  }

  .support-grid {
    grid-template-columns: 415px 56%;
  }

  .financing-help::before {
    top: 225px;
  }

  .home-intro-grid {
    gap: 15px 40px;
  }

  .common-banner-wrapper {
    min-height: 400px;
    padding-bottom: 40px;
  }

  .common-banner-wrapper.common-banner-wrapper-secondary {
    padding-top: 145px;
  }

  .highlight-item-content p,
  .data-item-title,
  p {
    font-size: 17px;
  }

  .opp-flex,
  .team-container,
  .container-md,
  .container-secondary,
  .common-banner-container,
  .data-item-container,
  .container {
    padding: 0 6%;
  }

  .financing-help-items {
    padding-left: 6%;
  }

  .team-card-title,
  .financing-help-item-title {
    font-size: 22px;
  }

  .financing-help-item::before {
    font-size: 55px;
  }

  .financing-help-item {
    padding: 30px;
    flex: 0 0 410px;
  }

  .btn {
    font-size: 16px;
    padding: 12px 22px;
  }

  .footer-item-text,
  .menu-footer>li>a {
    font-size: 15px;
  }

  .footer-grid {
    grid-template-columns: 350px max-content max-content max-content;
    gap: 40px;
  }

  .what-we-do-left {
    max-width: 565px;
  }
}

@media (max-width: 1440px) {
  .how-items {
    max-width: 870px;
  }

  .article-section {
    padding: 135px 6% 50px 6%;
  }

  .service-item {
    min-height: 375px;
  }

  .opp-card-title,
  .how-item-title {
    font-size: 22px;
  }

  .how-item-title {
    min-height: 60px;
  }

  .how-item-content::before {
    font-size: 54px;
  }

  .support-area-item {
    gap: 30px;
  }

  .support-area-item::before {
    flex: 0 0 58px;
    height: 44px;
  }

  .what-we-do-grid {
    gap: 50px;
  }

  .what-we-do-left {
    max-width: 540px;
  }

  .financing-help {
    padding: 50px 0;
  }

  .financing-section {
    padding: 70px 0;
  }

  .financing-help::before {
    top: 170px;
  }

  .mission {
    padding: 220px 0 70px 0;
  }

  .mission-container::after {
    width: 70px;
  }

  .mission-word:nth-child(3) {
    bottom: 95px;
    left: 15%;
  }

  .common-banner-wrapper {
    min-height: 365px;
  }

  .text-lg,
  .home-intro-text {
    font-size: 22px;
  }

  .page-404-title {
    color: #E0E0E0;
    font-size: 30px;
  }

  .page-404-container {
    padding: 0 6%;
  }

  .page-404-right {
    flex: 0 0 45%;
  }

  .data-item-value {
    font-size: 8vw;
  }

  .input-group-checkbox>label,
  .page-content li,
  .page-content>p {
    font-size: 15px;
  }

  .page-section {
    padding: 155px 0 100px 0;
  }

  .hero {
    min-height: max(740px, 92dvh);
    align-items: flex-end;
    padding-bottom: 60px;
  }

  .hero-text {
    font-size: 22px;
  }

  .hero-item-value {
    font-size: 52px;
  }

  .fp-blog-grid {
    column-gap: 55px;
  }

  .highlight-content {
    min-height: 485px;
  }

  .form-control,
  .input-group>label,
  .highlight-item-label {
    font-size: 14px;
  }

  .cta-newsletter {
    min-height: 480px;
  }

  .cta-newsletter-text,
  .cta-newsletter-title {
    text-wrap: balance;
  }

  .support-item::after {
    width: 20px;
    height: 20px;
  }

  blockquote>p,
  .page-content>h4,
  .support-item,
  .support-block li,
  .support-block>p,
  .financing-item-title,
  .btn-arrow,
  .cta-btn,
  .cta-input {
    font-size: 16px;
  }

  .cta-btn {
    padding: 14px 28px;
  }

  .cta-inputs {
    height: 50px;
  }

  .footer-text {
    font-size: 16px;
    text-wrap: balance;
  }

  .footer-item-text,
  .menu-footer>li>a {
    font-size: 14px;
  }

  .footer-grid {
    grid-template-columns: 265px max-content max-content max-content;
  }

  .custom-logo-link {
    width: 80px;
  }

  .page-404-text {
    font-size: 18px;
  }

  .contact-grid {
    gap: 45px;
    grid-template-columns: 42% 48%;
  }

  .contact-grid-text {
    margin-top: 35px;
    font-size: 18px;
  }

  .home-intro-left {
    max-width: 45%;
  }

  .home-intro-right {
    max-width: 40%;
  }

  .ds-wrapper {
    min-height: 620px;
  }

  .ds-item:first-of-type {
    top: 60px;
  }

  .ds-item:nth-of-type(4) {
    top: 40px;
  }

  .ds-item:nth-of-type(2) {
    left: 10%;
  }

  .ds-item:nth-of-type(3) {
    bottom: 40px;
    right: 40px;
  }

  .ds-title {
    font-size: 36px;
  }

  .financing-help-item-content {
    margin-top: 40px;
  }

  .financing-help-item::before {
    font-size: 50px;
  }

  .financing-help-item {
    flex: 0 0 345px;
  }

  .financing-help-items {
    margin-bottom: 50px;
  }

  .area-item {
    padding: 20px;
  }

  .how-item:hover .how-item-image {
    height: 190px;
  }
}

@media (max-width: 1376px) {
  .ds-item {
    max-width: 440px;
    padding: 20px;
  }

  .hero {
    min-height: auto;
    padding: 150px 0 60px 0;
  }

  .how-grid::after {
    width: 510px;
  }

  .team-card-title {
    font-size: 20px;
  }

  .team-card-position {
    font-size: 16px;
  }
}

@media (max-width: 1280px) {
  footer::after {
    right: 20px;
    bottom: 15%;
    width: 145px;
  }

  .support-area-image {
    max-width: 250px;
  }

  .highlight-content {
    min-height: 460px;
  }

  .support-area-item::before {
    flex: 0 0 48px;
    height: 35px;
    border-radius: 22px;
  }

  .area-item-title {
    font-size: 16px;
  }

  .team-card-title,
  .opp-card-title {
    font-size: 18px;
  }

  .support-grid {
    grid-template-columns: 345px 1fr;
    gap: 35px;
  }

  .opp-container,
  .home-container {
    padding: 0 6%;
  }

  .common-banner-wrapper {
    min-height: 330px;
    padding-bottom: 25px;
  }

  .ds-title {
    font-size: 32px;
  }

  .ds-wrapper {
    min-height: 580px;
  }

  .blog-card-title-wrap {
    min-height: 76px;
  }

  .menu-top {
    gap: 34px;
  }

  .page-404-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .page-404 {
    padding: 135px 0 80px 0;
  }

  .hero-text {
    font-size: 20px;
  }

  .hero-content {
    flex: 1;
  }

  .hero-items {
    flex: 0 0 245px;
  }

  .footer-grid {
    grid-template-columns: 265px 1fr 1fr 1fr;
  }

  .cta-newsletter {
    min-height: 450px;
  }

  .cta-contact {
    margin: 80px 6%;
  }

  .cta-contact-title {
    flex: 0 0 324px;
  }

  .cta-contact-flex {
    column-gap: 30px;
  }

  .blog-card-title {
    font-size: 16px;
    line-height: 1.3;
  }

  .common-grid {
    gap: 70px;
  }

  .service-item-icon {
    width: 50px;
  }

  .service-item {
    min-height: 365px;
    padding: 20px;
  }

  .btn {
    font-size: 15px;
    padding: 10px 20px;
  }

  .financing-help-item {
    flex: 0 0 320px;
  }

  .financing-help-item::before {
    font-size: 45px;
  }

  .financing-help-item-title {
    font-size: 20px;
    min-height: 50px;
  }

  .financing-note-wrapper {
    padding: 0 6%;
  }

  .financing-note-wrapper.support-note-wrapper {
    padding: 0;
  }

  .how-item-title {
    font-size: 18px;
    min-height: 50px;
  }

  .how-item-content {
    padding: 20px;
  }

  .how-item {
    grid-template-columns: 270px 1fr;
  }

  .how-item-text {
    font-size: 14px;
  }

  .how-item-content::before {
    font-size: 50px;
  }

  .how-items {
    max-width: 745px;
  }
}

@media (max-width: 1080px) {
  .mission {
    padding: 200px 0 60px 0;
  }

  .mission-container {
    max-width: 475px;
  }

  .mission-container::after {
    width: 55px;
  }

  .home-card-title-wrap {
    min-height: 68px;
  }

  .how-item-title {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .cta-contact {
    margin: 35px 6%;
  }

  .highlight-container{
    padding: 0 40px;
  }

  .footer-block:last-child {
    margin: 0;
  }

  .footer-bottom-wrapper {
    margin-top: 40px;
  }

  .footer-social-media {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .how-grid {
    flex-direction: column;
    padding: 0 6%;
  }

  .team {
    padding-bottom: 50px;
  }

  .team-card {
    flex: 0 0 150px;
  }

  .common-grid-content {
    max-width: 100%;
  }

  .team-grid {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 30px -6vw 0 -6vw;
    padding: 0 6vw;
  }

  .how-grid::after,
  .team-grid::-webkit-scrollbar {
    display: none;
  }

  .how-item {
    grid-template-columns: 225px 1fr;
  }

  .how-item:nth-child(even) .how-item-content {
    background-color: #fff;
  }

  .how-item:nth-child(even) .how-item-content::before {
    color: var(--color-gold);
  }

  .how-item:hover .how-item-image,
  .how-item-image {
    opacity: 1;
    height: fit-content;
  }

  .how-item-image-wrapper::before {
    display: none;
  }

  .how-item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .how-item-text {
    font-size: 16px;
    position: relative;
    visibility: visible;
    opacity: 1;
    bottom: 0;
    transform: translateY(0);
    transition: all 0.5s;
  }

  .how-items {
    max-width: 100%;
  }

  .service-grid-right {
    margin-right: 0;
  }

  .what-we-do-grid {
    gap: 30px;
  }

  .what-we-do-right {
    max-width: 47%;
  }

  .area-item-title {
    font-size: 18px;
  }

  .area-grid {
    max-width: 600px;
    margin: 30px auto 0 auto;
    grid-template-columns: 100%;
    gap: 10px;
  }

  .date-limit,
  .support-info-text,
  .menu-top>li>a,
  .ds-item-text,
  .support-item {
    font-size: 14px;
  }

  .support-block li,
  .support-block>p {
    font-size: 15px;
  }

  .support-block {
    padding: 25px 30px;
  }

  .support-grid {
    grid-template-columns: 295px 1fr;
  }

  .support-item::after {
    width: 15px;
    height: 16px;
  }

  .about-us {
    padding: 50px 0 20px 0;
  }

  .ds-item:first-of-type {
    left: 40px;
  }

  .ds-title {
    font-size: 30px;
  }

  .ds-item {
    max-width: 325px;
  }

  .ds-item:nth-of-type(2) {
    left: 40px;
    bottom: 60px;
  }

  .ds-item:nth-of-type(4) {
    right: 40px;
  }

  .img-fluid {
    border-radius: 20px;
  }

  .contact-grid {
    gap: 30px;
    grid-template-columns: 100%;
  }

  .page-template-page-contactos .menu-top>li>a {
    color: #EBE9E4;
  }

  .contact-grid-right {
    max-width: 100%;
    padding: 0 6%;
  }

  .contact-grid-left {
    border-radius: 20px;
    padding-top: 150px;
    padding-bottom: 50px;
    background-position: right bottom;
  }

  .contact-grid-text {
    margin-top: 20px;
  }

  .contact-grid-left-wrap {
    padding: 0 6%;
    max-width: 700px;
  }

  .page-404-title {
    font-size: 26px;
  }

  .page-404-text {
    font-size: 16px;
  }

  .hero-item-value {
    font-size: 42px;
  }

  .hero-text {
    font-size: 18px;
  }

  .service-item-icon {
    width: 40px;
  }

  .service-item {
    min-height: 290px;
  }

  .highlight-item-content p,
  .data-item-title,
  p {
    font-size: 16px;
    line-height: 1.5;
  }

  .container {
    position: relative;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    position: relative;
  }

  .footer-contacts {
    margin: 35px 0;
  }

  footer::after {
    right: 35px;
    top: 35px;
    width: 16%;
  }

  .menu-legal {
    flex-wrap: wrap;
    gap: 10px 25px;
  }

  .footer-bottom {
    align-items: flex-end;
  }

  .financing-item-image {
    width: 110px;
    height: fit-content;
  }

  .financing-item-title::after {
    width: 20px;
    height: 20px;
  }

  .fp-blog-grid {
    flex-direction: column;
    gap: 25px;
  }

  .fp-blog-content {
    flex: 0;
    max-width: 470px;
  }

  .fp-blog-content>h2 {
    margin-bottom: 25px;
  }

  .fp-blog-content>.btn {
    position: absolute;
    right: 6%;
    top: -10px;
  }

  .financing-item-title {
    font-size: 14px;
    min-height: 40px;
  }

  .common-grid {
    gap: 45px;
    margin-bottom: 20px;
  }

  .fp-services-items {
    grid-template-columns: repeat(3, 280px);
    gap: 20px;
    margin: 0 -6vw;
    padding: 0 6vw;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .support-area-image {
    right: 6%;
  }

  .support-area-item>span {
    display: none;
  }

  .opportunities {
    padding: 20px 0;
  }
}

@media (max-width: 820px) {
  body {
    overflow-x: hidden;
  }

  .menu-top .sub-menu {
    position: relative;
    border-radius: 0;
    width: 100%;
    top: 0;
    display: none;
  }

  .menu-top>li:hover>.sub-menu {
    display: flex;
  }

  .article-section {
    padding: 110px 6% 50px 6%;
  }

  .article-wrapper {
    padding: 50px 25px 0 25px;
  }

  .ds-wrapper {
    background-size: contain;
    background-color: #dfdfdf;
  }

  .home-card .blog-card-image-wrap {
    border-radius: 10px;
  }

  .support-area-item {
    gap: 15px;
  }

  .support-area-item::before {
    flex: 0 0 42px;
    height: 30px;
    border-radius: 20px;
  }

  .support-grid {
    grid-template-columns: 100%;
  }

  .support-section {
    padding: 50px 0;
  }

  .support-block::after {
    width: 100%;
  }

  .support-nav {
    display: none;
  }

  .cta-contact {
    margin: 50px 25px;
  }

  .financing-section {
    padding: 50px 0 0 0;
  }

  .financing-help-item-title {
    font-size: 18px;
    min-height: 45px;
  }

  .financing-help-item {
    flex: 0 0 290px;
  }

  .financing-help-item::before {
    font-size: 40px;
  }

  .financing-help-item-content {
    margin-top: 30px;
  }

  .vision {
    padding: 50px 0;
  }

  .mission-word:nth-child(1) {
    top: 90px;
    left: 110px;
  }

  .mission-word:nth-child(2) {
    bottom: 140px;
  }

  .mission-word:nth-child(4) {
    bottom: 30px;
  }

  .mission {
    padding: 145px 0 0 0;
  }

  .about-us {
    padding: 30px 0 20px 0;
  }

  .common-banner-wrapper {
    min-height: 295px;
  }

  .blog-button {
    display: none;
  }

  .blog-card>p {
    margin-bottom: 0;
  }

  .home-intro-right {
    flex: 1 0 40%;
    max-width: 100%;
  }

  #nav-icon1 {
    display: block;
  }

  .container-sm {
    padding: 0 6%;
  }

  caption {
    text-align: start;
  }

  .no-overflow {
    overflow: hidden;
  }

  .menu-top {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 50%;
    height: 100%;
    background-color: #1b1b1b;
    flex-direction: column;
    align-items: flex-start;
    padding: 160px 66px 40px 40px;
    gap: 0;
    transition: all .3s;
    background-repeat: no-repeat;
    background-image: url(assets/images/cta-contact.webp);
    background-position: bottom;
    background-size: 100%;
    background-blend-mode: multiply;
  }

  .menu-top>li {
    width: 100%;
  }

  .menu-top>li>a {
    font-size: 16px;
    padding: 10px 0;
    display: flex;
    border-bottom: 1px solid #ffffff70;
    color: #EBE9E4 !important;
    justify-content: space-between;
  }

  #nav-icon1.open+.menu-top {
    right: 0;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-item-value {
    font-size: 38px;
  }

  .hero-items {
    flex: 0 0 180px;
  }

  .hero-item {
    padding: 20px;
  }

  .data-item {
    padding: 8px 0;
  }

  .cta-newsletter {
    min-height: 405px;
  }

  .cta-newsletter-container {
    padding: 0 20px;
  }

  .highlight-item::after {
    background: linear-gradient(to top, #171e29de 30%, rgb(23 30 41 / 50%) 100%);
  }

  .highlight-items {
    padding: 120px 0 60px 0;
  }

  .financing-items {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .financing-item {
    min-height: 230px;
  }

  .fp-services {
    padding: 50px 0;
  }

  .header-container.header-secondary {
    padding: 0 6%;
  }

  .page-section {
    padding: 135px 0 75px 0;
  }

  .home-section {
    padding-top: 135px;
  }

  .financing-help::before {
    top: 200px;
  }

  .other-financing-items .financing-item:last-child {
    display: flex;
  }

  .support-info-label {
    font-size: 12px;
  }

  .how-grid {
    padding: 0;
    gap: 30px;
  }

  .how-item-content::before {
    font-size: 45px;
  }

  .how-item {
    grid-template-columns: 190px 1fr;
  }
}

@media (max-width: 768px) {
  .article-category {
    font-size: 14px;
  }

  .article-header {
    margin: 0 auto 30px auto;
  }

  .navbar-wrapper {
    margin-bottom: 40px;
  }

  .article-wrapper {
    border-radius: 25px;
  }

  .article-thumbnail {
    border-radius: 15px;
  }

  blockquote {
    padding: 10px 0 10px 20px;
  }

  blockquote>p {
    font-size: 15px;
  }

  .opp-card-btn {
    opacity: 1;
  }

  .text-lg {
    font-size: 20px;
  }

  .what-we-do-grid {
    flex-direction: column;
    max-width: 540px;
    margin: 0 auto;
  }

  .what-we-do-right {
    max-width: 100%;
  }

  .area-item-title {
    font-size: 16px;
  }

  .highlight-program {
    left: auto;
    right: 6%;
  }

  .ds-wrapper {
    min-height: 990px;
  }

  .ds-item:first-of-type {
    top: 40px;
  }

  .ds-item:nth-of-type(2) {
    bottom: 260px;
    left: 10%;
  }

  .ds-item:nth-of-type(3) {
    bottom: 80px;
    right: 40px;
  }

  .ds-item:nth-of-type(4) {
    right: 60px;
    top: 240px;
  }

  .data-item-flex {
    padding: 8px 0;
  }

  .data-item-title {
    font-size: 15px;
    flex: 0 0 55%;
  }

  .cta-contact-flex {
    flex-direction: column;
    gap: 10px;
  }

  .cta-contact-title {
    flex: 1;
  }

  .fp-blog-list {
    grid-template-columns: repeat(3, 250px);
    overflow-x: auto;
    scrollbar-width: none;
    margin: 0 -6vw;
    padding: 0 6vw;
    cursor: grab;
  }

  .fp-blog-list.active {
    cursor: grabbing;
  }

  .btn-arrow.blog-button {
    display: none;
  }

  .highlight {
    padding: 0 25px;
  }

  .header-container {
    padding: 0 50px;
  }

  .hero-container {
    padding: 0 25px;
  }

  .hero-item-value {
    font-size: 35px;
  }

  .hero-item:hover {
    background: unset;
    backdrop-filter: unset
  }

  .service-section {
    padding: 50px 0;
  }

  .support-area {
    padding: 50px 25px;
  }
}

@media (max-width: 650px) {
  .footer-social-media {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .hero-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
  }

  .hero-item {
    padding: 0;
  }

  .hero-items {
    display: grid;
    grid-template-columns: 100%;
    flex: 0;
    gap: 20px;
  }

  .hero-item {
    align-items: flex-start;
    max-width: 200px;
  }

  .hero-item-text {
    text-align: start;
    text-wrap: balance;
  }

  .financing-note::before {
    width: 45px;
  }

  .service-section {
    padding: 35px 0;
  }

  .service-grid {
    flex-direction: column;
    gap: 15px;
  }

  .mission-word {
    font-size: 35px;
    letter-spacing: -3px;
  }

  .mission-word:nth-child(3) {
    left: 6%;
  }

  .mission-word:nth-child(2) {
    right: 6%;
  }

  .mission-word:nth-child(4) {
    right: 12%;
  }

  .mission-container {
    padding: 0 6%;
  }

  .mission-container::after {
    width: 45px;
  }

  .mission {
    padding-top: 130px;
  }

  header {
    top: 65px;
  }

  .home-grid {
    grid-template-columns: 1fr 1fr;
  }

  .vision {
    padding: 35px 0 25px 0;
  }

  .vision-grid {
    gap: 20px;
    grid-template-columns: 100%;
  }

  .home-intro-left {
    max-width: 100%;
  }

  .home-intro-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .input-group-row {
    grid-template-columns: 100%;
  }

  .page-404-grid {
    flex-direction: column;
    gap: 40px;
  }

  .page-404-right {
    flex: 1;
    width: 80%;
  }

  .highlight-items {
    padding: 160px 0 60px 0;
  }

  #nav-icon1 {
    width: 35px;
  }

  .menu-top {
    width: 100%;
    padding: 160px 50px 40px 50px;
  }

  .hero {
    padding: 175px 0 65px 0;
  }

  .hero-content>.btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .highlight-container,
  .data-item-container,
  .container {
    padding: 0 25px;
  }

  .fp-blog-list {
    margin: 0 -25px;
    padding: 0 25px;
  }

  .cta-contact-text {
    font-size: 16px;
  }

  .date-limit {
    font-size: 12px;
  }

  .financing-item-title {
    flex-direction: column;
    gap: 5px;
  }

  .financing-item-title::after {
    display: none;
  }

  .financing-item-image {
    width: 95px;
  }

  .footer-grid {
    grid-template-columns: 100%;
    gap: 25px;
  }

  footer::after {
    right: 0;
    top: 35px;
    left: 35px;
    width: 100px;
  }

  .footer-container {
    padding: 35px;
    padding-top: 165px;
  }

  .footer-contacts {
    margin: 25px 0;
  }

  .footer-block {
    margin-bottom: 25px;
  }

  .footer-block:last-child {
    margin-bottom: 0;
  }

  .cta-inputs {
    flex-direction: column;
    height: fit-content;
    gap: 10px;
  }

  .cta-input,
  .cta-btn {
    padding: 15px 20px;
    width: 100%;
    transform: none;
    border-radius: 15px;
  }

  .cta-newsletter {
    min-height: fit-content;
    padding: 45px 0;
  }

  .cta-contact {
    padding: 40px;
    background-size: 80%;
  }

  .data-item-title {
    font-size: 14px;
  }

  .common-grid {
    flex-direction: column;
    gap: 15px;
  }

  .fp-services-items {
    margin: 0 -25px;
    padding: 0 25px;
  }

  .hero-text {
    margin: 20px 0 0 0;
  }

  .contact-grid-text {
    margin-top: 10px;
    font-size: 16px;
  }

  .contact-grid-left-wrap {
    padding: 0 25px;
  }

  .form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-bottom>.btn {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .breadcrumb-item {
    font-size: 12px;
  }

  .input-group-checkbox {
    flex-wrap: wrap;
  }

  .error-privacy {
    position: relative;
    bottom: 0;
  }

  .how-item {
    grid-template-columns: 130px 1fr;
  }

  .how-item-text {
    font-size: 15px;
  }

  .how-item-content::before {
    font-size: 40px;
  }

  .opp-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .data-item-value {
    font-size: 9vw;
  }

  .contact-grid-right{
    padding: 0;
  }
}

@media (max-width: 500px) {
  .fp-services {
    padding: 30px 0 50px 0;
  }

  .fp-financing {
    padding: 55px 0 70px 0
  }

  .fp-blog {
    padding-top: 55px;
  }

  .highlight-program>img {
    scale: 0.6;
  }

  .how-item-content {
    flex-direction: column;
    gap: 10px;
  }

  .support-area-item {
    font-size: 16px;
  }

  .support-area-title {
    font-size: 24px;
  }

  .support-area-item::before {
    flex: 0 0 38px;
    height: 26px;
  }

  .support-area-image {
    display: none;
  }

  .ds-item {
    position: relative;
  }

  .ds-wrapper {
    padding: 25px;
    min-height: auto;
  }

  .ds-title {
    position: absolute;
    font-size: 28px;
  }

  .ds-item:first-of-type,
  .ds-item:nth-child(2),
  .ds-item:nth-child(3),
  .ds-item:nth-child(4) {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
  }

  .ds-item:nth-child(2) {
    margin-bottom: 100px;
  }

  .ds-item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .financing-note {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 430px) {
  .home-content {
    padding-bottom: 25px;
  }

  .support-area-content {
    padding: 40px 0 50px 0;
  }

  .support-area-item {
    font-size: 15px;
  }

  .article-wrapper {
    padding: 30px 25px 0 25px;
  }

  .artcile-section {
    padding: 110px 15px 50px 15px;
  }

  .how-item {
    grid-template-columns: 100%;
  }

  .how-item-content {
    flex-direction: row;
    gap: 20px;
  }

  .home-card-title-wrap {
    min-height: auto;
  }

  .text-lg {
    font-size: 19px;
  }

  .btn {
    font-size: 14px;
  }

  .cta-contact {
    padding: 30px;
  }

  .footer-container {
    padding: 25px;
    padding-top: 165px;
  }

  .hero-items {
    display: none;
  }

  .hero-content>.btn {
    position: relative;
  }

  .hero-text {
    margin: 20px 0;
  }

  .page-404-right {
    width: 100%;
  }

  .home-grid {
    grid-template-columns: 100%;
  }

  .blog-card-title-wrap {
    min-height: auto;
  }

  .breadcrumb-item {
    font-size: 10px;
  }
}

@media (max-width: 380px) {
  .hero {
    margin: 0 15px;
  }

  .highlight {
    padding: 0 15px;
  }

  .cta-newsletter,
  footer {
    margin: 15px;
  }

  .top-bar>span {
    font-size: 12px;
  }

  .highlight-item-label {
    font-size: 13px;
  }

  .financing-items {
    grid-template-columns: 100%;
  }

  .financing-item {
    position: sticky;
    top: 20px;
    background-color: #e0e0e0;
  }

  .financing-item-title {
    flex-direction: row;
  }
}

/* #endregion */