@import "../icon/icon.css";
@import "../font/all.css";
@import "responsive.css";
@import "animation.css";
@import "textanimation.css";
@import "animate.min.css";
@import "nouislider.min.css";
@import "swiper-bundle.min.css";
@import "../font/font.css";
@import "bootstrap.css";
@import "magnific-popup.min.css";
@import "shortcodes.css";
/**
  	* Reset Browsers
    * General
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
	* header
    * footer
    * header section
    * mobile
    * cusor
    * preload

*/
/* Reset Browsers
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
  line-height: 1;
  padding: 0 !important;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block
}
ol, ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}
blockquote, q {
  quotes: none
}
a img {
  border: 0
}
img {
  max-width: 100%;
  height: auto;
}
select {
  max-width: 100%
}
/* General
-------------------------------------------------------------- */
.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%; /* Proporção 16:9 (altura/altura) */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
body, button, input, select, textarea {
  font-family: 'Space Grotesk', sans-serif;
  color: #696969;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: hidden;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic
}
p, a, ul {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 21.5px;
  line-height: 28px;
  color: #000000;
}
strong, b, cite {
  font-weight: bold;
}
dfn, cite, em, i, blockquote {
  font-style: italic;
}
abbr, acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}
.btn-link:focus, .btn-link:hover, mark, ins {
  text-decoration: none;
}
sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
address {
  font-style: italic;
  margin: 0 0 20px;
}
code, kbd, tt, var, samp, pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}
svg, svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Elements
-------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}
/* List */
ul, ol {
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
}
ul li, ol li {
  padding: 0;
}
li {
  list-style: none;
}
dl, dd {
  margin: 0 0 20px;
}
dt {
  font-weight: bold;
}
del, .disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
/* Table */
table, th, td {
  border: 1px solid #343444;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}
td {
  border-width: 0 1px 1px 0;
}
th, td {
  padding: 8px 12px;
}
/* Media */
embed, object, video {
  margin-bottom: 0px;
  max-width: 100%;
  vertical-align: middle;
}
p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0;
}
/* Forms
-------------------------------------------------------------- */
/* Fixes */
button, input {
  line-height: normal;
}
button, input, select, textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}
input, textarea, select {
  font-size: 14px;
  max-width: 100%;
  background: #fff;
  /* Removing the inner shadow on iOS inputs */
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}
input[type="checkbox"] {
  display: inline;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}
input[type="checkbox"], input[type="radio"] {
  padding: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: sub;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}
/* Reset search styling */
input[type="search"] {
  outline: 0
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none
}
/* Contact Form 7 */
fieldset {
  margin-bottom: 0px;
  width: 100%;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}
.select {
  position: relative;
  overflow: hidden;
}
.select::after {
  display: block;
  position: absolute;
  font-family: 'icomoon';
  content: '\e915';
  top: 50%;
  right: 25px;
  font-weight: 400;
  font-size: 12px;
  color: #6844ED;
  background: 0 0;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
select {
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 20px 20px;
  height: 50px;
  font-family: 'Space Grotesk', sans-serif;
  /*font-size: 16px;*/
  line-height: 11px;
  border-radius: 10px;
  background-color: #fff;
  color: #696969;
}
select option {
  padding: 20px 30px;
  font-size: 16px;
  line-height: 11px;
  color: #696969;
  background-color: #fff;
}
select.style-1 option, select.style-1 {
  background-color: #EBEBFD;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: 'Space Grotesk';
  font-weight: 400;
  font-size: 16px;
  line-height: 11px;
  border-radius: 10px;
  padding: 24px;
  width: 100%;
  height: 40px;
  background: #fff;
  color: #696969;
}
textarea.style-1, input[type="text"].style-1, input[type="password"].style-1, input[type="datetime"].style-1, input[type="datetime-local"].style-1, input[type="date"].style-1, input[type="month"].style-1, input[type="time"].style-1, input[type="week"].style-1, input[type="number"].style-1, input[type="email"].style-1, input[type="url"].style-1, input[type="search"].style-1, input[type="tel"].style-1, input[type="color"].style-1 {
  background: #EBEBFD;
}
/* Input focus */
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  border: 1px solid #6844ED;
  border-radius: 12px;
  padding: 24px 29px 23px 29px;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 11px;
  font-family: 'Space Grotesk';
  color: #696969;
}
/* Button */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  font-family: 'Space Grotesk';
  font-weight: 700;
  font-size: 18px;
  line-height: 11px;
  background-color: #b20300;
  color: #fff;
  border-radius: 14px;
  padding: 20px 48px 20px 30px;
  height: 51px;
  border: none;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
