@font-face {
  font-family: "ProNova";
  src: url("../f/pn_light.woff2") format("woff2"), url("../f/pn_light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ProNova";
  src: url("../f/pn_regular.woff2") format("woff2"), url("../f/pn_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProNova";
  src: url("../f/pn_semibold.woff2") format("woff2"), url("../f/pn_semibold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ProNova";
  src: url("../f/pn_bold.woff2") format("woff2"), url("../f/pn_bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* 
TAG's Default v5.10

Style Index
-----------------------------------
0. Reset
1. Vars Tags & GUI & Hacks
2. Layout & bones
3. Common elements
4. Pages elements
*/
/* /////////////////////////////////////////////////////////////////////////////////// */
/* 0. RESET ////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////// */
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, input, select, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  padding: 0px;
  margin: 0px;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: inherit;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

a img, :link img, :visited img {
  border: none;
}

:focus {
  outline: none;
}

input, select {
  vertical-align: middle;
}

input[type=checkbox],
input[type=radio] {
  background: none;
  border: 0;
  padding: 0;
  width: auto !important;
}

input[type=radio] {
  vertical-align: text-bottom;
}

/* /////////////////////////////////////////////////////////////////////////////////// */
/* 1. VARS TAGS & GUI & HACKS ///////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////// */
:root {
  --ff-base: "ProNova", "Helvetica Neue", Helvetica, Arial,sans-serif;
  --color-primary: #111;
  --color-secondary: #FFCC15;
  --color-link: #FAFAFA;
  --layout-space: 100px;
}
@media (min-width: 1024px) {
  :root {
    --layout-space: 150px;
  }
}

body {
  font: 300 1em var(--ff-base);
  color: #FFF;
}
@media (min-width: 768px) {
  body {
    background: var(--color-primary) url(../i/home__bg.webp) no-repeat top center/cover;
    background-attachment: fixed;
  }
  body.be {
    background: var(--color-primary) url(../i/be__bg.webp) no-repeat top center/cover;
    background-attachment: fixed;
  }
}
body#legal #container, body#faq #container, body#faq-articles #container {
  color: var(--color-primary);
  background: none;
  background-color: #FFF;
}

h1, h2, h3, h4, h5 {
  font-family: var(--ff-base);
  font-weight: 600;
  color: #FFF;
}
#legal #container h1, #faq #container h1, #faq-articles #container h1, #legal #container h2, #faq #container h2, #faq-articles #container h2, #legal #container h3, #faq #container h3, #faq-articles #container h3, #legal #container h4, #faq #container h4, #faq-articles #container h4, #legal #container h5, #faq #container h5, #faq-articles #container h5 {
  color: var(--color-primary);
}
h1, h2, h3, h4, h5 {
  letter-spacing: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  border-bottom: 1px dotted #FFF;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  border-bottom-style: solid;
}

h1 {
  font-size: 2.625em;
  line-height: 100%;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3.5em;
    line-height: 50px;
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 4em;
    line-height: 70px;
  }
}

h2 {
  font-size: 2.5em;
  line-height: 100%;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.625em;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 3em;
    line-height: 45px;
  }
}
@media (min-width: 1280px) {
  h2 {
    font-size: 3.75em;
    line-height: 54px;
  }
}

h2 + h3 {
  font-size: 2.5em;
  line-height: 100%;
  margin-top: 15px;
}
@media (min-width: 768px) {
  h2 + h3 {
    font-size: 2.625em;
  }
}
@media (min-width: 1024px) {
  h2 + h3 {
    font-size: 3.5em;
    line-height: 45px;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  h2 + h3 {
    line-height: 54px;
  }
}

h4 {
  font: 600 18px var(--ff-base);
}

h5 {
  font-size: 15px;
  letter-spacing: 0px;
  text-shadow: none;
}

h6 {
  font: normal 14px var(--ff-base);
  text-transform: uppercase;
}

hr {
  border: none;
  text-align: left;
  margin-left: 0;
  width: 50px;
  height: 3px;
  background-color: var(--color-primary);
  margin: 0 0 25px 0;
}
@media (min-width: 480px) {
  hr {
    height: 5px;
  }
}
.slides hr {
  width: 100px;
  height: 2px;
  background-color: #FFF;
  margin: 20px 0;
}

input, textarea, select {
  font-weight: 500;
  color: #FFF;
  width: 100%;
  padding: 15px 2px;
  border: none;
  background-color: transparent;
  border-bottom: solid 2px rgba(255, 255, 255, 0.7);
  font-size: 1.3125em;
}
@media (min-width: 768px) {
  input, textarea, select {
    font-size: 1.75em;
  }
}
input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
  color: #FFF;
  border-bottom-color: #FFF;
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

input[type=checkbox],
input[type=radio] {
  border: 1px solid var(--color-primary);
  width: auto;
  margin-right: 10px;
}

a {
  color: var(--color-link);
  text-decoration: none;
}
label a {
  text-decoration: underline;
}
a:hover {
  color: #FFF;
}
#legal #container a, #faq #container a, #faq-articles #container a {
  color: var(--color-primary);
}
#legal #container a:hover, #faq #container a:hover, #faq-articles #container a:hover {
  color: #000;
}

