.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.text-ballon {
  color: #fff;
  font-family: Aldrich, sans-serif;
  font-size: 17px;
  line-height: 1.1em;
}

.business {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
}

.list {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 0;
  list-style-type: none;
}

.container {
  max-width: 1200px;
}

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

.brand-logo {
  width: 63px;
  max-width: none;
}

.wrap-bottom {
  justify-content: space-between;
  align-items: center;
  width: 96%;
  max-width: 1200px;
  margin-top: 15px;
  display: flex;
  position: absolute;
  inset: auto auto 15px;
}

.link-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  background-color: #39d453;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-family: Aldrich, sans-serif;
  font-size: 20px;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
}

.link-block.left {
  max-width: 500px;
  margin-left: 0;
  margin-right: 0;
  font-family: Aldrich, sans-serif;
}

.link-block.v2 {
  color: #fff;
  background-color: #9642ff80;
  margin-left: 0;
  margin-right: 0;
}

.text-body {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6em;
}
.text-body.center {
  text-align: center;
}
.text-body.opacity {
  opacity: .4;
  font-family: Aldrich, sans-serif;
  font-weight: 400;
}

.text-body.v2 {
  text-align: center;
  font-family: Aldrich, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.star {
  margin-top: -5px;
}

.section {
  background-color: #111012;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.hero {
  background-image: linear-gradient(90deg, #00000082 27%, #fff0 65%), linear-gradient(#0000 78%, #111012), url('../images/bg-dc-about.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 91vh;
  padding-top: 10px;
  padding-bottom: 122px;
  display: flex;
  position: relative;
}

.div-block {
  background-color: #8532f2;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 0;
}

.heading {
  font-family: Aldrich, sans-serif;
  font-size: 31px;
  font-weight: 300;
  line-height: 1.1em;
}

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

.list-item {
  width: 100%;
  padding: 5px 5px 5px 25px;
  position: relative;
}

.box-gradient {
  z-index: 999;
  background-image: linear-gradient(113deg, #8b772d3b, #8d6c2e87);
  border-radius: 8px;
  padding: 15px 20px;
  display: inline-block;
  position: relative;
}

.image {
  width: 90px;
  height: 60px;
  margin: 25px auto;
  display: block;
}

.div-block-2 {
  background-color: #23a639;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.rank {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-2 {
  max-width: 1200px;
  display: flex;
}

.header-fix {
  z-index: 9999999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000bd;
  border-top: 1px solid #ffffff24;
  border-bottom: 1px solid #ffffff24;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 20px;
}

.div-block-3 {
  background-color: #23a639;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.control {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.body {
  color: #fff;
  background-color: #000;
}

.gold-font {
  color: #ffbf5e;
  font-weight: 500;
}

.div-block-249 {
  border: 2px solid #36fb0066;
  border-radius: 15px;
  width: 370px;
  margin: 15px auto;
  padding: 15px;
  box-shadow: inset 0 0 5px #6aff006b, 0 0 4px #6aff006b;
}

.glow-wrapper {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.glow-wrapper._2 {
  width: 200px;
  height: 200px;
}

.text-block {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #a5a5a5, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 26px;
  font-weight: 400;
}

.link-block-2 {
  text-align: center;
  margin: 30px auto;
  text-decoration: none;
  display: block;
}

.glow-effect-wrapper {
  z-index: -1;
  filter: hue-rotate(97deg);
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.glow-effect-wrapper.inside-size {
  filter: hue-rotate(46deg);
}

.headline-h3 {
  font-family: Montserrat, sans-serif;
  line-height: 1.1em;
}

.headline-h3.center {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Aldrich, sans-serif;
  font-size: 25px;
}

.glow-circle {
  filter: blur(20px);
  background-color: #6da60c;
  border-radius: 100000000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.glow-circle._50-opacity {
  opacity: .5;
  background-image: radial-gradient(circle, #000, #3be8ff);
}

.button-spacing {
  z-index: 3;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #003d29cf;
  background-image: none;
  background-size: auto;
  background-clip: border-box;
  border-radius: 15px;
  padding: 27px 15px;
  font-family: Varela Round, sans-serif;
  line-height: 1;
  transition: all .6s;
  position: relative;
}

.section-4 {
  background-color: #080808;
  padding-bottom: 60px;
}

.lottie {
  filter: hue-rotate(77deg);
  width: 150%;
  height: 150%;
  position: absolute;
  inset: auto;
}

.lottie.horizontal {
  transform: rotate(90deg);
}

.copy-me-button {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.2rem;
  transition: transform .2s ease-out;
  display: flex;
  position: relative;
}

.copy-me-button:hover {
  transform: scale(1.05);
}

.paragraph-2 {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.3em;
}

.paragraph-2.center {
  text-align: center;
  margin-top: 10px;
  font-family: Aldrich, sans-serif;
  line-height: 1.3em;
}

.star-2 {
  opacity: .37;
  filter: blur(5px);
  max-width: 115%;
}

.big {
  color: red;
  font-size: 30px;
}

.list-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  list-style-type: none;
}

.container-3 {
  border-radius: 15px;
}

.bonus {
  background-color: #e6cfff14;
  background-image: url('../images/gift-box.png');
  background-position: 5px 9px;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px solid #1f122e24;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 15px 15px 15px 42px;
}

.bonus.check {
  background-color: #e6cfff14;
  background-image: url('../images/check-mark.png');
  background-position: 5px 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  font-family: Aldrich, sans-serif;
}

.div-block-248 {
  color: #000;
  background-color: #fff;
  border: 2px #000;
  border-radius: 0 0 30px 30px;
  padding: 30px 30px 60px;
}

.button-container {
  z-index: 1;
  background-color: #ffffff26;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.headline-2 {
  font-family: Montserrat, sans-serif;
  line-height: 1.1em;
}

.headline-2.center {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
}

.headline-2.center.red {
  color: red;
  font-weight: 600;
}

.sub-headline-up {
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1em;
}

.sub-headline-up.center {
  text-align: center;
  text-transform: uppercase;
}

.sub-headline-up.mg {
  margin-top: 91px;
  margin-bottom: 60px;
  font-family: Aldrich, sans-serif;
}

.who-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff0d;
  background-image: linear-gradient(90deg, #000, #fff0);
  border: 1px solid #fff3;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.icon-circle {
  background-color: #241735;
  background-image: linear-gradient(77deg, #16140e, #534323);
  border-right: 1px solid #ffd78936;
  border-radius: 90%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.heading-2 {
  font-size: 31px;
  font-weight: 400;
  line-height: 1.1em;
}

.heading-2.h2 {
  color: #3ad553;
  font-size: 24px;
}

.heading-2.h2.module {
  color: #fff;
  font-family: Aldrich, sans-serif;
  font-size: 23px;
  line-height: 1.3em;
}

.box-mail {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  border-radius: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.box-text {
  width: 80%;
}

.image-2 {
  width: 25px;
}

.alert-zone {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #ffffff08;
  border: 1px solid #ffffff1a;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.icon {
  filter: saturate(200%) brightness(57%) hue-rotate(317deg);
  width: 40px;
}

.legend {
  color: #ff3f3f;
  text-align: center;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
}

.section-5 {
  color: #fff;
  background-color: #160a26;
  background-image: url('../images/bg-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 15px;
}

.section-5.bg-3 {
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/bg-dc-about.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-top: 1px solid #ffffff1f;
}

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

.headline {
  font-family: Sora, sans-serif;
  font-size: 30px;
  line-height: 1.1em;
}

.headline.highlight {
  font-family: Aldrich, sans-serif;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Aldrich, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.image-3 {
  margin-bottom: 90px;
  transform: scale(1.2);
}

.bold-text {
  font-family: Aldrich, sans-serif;
}

.red {
  background-color: red;
  padding-top: 5px;
  padding-bottom: 5px;
}

.red-title {
  text-align: center;
  font-family: Aldrich, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.1em;
}

.image-4 {
  transform: translate(-16px)scale(1.4);
}

.code-embed {
  border-radius: 15px;
  margin-bottom: 26px;
  display: flex;
  overflow: hidden;
}

.price {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2em;
}

.price-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  filter: brightness(200%);
  width: 82%;
}

.alert-headline {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
}

.tags {
  color: #ef3e3e;
  background-color: #ee3f3f21;
  border: 1px solid #ef3f3f29;
  border-radius: 50px;
  padding: 5px 20px;
}

.text-body-2 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.text-body-2.center {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.section-6 {
  background-image: url('../images/bg-2-10-2.webp');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-6 {
  width: 40%;
  height: 40%;
  position: absolute;
}

.box-price {
  background-color: #0f0f0f;
  background-image: linear-gradient(297deg, #0000, #ffffff14);
  border: 1px solid #ffffff1f;
  border-radius: 15px;
  padding: 20px;
  position: relative;
}

.box-price.dark {
  background-image: none;
}

.alert-zone-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.alert-zone-2.line {
  flex-flow: column;
}

.price-parcela {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2em;
}

.cta {
  background-color: #cd9f6c;
  background-image: linear-gradient(293deg, #cd9f6d, #bd8951);
  border-radius: 50px;
  margin-left: auto;
  padding: 15px 20px;
  font-family: Sora, sans-serif;
  font-size: 17px;
}

.cta.center {
  text-align: center;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.selo {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  border: 1px solid #cd9f6d29;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: -8% auto auto -8%;
  transform: scale(.8);
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.headline-sub {
  color: #fff;
  font-family: Sora, sans-serif;
  font-weight: 500;
}

.headline-sub.center {
  text-align: center;
  font-size: 24px;
  line-height: 1.1em;
  position: relative;
}

.icon-2 {
  width: 40px;
}

.red-2 {
  color: #f03e3e;
}

.legend-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.contain-flex {
  max-width: 1150px;
}

.container-5 {
  padding: 60px 0;
}

.text-span-6 {
  color: #42f3c3;
}

.tag {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.ballon-tag {
  border: 1px solid #ffffff3d;
  border-radius: 60px;
  width: 100%;
  padding: 15px 30px;
}

.brand {
  width: 100px;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
}

.module-box {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: #fff;
  background-color: #000000c4;
  background-image: linear-gradient(45deg, #0000, #ffffff14);
  border: 1px solid #ffffff1c;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  padding: 0;
  display: block;
  position: relative;
}

.module-box.padding {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
}

.track-horizontal-alt {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-horizontal-2 {
  z-index: 200;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span-3 {
  color: #45ffcc;
}

.track-horizontal-alt-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-5 {
  color: red;
  font-size: 29px;
  line-height: 1.1em;
}

.tags-floads {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-11 {
  background-color: #000;
}

.box-steps {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #1111119e;
  background-image: linear-gradient(45deg, #0000, #ffffff14);
  border: 1px solid #ffffff1c;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding: 30px 20px;
  display: block;
  position: relative;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.headline-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1em;
}

.text-span-7 {
  color: #45ffcc;
}

.text-span-4 {
  color: #ffd904;
}

.div-block-10 {
  grid-column-gap: 1px;
  grid-row-gap: 15px;
  align-items: center;
  margin-right: 0;
  display: block;
}

.atention {
  color: red;
  text-align: center;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.paragraph-4.grey {
  color: #8e8b8b;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.3em;
}

.text-span-2, .text-span {
  color: #45ffcc;
}

.sub-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3em;
}

.sub-title.small {
  font-size: 23px;
  line-height: 1.1em;
}

.image-12 {
  width: 30px;
  margin-right: -14px;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
}

.heading-4.grey {
  color: #9f9e9e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.heading-4.grey.side {
  text-align: left;
}

.heading-4.grey.center {
  text-align: center;
}

.tech {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.text-span-8 {
  color: #45ffcc;
}

.container-17 {
  padding: 60px 30px;
}

.section-12 {
  color: #fff;
  background-color: #121212;
  border-top: 1px solid #ffffff1f;
}

.headline-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1em;
}

.headline-4.h1 {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px;
  line-height: 1.1em;
}

.headline-4.negative-margin {
  text-shadow: 0 0 3px #000;
  margin-top: -40px;
  margin-bottom: 0;
}

.image-11 {
  width: 300px;
  margin-top: 33px;
  margin-left: -150px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-10 {
  max-width: 150%;
  margin-top: -93px;
  margin-left: -20%;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.container-18 {
  color: #fff;
  padding: 60px 30px;
}

.image-13 {
  width: 100%;
  margin-bottom: 30px;
}

.image-13.mobile {
  display: none;
}

.carousel-arrow-icon {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.25em;
  position: relative;
}

.swiper.two-columns-swiper {
  height: 300px;
}

.swiper.one-column-swiper {
  height: 350px;
}

.slide-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.carousel-arrow-w {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-previous-two-columns {
  margin-left: 2em;
}

.carousel-arrow-w.arrow-next-two-columns {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous-three-columns {
  margin-left: 2em;
}

.carousel-arrow-w.arrow-next-three-columns, .carousel-arrow-w.arrow-next-one-column {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous-one-column {
  margin-left: 2em;
}

.swiper-slide {
  opacity: 1;
  color: #ffffff80;
  border-radius: 5px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.gradient-bg {
  z-index: -1;
  filter: hue-rotate(100deg);
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.section-3 {
  background-color: #1c1e30;
  background-image: linear-gradient(273deg, #000, #0a0b12 9%, #1b1d30 89%);
  padding-bottom: 60px;
}

.container-19 {
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.carousel-arrows {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.slider {
  height: 210px;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: visible;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: #1768756b;
  border: 3px solid #05d9fb;
  border-radius: 70%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .2s;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval:hover {
  background-color: #05d9fb;
}

.carousel-arrow-oval.next-arrow {
  inset: 0% 0% 0% auto;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.container-20 {
  padding: 60px 30px;
}

.icon-blue {
  width: 60px;
  filter: invert(62%) sepia(90%) saturate(400%) hue-rotate(140deg) brightness(90%) contrast(100%);
}

.div-block-250 {
  grid-column-gap: 1px;
  grid-row-gap: 15px;
  align-items: center;
  margin-right: 0;
  display: block;
}

.div-block-13 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.paragraph-6 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.paragraph-6.grey {
  color: #8e8b8b;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.3em;
}

.section-13 {
  background-image: url('../images/Slice-1-copiar-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cartabutton {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00c545;
  border-radius: 3px;
  margin: 20px auto 40px;
  padding: 20px 40px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 10px 1px #00853321;
}

.cartabutton.animation-pulse {
  text-align: center;
  background-image: radial-gradient(circle at 0 0, #28dca6, #167d5e);
  border-radius: 80px;
  width: 500px;
  min-width: 500px;
  margin-bottom: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.1em;
  display: block;
}

.cartabutton.animation-pulse.fluid {
  color: #000;
  background-image: radial-gradient(circle at 50% 0, #d8fa4b, #9bbb17);
  border-radius: 40px;
  width: 100%;
  min-width: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
}

.cartabutton.animation-pulse.fluid.boleto {
  color: #fff;
  background-color: #7c31ef;
  background-image: none;
  border-bottom: 3px solid #4b159e;
}

.cartabutton.animation-pulse.fluid.whats {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-image: radial-gradient(circle at 0 0, #29dda7, #167e5f);
  justify-content: center;
  align-items: center;
  font-size: 17px;
  display: flex;
}

.container-6, .container-7 {
  padding: 60px 30px;
}

.slider-2 {
  height: 410px;
  margin-top: 42px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: visible;
}

.image-14 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-15 {
  color: #fff;
}

.text-span-14 {
  color: #45ffcc;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.container-8 {
  padding: 60px 30px;
}

.pre-o {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 53px;
  line-height: 1.1em;
}

.columns-2 {
  outline-offset: 0px;
  border: 2px solid #45ffcc;
  border-top-style: none;
  border-radius: 15px;
  outline: 3px #333;
}

.slider-3 {
  height: 410px;
  margin-top: 9px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: visible;
}

.container-9 {
  padding: 60px 30px;
}

.image-7 {
  width: 15%;
  margin-top: -114px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-15 {
  margin-top: -100px;
}

.image-8 {
  width: 30%;
  margin: 60px auto;
  display: block;
}

.image-16 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list-item-2 {
  background-image: url('../images/inline-svg-51.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
}

.text-span-19 {
  text-decoration: line-through;
}

.text-span-22 {
  color: red;
  font-size: 22px;
  font-weight: 600;
}

.text-span-18 {
  text-decoration: line-through;
}

.section-16 {
  background-color: #133b33;
  background-image: radial-gradient(circle, #11513f 6%, #000);
}

.pre-o-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.1em;
}

.div-block-11 {
  color: #fff;
  background-color: #000000a8;
  border: 1px solid #45ffcc;
  border-radius: 15px;
  width: 65%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px 30px;
}

.divider {
  opacity: .2;
  background-image: linear-gradient(225deg, #0d181200, #fff 51%, #0d181200);
  width: 100%;
  height: 1px;
  margin: 10px auto 0;
  box-shadow: 0 0 20px 1px #f1c22d91;
}

.divider.dois {
  margin-top: 40px;
}

.text-span-20 {
  text-decoration: line-through;
}

.div-block-12 {
  color: #fff;
  background-color: #00000045;
  border: 2px solid #45ffcc;
  border-radius: 15px;
  margin-top: 80px;
  padding: 60px 15px;
}

.text-span-23 {
  font-size: 17px;
}

.list-6 {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
}

.list-6.side.small {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.list-item-3 {
  background-image: url('../images/inline-svg-51.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
}

.text-span-17 {
  font-size: 76px;
  font-weight: 700;
  line-height: 1.1em;
}

.paragraph-7 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.section-8 {
  background-color: #090a11;
  background-image: url('../images/Slice-1-copiarcer.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 120%;
  justify-content: center;
  align-items: center;
  height: 780px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.container-12 {
  padding: 60px 30px;
}

.paragraph-8 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.container-13 {
  padding: 60px 60px 60px 30px;
}

.icon-whats {
  filter: invert();
  width: 30px;
}

.section-9 {
  background-color: #0c0e14;
}

.div-block-251 {
  color: #fff;
  background-color: #00000045;
  border: 2px solid #45ffcc;
  border-radius: 15px;
  margin-top: 80px;
  padding: 60px 15px;
}

.image-9 {
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: inline-block;
}

.paragraph-9 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.paragraph-9.grey {
  color: #8e8b8b;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.3em;
}

.divider-4 {
  opacity: .35;
  background-color: #c5c5c58c;
  width: 100%;
  height: 1px;
  margin: 0 auto;
}

.faq-stripe-1 {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.c-faq-item-3 {
  cursor: pointer;
  background-color: #191918;
  background-image: url('../images/texture-noise.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 3px #0385ff;
  border-radius: 3px;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-a-text-2 {
  color: #797979;
  font-size: 16px;
  line-height: 1.6em;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.link {
  color: #acacac;
}

.faq-q-text-3 {
  font-size: 20px;
  line-height: 1.4em;
}

.section-10 {
  background-color: #161826;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.faq-stripe-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.container-14 {
  color: #fff;
  padding: 60px 30px;
}

.c-faq-a-text {
  padding: 20px;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.container-15 {
  padding: 60px 30px;
}

.c-faq-2 {
  margin-left: auto;
  margin-right: auto;
}

.c-faq-q-text-2 {
  flex: 1;
  padding: 20px;
  font-size: 1.4em;
}

.text-block-4 {
  color: #adadad;
  text-align: center;
  width: 582px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

@media screen and (min-width: 1920px) {
  .slider, .slider-2, .slider-3 {
    margin-bottom: 8em;
  }
}

@media screen and (max-width: 991px) {
  .slider, .slider-2, .slider-3 {
    display: flex;
  }

  .c-faq-item-3 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cartabutton {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .text-ballon {
    font-size: 13px;
  }

  .business {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    width: 80%;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrap-bottom {
    flex-flow: column;
    width: 91%;
  }

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

  .text-body.v2 {
    font-size: 14px;
    line-height: 1.2em;
  }

  .section.hero {
    background-color: #0a0a0c;
    background-image: linear-gradient(#0000 18%, #111012 35%), linear-gradient(90deg, #00000082 27%, #fff0 65%), url('../images/bg-dc-about.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-size: auto, auto, 200%;
    padding-bottom: 174px;
  }

  .heading {
    font-size: 26px;
  }

  .box-gradient {
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rank {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .container-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .header-fix {
    display: none;
  }

  .control {
    flex-flow: column;
  }

  .div-block-249 {
    width: 100%;
  }

  .headline-h3.center {
    color: #000;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 26px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .paragraph-2.center {
    margin-bottom: 15px;
  }

  .div-block-248 {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .headline-2.center {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 26px;
  }

  .sub-headline-up {
    font-size: 15px;
  }

  .sub-headline-up.center {
    text-align: center;
  }

  .sub-headline-up.mg {
    font-size: 30px;
  }

  .who-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .icon-circle {
    width: 50px;
    height: 50px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .box-mail {
    padding-left: 0;
    padding-right: 0;
  }

  .box-text {
    width: 70%;
  }

  .legend {
    font-size: 12px;
  }

  .columns {
    flex-flow: column;
  }

  .headline {
    font-size: 20px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .image-3 {
    margin-top: -28px;
  }

  .red-title {
    font-size: 26px;
  }

  .image-4 {
    transform: translate(0)scale(1.4);
  }

  .container-4 {
    padding: 15px;
  }

  .price {
    color: #eeb472;
    font-size: 40px;
  }

  .text-body-2.center {
    font-size: 15px;
  }

  .section-6 {
    background-position: 0%;
    background-size: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta {
    text-align: center;
    margin-right: auto;
  }

  .cta.center {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid {
    flex-flow: column;
    grid-auto-flow: column;
    display: flex;
  }

  .headline-sub.center {
    font-size: 23px;
  }

  .legend-2 {
    font-size: 12px;
  }

  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tag {
    width: 100%;
  }

  .ballon-tag {
    padding-left: 15px;
    padding-right: 5px;
  }

  .heading-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
  }

  .module-box {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tags-floads {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

  .container-16 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .box-steps {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .headline-3 {
    font-size: 30px;
  }

  .div-block-10 {
    margin-right: 0;
  }

  .atention {
    font-size: 22px;
    line-height: 1.1em;
  }

  .paragraph-4, .paragraph-4.grey {
    font-size: 15px;
  }

  .heading-4 {
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
  }

  .heading-4.grey {
    text-align: center;
    margin-top: 101px;
    font-size: 26px;
  }

  .heading-4.grey.side.center {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .heading-4.grey.center {
    margin-top: 0;
  }

  .headline-4 {
    font-size: 30px;
  }

  .headline-4.h1 {
    text-align: center;
    font-size: 25px;
  }

  .headline-4.negative-margin {
    margin-top: -54px;
  }

  .image-11 {
    margin-left: 0;
  }

  .image-10 {
    margin-left: 15%;
  }

  .paragraph-5 {
    font-size: 15px;
  }

  .image-13.desk {
    display: none;
  }

  .image-13.mobile {
    display: block;
  }

  .swiper.one-column-swiper {
    height: 340px;
  }

  .carousel-arrow-w.arrow-previous-two-columns {
    margin-left: 1em;
  }

  .carousel-arrow-w.arrow-next-two-columns {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous-three-columns {
    margin-left: 1em;
  }

  .carousel-arrow-w.arrow-next-three-columns, .carousel-arrow-w.arrow-next-one-column {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous-one-column {
    margin-left: 1em;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .slider {
    height: 170px;
  }

  .div-block-250 {
    margin-right: 0;
  }

  .paragraph-6, .paragraph-6.grey {
    font-size: 15px;
  }

  .section-13 {
    background-image: linear-gradient(#fff0 28%, #090a10 50%), url('../images/Slice-1-copiar-2.webp');
    background-position: 0 0, 90% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 230%;
    padding-top: 290px;
  }

  .cartabutton {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .cartabutton.animation-pulse {
    width: 100%;
    min-width: 100%;
    margin-top: 0;
    padding: 15px;
    line-height: 1.1em;
  }

  .cartabutton.animation-pulse.fluid {
    font-size: 17px;
  }

  .cartabutton.animation-pulse.fluid.whats {
    margin-top: 30px;
  }

  .container-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-23 {
    line-height: 1.3em;
  }

  .section-14 {
    background-color: #090a10;
  }

  .slider-2 {
    height: 520px;
  }

  .image-14 {
    margin-top: 29px;
  }

  .section-15 {
    background-color: #090a10;
  }

  .pre-o {
    font-size: 25px;
  }

  .columns-2 {
    border: 1px solid #45ffcc40;
  }

  .slider-3 {
    height: 350px;
  }

  .container-9 {
    background-color: #090a10;
  }

  .column-2 {
    padding-bottom: 15px;
  }

  .image-7 {
    width: 30%;
  }

  .image-15 {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-8 {
    width: 80%;
  }

  .text-block-24 {
    line-height: 1.3em;
  }

  .text-span-22 {
    font-size: 16px;
  }

  .section-16 {
    background-image: linear-gradient(#000, #fff0 39%), linear-gradient(#00000080, #00000080), repeating-linear-gradient(90deg, #0b1216, #11513f 50%, #000);
  }

  .div-block-11 {
    width: 100%;
  }

  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-12 {
    margin-top: 0;
  }

  .list-6.side.small {
    width: 100%;
    margin-bottom: 94px;
  }

  .list-item-3 {
    background-image: url('../images/inline-svg-49.svg');
  }

  .paragraph-7 {
    font-size: 15px;
  }

  .section-8 {
    background-position: 100% 0;
    background-size: 150%;
    height: auto;
    padding-top: 240px;
  }

  .paragraph-8 {
    font-size: 15px;
  }

  .container-13 {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-25 {
    line-height: 1.3em;
  }

  .div-block-251 {
    margin-top: 0;
  }

  .paragraph-9, .paragraph-9.grey {
    font-size: 15px;
  }

  .divider-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-26 {
    line-height: 1.3em;
  }

  .faq-q-text-3 {
    font-size: 18px;
    line-height: 1.4em;
  }

  .container-14 {
    padding-top: 60px;
  }

  .c-faq-q-text-2 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4 {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
  }
}

#w-node-a8fd79d6-a530-b44d-db09-772450d472df-65ec7737, #w-node-ae369ba8-42f4-7e17-5bed-4abb4f9154c7-65ec7737 {
  place-self: center end;
}


/* ===== SWIPER CORRECTIONS ===== */

/* Correção dos containers Swiper */
.swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper.two-columns-swiper {
  height: 500px;
  min-height: 450px;
}

.swiper.three-columns-swiper {
  height: 500px;
  min-height: 450px;
}

.swiper.one-column-swiper {
  height: 500px;
  min-height: 450px;
}

/* Correção do Swiper Wrapper */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  /* Remove as propriedades de grid que estavam conflitando */
  grid-template-rows: initial;
  grid-template-columns: initial;
}

/* Correção dos Slides */
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Remove opacity padrão para slides não ativos */
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.swiper-slide.swiper-slide-active {
  opacity: 1;
  filter: none;
  transform: scale(1);
  z-index: 2;
}

/* Efeito para slides adjacentes ao ativo */
.swiper-slide.swiper-slide-prev,
.swiper-slide.swiper-slide-next {
  opacity: 0.7;
}

/* Slide Image */
.slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slide-img {
  width: auto;
  height: 100%;
  max-height: 450px;
  object-fit: contain;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Containers dos Sliders */
.slider {
  height: 500px;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: visible;
}

.slider-2 {
  height: 500px;
  margin-top: 42px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: visible;
}

.slider-3 {
  height: 500px;
  margin-top: 9px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: visible;
}

/* Carousel Arrows */
.carousel-arrows {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.carousel-arrow-w {
  cursor: pointer;
  pointer-events: all;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 11;
}

.carousel-arrow-w.arrow-previous-two-columns {
  margin-left: 2em;
  justify-content: flex-start;
}

.carousel-arrow-w.arrow-next-two-columns {
  margin-right: 2em;
  justify-content: flex-end;
}

.carousel-arrow-w.arrow-previous-three-columns {
  margin-left: 2em;
  justify-content: flex-start;
}

.carousel-arrow-w.arrow-next-three-columns {
  margin-right: 2em;
  justify-content: flex-end;
}

.carousel-arrow-w.arrow-previous-one-column {
  margin-left: 2em;
  justify-content: flex-start;
}

.carousel-arrow-w.arrow-next-one-column {
  margin-right: 2em;
  justify-content: flex-end;
}

/* Carousel Arrow */
.carousel-arrow {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1em;
  transition: transform 0.2s ease;
}

.carousel-arrow:hover {
  transform: scale(1.05);
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

/* Carousel Arrow Icon */
.carousel-arrow-icon {
  position: relative;
  z-index: 4;
  width: auto;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Carousel Arrow Oval */
.carousel-arrow-oval {
  position: absolute;
  z-index: 3;
  background-color: rgba(23, 104, 117, 0.42);
  border: 3px solid #05d9fb;
  border-radius: 50%;
  width: 3.5em;
  height: 3.5em;
  transition: all 0.3s ease;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.carousel-arrow-oval:hover {
  background-color: rgba(5, 217, 251, 0.3);
  box-shadow: 0 0 20px rgba(5, 217, 251, 0.5);
}

.carousel-arrow-oval.next-arrow {
  left: auto;
  right: 0;
}

/* Gradient Background */
.gradient-bg {
  z-index: -1;
  filter: hue-rotate(100deg);
  width: 100%;
  height: 175%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .swiper.two-columns-swiper,
  .swiper.three-columns-swiper,
  .swiper.one-column-swiper {
    height: 400px;
    min-height: 350px;
  }

  .slide-img {
    max-height: 350px;
  }

  .slider,
  .slider-2,
  .slider-3 {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .swiper.two-columns-swiper {
    height: 350px;
    min-height: 300px;
  }

  .swiper.three-columns-swiper {
    height: 400px;
    min-height: 350px;
  }

  .swiper.one-column-swiper {
    height: 450px;
    min-height: 400px;
  }

  .slider {
    height: 350px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-2 {
    height: 400px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-3 {
    height: 450px;
    margin-top: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slide-img {
    max-height: 300px;
  }

  .carousel-arrow-w.arrow-previous-two-columns,
  .carousel-arrow-w.arrow-previous-three-columns,
  .carousel-arrow-w.arrow-previous-one-column {
    margin-left: 0.5em;
  }

  .carousel-arrow-w.arrow-next-two-columns,
  .carousel-arrow-w.arrow-next-three-columns,
  .carousel-arrow-w.arrow-next-one-column {
    margin-right: 0.5em;
  }

  .carousel-arrow-oval {
    width: 2.5em;
    height: 2.5em;
  }

  .carousel-arrow-icon {
    height: 1.2em;
  }
}

@media screen and (max-width: 479px) {
  .swiper.two-columns-swiper {
    height: 300px;
    min-height: 250px;
  }

  .swiper.three-columns-swiper {
    height: 350px;
    min-height: 300px;
  }

  .swiper.one-column-swiper {
    height: 400px;
    min-height: 350px;
  }

  .slider {
    height: 300px;
  }

  .slider-2 {
    height: 350px;
  }

  .slider-3 {
    height: 400px;
  }

  .slide-img {
    max-height: 250px;
  }

  .carousel-arrows {
    margin-top: 0;
  }

  .carousel-arrow {
    padding: 0.5em;
  }

  .carousel-arrow-oval {
    width: 2em;
    height: 2em;
    border-width: 2px;
  }

  .carousel-arrow-icon {
    height: 1em;
  }
}

/* Ajustes adicionais para melhor visualização */
.section-3,
.section-14,
.container-9 {
  position: relative;
  overflow: hidden;
}

/* Centralização do conteúdo */
.container-19,
.container-7,
.container-9 {
  position: relative;
}

/* Swiper Navigation Buttons (se necessário esconder os padrões) */
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  display: none !important;
}

/* Animação suave ao trocar slides */
.swiper-wrapper {
  transition-timing-function: ease-in-out;
}

/* Fix para centeredSlides */
.swiper-slide {
  transition: all 0.3s ease;
}

/* Desabilita a seleção de texto nos botões */
.carousel-arrow-w,
.carousel-arrow,
.carousel-arrow-oval {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}