/*button::after, input[type="button"]::after, input[type="reset"]::after, input[type="submit"]::after {
  position: absolute;
  font-family: 'icomoon';
  content: '\ea3c';
  font-size: 11px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
/* Button hover + focus */
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: 0;
  border: none;
  /* color: #696969; */
}
textarea {
  height: 130px;
}
button[type="submit"]:hover {
  background: #FFF;
  color: #b20300;
}
/* Placeholder color */ ::-webkit-input-placeholder {
  color: #696969;
}
:-moz-placeholder {
  color: #696969;
}
::-moz-placeholder {
  color: #696969;
  opacity: 1;
}
/* Since FF19 lowers the opacity of the placeholder by default */ :-ms-input-placeholder {
  color: #696969;
}
/* Typography
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', sans-serif;
  color: #030014;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 75px;
  line-height: 90px;
}
h2 {
  font-size: 48px;
  line-height: 57px;
}
h3 {
  font-size: 24px;
  line-height: 36px;
}
h4 {
  font-size: 22px;
  line-height: 33px;
}
h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
h6 {
  font-size: 18px;
  line-height: 27px;
}
/* Extra classes
-------------------------------------------------------------- */
.hidden {
  display: none;
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed !important;
}
.position-unset {
  position: unset;
}
.z-5 {
  z-index: 5;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-grow {
  flex-grow: 1;
}
.row-reverse {
  flex-direction: row-reverse;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.text-end {
  text-align: end;
}
.text-center {
  text-align: center;
}
.gap40 {
  gap: 40px;
}
.gap30 {
  gap: 30px;
}
.gap25 {
  gap: 25px;
}
.gap20 {
  gap: 20px;
}
.gap10 {
  gap: 10px;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.tf-color {
  color: #00c692 !important;
}
.tf-color-green {
  color: #09B6A2 !important;
}
.tf-color-blue {
  color: #3468F0 !important;
}
.tf-color-yellow {
  color: #E6F85E !important;
}
.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-130 {
  padding-top: 130px;
}
.pb-130 {
  padding-bottom: 130px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.ml-35 {
  margin-left: 35px;
}
.ml--3 {
  margin-left: -3px;
}
.fl-item-1, .fl-item {
  display: none;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.e-resize {
  cursor: e-resize;
}
.home2 {
  background: #1D1F21;
}
.home4 {
  background: #11121C;
}
#wrapper {
  position: relative;
  overflow: visible;
  max-width: 100%;
  height: 100%;
}
/* link style
-------------------------------------------------------------- */
a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #00c692;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus {
  color: #00c692;
}
/* tf-button
-------------------------------------------------------------- */
.tf-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  position: relative;
  border: none;
  color: #fff;
  background-color: var(--red);
  border-radius: 14px;
  font-weight: 700;
  font-size: 18px;
  line-height: 11px;
  width: max-content;
  height: 51px;
  padding: 20px 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-button:hover, .tf-button.active {
  color: #d21a20;
  background-color: #fff;
}
.tf-button i {
  font-size: 18px;
}
.tf-button.style-1 {
  color: #030014;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 19px 29px;
}
.tf-button.style-1.active, .tf-button.style-1:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.tf-button.style-1.active:hover {
  color: #030014;
  background-color: #fff;
}
.tf-button.type-1:hover {
  background-color: #030014;
  color: #FFF;
}
.tf-button.type-2 {
  background-color: #030014;
  color: #FFF;
}
.tf-button.type-2:hover {
  background-color: #6844ED;
  color: #FFF;
}
.tf-button.type-3 {
  border: 1px solid #fff;
  background: #fff;
  color: black;
}
.tf-button.type-3:hover {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
.tf-button.h45 {
  padding: 17px 30px;
  height: 45px;
}
.tf-button.h40 {
  padding: 15px 25px 14px;
  height: 40px;
  font-size: 14px;
}
.tf-button.style-2 {
  color: #fff;
  padding: 20px 29px;
  border: 1px solid #55EDDB;
  background: linear-gradient(145deg, #09B6A2 0%, #55EDDB 100%);
}
.tf-button.style-2:hover {
  background: linear-gradient(315deg, #09B6A2 0%, #55EDDB 100%);
  border: 1px solid rgba(255, 255, 255, 0.20);
}
.tf-button.style-3 {
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  background: none;
  color: #FFF;
}
.tf-button.style-3:hover {
  background: linear-gradient(145deg, #09B6A2 0%, #55EDDB 100%);
}
/* tf-button-default */
.tf-button-default {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #6844ED;
  font-size: 16px;
  line-height: 11px;
}
.tf-button-default:hover {
  color: #030014;
}
.tf-button-default i {
  font-size: 11px;
}
/* style-green */
.tf-button.style-green {
  background-color: rgba(9, 182, 162, 1);
}
.tf-button.style-green:hover {
  color: rgba(9, 182, 162, 1);
  background-color: #FFF;
}
/* style-blue */
.tf-button.style-blue {
  background-color: rgba(52, 104, 240, 1);
  border: 1px solid rgba(52, 104, 240, 1);
  padding: 17px 29px;
}
.tf-button.style-blue:hover {
  color: rgba(52, 104, 240, 1);
  background-color: #FFF;
}
/* style-yellow */
.tf-button.style-yellow {
  background-color: #E6F85E;
  border: 1px solid #E6F85E;
  color: #030014;
  padding: 17px 29px;
}
.tf-button.style-yellow:hover {
  color: #E6F85E;
  background-color: #030014;
}
/* header */
/* ------------------------------------------------------- */
.header {
  z-index: 100;
  height: 105px;
  width: 100%;
  border: none;
  padding-right: 0 !important;
  background: transparent;
  position: relative;
  margin-bottom: -105px;
}
.header-inner {
  padding: 9px 52px 9px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#site-logo {
  margin-right: 101px;
}
/* main-nav */
.main-nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
.menu-primary-menu {
  display: flex;
  gap: 27px;
}
.menu-primary-menu li {
  position: relative;
}
.menu-primary-menu li a {
  font-family: 'Space Grotesk';
  font-size: 18px;
  font-weight: 600;
  line-height: 45px;
  color: #fff;
  position: relative;
}
.menu-primary-menu li.menu-item-has-children > a::after {
  font-family: 'icomoon';
  content: '\e915';
  font-size: 18px;
  line-height: 13px;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-primary-menu > li > a::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #00c692;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-primary-menu li:hover a::before, .menu-primary-menu li.current-menu-item a::before {
  width: 100%;
  left: 0;
  right: auto;
}
/* sub-menu */
.menu-primary-menu li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
/*.menu-primary-menu li.menu-item-has-children.active .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}*/
/* apenas menu de linguagem abre no clique */
.language-menu li.active .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.menu-primary-menu .sub-menu {
  position: absolute;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(50px);
  border: 2px solid #fff;
  min-width: 250px;
  left: 0%;
  top: 110%;
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgba(104, 68, 237, 0.15);
  ;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-primary-menu .sub-menu li {
  padding: 7px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.menu-primary-menu .sub-menu li:last-child {
  border-bottom: none;
}
.menu-primary-menu .sub-menu li a {
  color: #121212;
  font-size: 16px;
}
.menu-primary-menu .sub-menu li.current-item a, .menu-primary-menu .sub-menu li a:hover {
  color: #b20300;
}
/* header-search */
.header-search .show-search i::before {
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-search .top-search {
  position: absolute;
  top: 32px;
  left: 0;
  min-width: 240px;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-search .top-search.active {
  display: block;
}
.search-form .icon-search {
  position: absolute;
  top: 50%;
  right: 23px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* header-right */
.header-right, .mobile-header-right, .politica-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-right .sign-in {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-decoration-line: underline;
}
/* Mobile Menu Button */
.mobile-button {
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 15px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.mobile-button:before, .mobile-button:after, .mobile-button span {
  background-color: #ffffff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mobile-button:before, .mobile-button:after {
  content: '';
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}
.mobile-button:before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.mobile-button:after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.header.header-blue .mobile-button:before, .header.header-blue .mobile-button:after, .header.header-blue .mobile-button span {
  background-color: #030014;
}
/* mobile header */
.mobile-nav-wrap .overlay-mobile-nav {
  cursor: url(../images/close.svg), auto;
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-nav-wrap.active .overlay-mobile-nav {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-wrap.active .overlay-mobile-nav i {
  font-size: 25px;
  margin-right: 20px;
  color: #FFFFFF;
}
.mobile-nav-wrap .inner-mobile-nav {
  width: 320px;
  height: 100vh;
  top: 0;
  left: -340px;
  position: fixed;
  background-color: #161616;
  z-index: 999999;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
  width: 0px;
}
.mobile-nav-wrap.active .inner-mobile-nav {
  left: 0;
}
.inner-mobile-nav {
  padding: 30px;
  position: relative;
}
.inner-mobile-nav .mobile-nav-close {
  position: absolute;
  top: 40px;
  right: 30px;
  cursor: pointer;
}
/* menu-mobile-menu */
#menu-mobile-menu {
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 30px;
}
#menu-mobile-menu {
  display: flex;
  flex-direction: column;
}
#menu-mobile-menu > li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 15px 0px;
  cursor: pointer;
}
#menu-mobile-menu > li .sub-menu-mobile li:last-child, #menu-mobile-menu > li:last-child {
  border: none;
}
#menu-mobile-menu li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
}
#menu-mobile-menu li.current-menu-item > a, #menu-mobile-menu li a:hover, #menu-mobile-menu li.current-item a {
  color: #00c692;
}
#menu-mobile-menu li.menu-item-has-children-mobile > a::after {
  content: '\e915';
  position: absolute;
  font-family: 'icomoon';
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 17px;
  line-height: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#menu-mobile-menu > li.active a::after {
  transform: rotate(180deg);
}
#menu-mobile-menu > li .sub-menu-mobile {
  margin-top: 10px;
  border-radius: 8px;
  display: none;
  text-align: start;
  overflow: hidden;
}
#menu-mobile-menu > li .sub-menu-mobile li {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
}
#menu-mobile-menu > li .sub-menu-mobile a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
/*Header fixed */
.header.is-fixed {
  position: fixed;
  padding: 0;
  top: -100%;
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  /*background: rgba(242, 242, 242, .2);*/
  background: #3a3a3a;
  backdrop-filter: blur(80px);
  border: none;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header.is-fixed.is-small {
  top: 0;
  height: 65px;
}
/* header-green */
.header-green .header-inner {
  padding-left: 0;
  padding-right: 0;
  justify-content: unset;
}
.header-green #site-logo {
  margin-right: 0;
}
.header-green .main-nav {
  flex-grow: 1;
  justify-content: end;
  padding-right: 50px;
}
.header-green .menu-primary-menu > li.current-menu-item > a, .header-green .menu-primary-menu .sub-menu li.current-item a, .header-green .menu-primary-menu .sub-menu li a:hover, .header-green .menu-primary-menu > li:hover > a {
  color: #09B6A2;
}
.header-green .menu-primary-menu > li.current-menu-item > a::before, .header-green .menu-primary-menu > li:hover > a::before {
  background: #09B6A2;
}
.header-green .menu-primary-menu li .sub-menu {
  background-color: #030014;
}
.header-green .menu-primary-menu .sub-menu li a {
  color: #FFF;
}
.header-green .menu-primary-menu .sub-menu li {
  border-bottom: 1px solid #F1F1F166;
}
.header-green .menu-primary-menu .sub-menu li:last-child {
  border: none;
}
/* header-blue */
.header.header-blue {
  margin-bottom: 0;
}
.header.header-blue #site-logo {
  margin-right: 98px;
}
.header.header-blue .header-inner {
  justify-content: start;
}
.header.header-blue .main-nav {
  flex-grow: 1;
}
.header.header-blue .header-search .show-search i::before, .header.header-blue .header-right .sign-in, .header.header-blue .menu-primary-menu li a {
  color: #030014;
}
.header.header-blue .header-search .show-search:hover i::before, .header.header-blue .menu-primary-menu .sub-menu li:hover a, .header.header-blue .menu-primary-menu .sub-menu li.current-item a, .header.header-blue .menu-primary-menu > li.current-menu-item > a, .header.header-blue .menu-primary-menu > li:hover > a, .header.header-blue .header-right .sign-in:hover {
  color: rgba(52, 104, 240, 1);
}
.header.header-blue .menu-primary-menu > li > a::before {
  background-color: rgba(52, 104, 240, 1);
}
.header.header-blue.is-fixed {
  background-color: #FFF;
}
/* header-yellow */
.header-yellow {
  margin-bottom: 0;
  background: rgba(23, 24, 37, 1);
}
.header-yellow .header-inner {
  padding-left: 0;
  padding-right: 0;
  justify-content: unset;
}
.header.header-yellow .header-search .show-search:hover i::before, .header.header-yellow .menu-primary-menu .sub-menu li:hover a, .header.header-yellow .menu-primary-menu .sub-menu li.current-item a, .header.header-yellow .menu-primary-menu > li.current-menu-item > a, .header.header-yellow .menu-primary-menu > li:hover > a, .header.header-yellow .header-right .sign-in:hover {
  color: #E6F85E;
}
.header.header-yellow .menu-primary-menu > li > a::before {
  background-color: #E6F85E;
}
/* footer */
/* --------------------------------------------------- */
#footer {
  background: #090909;
  position: relative;
  overflow: hidden;
}
#footer .bg-item .item-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 565.5px;
  height: 514px;
  background: linear-gradient(180deg, #00c692 0%, rgba(9, 182, 162, 0.00) 100%);
  opacity: 0.2;
  filter: blur(150px);
}
#footer .bg-item .item-2 {
  position: absolute;
  bottom: -352px;
  left: -487px;
  width: 750px;
  height: 750px;
  border-radius: 750px;
  opacity: 0.2;
  background: #00c692;
  filter: blur(250px);
}
#logo-footer {
  min-width: 166px;
}
.footer-top {
  padding-top: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.avatar-wrapper {
  display: flex;
  gap: 20px 54px;
  align-items: center;
}
.avatar-wrapper p {
  font-weight: 500;
  font-size: 20px;
  line-height: 14px;
  color: #fff;
  letter-spacing: -0.6px;
}
.avatar-wrapper p span {
  font-family: 'Playfair Display';
  font-style: italic;
}
.wg-list-avatar a {
  margin-right: -13px;
}
.wg-list-avatar a:last-child {
  margin-right: 3px;
}
.wg-list-avatar a img {
  border-radius: 50px;
  border: 3px solid var(--color-white, #FFF);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.20);
  width: 50px;
}
.footer-title {
  color: #FFF;
  font-family: 'Space Grotesk';
  font-size: 20px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: -0.6px;
  margin-bottom: 36px;
}
#footer p.text {
  color: #FFF;
  font-family: 'Space Grotesk';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: -4px;
  margin-bottom: 21px;
}
ul.wg-social {
  display: flex;
  gap: 20px;
}
ul.wg-social li a {
  border: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(180deg, rgba(19, 19, 22, 0.1) 0%, rgba(19, 19, 22, 0.5) 100%);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.5);
  width: 242px;
  height: 45px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  top: 30px;
  position: relative;
}
ul.wg-social li a:hover {
  color: #fff;
  background-color: #00c692;
}
ul.wg-menu li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
ul.wg-menu li:last-child {
  margin-bottom: 0;
}
ul.wg-menu li a {
  color: #FFF;
  position: relative;
}
ul.wg-menu li a::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #6844ED;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.wg-menu li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
ul.wg-menu li a:hover {
  color: #6844ED;
}
.footer-bottom {
  /*  margin-top: 40px;*/
  padding-top: 30px;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
.footer-bottom p a:hover {
  color: #CBED44 !important;
}
.footer-bottom ul {
  gap: 41px;
  display: flex;
}
.footer-bottom ul li a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.footer-bottom ul li a:hover {
  color: #6844ED;
}
#footer .item1 {
  position: absolute;
  top: 249px;
  left: 72px;
  animation: to-bottom 5s infinite linear;
}
#footer .item2 {
  position: absolute;
  bottom: 122px;
  left: -59px;
  width: 160px;
  height: 29px;
  transform: rotate(-20.673deg);
  background: #61FF00;
  filter: blur(40px);
}
#footer .item3 {
  position: absolute;
  bottom: -86px;
  left: 808px;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: #00FFF0;
  filter: blur(50px);
}
#footer .item4 {
  position: absolute;
  top: 101px;
  right: 438px;
  width: 160px;
  height: 29px;
  transform: rotate(-20.673deg);
  background: #FF00E5;
  filter: blur(40px);
}
#footer .item5 {
  position: absolute;
  bottom: 191px;
  right: -189px;
  width: 223px;
  height: 223px;
  border-radius: 50%;
  background: #ECE30A;
  filter: blur(50px);
}
/* style-1 */
#footer.style-1 {
  background-color: #111112;
  padding-top: 269px;
  padding-left: 17px;
  overflow: hidden;
}
#footer.style-1 > .item-1 {
  position: absolute;
  content: '';
  left: -108px;
  top: -177px;
  width: 430px;
  height: 390px;
  transform: rotate(-105deg);
  background: linear-gradient(180deg, #09B6A2 0%, rgba(9, 182, 162, 0.00) 100%);
  opacity: 0.6;
  filter: blur(150px);
}
#footer.style-1 > .item-2 {
  position: absolute;
  content: '';
  right: -110px;
  bottom: 46px;
  width: 370px;
  height: 336px;
  background: linear-gradient(180deg, #09B6A2 0%, rgba(9, 182, 162, 0.00) 100%);
  opacity: 0.6;
  filter: blur(150px);
}
#footer.style-1 .footer-bottom {
  margin-top: 95px;
  padding-top: 41px;
}
#footer.style-1 .footer-bottom ul li a:hover {
  color: rgba(9, 182, 162, 1);
}
#footer.style-1 ul.wg-menu li a:hover {
  color: rgba(9, 182, 162, 1);
}
#footer.style-1 ul.wg-menu li a::before {
  background-color: rgba(9, 182, 162, 1);
}
#footer.style-1 .list-1 {
  padding-left: 43px;
}
#footer.style-1 .list-2 {
  padding-left: 71px;
}
#footer.style-1 .list-3 {
  padding-left: 99px;
}
#footer.style-1 .list-4 {
  padding-left: 17px;
}
#footer.style-1 form button {
  background: linear-gradient(145deg, #09B6A2 0%, #55EDDB 100%);
}
#footer.style-1 form button:hover {
  color: #030014;
}
/* style-2 */
#footer.style-2 {
  background-color: rgba(242, 248, 253, 1);
  padding-top: 80px;
  background-image: url(../images/item-background/line-1.png);
}
#footer.style-2 .content p {
  margin-top: 23px;
  margin-bottom: 27px;
}
#footer.style-2 .footer-bottom {
  border-top: 1px solid rgba(52, 104, 240, 0.2);
  margin-top: 80px;
  padding-top: 31px;
}
#footer.style-2 .footer-bottom p {
  color: #696969;
}
#footer.style-2 .footer-bottom ul {
  gap: 29px;
}
#footer.style-2 .footer-bottom ul li a {
  color: #696969;
}
.box-email {
  width: 277px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 10px;
  border: 1px solid rgba(52, 104, 240, 0.30);
  background: #FFF;
  box-shadow: 0px 10px 60px 0px rgba(52, 104, 240, 0.15);
}
.box-email .icon-mail {
  font-size: 20px;
}
.box-email a {
  color: #030014;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.54px;
}
.box-subscribe {
  padding: 32px 60px 40px 60px;
  border-radius: 20px;
  background: #FFF;
}
.box-subscribe h4 {
  color: #030014;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -0.66px;
  margin-bottom: -1px;
}
.box-subscribe h4 span {
  color: #3468F0;
  font-family: 'Playfair Display';
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -0.66px;
}
.box-subscribe form {
  display: flex;
  align-items: center;
  gap: 20px;
}
.box-subscribe form input {
  border-radius: 12px;
  color: #030014;
  border: 1px solid #3468F0;
  background: #F2F8FD;
  padding: 20px 30px 20px 24px;
  height: 51px;
  width: 100%;
}
.box-subscribe form input:focus {
  border: 1px solid #3468F0;
  padding: 20px 30px 20px 24px;
}
.box-subscribe form input::placeholder {
  color: #030014;
}
.box-subscribe form button {
  background: rgba(52, 104, 240, 1);
  padding: 19px 47px 19px 29px;
  border: 1px solid rgba(52, 104, 240, 1);
}
.box-subscribe form button:hover {
  color: rgba(52, 104, 240, 1);
}
/* type-yellow */
#footer.style-1.type-yellow {
  background: #111112;
  background-image: none;
  padding-top: 80px;
  padding-left: 20px;
}
#footer.style-1.type-yellow > .item-2, #footer.style-1.type-yellow > .item-1 {
  background: linear-gradient(180deg, #E7F85E 0%, rgba(231, 248, 94, 0.00) 100%);
}
#footer.style-1.type-yellow form button {
  background: rgba(230, 248, 94, 1);
  color: #030014;
}
#footer.style-1.type-yellow form button:hover {
  color: rgba(230, 248, 94, 1);
  background-color: #030014;
}
#footer.style-1.type-yellow .footer-bottom ul li a:hover, #footer.style-1.type-yellow ul.wg-menu li a:hover {
  color: #E6F85E;
}
#footer.style-1.type-yellow ul.wg-menu li a::before {
  background-color: #E6F85E;
}
#footer.style-1.type-yellow form input:focus {
  border-color: #E6F85E;
}
/* cta */
/* ------------------------------------------ */
.cta {
  margin-bottom: -138px;
  position: relative;
  z-index: 10;
}
.cta.style-1 {
  margin-bottom: -168px;
}
.cta-wrapper {
  border-radius: 10px;
  background: #b20300;
  padding: 60px;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.cta-wrapper .ellipse {
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transform: translate(-50%, 55%);
  z-index: 0;
}
.cta-wrapper .ellipse.item1 {
  width: 200px;
  height: 200px;
  animation: ellipse1 3s linear 0s infinite;
}
.cta-wrapper .ellipse.item2 {
  width: 290px;
  height: 290px;
  animation: ellipse1 3s linear 0s infinite;
  animation-delay: 0.5s;
}
.cta-wrapper .ellipse.item3 {
  width: 394px;
  height: 394px;
  animation: ellipse1 3s linear 0s infinite;
  animation-delay: 1s;
}
.cta-wrapper .ellipse.item4 {
  width: 496px;
  height: 496px;
  animation: ellipse1 3s linear 0s infinite;
  animation-delay: 1.5s;
}
.cta-title h6 {
  color: #fff;
  line-height: 13px;
  letter-spacing: -0.54px;
  margin-bottom: 19px;
}
.cta-title h2 {
  color: #fff;
  line-height: 57px;
  letter-spacing: -1.44px;
}
.cta-title h2 span {
  line-height: 51px;
  font-style: italic;
  font-family: 'Playfair Display';
  letter-spacing: 0px;
}
.cta-content {
  margin-right: 2px;
}
.cta-content p {
  line-height: 29px;
  color: #fff;
  font-size: 21.5px;
  margin-top: -6px;
  margin-bottom: 27px;
}
.cta-wrapper-1 {
  position: relative;
  border-radius: 30px;
  background: linear-gradient(145deg, #c20f10 0%, #b20300 100%);
  padding: 50px;
  text-align: center;
}
.cta-wrapper-1::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cta-wrapper-1 h2 {
  color: #fff;
  letter-spacing: -1.44px;
  margin-bottom: 16px;
}
.cta-wrapper-1 p {
  color: #fff;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 31px;
}
.cta-wrapper-1 .item1 {
  position: absolute;
  top: 75px;
  left: 60px;
  width: 225px;
  height: 225px;
  border: 2px dashed #fff;
  border-radius: 50%;
  animation: rotate360 20s infinite linear;
}
.cta-wrapper-1 .item2 {
  position: absolute;
  top: 130px;
  left: 94px;
  border-radius: 15px;
  box-shadow: 0px 20px 40px 0px rgba(9, 182, 162, 0.10);
}
.cta-wrapper-1 .item3 {
  position: absolute;
  top: 70px;
  right: 60px;
  width: 275px;
  height: 275px;
  border: 2px dashed #fff;
  border-radius: 50%;
  animation: rotate360 20s infinite linear;
}
.cta-wrapper-1 .item4 {
  position: absolute;
  top: 143px;
  right: 106px;
  border-radius: 16px;
  box-shadow: 0px 20px 40px 0px rgba(9, 182, 162, 0.10);
}
/* type-1 */
.cta.type-1 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.cta.type-1 .cta-wrapper {
  display: block;
  text-align: center;
  background: none;
  padding-top: 115px;
  padding-bottom: 130px;
}
.cta.type-1 .cta-wrapper a {
  margin: auto;
  margin-top: 38px;
}
.cta.type-1 .cta-wrapper .ellipse.item1 {
  width: 480.911px;
  height: 480.911px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #212329;
}
.cta.type-1 .cta-wrapper .ellipse.item2 {
  width: 650.307px;
  height: 650.307px;
  border-radius: 650.307px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #1B1D23;
}
.cta.type-1 .cta-wrapper .ellipse.item3 {
  width: 822.573px;
  height: 822.573px;
  border-radius: 822.573px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #17181E;
}
.cta.type-1 .cta-wrapper .ellipse.item4 {
  border-radius: 969px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #13141D;
  width: 969px;
  height: 969px;
}
.cta.type-1 > img {
  position: absolute;
  border-radius: 50px;
  border: 3px solid var(--color-white, #FFF);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.20);
  width: 50px;
  z-index: 5;
}
.cta.type-1 > .img1 {
  top: 142px;
  left: 146px;
  animation: to-bottom 5s infinite linear;
}
.cta.type-1 > .img2 {
  bottom: 74px;
  left: 248px;
  animation: to-bottom 5s infinite linear;
}
.cta.type-1 > .img3 {
  bottom: 85px;
  right: 256px;
  animation: to-bottom 5s infinite linear;
}
.cta.type-1 > .img4 {
  top: 95px;
  right: 160px;
  animation: to-bottom 5s infinite linear;
}
.cta .cta-title {
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
}
/* flat-title-page */
/* --------------------------------------------------- */
.flat-title-page {
  padding-top: 40px !important;
  background: #090909;
  position: relative;
  overflow: hidden;
}
.flat-title-page .item1 {
  position: absolute;
  top: 202px;
  left: -59px;
  width: 160px;
  height: 29px;
  transform: rotate(-20.673deg);
  background: #61FF00;
  filter: blur(40px);
}
.flat-title-page .item2 {
  position: absolute;
  bottom: -86px;
  left: 668px;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: #00FFF0;
  filter: blur(50px);
}
.flat-title-page .item3 {
  position: absolute;
  top: -27px;
  right: 438px;
  width: 160px;
  height: 29px;
  transform: rotate(-20.673deg);
  background: #FF00E5;
  filter: blur(40px);
}
.flat-title-page .item4 {
  position: absolute;
  bottom: -149px;
  right: -129px;
  width: 223px;
  height: 223px;
  border-radius: 50%;
  background: #ECE30A;
  filter: blur(50px);
}
.flat-title-page .heading {
  color: #FFF;
  font-size: 50px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1.95px;
  text-align: center;
  margin-bottom: 30px;
}
.flat-title-page .heading span {
  font-family: 'Playfair Display';
  font-style: italic;
  color: #6844ED;
}
.breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 58px;
}
.breadcrumbs li::before {
  position: absolute;
  right: -46px;
  font-size: 29px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
}
.breadcrumbs li a {
  color: #FFF;
  font-family: "Space Grotesk";
  font-size: 24px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.72px;
}
.breadcrumbs li.active a {
  text-decoration-line: underline;
  color: #CBED44;
}
.flat-title-page.shop .heading {
  line-height: 57px;
  margin-bottom: 44px;
}
.related-products {
  padding-bottom: 80px;
}
.related-products .title {
  color: #030014;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.9px;
  text-align: center;
  margin-bottom: 42px;
}
/* preload */
/* -------------------------------- */
.preload-container {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999999999999;
  height: 100%;
  width: 100%;
  background-color: #000;
}
.preload-container .middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.preload-container .bar {
  width: 10px;
  height: 70px;
  background: transparent;
  display: inline-block;
  transform-origin: bottom center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  animation: loader 1.2s linear infinite;
}
body.page-green .preload-container .bar {
  animation: loader1 1.2s linear infinite;
}
body.page-blue .preload-container .bar {
  animation: loader2 1.2s linear infinite;
}
body.page-yellow .preload-container .bar {
  animation: loader3 1.2s linear infinite;
}
.preload-container .bar1 {
  animation-delay: 0.1s !important;
}
.preload-container .bar2 {
  animation-delay: 0.2s !important;
}
.preload-container .bar3 {
  animation-delay: 0.3s !important;
}
.preload-container .bar4 {
  animation-delay: 0.4s !important;
}
.preload-container .bar5 {
  animation-delay: 0.5s !important;
}
.preload-container .bar6 {
  animation-delay: 0.6s !important;
}
.preload-container .bar7 {
  animation-delay: 0.7s !important;
}
.preload-container .bar8 {
  animation-delay: 0.8s !important;
}
/* progress- */
/* ---------------------------------------- */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  padding: 10px;
  cursor: pointer;
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: #00c692;
}
.progress-wrap::after {
  position: absolute;
  content: '\e912';
  font-family: 'icomoon';
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap:hover::after {
  animation: 1s tf-buzz-out alternate linear infinite;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: #fff;
  stroke-width: 5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}
body.page-green .progress-wrap {
  background: #09B6A2;
}
body.page-blue .progress-wrap {
  background: #3468F0;
}
body.page-yellow .progress-wrap {
  background: #E6F85E;
}
body.page-yellow .progress-wrap::after {
  color: #030014;
}
body.page-yellow .progress-wrap svg.progress-circle path {
  stroke: #030014;
}
/* cursor */
/* ------------------------------------------  */
.tf-mouse {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden
}
.tf-mouse-inner {
  margin-left: -5px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  z-index: 10000;
  background-color: #6844ED;
  -webkit-transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out;
  transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out
}
.tf-mouse-inner.mouse-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #6844ED;
  opacity: .3
}
.tf-mouse-outer {
  margin-left: -22px;
  margin-top: -22px;
  width: 40px;
  height: 40px;
  border: 2px solid #6844ED;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000;
  opacity: .5;
  -webkit-transition: all .05s ease-out;
  transition: all .05s ease-out
}
.tf-mouse-outer.mouse-hover {
  opacity: 0
}
body.page-green .tf-mouse-inner {
  background-color: #09B6A2;
}
body.page-green .tf-mouse-outer {
  border-color: #09B6A2;
}
body.page-blue .tf-mouse-inner {
  background-color: #3468F0;
}
body.page-blue .tf-mouse-outer {
  border-color: #3468F0;
}
body.page-yellow .tf-mouse-inner {
  background-color: #E6F85E;
}
body.page-yellow .tf-mouse-outer {
  border-color: #E6F85E;
}

/* Estilo para o widget reCAPTCHA */
.g-recaptcha {
  display: inline-block;
  margin: 10px 0;
}

/* Estilo para botão habilitado */
.btn-enabled {
  background-color: #0a6b16 !important;
  color: #fff !important;
  transition: all 0.3s ease;
}

.btn-enabled:hover {
  background-color: #084d10 !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* Estilo para loading */
.fa-spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Ajuste de responsividade para o reCAPTCHA */
@media (max-width: 767px) {
  .g-recaptcha {
    transform: scale(0.9);
    transform-origin: 0 0;
  }
}

@media (max-width: 480px) {
  .g-recaptcha {
    transform: scale(0.8);
    transform-origin: 0 0;
  }
}