button {
  cursor: pointer;
  color: #FFF;
  background-color: transparent;
}

strong {
  font-weight: 600;
}

/* GUI */
/* Hacks */
/* /////////////////////////////////////////////////////////////////////////////////// */
/* 2. LAYOUT & BONES ///////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////// */
#main {
  position: relative;
  z-index: 10;
}

#legal #header, #faq #header, #faq-articles #header {
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(3px);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
#header .content {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 100%;
  margin: 0 auto;
  transition: max-width 1s ease-out 0s;
}
@media (min-width: 1280px) {
  #header .content {
    padding: 20px 45px;
  }
}
#header .content #logo a {
  display: block;
  line-height: 1px;
}
@media (min-width: 768px) {
  #header .content #logo {
    min-width: 300px;
  }
  #header .content #logo img {
    height: 80px;
  }
  #header .content #logo {
    margin: 0;
  }
  .shw #header .content #logo {
    margin-top: -9px;
    transition: all 0.2s ease-out 0s;
  }
}
#header .content #nav {
  position: relative;
  z-index: 9;
  text-align: center;
}
.shw #header .content #nav {
  margin-top: 10px;
  transition: all 0.2s ease-out 0s;
}
@media (min-width: 768px) {
  #header .content #nav {
    position: relative;
  }
}
#header .content #nav #menu-button {
  display: inline-block;
  z-index: 9998;
  vertical-align: middle;
  width: 40px;
  height: 80px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#header .content #nav #menu-button:hover span {
  background-color: #FFF;
}
#header .content #nav #menu-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #FFF;
  border-radius: 1px;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#header .content #nav #menu-button span:nth-child(1) {
  top: 32px;
}
#header .content #nav #menu-button span:nth-child(2) {
  top: 39px;
  width: 90%;
  right: 0;
}
#header .content #nav #menu-button span:nth-child(3) {
  top: 46px;
}
#header .content #nav #menu-button.active span:nth-child(1) {
  top: 35px;
  transform: rotate(135deg);
}
#header .content #nav #menu-button.active span:nth-child(2) {
  opacity: 0;
  right: -35px;
}
#header .content #nav #menu-button.active span:nth-child(3) {
  top: 35px;
  transform: rotate(-135deg);
}
@media (min-width: 1024px) {
  #header .content #nav #menu-button {
    display: none;
  }
}
@media (max-width: 1023px) {
  #header .content #nav .nav-list {
    display: none;
    position: absolute;
    top: 45px;
    right: -5px;
    width: 285px;
    padding: 20px;
    border-radius: 10px;
    background-color: var(--color-primary);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
  }
  #header .content #nav .nav-list.active {
    display: block;
  }
}
@media (min-width: 1024px) {
  #header .content #nav .nav-list {
    display: flex;
    gap: 40px;
    align-items: center;
  }
}
@media (min-width: 1440px) {
  #header .content #nav .nav-list {
    gap: 50px;
  }
}
#header .content #nav .nav-list .subnav-list {
  display: none;
}
#header .content #nav .nav-list .subnav-list li {
  text-align: left;
  display: flex;
  margin-top: 5px;
}
#header .content #nav .nav-list .subnav-list li a {
  font-size: 14px;
  padding: 10px 6px;
  color: #9e9e9e;
  transition: all 0.2s ease-out;
}
#header .content #nav .nav-list .subnav-list li a:hover {
  color: #FFF;
  margin-left: 5px;
}
#header .content #nav .nav-list .subnav-list li.be a:after {
  content: "NEW CORE 6";
  position: relative;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  color: #FFF;
  background-color: #eb9c13;
  padding: 3px 5px;
  border-radius: 5px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  margin-left: 10px;
  top: -1px;
}
@media (max-width: 1023px) {
  #header .content #nav .nav-list .subnav-list {
    margin: 10px 0;
  }
}
@media (min-width: 1024px) {
  #header .content #nav .nav-list .subnav-list {
    position: absolute;
    width: 300px;
    top: 40px;
    left: -20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
}
#header .content #nav .nav-list li {
  position: relative;
}
#header .content #nav .nav-list li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-link);
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 6px;
}
@media (min-width: 1024px) {
  #header .content #nav .nav-list li a {
    padding: 10px 1px;
  }
  #header .content #nav .nav-list li a.link:after {
    content: "";
    position: absolute;
    background-color: #FFF;
    height: 2px;
    width: 0;
    bottom: 3px;
    left: 0;
    transition: width 0.3s ease-out;
  }
  #header .content #nav .nav-list li a:hover {
    color: #FFF;
  }
  #header .content #nav .nav-list li a:hover.link:after {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #header .content #nav .nav-list .login {
    display: none;
  }
}
@media (min-width: 1280px) {
  #header .content #nav .nav-list .login {
    display: block;
    margin-left: 100px;
  }
}
@media (max-width: 1023px) {
  #header .content #nav .nav-list .sign-up {
    margin-top: 20px;
  }
}
#header .content #nav .nav-list .sign-up a {
  position: relative;
  text-wrap: nowrap;
  height: 46px;
  color: var(--color-primary);
  background-color: #FFF;
  line-height: 46px;
  padding: 0 30px;
  border-radius: 25px;
  transition: all 0.3s ease-out !important;
}
#header .content #nav .nav-list .sign-up a:after {
  display: none;
}
#header .content #nav .nav-list .sign-up a:hover {
  color: var(--color-primary);
}
@media (min-width: 1024px) {
  #header .content #nav .nav-list .sign-up a:hover {
    padding: 0 50px;
  }
}
#header.top {
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(3px);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}
#header.top .content {
  max-width: 1260px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  #header.top .content {
    padding: 0px 40px;
  }
}
@media (min-width: 1280px) {
  #header.top .content {
    padding: 0;
  }
}
#header.top .content #logo img {
  height: 70px;
}
#header.top .content #nav #menu-button {
  height: 70px;
}

