@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Montaga&display=swap");
.grid-1 {
  width: calc(8.3333333333% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-1 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-2 {
  width: calc(16.6666666667% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-2 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-3 {
  width: calc(25% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-3 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-4 {
  width: calc(33.3333333333% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-4 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-5 {
  width: calc(41.6666666667% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-5 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-6 {
  width: calc(50% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-6 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-7 {
  width: calc(58.3333333333% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-7 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-8 {
  width: calc(66.6666666667% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-8 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-9 {
  width: calc(75% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-9 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-10 {
  width: calc(83.3333333333% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-10 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-11 {
  width: calc(91.6666666667% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-11 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-12 {
  width: calc(100% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-12 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-nobreak-1 {
  width: calc(8.3333333333% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-2 {
  width: calc(16.6666666667% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-3 {
  width: calc(25% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-4 {
  width: calc(33.3333333333% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-5 {
  width: calc(41.6666666667% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-6 {
  width: calc(50% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-7 {
  width: calc(58.3333333333% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-8 {
  width: calc(66.6666666667% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-9 {
  width: calc(75% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-10 {
  width: calc(83.3333333333% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-11 {
  width: calc(91.6666666667% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-12 {
  width: calc(100% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.container {
  max-width: 1268px;
  margin: 0 auto;
  padding: 128px 24px;
  /*display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;*/
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 960px) {
  .container {
    flex-direction: column;
    padding: 96px 16px;
  }
}

@media screen and (max-width: 960px) {
  .disappear {
    display: none;
  }
}

.hidden {
  overflow: hidden;
}

.zindex-1 {
  z-index: -1;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.h-100 {
  height: 100vh;
}

.h-100p {
  height: 100%;
}

.flex {
  display: flex;
}

.flex-start-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.flex-end-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

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

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flex-space {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.relative {
  position: relative;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-item-1 {
  flex: 1 1 360px;
}

.flex-item-2 {
  flex: 2 1 360px;
}

.flex-item-3 {
  flex: 3 1 360px;
}

.flex-item-4 {
  flex: 4 1 360px;
}

.flex-item-5 {
  flex: 5 1 360px;
}

.flex-auto {
  flex: 1 1 auto;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto !important;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.profile {
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  transition: 1s ease;
}
.profile:hover {
  border: 3px solid #4AA6F7;
}

.div-logo-hero {
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .div-logo-hero {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 960px) {
  .div-logo-hero {
    top: 35%;
    left: 50%;
  }
}

.logo-hero {
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(63.46% 63.46% at 20% 4.04%, rgba(66, 113, 235, 0.3) 0%, rgba(66, 113, 235, 0) 100%), #060B17;
  box-shadow: inset 3px 7px 15px rgba(83, 139, 240, 0.15);
  position: relative;
}
.logo-hero::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0px 0px 200px rgba(83, 139, 240, 0.6), 0px 0px 120px #538BF0, 0px 0px 88px #538BF0, 0px 0px 10px #538BF0, 0px 0px 5px #538BF0;
  filter: blur(14px);
  transform: translate(-50%, -50%) translate3d(-32px, -56px, 0);
  z-index: -1;
  animation: planet 16s ease infinite alternate;
}
@media screen and (max-width: 960px) {
  .logo-hero::before {
    width: 70%;
    height: 70%;
  }
}
@media screen and (max-width: 960px) {
  .logo-hero {
    width: 280px;
    height: 280px;
  }
}

@keyframes planet {
  0%, 10% {
    opacity: 0;
  }
  60% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
  90%, 100% {
    opacity: 1;
    transform: translate(-50%, -50%) translate3d(-32px, -56px, 0);
  }
}
.card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 24px;
  transition: 0.7s ease;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
}
.card:hover {
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.95);
  transform: scale(1.01);
}

.card-transparent {
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 40px;
  transition: 1s ease;
  border: 3px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
}
.card-transparent:hover {
  border: 3px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transform: scale(1.02);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.95);
}

.card-bordergradient {
  background: rgba(22, 30, 50, 0.4);
  /* black/light */
  border: 7px solid rgba(30, 60, 137, 0.8);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 40px;
}

.glass {
  height: 480px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .glass {
    height: 320px;
  }
}
.glass::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: rgba(3, 9, 23, 0.01);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  transform: scaleX(1.1);
}
.glass::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: rgba(3, 9, 23, 0.01);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  transform: scaleX(1.1);
}

.ball-1 {
  width: 80px;
  height: 80px;
  background: #fff;
  box-shadow: 0px 0px 64px #538BF0, 0px 0px 32px #538BF0, 0px 0px 12px #538BF0;
  border-radius: 50%;
  position: absolute;
  top: 20%;
  left: 30%;
  animation: move-ball 5s ease infinite alternate;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .ball-1 {
    width: 48px;
    height: 48px;
  }
}

.ball-2 {
  width: 96px;
  height: 96px;
  background: linear-gradient(217.85deg, #4AA6F7 -1.54%, #1141BD 101.14%);
  border-radius: 50%;
  position: absolute;
  top: 20%;
  left: 30%;
  animation: move-ball 5s ease infinite 3s alternate;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .ball-2 {
    width: 64px;
    height: 64px;
  }
}

@keyframes move-ball {
  0% {
    top: 20%;
    left: 30%;
  }
  50% {
    top: 50%;
    left: 40%;
  }
  100% {
    top: 30%;
    left: 60%;
  }
}
.bar {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 8px;
  width: 50%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 177px 4px rgba(46, 102, 201, 0.7), 0px 0px 96px 18px rgba(46, 102, 201, 0.5), 0px 0px 14px 1px rgba(46, 102, 201, 0.8), 0px 0px 4px 1px #2E66C9;
  z-index: 99;
  animation: fluctuateBar 1s ease-in-out 3s;
}

@keyframes fluctuateBar {
  0% {
    box-shadow: none;
  }
  20% {
    box-shadow: 0px 0px 177px 4px rgba(46, 102, 201, 0.7), 0px 0px 96px 18px rgba(46, 102, 201, 0.5), 0px 0px 14px 1px rgba(46, 102, 201, 0.8), 0px 0px 4px 1px #2E66C9;
  }
  40% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0px 0px 177px 4px rgba(46, 102, 201, 0.7), 0px 0px 96px 18px rgba(46, 102, 201, 0.5), 0px 0px 14px 1px rgba(46, 102, 201, 0.8), 0px 0px 4px 1px #2E66C9;
  }
}
.waves {
  width: 100%;
  min-height: 840px;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .waves {
    min-height: 260px;
  }
}

.svg-waves {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) scaleX(1.5) scaleY(1.2);
}
@media screen and (max-width: 960px) {
  .svg-waves {
    transform: translate(-50%, -50%) rotate(30deg) scaleX(2.5) scaleY(2);
  }
}

.fig1-wave1 {
  animation: wave 6s ease-in-out infinite alternate;
  transform: translate3d(-360px, 0, 0);
}

.fig1-wave2 {
  animation: wave 3s ease-in-out infinite 0s alternate-reverse;
  transform: translate3d(-360px, 0, 0);
}

.fig1-wave3 {
  animation: wave 5s ease-in-out infinite 0s alternate-reverse;
  transform: translate3d(-360px, 0, 0);
}

@keyframes wave {
  0% {
    transform: translate3d(-360px, 0, 0);
  }
  90%, 100% {
    transform: translate3d(360px, 0, 0);
  }
}
.card-circle {
  width: 100%;
  border-radius: 50%;
  border: 2px solid rgba(83, 139, 240, 0.05);
  position: relative;
}
@media screen and (max-width: 960px) {
  .card-circle {
    border-radius: 8px;
  }
}
.card-circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  background: rgba(3, 9, 23, 0.01);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
@media screen and (max-width: 960px) {
  .card-circle::after {
    border-radius: 8px;
  }
}
.card-circle::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: -1;
  background: linear-gradient(217.85deg, #4AA6F7 -1.54%, #1141BD 101.14%);
  animation: card-circle 12s ease-in-out infinite alternate;
}

@keyframes card-circle {
  0%, 5% {
    top: 5%;
    left: 5%;
  }
  40% {
    top: -5%;
    left: 85%;
  }
  70% {
    top: 95%;
    left: 20%;
  }
  95%, 100% {
    top: 80%;
    left: 80%;
  }
}
.card-project {
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}
.card-project img {
  transform: scale(1.05);
  transition: 0.5s ease;
}
.card-project:hover img {
  transform: scale(1.1);
}

.card-link {
  background-color: rgba(255, 255, 255, 0);
  transition: 0.7s ease;
  border-radius: 12px 12px 0 0;
  padding: 16px 16px 16px 12px;
  cursor: pointer;
}
.card-link:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.card-link:hover > svg {
  transform: translate3d(4px, -4px, 0);
}

.stamp {
  position: absolute;
  top: -4px;
  left: -4px;
}

.stamp-ny {
  position: absolute;
  bottom: 56px;
  right: 56px;
}

.stamp-letters {
  animation: rotate 7s linear infinite;
  transform-origin: center center;
  transform-box: fill-box;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#person-01 {
  position: absolute;
  top: 5%;
  left: 65%;
  transform: translate(-100%, -50%);
}

#person-02 {
  position: absolute;
  top: 17%;
  left: 57%;
  transform: translate(-100%, -50%);
}

#person-03 {
  position: absolute;
  top: 70%;
  left: 75%;
  transform: translate(-100%, -50%);
}

#person-04 {
  position: absolute;
  top: 68%;
  left: 45%;
  transform: translate(-100%, -50%);
}

#person-05 {
  position: absolute;
  top: 63%;
  left: 27%;
  transform: translate(-100%, -50%);
}

#person-06 {
  position: absolute;
  top: 30%;
  left: 97%;
  transform: translate(-100%, -50%);
}

#person-07 {
  position: absolute;
  top: 32%;
  left: 70%;
  transform: translate(-100%, -50%);
}

#person-08 {
  position: absolute;
  top: 82%;
  left: 35%;
  transform: translate(-100%, -50%);
}

#person-09 {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-100%, -50%);
}

#person-10 {
  position: absolute;
  top: 10%;
  left: 15%;
  transform: translate(-100%, -50%);
}

#person-11 {
  position: absolute;
  top: 42%;
  left: 85%;
  transform: translate(-100%, -50%);
}

#person-12 {
  position: absolute;
  top: 15%;
  left: 80%;
  transform: translate(-100%, -50%);
}

#person-13 {
  position: absolute;
  top: 45%;
  left: 21%;
  transform: translate(-100%, -50%);
}

#person-14 {
  position: absolute;
  top: 5%;
  left: 35%;
  transform: translate(-100%, -50%);
}

#person-15 {
  position: absolute;
  top: 18%;
  left: 30%;
  transform: translate(-100%, -50%);
}

#person-16 {
  position: absolute;
  top: 78%;
  left: 95%;
  transform: translate(-100%, -50%);
}

#person-17 {
  position: absolute;
  top: 75%;
  left: 10%;
  transform: translate(-100%, -50%);
}

#person-18 {
  position: absolute;
  top: 90%;
  left: 20%;
  transform: translate(-100%, -50%);
}

#person-19 {
  position: absolute;
  top: 85%;
  left: 70%;
  transform: translate(-100%, -50%);
}

#person-20 {
  position: absolute;
  top: 27%;
  left: 44%;
  transform: translate(-100%, -50%);
}

.section-projects {
  height: 100vh;
  position: relative;
}
.section-projects::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  z-index: 900;
  background: linear-gradient(180deg, #030917 0%, rgba(3, 9, 23, 0) 100%);
}
.section-projects::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  z-index: 900;
  background: linear-gradient(180deg, rgba(3, 9, 23, 0) 0%, #030917 100%);
}
@media screen and (max-width: 960px) {
  .section-projects {
    height: 110vh;
  }
}

.guia {
  height: 128px;
}

.guia-s {
  height: 80px;
}

.bar1 {
  animation: bar 1s ease 0s infinite alternate;
}

.bar2 {
  animation: bar 1s ease 0.3s infinite alternate;
}

.bar3 {
  animation: bar 1s ease 0.9s infinite alternate;
}

.bar4 {
  animation: bar 1s ease 0.4s infinite alternate;
}

.bar5 {
  animation: bar 1s ease 0.1s infinite alternate;
}

.bar6 {
  animation: bar 1s ease 0.2s infinite alternate;
}

.bar7 {
  animation: bar 1s ease 0.5s infinite alternate;
}

@keyframes bar {
  0% {
    height: 0%;
  }
  100% {
    height: -100%;
  }
}
.light-red {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F03D3D;
  box-shadow: 0px 0px 8px rgba(240, 61, 61, 0.9);
  animation: blink 4s ease infinite alternate;
}

.light-green {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0BB07B;
  box-shadow: 0px 0px 10px rgba(11, 176, 123, 0.9);
  animation: blink 4s ease infinite alternate;
}

.light-yellow {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFCE52;
  box-shadow: 0px 0px 54px rgba(255, 206, 82, 0.9);
  animation: blink 4s ease infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.bg-icon {
  border-radius: 16px;
  padding: 8px 10px;
  margin: 4px;
  background-color: #2B1A0E;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s ease;
}
.bg-icon:hover {
  background-color: #F2BC57;
}
.bg-icon:hover path {
  stroke: #fff;
}
.bg-icon:hover circle {
  stroke: #fff;
}
.bg-icon:hover rect {
  stroke: #fff;
}

footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px;
}

.icon-scroll {
  animation: icon-scroll 2s linear infinite;
  stroke-dasharray: 10 50;
}

@keyframes icon-scroll {
  0%, 5% {
    stroke-dashoffset: 20;
  }
  95%, 100% {
    stroke-dashoffset: -20;
  }
}
.scroll-down {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .scroll-down {
    top: 95%;
    left: 50%;
  }
}

.video-cta {
  position: absolute;
  width: 100%;
  top: -50%;
  left: 0;
  z-index: -1;
}
.video-cta video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  transform: translate(0, -100%);
}
@media screen and (max-width: 960px) {
  .video-cta video {
    transform: rotate(90deg);
  }
}

.border-video-cta {
  position: relative;
  overflow: hidden;
}
.border-video-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 128px;
  background: linear-gradient(180deg, #030917 0%, rgba(3, 9, 23, 0) 100%);
}
.border-video-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background: linear-gradient(180deg, rgba(3, 9, 23, 0) 0%, #030917 100%);
}

.border-transparent-video {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media screen and (max-width: 960px) {
  .border-transparent-video {
    padding: 8px;
  }
}

.div-bar-photo {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.div-video {
  height: 680px;
}

.video {
  width: 100%;
  height: 680px;
  background-color: #3A2415;
  border-radius: 16px;
}

.card-line {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #C8CACC;
  border-radius: 4px 72px 4px 4px;
  transition: 1s ease;
}
.card-line:hover {
  background-color: rgba(0, 0, 0, 0.025);
}

.card-line-yellow {
  background-color: rgba(233, 195, 120, 0.2);
  border: 1px solid #E9C378;
  border-radius: 4px 72px 4px 4px;
  transition: 1s ease;
}
.card-line-yellow:hover {
  background-color: rgba(233, 195, 120, 0.4);
}

/*
.bg-video{
  width: 100%;
  height: 100vh;

  position: relative;

  &::before{
    content: '';
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: 
    linear-gradient(270deg, rgba(25, 15, 8, 0) 0%, rgba(25, 15, 8, 1) 100%),
    linear-gradient(270deg, rgba(25, 15, 8, 0) 0%, rgba(25, 15, 8, 1) 100%),
    linear-gradient(180deg, rgba(25, 15, 8, 1) 0%, rgba(25, 15, 8, 0.3) 48.56%, rgba(15, 17, 14, 1) 100%);
  }

  display: flex;
  justify-content: center;
  align-items: center;

  video{
    object-fit: cover;
    height: 100% !important;
  }
}
  */
.bg-video-cta {
  width: 100%;
  height: 100vh;
  z-index: -1;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-video-cta::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(25, 15, 8, 0.99) 0%, rgba(25, 15, 8, 0.3) 51.44%, rgba(25, 15, 8, 0.3) 77.88%, rgba(25, 15, 8, 0.99) 100%);
}
.bg-video-cta video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
}

.bg-video-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #190F08;
}
@media screen and (max-width: 960px) {
  .bg-video-hero {
    background-size: 300%;
    background-position: 30% -40%;
  }
}
.bg-video-hero::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0C0E07 0%, rgba(12, 14, 7, 0) 100%);
}
.bg-video-hero::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #0C0E07 0%, rgba(12, 14, 7, 0) 100%);
}

.container-hero {
  max-width: 1440px;
  height: 100vh;
  margin: 0 auto;
  padding: 96px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .container-hero {
    flex-direction: column;
    height: auto;
    padding: 144px 8px 64px 8px;
  }
}

.image-grid {
  transition: 0.5s ease;
  transition: 0.7s ease;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}
.image-grid:hover {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 960px) {
  .image-grid {
    min-height: auto;
  }
}
.image-grid:hover {
  transform: scale(1.01);
}

.bg-transparent-text {
  background: linear-gradient(90deg, rgba(81, 61, 61, 0.4) 0%, rgba(0, 0, 0, 0) 60%);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  width: 100%;
  transition: 0.8s ease;
  cursor: pointer;
  border-top: 2px solid rgba(255, 255, 255, 0);
  position: absolute;
  bottom: 0;
  left: 0;
}
.bg-transparent-text:hover {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.thumbnail {
  cursor: pointer;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  transition: 0.5s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* faz a imagem preencher a div */
  -o-object-position: center;
     object-position: center; /* centraliza a imagem dentro da div */
  /*
  &:hover{
    transform: scale(1.02);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  }*/
}

.thumbnail-link {
  transition: 0.8s ease;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.thumbnail-link img {
  transform: scale(1.03);
  transition: 0.8s ease;
}
.thumbnail-link:hover {
  transform: scale(1.015);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.thumbnail-link:hover img {
  transform: scale(1.05);
  transition: 0.8s ease;
}

.max-height-272 {
  height: 272px !important;
}
@media screen and (min-width: 960px) {
  .max-height-272 {
    height: auto;
  }
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  animation: fadeIn 0.3s ease;
}

.modal-content {
  display: block;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
  border-radius: 16px;
  animation: zoomIn 0.5s ease;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.9);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.close,
.prev,
.next {
  position: absolute;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.5s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 500;
}
.close:hover,
.prev:hover,
.next:hover {
  opacity: 0.5;
}

.close {
  top: 20px;
  right: 35px;
  z-index: 500;
}

.prev, .next {
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  padding: 10px;
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

/* Animações */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.8) translateY(-50%);
  }
  to {
    transform: scale(1) translateY(-50%);
  }
}
.thumbnail-mini {
  max-width: 360px;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
}

.border-video {
  position: relative;
}
.border-video::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(25, 15, 8, 0.99) 5%, rgba(25, 15, 8, 0.3) 50%, rgba(25, 15, 8, 0.99) 95%);
}

.border-image {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  transition: 0.7s ease;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
}
.border-image:hover {
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.95);
  transform: scale(1.01);
}

/* Modal */
.relatorio-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.relatorio-modal-content {
  padding: 24px;
  width: 90%;
  max-width: 400px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 24px;
  transition: 0.7s ease;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
  /*
  background: $black-normal;
  padding: 30px;
  border-radius: 16px;

  width: 90%;
  max-width: 400px;
  text-align: center;
  */
}
.relatorio-modal-content:hover {
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.95);
  transform: scale(1.01);
}

.relatorio-close {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

#relatorioPassword {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.4);
}
#relatorioPassword:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#relatorioPassword:focus {
  background-color: rgba(0, 0, 0, 0.6);
}

.relatorio-error {
  color: #F03D3D;
  font-size: 14px;
  margin-top: 8px;
}

.h0 {
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 88px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 20px;
}
@media screen and (max-width: 960px) {
  .h0 {
    letter-spacing: 10px;
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 40px;
    line-height: 120%;
    font-weight: 300;
  }
}
@media screen and (max-width: 340px) {
  .h0 {
    letter-spacing: 8px;
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 24px;
    line-height: 120%;
    font-weight: 300;
  }
}

.h0-title {
  letter-spacing: 18px;
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 88px;
  line-height: 120%;
  font-weight: 300;
  font-family: "Nebula", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 960px) {
  .h0-title {
    font-family: "Nebula", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 40px;
    line-height: 120%;
    font-weight: 300;
  }
}
@media screen and (max-width: 340px) {
  .h0-title {
    font-family: "Nebula", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 24px;
    line-height: 120%;
    font-weight: 300;
  }
}

h1 {
  color: #FFFFFF;
  z-index: 5;
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 80px;
  line-height: 110%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  h1 {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 52px;
    line-height: 110%;
    font-weight: 300;
  }
}
@media screen and (max-width: 340px) {
  h1 {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 48px;
    line-height: 120%;
    font-weight: 300;
  }
}

.title-hero {
  color: #FFFFFF;
  z-index: 5;
  letter-spacing: 4px;
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 80px;
  line-height: 110%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .title-hero {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 52px;
    line-height: 110%;
    font-weight: 300;
  }
}
@media screen and (max-width: 340px) {
  .title-hero {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 48px;
    line-height: 120%;
    font-weight: 300;
  }
}

h2 {
  color: #FFFFFF;
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 64px;
  line-height: 110%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  h2 {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 40px;
    line-height: 120%;
    font-weight: 300;
  }
}
@media screen and (max-width: 340px) {
  h2 {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 36px;
    line-height: 120%;
    font-weight: 300;
  }
}

h3 {
  color: #FFFFFF;
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 48px;
  line-height: 120%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  h3 {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 36px;
    line-height: 120%;
    font-weight: 300;
  }
}
@media screen and (max-width: 340px) {
  h3 {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 28px;
    line-height: 130%;
    font-weight: 300;
  }
}

h4 {
  color: #FFFFFF;
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 32px;
  line-height: 120%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  h4 {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 28px;
    line-height: 130%;
    font-weight: 300;
  }
}
@media screen and (max-width: 340px) {
  h4 {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
  }
}

h5 {
  color: #FFFFFF;
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  h5 {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 24px;
    line-height: 140%;
    font-weight: 300;
  }
}

h6 {
  color: #FFFFFF;
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  h6 {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
  }
}

.h7 {
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .h7 {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
  }
}

.h8 {
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .h8 {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    font-weight: 300;
  }
}

p {
  letter-spacing: 0px;
  color: #9EA0A3;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  p {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}
@media screen and (max-width: 340px) {
  p {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
  }
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.p1 {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p1 {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
  }
}
@media screen and (max-width: 340px) {
  .p1 {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
}

.p2 {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p2 {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}

.p3 {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p3 {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}

.p4 {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .p4 {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
  }
}

.p5 {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .p5 {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    font-weight: 200;
  }
}

.p-title {
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .p-title {
    font-size: 16px;
  }
}

.bold {
  font-weight: bold;
  color: #EBEBEB;
}

span {
  display: inline-block;
}

.letter-h1 {
  color: #F7F7F7;
  letter-spacing: 1px;
  text-transform: none;
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 80px;
  line-height: 110%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .letter-h1 {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 52px;
    line-height: 110%;
    font-weight: 300;
  }
}

strong {
  color: #190F08;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  strong {
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}

b {
  color: #353536;
}

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

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

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

.h-xl {
  color: #F7F7F7;
  font-size: 240px;
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 88px;
  line-height: 120%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .h-xl {
    font-size: 144px;
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 40px;
    line-height: 120%;
    font-weight: 300;
  }
}

.h-l {
  color: #F7F7F7;
  font-size: 144px;
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 88px;
  line-height: 120%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .h-l {
    font-size: 96px;
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 40px;
    line-height: 120%;
    font-weight: 300;
  }
}

.hbig {
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 80px;
  line-height: 120%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .hbig {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 56px;
    line-height: 120%;
    font-weight: 300;
  }
}

.text-shadow {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.color-gray {
  color: #7C7C7D;
}

.color-red {
  color: #F03D3D;
}

.color-green {
  color: #0BB07B;
}

.color-yellow {
  color: #FFCE52;
}

.bg-red {
  background-color: #F03D3D;
}

.bg-green {
  background-color: #0BB07B;
}

.bg-yellow {
  background-color: #FFCE52;
}

.color-white {
  color: #FFFFFF;
}

.color-primary {
  color: #F2BC57;
}

.color-gradient {
  display: inline-block;
  background: linear-gradient(224.78deg, rgb(253, 206, 117) 8.12%, rgb(255, 170, 14) 92.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-gradient2 {
  display: inline-block;
  background: linear-gradient(270deg, rgb(242, 188, 87) 0.95%, rgb(215, 167, 76) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-gradient {
  background: linear-gradient(224.78deg, #D7A74C 8.12%, #172920 92.21%);
}

.label-white {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0);
  display: inline-block;
  padding: 8px 24px;
  border-radius: 24px;
  text-transform: uppercase;
  color: rgb(255, 170, 14);
}

.label-black {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0);
  display: inline-block;
  padding: 8px 24px;
  border-radius: 24px;
  text-transform: uppercase;
  color: rgb(255, 170, 14);
}

.icon {
  max-width: 64px;
  transition: 0.5s ease;
}
.icon:hover {
  transform: translate(0, -4px, 0);
}
@media screen and (max-width: 960px) {
  .icon {
    max-width: 56px;
  }
}

.icon-s {
  max-width: 40px;
  transition: 0.5s ease;
}
.icon-s:hover {
  transform: translate(0, -4px, 0);
}
@media screen and (max-width: 960px) {
  .icon-s {
    max-width: 32px;
  }
}

.icon-xs {
  max-width: 24px;
  transition: 0.5s ease;
}
.icon-xs:hover {
  transform: translate(0, -4px, 0);
}
@media screen and (max-width: 960px) {
  .icon-xs {
    max-width: 24px;
  }
}

.icon-m {
  max-width: 96px;
  transition: 0.5s ease;
}
@media screen and (max-width: 960px) {
  .icon-m {
    max-width: 80px;
  }
}

.icon-l {
  max-width: 120px;
  transition: 0.5s ease;
}
@media screen and (max-width: 960px) {
  .icon-l {
    max-width: 96px;
  }
}

.icon-xl {
  max-width: 172px;
  transition: 0.5s ease;
}
@media screen and (max-width: 960px) {
  .icon-xl {
    max-width: 144px;
  }
}

.icon-animated {
  min-width: 64px;
  min-height: 64px;
  transition: 0.5s ease;
  width: 64px;
  height: 64px;
  padding: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 2px solid rgba(255, 255, 255, 0);
}
.icon-animated:hover {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 960px) {
  .icon-animated {
    max-width: 56px;
  }
}

.ball-animated {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #172920;
  animation: ball-animated 4s ease-out infinite alternate;
  box-shadow: 0 0 16px rgba(24, 80, 225, 0.8);
}

@keyframes ball-animated {
  0% {
    top: 0;
    left: 0;
  }
  30% {
    top: 75%;
    left: 80%;
  }
  60% {
    top: 80%;
    left: 0%;
  }
  100% {
    top: 0%;
    left: 75%;
  }
}
.icon-bgprimary {
  min-width: 64px;
  min-height: 64px;
  transition: 0.8s ease;
  width: 64px;
  height: 64px;
  padding: 8px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(24, 80, 225, 0.9) 0%, rgba(13, 44, 123, 0.9) 100%);
  background-size: 200%;
  background-position: 0% 0%;
  opacity: 1;
  border: 2px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 24px rgba(13, 44, 123, 0.9);
}
.icon-bgprimary:hover {
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-position: 50% 50%;
  box-shadow: 0px 0px 40px rgba(24, 80, 225, 0.9);
  opacity: 0.8;
}
.icon-bgprimary path {
  stroke: #fff;
}

.icon-white path {
  stroke: #fff;
}
.icon-white rect {
  stroke: #fff;
}
.icon-white circle {
  stroke: #fff;
}

.icon-transparent {
  min-width: 64px;
  min-height: 64px;
  transition: 0.8s ease;
  width: 64px;
  height: 64px;
  padding: 8px;
  border-radius: 50%;
  background-color: rgba(221, 227, 237, 0.15);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3);
}
.icon-transparent:hover {
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.8);
}

.path-white path {
  fill: #fff;
}

.bg-pin {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0 18px 32px 0 rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: 0.7s ease;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bg-pin .text-pin {
  width: 0;
  transition: 0.7s ease;
  opacity: 0;
  pointer-events: none;
}
.bg-pin .text-pin p {
  display: inline-block;
}
.bg-pin:hover {
  width: 220px;
  transition: 0.5s ease;
}
.bg-pin:hover .text-pin {
  width: auto;
  display: block;
  opacity: 1;
}

.pin {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pin1 {
  position: absolute;
  top: 50%;
  left: 25%;
}

.pin2 {
  position: absolute;
  top: 15%;
  left: 77%;
}

.pin3 {
  position: absolute;
  top: 55%;
  left: 32%;
}

.pin4 {
  position: absolute;
  top: 27%;
  left: 55%;
}

.pin5 {
  position: absolute;
  top: 45%;
  left: 30%;
}

.pin6 {
  position: absolute;
  top: 70%;
  left: 20%;
}

.pin7 {
  position: absolute;
  top: 50%;
  left: 45%;
}

header {
  width: 100%;
  height: 88px;
  padding: 14px 18px;
  transition: 1s ease;
  position: fixed;
  top: -1px;
  z-index: 990;
  opacity: 1;
}

.active-header {
  opacity: 1;
}

nav {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bx {
  width: 56px;
  height: 56px;
  background-color: rgba(25, 15, 8, 0.6);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}
.bx::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 50%;
  width: 40%;
  height: 2px;
  background-color: #fff;
  transition: 1s ease;
  transform: translate(-50%, 0);
}
.bx::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 40%;
  height: 2px;
  background-color: #FFF;
  transition: 1s ease;
  transform: translate(-50%, 0);
}

.active-bx::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 50%;
  width: 40%;
  height: 2px;
  background-color: white;
  transform: translate(-50%, 0) rotate(405deg);
}
.active-bx::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 50%;
  width: 40%;
  height: 2px;
  background-color: white;
  transform: translate(-50%, 0) rotate(-405deg);
}

.menu-mobile {
  position: absolute;
  top: 0;
  right: 80px;
  z-index: 900;
  padding: 24px;
  width: 180px;
  max-height: 240px;
  border-radius: 24px;
  pointer-events: none;
  opacity: 0;
  transition: 0.7s ease;
  background-color: rgba(25, 15, 8, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.7);
}
.menu-mobile:hover {
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 10px 32px rgba(0, 0, 0, 0.99);
}

.bg-menu-mobile {
  width: 100%;
  height: 100%;
}

.show-menu-mobile {
  pointer-events: all;
  opacity: 1;
}

.link-menu-mobile {
  display: inline-block;
  margin: 8px 16px;
  padding: 8px 8px 8px 8px;
  position: relative;
}
.link-menu-mobile::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #FFBF00;
  position: absolute;
  bottom: 2px;
  left: 0;
  transition: 0.7s ease;
}
.link-menu-mobile:hover {
  transform: translate3d(8px, 0, 0);
}
.link-menu-mobile:hover::after {
  width: 100%;
}

.s-0 {
  margin: 0;
  padding: 0;
}

.mt-110 {
  margin-top: 110px;
}
@media screen and (max-width: 960px) {
  .mt-110 {
    margin-top: 0px;
  }
}

.mt-80 {
  margin-top: 88px;
}
@media screen and (max-width: 960px) {
  .mt-80 {
    margin-top: 64px;
  }
}

.ml-40 {
  margin-left: 40px;
}
@media screen and (max-width: 960px) {
  .ml-40 {
    margin-left: 4px;
  }
}

.space-220 {
  padding: 220px 24px;
}
@media screen and (max-width: 960px) {
  .space-220 {
    padding: 96px 16px;
  }
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.m-5 {
  margin: 48px !important;
}

.m-6 {
  margin: 64px !important;
}

.m-7 {
  margin: 72px !important;
}

.m-8 {
  margin: 96px !important;
}

.m-9 {
  margin: 128px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 8px !important;
}

.mt-2 {
  margin-top: 16px !important;
}

.mt-3 {
  margin-top: 24px !important;
}

.mt-4 {
  margin-top: 32px !important;
}

.mt-5 {
  margin-top: 48px !important;
}

.mt-6 {
  margin-top: 64px !important;
}

.mt-7 {
  margin-top: 72px !important;
}

.mt-8 {
  margin-top: 96px !important;
}

.mt-9 {
  margin-top: 128px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 8px !important;
}

.ml-2 {
  margin-left: 16px !important;
}

.ml-3 {
  margin-left: 24px !important;
}

.ml-4 {
  margin-left: 32px !important;
}

.ml-5 {
  margin-left: 48px !important;
}

.ml-6 {
  margin-left: 64px !important;
}

.ml-7 {
  margin-left: 72px !important;
}

.ml-8 {
  margin-left: 96px !important;
}

.ml-9 {
  margin-left: 128px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 8px !important;
}

.mr-2 {
  margin-right: 16px !important;
}

.mr-3 {
  margin-right: 24px !important;
}

.mr-4 {
  margin-right: 32px !important;
}

.mr-5 {
  margin-right: 48px !important;
}

.mr-6 {
  margin-right: 64px !important;
}

.mr-7 {
  margin-right: 72px !important;
}

.mr-8 {
  margin-right: 96px !important;
}

.mr-9 {
  margin-right: 128px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-2 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-3 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-4 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mx-5 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mx-6 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.mx-7 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.mx-8 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.mx-9 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-6 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-7 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-8 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.my-9 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 8px !important;
}

.p-2 {
  padding: 16px !important;
}

.p-3 {
  padding: 24px !important;
}

.p-4 {
  padding: 32px !important;
}

.p-5 {
  padding: 48px !important;
}

.p-6 {
  padding: 64px !important;
}

.p-7 {
  padding: 72px !important;
}

.p-8 {
  padding: 96px !important;
}

.p-9 {
  padding: 128px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 8px !important;
}

.pt-2 {
  padding-top: 16px !important;
}

.pt-3 {
  padding-top: 24px !important;
}

.pt-4 {
  padding-top: 32px !important;
}

.pt-5 {
  padding-top: 48px !important;
}

.pt-6 {
  padding-top: 64px !important;
}

.pt-7 {
  padding-top: 72px !important;
}

.pt-8 {
  padding-top: 96px !important;
}

.pt-9 {
  padding-top: 128px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 8px !important;
}

.pl-2 {
  padding-left: 16px !important;
}

.pl-3 {
  padding-left: 24px !important;
}

.pl-4 {
  padding-left: 32px !important;
}

.pl-5 {
  padding-left: 48px !important;
}

.pl-6 {
  padding-left: 64px !important;
}

.pl-7 {
  padding-left: 72px !important;
}

.pl-8 {
  padding-left: 96px !important;
}

.pl-9 {
  padding-left: 128px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 8px !important;
}

.pr-2 {
  padding-right: 16px !important;
}

.pr-3 {
  padding-right: 24px !important;
}

.pr-4 {
  padding-right: 32px !important;
}

.pr-5 {
  padding-right: 48px !important;
}

.pr-6 {
  padding-right: 64px !important;
}

.pr-7 {
  padding-right: 72px !important;
}

.pr-8 {
  padding-right: 96px !important;
}

.pr-9 {
  padding-right: 128px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 8px !important;
}

.pb-2 {
  padding-bottom: 16px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pb-5 {
  padding-bottom: 48px !important;
}

.pb-6 {
  padding-bottom: 64px !important;
}

.pb-7 {
  padding-bottom: 72px !important;
}

.pb-8 {
  padding-bottom: 96px !important;
}

.pb-9 {
  padding-bottom: 128px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-2 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-5 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.px-6 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.px-7 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.px-8 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.px-9 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-6 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-7 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-8 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.py-9 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.btn {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  transition: 0.6s ease;
  padding: 24px 88px 24px 48px;
  text-align: center;
  position: relative;
  background-color: rgba(221, 227, 237, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.4);
  position: relative;
  transition: 0.7s ease;
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .btn {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 56px;
  height: 56px;
  background-image: url("../../svg/icon-arrow-right2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  transition: 0.5s ease;
}
.btn:hover {
  box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.btn:hover::before {
  transform: translate(-50%, -50%) rotate(495deg);
}

.btn-small {
  display: inline-block;
  color: #3A2415;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  transition: 0.6s ease;
  padding: 16px 64px 16px 32px;
  text-align: center;
  position: relative;
  background-color: rgba(221, 227, 237, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 40px;
  border: 2px solid rgba(255, 255, 255, 0);
  position: relative;
  transition: 0.7s ease;
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .btn-small {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
  }
}
.btn-small::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 40px;
  height: 40px;
  background-image: url("../../svg/icon-arrow-right2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  transition: 0.5s ease;
}
.btn-small:hover {
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.btn-small:hover::before {
  transform: translate(-50%, -50%) rotate(675deg);
}

.btn-pdf {
  display: inline-block;
  color: #3A2415;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  transition: 0.6s ease;
  padding: 16px 64px 16px 32px;
  text-align: center;
  cursor: pointer;
  position: relative;
  background: linear-gradient(270deg, rgba(255, 206, 113, 0.95) 0%, rgba(255, 165, 0, 0.95) 100%);
  border-radius: 40px;
  box-shadow: 0 0px 0px 0 rgba(161, 109, 15, 0.4);
  border: 2px solid rgba(255, 255, 255, 0);
  position: relative;
  transition: 0.7s ease;
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .btn-pdf {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
  }
}
.btn-pdf::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 40px;
  height: 40px;
  background-image: url("../../svg/icon-pdf-black.svg");
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: 0.5s ease;
}
.btn-pdf:hover {
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 40px 0 rgba(161, 109, 15, 0.4);
}

a {
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.5s ease;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
a:hover {
  opacity: 0.8;
}

input {
  accent-color: #353536;
}

/*
input[type=text]{
  padding: 8px 12px;
  background-color: $black-light;
  border: 0;
  border-radius: 4px;
  color: $white-light;

  @include typeface-2(p3, desktop);
}
*/
input, select, option, textarea {
  padding: 16px 16px;
  background-color: #3A2415;
  border: 2px solid rgba(43, 57, 133, 0.7);
  border-radius: 12px;
  color: #FFFFFF;
  width: 100%;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
input:focus, select:focus, option:focus, textarea:focus {
  border: 2px solid rgba(24, 80, 225, 0.9);
}

.label-error {
  color: #F03D3D;
  text-align: right;
  display: none;
}

.label-active {
  display: block;
}

.border-error {
  background-color: #3A2415;
  border: 2px solid #F03D3D;
}

.border-success {
  background-color: #3A2415;
  border: 2px solid #0BB07B;
}

input[type=date], select, option {
  height: 44px;
}

.box-form {
  min-width: 420px;
}
@media screen and (max-width: 960px) {
  .box-form {
    max-width: 420px;
    min-width: 300px;
  }
}

/*
select{
  appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
*/
.screen-loading {
  width: 100%;
  height: 100vh;
  background-color: #190F08;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.stroke-logo-farm {
  fill-opacity: 0;
  animation: stroke-logo-farm 4s ease forwards;
}

@keyframes stroke-logo-farm {
  0% {
    stroke-dasharray: 0 100;
    fill-opacity: 0;
    stroke-width: 0.5;
  }
  60% {
    stroke-dasharray: 100 0;
    fill-opacity: 0;
    stroke-width: 0.5;
  }
  100% {
    stroke-dasharray: 100 0;
    stroke-width: 0;
    fill-opacity: 1;
  }
}
.accordion-button {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  background-color: transparent;
  position: relative;
  padding: 24px 36px 24px 40px;
  border-bottom: 2px solid #3A2415;
  transition: 0.7s ease;
  color: #F7F7F7;
  font-family: "Montaga", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .accordion-button {
    font-family: "Montaga", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
  }
}
.accordion-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  transform: translate(0, -50%);
  transition: 1s ease;
  background-image: url("../svg/icon-square.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.accordion-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 24px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  transition: 0.5s ease;
  background-image: url("../svg/icon-plus.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.accordion-button:hover {
  padding-left: 48px;
}

.accordion-button-active {
  position: relative;
}
.accordion-button-active::before {
  transform: rotate(315deg);
}

.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}
.accordion-content:target {
  overflow: auto;
  max-height: 300px;
}

.bg-hero {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s ease;
  z-index: -1;
}

.hero {
  height: 100vh;
}
@media screen and (max-width: 960px) {
  .hero {
    height: auto;
  }
}

.bg-video {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(25, 15, 8, 0.99) 0%, rgba(25, 15, 8, 0.3) 60%);
}
.bg-video video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
}

.div-video-background {
  position: relative;
  overflow: hidden;
  height: auto;
}
.div-video-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(3, 9, 23, 0.99) 0%, rgba(3, 9, 23, 0) 100%);
}
.div-video-background::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(3, 9, 23, 0.99) 0%, rgba(3, 9, 23, 0) 100%);
}

.video-background {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  z-index: -1;
}
.video-background video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
}
@media screen and (min-width: 1440px) {
  .video-background video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .video-background video {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100% !important;
    transform: rotate(90deg) translate3d(0, 400px, 0) scaleX(1.5);
  }
}

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

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  background-color: #190F08;
}
body::-webkit-scrollbar {
  padding-right: 4px;
  width: 20px;
  background: transparent;
}
body::-webkit-scrollbar-track {
  background: transparent; /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #432D1E;
  border: 6px solid #190F08;
}

.border {
  border: 2px solid red;
}

.border-radius {
  border-radius: 8px;
}

.block {
  display: block;
}

.hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

svg, img {
  width: 100%;
}

.bb-white {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.bt-white {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.bl-white {
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.br-white {
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}

.bb-gray {
  border-bottom: 2px solid rgba(128, 128, 128, 0.3);
}

.bt-gray {
  border-top: 2px solid rgba(128, 128, 128, 0.3);
}

.bl-gray {
  border-left: 2px solid rgba(128, 128, 128, 0.3);
}

.br-gray {
  border-right: 2px solid rgba(128, 128, 128, 0.3);
}

.bb-black {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

.bt-black {
  border-top: 2px solid rgba(0, 0, 0, 0.3);
}

.bl-black {
  border-left: 2px solid rgba(0, 0, 0, 0.3);
}

.br-black {
  border-right: 2px solid rgba(0, 0, 0, 0.3);
}/*# sourceMappingURL=style.css.map */