/* container /////////////////////////////////////////////////////////////////////////////////// */
#container {
  position: relative;
  padding-bottom: 150px;
}
#container .content {
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #container .content {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  #container .content {
    margin: 0 40px;
  }
}
@media (min-width: 1280px) {
  #container .content {
    padding: 0;
    margin: auto;
    max-width: 1240px;
  }
}

/* Footer /////////////////////////////////////////////////////////////////////////////////// */
#footer {
  font-size: 16px;
  font-weight: normal;
  color: #FFF;
  width: 100%;
  background-color: black;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  #footer {
    padding-top: 170px;
    padding-bottom: 160px;
  }
}
#footer .content {
  position: relative;
  margin: 0 40px;
  display: grid;
  grid-column: 1fr;
  grid-row-gap: 50px;
}
@media (min-width: 768px) {
  #footer .content {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr auto;
    grid-column-gap: 80px;
    grid-row-gap: 100px;
    margin: 0 auto;
    max-width: 960px;
  }
  #footer .content .footer__solution {
    grid-area: 1/1/2/2;
    white-space: nowrap;
  }
  #footer .content .footer__company {
    grid-area: 1/2/2/3;
  }
  #footer .content .footer__contact {
    grid-area: 1/4/2/5;
  }
  #footer .content .footer__copy {
    grid-area: 2/1/3/5;
  }
}
#footer .content li {
  margin-top: 15px;
  font-size: 1em;
}
#footer .content a {
  position: relative;
  text-decoration: none;
}
#footer .content a:after {
  content: "";
  position: absolute;
  background-color: #FFF;
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-out;
}
#footer .content a:hover:after {
  width: 100%;
}
#footer .content h4 {
  font-size: 1.125em;
}
#footer .content .footer__copy {
  font-weight: 600;
  font-size: 0.875em;
  text-align: center;
}
#footer .content .footer__copy a {
  text-decoration: underline;
}
#footer .content .footer__copy a:after {
  display: none !important;
}
#footer .content .footer__copy .joopbox {
  padding-top: 5px;
  font-size: 12px;
  color: #9B9B9B;
  text-decoration: none;
}
#footer .content .footer__copy .copyright {
  margin-top: 10px;
}

/* /////////////////////////////////////////////////////////////////////////////////// */
/* 3. COMMON ELEMENTS //////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////// */
/* Botones /////////////////////////////////////////////////////////////////////////////////// */
.btn {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  text-wrap: nowrap;
  height: 50px;
  border: 2px solid #FFF;
  line-height: 46px;
  padding: 0 35px;
  border-radius: 25px;
  transition: all 0.3s ease-out !important;
  text-decoration: none !important;
  text-align: center;
}
.btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 1024px) {
  .btn:hover {
    padding: 0 50px;
  }
}

/* Links /////////////////////////////////////////////////////////////////////////////////// */
.link {
  background-position: left -315px;
  padding-left: 6px;
  font-size: 11px;
  color: #666;
}

.link:hover {
  color: #333;
  text-decoration: none;
}

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

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

/* */
/* Uso de cookies ////////////////////////////////////////////////////////*/
#cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  height: auto;
  z-index: 9999;
  padding: 10px;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
  font-size: 11px;
}
#cookies .content {
  margin: 0 auto;
  padding: 10px;
}
@media (min-width: 580px) {
  #cookies .content {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  #cookies .content {
    max-width: 990px;
    padding: 0px;
  }
}
#cookies .content .text {
  display: block;
}
@media (min-width: 580px) {
  #cookies .content .text {
    order: 1;
    flex: 0 1 auto;
  }
}
#cookies .content p {
  margin-top: 5px;
}
@media (min-width: 1024px) {
  #cookies .content p {
    margin-top: 0;
  }
}
#cookies .content p .more {
  text-decoration: underline;
}
#cookies .content .b_accept,
#cookies .content .b_cancel {
  order: 1;
  flex: 0 1 auto;
  margin: 20px 5px;
  white-space: nowrap;
}
@media (min-width: 580px) {
  #cookies .content .b_accept,
  #cookies .content .b_cancel {
    margin: 10px 5px 10px 20px;
  }
}
@media (min-width: 1024px) {
  #cookies .content .b_accept,
  #cookies .content .b_cancel {
    margin-bottom: 0;
  }
}
#cookies .content .b_cancel {
  margin-left: 5px;
}
#cookies .close {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  float: right;
  background: #FFF url(../i/ico_close.svg) no-repeat center center;
}

/* CORNER //////////////////////////////////////////////////////// */
#corner {
  position: absolute;
  top: 420px;
  right: 60px;
  width: 160px;
  height: 160px;
  z-index: 110;
}
@media (min-width: 540px) {
  #corner {
    top: 360px;
  }
}
@media (min-width: 920px) {
  #corner {
    top: 220px;
  }
}
#corner:after {
  display: block;
  width: 260px;
  height: 320px;
  z-index: 100;
  position: absolute;
  top: -85px;
  right: -30px;
  content: "";
  background: url(../i/zoom.png?v=2) no-repeat center;
}
#corner .switch {
  position: relative;
  z-index: 105;
  display: block;
  width: 170px;
  text-align: center;
  right: 25px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #FFF;
}
#corner .form {
  display: none;
  position: relative;
  z-index: 105;
  top: -200px;
  right: 170px;
  width: 270px;
  margin-top: 0;
  padding: 20px 20px;
  border-radius: 4px;
  background: #F1F1F1;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 75%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(75%, #f1f1f1), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 75%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 75%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 75%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 75%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0 );
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.4);
}
@media (min-width: 620px) {
  #corner .form {
    right: 360px;
  }
}
@media (min-width: 920px) {
  #corner .form {
    top: -110px;
    right: 370px;
  }
}
@media (min-width: 1280px) {
  #corner .form {
    top: -110px;
    right: 370px;
  }
}
#corner .form input, #corner .form textarea {
  width: 300px;
}
#corner .form .checks {
  display: block;
  overflow: hidden;
  line-height: 100%;
  height: 30px;
  margin-top: 0;
  padding-left: 0;
}
#corner .form .checks label {
  color: #666666;
  float: left;
  padding-top: 10px;
  white-space: normal;
  width: 220px;
}
#corner .form .close {
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  float: right;
  background: url(../i/b_close.svg) no-repeat center;
}
#corner .form .sent {
  display: none;
}

/* Windows ///////////////////////////////////////////////////////////////////////////////////*/
.windows {
  display: none;
}

.bg {
  overflow: hidden;
  position: fixed;
  width: 100%;
  min-height: 100vh;
  inset: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .bg {
    background: var(--color-primary) url(../i/home__bg.webp) no-repeat top center/cover;
  }
  .be .bg {
    background: var(--color-primary) url(../i/be__bg.webp) no-repeat top center/cover;
  }
}
.bg .halo {
  --delay:0s;
  --size:0.5;
  --speed: 20s;
  aspect-ratio: 1;
  width: calc(150% * var(--size));
  background: linear-gradient(259.53deg, #0A3FFF 6.53%, #04a527 95.34%);
}
.be .bg .halo {
  background: linear-gradient(259.53deg, #df002d 6.53%, #D02A00 95.34%);
}
.bg .halo {
  filter: blur(10vw);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: loop var(--speed) infinite linear;
  animation-delay: var(--delay);
  transform-origin: 50% 50%;
  opacity: 0.6;
}
.bg .halo.halo2 {
  --delay:-12s;
  --size:0.35;
  --speed:25s;
}
.bg .halo.halo3 {
  --delay:-10s;
  --size:0.3;
  --speed:15s;
}

@keyframes loop {
  0% {
    transform: translate3D(0%, 51%, 0) rotate(0deg);
  }
  5% {
    transform: translate3D(8%, 31%, 0) rotate(18deg);
  }
  10% {
    transform: translate3D(22%, 13%, 0) rotate(36deg);
  }
  15% {
    transform: translate3D(40%, 2%, 0) rotate(54deg);
  }
  20% {
    transform: translate3D(46%, 21%, 0) rotate(72deg);
  }
  25% {
    transform: translate3D(50%, 47%, 0) rotate(90deg);
  }
  30% {
    transform: translate3D(53%, 80%, 0) rotate(108deg);
  }
  35% {
    transform: translate3D(59%, 98%, 0) rotate(125deg);
  }
  40% {
    transform: translate3D(84%, 89%, 0) rotate(144deg);
  }
  45% {
    transform: translate3D(92%, 68%, 0) rotate(162deg);
  }
  50% {
    transform: translate3D(99%, 47%, 0) rotate(180deg);
  }
  55% {
    transform: translate3D(97%, 21%, 0) rotate(198deg);
  }
  60% {
    transform: translate3D(80%, 7%, 0) rotate(216deg);
  }
  65% {
    transform: translate3D(68%, 25%, 0) rotate(234deg);
  }
  70% {
    transform: translate3D(59%, 41%, 0) rotate(251deg);
  }
  75% {
    transform: translate3D(50%, 63%, 0) rotate(270deg);
  }
  80% {
    transform: translate3D(38%, 78%, 0) rotate(288deg);
  }
  85% {
    transform: translate3D(21%, 92%, 0) rotate(306deg);
  }
  90% {
    transform: translate3D(3%, 79%, 0) rotate(324deg);
  }
  100% {
    transform: translate3D(0%, 51%, 0) rotate(360deg);
  }
}
/* HERO /////////////////////////////////////////////////////////////////////////////////// */
#hero {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
}
@media (min-width: 540px) {
  #hero {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  #hero {
    margin-top: var(--layout-space);
  }
  #solutions #hero {
    margin-top: 60px;
  }
}
#hero .content {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
#hero .content h1 {
  font-size: 2.625em;
  line-height: 100%;
}
@media (min-width: 1024px) {
  #hero .content h1 {
    font-size: 3.5em;
    line-height: 50px;
  }
}
@media (min-width: 1280px) {
  #hero .content h1 {
    font-size: 4em;
    line-height: 70px;
  }
}
#hero .content h1 em {
  text-decoration: normal;
  text-transform: uppercase;
}
#hero .content h1 img {
  margin-bottom: 10px;
}
#hero .content h2 {
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1023px) {
  #hero .content h2 {
    margin-top: 20px;
  }
  #hero .content h2 > img {
    margin-top: 20px;
  }
}
@media (min-width: 1280px) {
  #hero .content h2 {
    font-size: 1em;
  }
  .be #hero .content h2 img {
    max-height: 600px;
  }
}
#hero .content h2 em {
  color: var(--color-secondary);
}
#hero .content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 50px auto;
  width: 80%;
  justify-items: center;
}
@media (min-width: 768px) {
  #hero .content ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  #hero .content ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1280px) {
  #hero .content ul {
    gap: 60px;
  }
}
#hero .content ul li {
  position: relative;
  max-width: 115px;
  font-size: 0.875em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
#hero .content ul li i {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto 10px;
}
#hero .content ul li:first-child::after {
  content: "New Core 6";
  position: absolute;
  top: -15px;
  right: -20px;
  width: 55px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: #FFF;
  background-color: #eb9c13;
  padding: 3px 5px;
  border-radius: 5px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}
#hero .content p {
  font-size: 1.25em;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #fairs #hero .content p, #contact #hero .content p {
    font-size: 1.5em;
  }
}
#hero .content .description {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}

/* Article /////////////////////////////////////////////////////////////////////////////////// */
article {
  max-width: 760px;
  padding: 50px 0;
  margin: 0 auto;
}
article h1 {
  font-size: 2.875em;
  line-height: 110%;
}
article h2 {
  margin-top: 30px;
  font-size: 2.25em;
  line-height: 110%;
}
article h3 {
  margin-top: 25px;
  font-size: 1.75em;
  line-height: 110%;
}
article h4 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 110%;
}
article a {
  color: #000;
  border-bottom: 1px dotted #000;
  font-weight: 500;
  text-decoration: none;
}
article a:hover {
  border-bottom: 1px solid #999;
  text-decoration: none;
}
article blockquote {
  font-size: 0.875em;
  margin: 20px 0;
  padding: 20px;
  background-color: #FFF7D6;
}
article ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 25px;
}
article ul {
  list-style-type: inherit;
  list-style-position: outside;
  padding-left: 20px;
}
article ol, article ul, article li, article p {
  line-height: 130%;
  margin-top: 20px;
}
article .image {
  margin: 20px 0;
  display: block;
}
article .image.right {
  margin: 30px 0 20px 30px;
  float: right;
}
article .image.left {
  margin: 30px 30px 20px 0;
  float: left;
  clear: both;
}
article .image.minus-top {
  margin-top: 0;
}
article .detail {
  font-size: 0.75em;
  margin-top: 30px;
}

/* FORM  ////////////////////////////////////////////////////////////////////////// */
.form {
  max-width: 700px;
  margin: 30px auto 0;
}
.form .required {
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
}
.form .error {
  margin: 20px 0;
  display: block;
}
.form .error h3 {
  font-size: 3.125em;
  padding-bottom: 25px;
  color: #ff5b5b;
  border-bottom: 3px solid #ff5b5b;
}
.form .error ul, .form .error p {
  margin-top: 2px !important;
}
.form .input_error {
  border-bottom: 2px solid #ff5b5b;
}
.form .input_disabled {
  background: #e4e4e4;
  color: #999;
}
.form .confirm {
  border: 5px solid #FFF;
  padding: 20px;
  margin: 50px 0;
}
.form .confirm h2 {
  margin-top: 0 !important;
}
.form .confirm p {
  font-size: 1.5em;
}
.form .legend {
  display: block;
  margin-top: 0px;
  font-size: 12px;
}
.form .legal {
  font-size: 12px;
}
.form .legal a {
  text-decoration: underline;
}
.form p {
  margin-top: 20px;
  display: block;
}
@media (max-width: 767px) {
  .form .btns {
    text-align: center;
    margin-top: 50px;
  }
  .form .btns .btn {
    min-width: 260px;
  }
}

/* /////////////////////////////////////////////////////////////////////////////////// */
/* 4. PAGES ELEMENTS ///////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////// */
/* HOME ////////////////////////////////////////////////////////////////////////// */
#home #all-in-one p {
  font-size: 1.25em;
  margin-top: 30px;
}
#home #all-in-one .intro,
#home #all-in-one .ending {
  max-width: 860px;
  margin-top: var(--layout-space);
}
@media (min-width: 1024px) {
  #home #all-in-one .intro,
  #home #all-in-one .ending {
    margin: var(--layout-space) auto 0;
  }
}
#home #all-in-one .ending {
  max-width: 700px;
}
#home #all-in-one .ending h2 {
  text-align: center;
}
#home #all-in-one .wrap {
  position: relative;
  margin: auto;
  max-width: 1240px;
}
@media (max-width: 1023px) {
  #home #all-in-one .images-sticky {
    display: none;
  }
}
@media (min-width: 1024px) {
  #home #all-in-one .images-sticky {
    position: absolute;
    top: 0;
    right: 20px;
    max-width: 750px;
    height: 2450px;
  }
  #home #all-in-one .images-sticky ul {
    position: sticky;
    top: calc(50vh - 150px);
  }
}
@media (min-width: 1024px) and (min-width: 1100px) {
  #home #all-in-one .images-sticky ul {
    top: calc(50vh - 180px);
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  #home #all-in-one .images-sticky ul {
    top: calc(50vh - 220px);
  }
}
@media (min-width: 1024px) {
  #home #all-in-one .images-sticky ul li {
    opacity: 0;
    height: auto;
    overflow: hidden;
  }
  #home #all-in-one .images-sticky ul li.inactive {
    opacity: 0;
    height: 0;
  }
  #home #all-in-one .images-sticky ul li.active {
    opacity: 1;
    position: relative;
    height: auto;
  }
  #home #all-in-one .images-sticky ul li img {
    max-height: 300px;
  }
}
@media (min-width: 1024px) and (min-width: 1100px) {
  #home #all-in-one .images-sticky ul li img {
    max-height: 360px;
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  #home #all-in-one .images-sticky ul li img {
    max-height: 500px;
  }
}
@media (min-width: 1024px) {
  #home #all-in-one .images-sticky ul li:first-child {
    margin-top: 0;
  }
}
#home #all-in-one #bookingengine,
#home #all-in-one #web,
#home #all-in-one #marketing,
#home #all-in-one #bi {
  margin-top: var(--layout-space);
}
#home #all-in-one #bookingengine .content,
#home #all-in-one #web .content,
#home #all-in-one #marketing .content,
#home #all-in-one #bi .content {
  display: flex;
  gap: 40px;
}
@media (max-width: 1023px) {
  #home #all-in-one #bookingengine .content,
  #home #all-in-one #web .content,
  #home #all-in-one #marketing .content,
  #home #all-in-one #bi .content {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  #home #all-in-one #bookingengine .content,
  #home #all-in-one #web .content,
  #home #all-in-one #marketing .content,
  #home #all-in-one #bi .content {
    justify-content: space-between;
    align-items: center;
    height: 500px;
  }
}
@media (min-width: 1024px) {
  #home #all-in-one .box {
    width: 400px;
  }
}
#home #all-in-one .box h2 {
  font-size: 0.8125rem;
  text-transform: uppercase;
}
#home #all-in-one .box li {
  margin-top: 10px;
  padding-left: 35px;
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  #home #all-in-one .box li.inline {
    display: inline-block;
    margin-right: 18px;
  }
}
#home #all-in-one .image {
  display: block;
}
#home #all-in-one .image img {
  max-height: 400px;
}
@media (min-width: 1024px) {
  #home #all-in-one .image {
    display: none;
  }
}
#home #difference {
  margin-top: var(--layout-space);
}
#home #difference .content {
  max-width: 700px;
  margin: 0 auto;
}
#home #difference .content h2 {
  text-align: center;
}
#home #difference .content p {
  font-size: 1.25em;
  margin-top: 30px;
}
#home #difference ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}
#home #difference ul .box {
  flex-grow: 1;
  flex-basis: 300px;
  max-width: 300px;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  line-height: 110%;
  height: 360px;
  background-color: #000;
  border-radius: 10px;
  padding: 35px 50px 0;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}
#home #difference ul .dif-custom {
  background: #000 url(../i/home__dif-custom.png) no-repeat bottom center;
}
#home #difference ul .dif-support {
  background: #000 url(../i/home__dif-support.png) no-repeat bottom center;
}
#home #difference ul .dif-experince {
  background: #000 url(../i/home__dif-experience.png) no-repeat bottom center;
}
#home #difference .btns {
  text-align: center;
  margin-top: 50px;
}

/* SOLUTIONS ////////////////////////////////////////////////////////////////////////// */
#solutions {
  overflow-x: hidden;
}
#solutions #highlights p {
  font-size: 1.25em;
  margin-top: 30px;
}
#solutions #highlights .intro,
#solutions #highlights .description,
#solutions #highlights .ending {
  margin-top: var(--layout-space);
}
@media (min-width: 1024px) {
  #solutions #highlights .intro,
  #solutions #highlights .description,
  #solutions #highlights .ending {
    margin: var(--layout-space) auto 0;
  }
}
#solutions #highlights .description h2,
#solutions #highlights .description .btns,
#solutions #highlights .ending h2,
#solutions #highlights .ending .btns {
  text-align: center;
}
#solutions #highlights .description {
  max-width: 780px;
}
#solutions #highlights .description p {
  margin-top: 20px;
}
#solutions #highlights .features {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--layout-space) / 3);
}
#solutions #highlights .features li {
  flex-grow: 1;
  flex-basis: 250px;
  margin-top: 15px;
  padding-left: 25px;
  background: url(../i/ico_check.svg) no-repeat left 0;
}
@media (max-width: 767px) {
  #solutions #highlights .features li {
    font-size: 1.25em;
    background-position: left 3px;
  }
}
#solutions #highlights .list {
  margin-top: calc(var(--layout-space) / 3);
}
#solutions #highlights .list li {
  font-size: 1.25em;
  margin-top: 15px;
  padding-left: 25px;
  background: url(../i/ico_check.svg) no-repeat left 3px;
}
#solutions #highlights .list + .btns,
#solutions #highlights .features + .btns {
  margin-top: 50px;
}
#solutions #highlights .wrap {
  position: relative;
  margin: auto;
  max-width: 1240px;
}
#solutions #highlights .section-group {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 0 20px;
  margin: 50px auto;
}
@media (min-width: 768px) {
  #solutions #highlights .section-group {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  #solutions #highlights .section-group {
    margin: 0 40px;
  }
}
@media (min-width: 1280px) {
  #solutions #highlights .section-group {
    padding: 0;
    margin: auto;
  }
}
#solutions #highlights .section-group .section {
  flex-grow: 1;
  flex-basis: 300px;
  flex-direction: column !important;
  align-items: center !important;
}
#solutions #highlights .section-group .content {
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: center;
  height: auto !important;
  margin: 0;
  padding: 0;
}
#solutions #highlights .section-group .box {
  width: 90%;
}
@media (min-width: 1024px) {
  #solutions #highlights .section-group .box {
    width: auto !important;
  }
}
#solutions #highlights .section-group .box h2 {
  font-size: 2em;
}
@media (min-width: 728px) {
  #solutions #highlights .section-group .box h2 {
    font-size: 2em;
    line-height: 40px;
  }
}
#solutions #highlights .section-group .image {
  padding-top: 0;
}
#solutions #highlights .section {
  margin-top: var(--layout-space);
}
#solutions #highlights .section .content {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1023px) {
  #solutions #highlights .section .content {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  #solutions #highlights .section .content {
    justify-content: space-between;
  }
}
#solutions #highlights .section.big .content {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #solutions #highlights .box {
    width: 400px;
  }
  #solutions #highlights .box.lg {
    width: 600px;
  }
}
#solutions #highlights .box h2 {
  font-size: 2.5em;
  line-height: 100%;
}
@media (min-width: 768px) {
  #solutions #highlights .box h2 {
    font-size: 2.625em;
  }
}
@media (min-width: 1024px) {
  #solutions #highlights .box h2 {
    font-size: 3.5em;
    line-height: 45px;
  }
}
@media (min-width: 1280px) {
  #solutions #highlights .box h2 {
    font-size: 3.5em;
    line-height: 54px;
  }
}
#solutions #highlights .box h3 {
  font-size: 0.8125rem;
  text-transform: uppercase;
}
#solutions #highlights .box li {
  margin-top: 10px;
  padding-left: 35px;
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  #solutions #highlights .box li.inline {
    display: inline-block;
    margin-right: 18px;
  }
}
#solutions #highlights .box h2 + p {
  margin-top: 10px;
}
#solutions #highlights .big .box {
  width: auto;
}
#solutions #highlights .big .box h2 {
  text-align: center;
  margin-bottom: 30px;
}
#solutions #highlights .big .box p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#solutions #highlights .image {
  display: block;
}
@media (min-width: 1024px) {
  #solutions #highlights .image {
    padding-top: 30px;
  }
}
#home #solutions #highlights .image img {
  max-height: 400px;
}
@media (min-width: 1024px) {
  #home #solutions #highlights .image {
    display: none;
  }
}
@media (min-width: 1024px) {
  #solutions #highlights #web-custom .image {
    position: absolute;
    right: -50%;
  }
}
@media (min-width: 1024px) and (max-width: 1159px) {
  #solutions #highlights #web-custom .image img {
    max-height: 520px;
  }
}
@media (min-width: 1160px) and (max-width: 1279px) {
  #solutions #highlights #web-custom .image img {
    max-height: 620px;
  }
}
@media (min-width: 1280px) {
  #solutions #highlights #web-custom .image {
    position: absolute;
    right: -50%;
  }
}

/* ABOUT ////////////////////////////////////////////////////////////////////////// */
#about-us #hero > .content {
  max-width: 860px;
}
#about-us #hero > .content h1 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  line-height: 100%;
}
#about-us #hero > .content h2 {
  max-width: 540px;
  line-height: 140%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#about-us #hero > .content p {
  max-width: 860px;
}
#about-us #container > .content p {
  font-size: 1.25em;
  margin-top: 30px;
}
#about-us #container > .content .intro,
#about-us #container > .content .description,
#about-us #container > .content .ending {
  max-width: 860px;
  margin-top: var(--layout-space);
}
@media (min-width: 1024px) {
  #about-us #container > .content .intro,
  #about-us #container > .content .description,
  #about-us #container > .content .ending {
    margin: var(--layout-space) auto 0;
  }
}
#about-us #container > .content .description h2,
#about-us #container > .content .description .btns,
#about-us #container > .content .ending h2,
#about-us #container > .content .ending .btns {
  text-align: center;
}
#about-us #container > .content .description p {
  margin-top: 20px;
}
#about-us #container > .content .group {
  margin-top: var(--layout-space);
}
#about-us #container > .content .group .content {
  max-width: 700px;
  margin: 0 auto;
}
#about-us #container > .content .group .content h2 {
  text-align: center;
}
#about-us #container > .content .group .content p {
  font-size: 1.25em;
  margin-top: 30px;
}
#about-us #container > .content .group ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}
#about-us #container > .content .group ul .box {
  flex-grow: 1;
  flex-basis: 300px;
  max-width: 300px;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  line-height: 110%;
  height: 360px;
  background-color: #000;
  border-radius: 10px;
  padding: 35px 30px 0;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}
#about-us #container > .content .group ul .reason1 {
  background: #000 url(../i/about-us__reason1.png) no-repeat bottom center;
}
#about-us #container > .content .group ul .reason2 {
  background: #000 url(../i/about-us__reason2.png) no-repeat bottom center;
}
#about-us #container > .content .group ul .reason3 {
  background: #000 url(../i/about-us__reason3.png) no-repeat bottom center;
}
#about-us #container > .content .group ul .reason4 {
  background: #000 url(../i/about-us__reason4.png) no-repeat bottom center;
}
#about-us #container > .content .group ul .reason5 {
  background: #000 url(../i/about-us__reason5.png) no-repeat bottom center;
}
#about-us #container > .content .group ul .reason6 {
  background: #000 url(../i/about-us__reason6.png) no-repeat bottom center;
}
#about-us #container > .content .group .btns {
  text-align: center;
  margin-top: 50px;
}

/* CONTACT ////////////////////////////////////////////////////////////////////////// */
#contact .form {
  margin-top: 60px;
}

/* FAIRS ////////////////////////////////////////////////////////////////////////// */
#fairs #hero h1 img {
  max-height: 600px;
}
#fairs .form {
  margin-top: 150px;
}

/* SUPPORT ////////////////////////////////////////////////////////////////////////// */
#support .form {
  margin-top: 60px;
}

/* FAQ ////////////////////////////////////////////////////////////////////////////// */
/* FAQ: Categories */
#faq h2 {
  font-size: 24px;
}

#faq .categories {
  display: block;
}

#faq .categories li {
  display: inline-block;
  vertical-align: top;
  margin: 30px 0 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  #faq .categories li {
    width: 46%;
    margin-left: 7%;
  }
}

@media (min-width: 768px) {
  #faq .categories li.odd {
    margin-left: 0;
  }
}

#faq .categories h3 {
  font-size: 21px;
  margin-top: 0;
}

#faq .categories h3 a {
  color: #333;
  text-decoration: none;
  border-bottom: none;
}

#faq .categories .questions {
  border: medium none;
}

/* FAQ: Questions */
#faq .questions {
  border-top: 1px solid #EEE;
  margin: 10px 0;
}

#faq .questions li {
  display: block;
  font-size: 14px;
  width: auto;
  margin: 5px 0 0 0;
  padding: 3px 0;
  border-bottom: 1px solid #EEE;
}

#faq .questions li a {
  line-height: 18px;
  text-decoration: none;
  display: block;
}

#faq .questions li :hover {
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  background-color: #EEE;
  display: block;
}

#faq .questions li.view-all {
  background: none repeat scroll 0 0 transparent;
  border-bottom: none;
  text-align: right;
}

#faq .questions li.view-all a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: #EEE;
  padding: 5px 8px;
}

/* FAQ-ARTICLES */
/* Navegation */
#faq-nav {
  position: relative;
  display: block;
  z-index: 10;
  margin: 0 0 50px 0;
}
#faq-nav li {
  display: inline-block;
}
#faq-nav li a {
  display: inline-block;
  font: 300 14px var(--ff-base);
  color: var(--color-primary);
  text-decoration: none;
  padding: 5px 10px;
  border-right: 1px solid #e4e4e4;
  letter-spacing: 0;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  opacity: 0.4;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s;
  -ms-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
#faq-nav li.active a, #faq-nav li a:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in 0s;
  -moz-transition: opacity 0.3s ease-in 0s;
  -ms-transition: opacity 0.3s ease-in 0s;
  -o-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
}

#faq-articles hr {
  margin: 60px 0;
}
#faq-articles .questions li {
  margin: 30px 0 10px 0;
  padding: 3px 0;
  text-decoration: none;
}
#faq-articles .questions li h2 {
  font-size: 24px;
}
#faq-articles .questions li a {
  color: #555;
  text-decoration: none;
  display: block;
}
#faq-articles .questions h2 a {
  color: var(--color-primary);
  border-bottom: none;
}
#faq-articles .questions h2 a:hover {
  text-decoration: underline;
}
#faq-articles .questions p {
  padding-top: 10px;
  line-height: 18px;
}
#faq-articles .questions p a {
  color: #555;
}
#faq-articles .questions strong {
  font-weight: 500;
  color: var(--color-primary);
}
#faq-articles .data {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 13px;
  color: #555;
}
#faq-articles .article h2 {
  border-top: solid 1px #DDD;
  padding-top: 29px;
}
