@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url(../fonts/DuplicateSans/stylesheet.css);
@import url(../fonts/DuplicateSlab/stylesheet.css);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*, *:before, *:after {
  box-sizing: border-box;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.grid {
  width: 100%;
  height: auto;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
}
.grid .title {
  width: 100%;
}
.grid .flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grid .relative {
  position: relative;
}
.grid .col100,
.grid .col75,
.grid .col70,
.grid .col60,
.grid .col50,
.grid .col55,
.grid .col45,
.grid .col40,
.grid .col30,
.grid .col33,
.grid .col25,
.grid .col20 {
  height: auto;
  padding: 0 15px 25px;
  box-sizing: border-box;
  flex: 0 0 auto;
}
@media only screen and (max-width: 700px) {
  .grid .col100,
.grid .col75,
.grid .col70,
.grid .col60,
.grid .col50,
.grid .col55,
.grid .col45,
.grid .col40,
.grid .col30,
.grid .col33,
.grid .col25,
.grid .col20 {
    padding: 0 10px 25px;
  }
}
.grid .col100 {
  width: 100%;
}
.grid .col80 {
  width: 80%;
}
@media only screen and (max-width: 800px) {
  .grid .col80 {
    width: 100%;
  }
}
.grid .col75 {
  width: 75%;
}
@media only screen and (max-width: 800px) {
  .grid .col75 {
    width: 100%;
  }
}
.grid .col70 {
  width: 70%;
}
@media only screen and (max-width: 800px) {
  .grid .col70 {
    width: 100%;
  }
}
.grid .col60 {
  width: 60%;
}
@media only screen and (max-width: 800px) {
  .grid .col60 {
    width: 100%;
  }
}
.grid .col55 {
  width: 55%;
}
@media only screen and (max-width: 800px) {
  .grid .col55 {
    width: 100%;
  }
}
.grid .col50 {
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .grid .col50 {
    width: 100%;
  }
}
.grid .col45 {
  width: 45%;
}
@media only screen and (max-width: 800px) {
  .grid .col45 {
    width: 100%;
  }
}
.grid .col40 {
  width: 40%;
}
@media only screen and (max-width: 800px) {
  .grid .col40 {
    width: 100%;
  }
}
.grid .col33 {
  width: 33%;
}
@media only screen and (max-width: 800px) {
  .grid .col33 {
    width: 50%;
  }
}
.grid .col30 {
  width: 30%;
}
@media only screen and (max-width: 800px) {
  .grid .col30 {
    width: 50%;
  }
}
.grid .col25 {
  width: 25%;
}
@media only screen and (max-width: 800px) {
  .grid .col25 {
    width: 50%;
  }
}
.grid .col20 {
  width: 20%;
}
@media only screen and (max-width: 800px) {
  .grid .col20 {
    width: 100%;
  }
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ | Ritto Edit */
html {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
body {
  font-size: 16px;
  overflow-x: hidden;
  background: #fff;
}

.wrap-bj {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .wrap-bj {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .wrap-bj {
    max-width: 90rem;
    padding-right: 4.375rem;
    padding-left: 4.375rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.container-brj {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media only screen and (min-width: 576px) {
  .container-brj {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .container-brj {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .container-brj {
    max-width: 90rem;
    padding-right: 4.375rem;
    padding-left: 4.375rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.main {
  width: 100%;
  position: relative;
}

section {
  width: 100%;
  height: auto;
  position: static;
  outline: none;
  z-index: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.scrollhidden {
  overflow: hidden;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    vertical-align: middle;
    border-style: none;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  opacity: 1;
  transition-duration: 0.55s;
}
a:active, a:focus, a:hover {
  text-decoration: none;
  opacity: 0.9;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.gigantic,
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: "Duplicate Slab";
}

.gigantic {
  font-size: 110px;
  line-height: 1.09;
  letter-spacing: -2px;
}

h1 {
  font-size: 58px;
  line-height: 1.05;
}

h2 {
  font-size: 35px;
  line-height: 1.14;
}

h3 {
  font-size: 29px;
  line-height: 1.38;
}

h4 {
  font-size: 21px;
  line-height: 1.4;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 11px;
}

small {
  font-size: 10px;
  line-height: 1.2;
}

p {
  opacity: 1;
  margin-top: 0;
  margin-bottom: 1rem;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

input,
textarea,
button {
  box-sizing: border-box;
}

button {
  background: transparent;
  border: none;
}
button:focus {
  outline: none;
}

.title-box h1 {
  font-size: 54px;
  padding: 0;
  margin: 0;
  color: #2E2E2E;
  padding: 5px;
  position: relative;
  display: inline-block;
}
.title-box h1:before {
  content: "";
  background: #4BDCDC;
  z-index: -1;
  width: 100%;
  height: 55%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(5%, 80%);
}

.container-style {
  background: #F2F2F2;
  position: relative;
  color: #2E2E2E;
  padding: 20px;
  margin-bottom: 40px;
  border: 3px solid #2E2E2E;
}
.container-style:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15px;
  left: 15px;
  border: 3px solid #2E2E2E;
  z-index: -1;
}

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

@media print {
  .no-print {
    display: none !important;
  }
}

.print {
  display: none;
}
@media print {
  .print {
    display: block !important;
  }
}

.print-flex {
  display: none;
}
@media print {
  .print-flex {
    display: flex !important;
  }
}

.logo-print img {
  margin: 0 auto;
  text-align: center;
}

@media print {
  * {
    background: transparent;
    color: #000;
    text-shadow: none;
    filter: none;
    -ms-filter: none;
  }
  nav, footer, video, audio, object, embed, iframe {
    display: none;
  }
  @page {
    margin: 0.5cm !important;
  }
  body {
    font: 12pt Georgia, "Times New Roman", Times, serif !important;
    color: #000 !important;
  }
  a {
    color: inherit !important;
    border-bottom-color: #9a9a98;
  }
  a[href]::after {
    content: " (" attr(href) ")" !important;
    color: #0078a4 !important;
  }
  a, a:visited {
    text-decoration: underline !important;
  }
  .headerbrj-row {
    display: none !important;
  }
}
.headerbrj {
  position: relative;
  z-index: 300;
  background-color: #000;
}
.headerbrj .wrap-bj {
  z-index: 5;
}
.headerbrj.headerbrj--white {
  background-color: #fff;
}
.headerbrj.headerbrj--white .headerbrj-row .header-logo .logobrj {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .headerbrj.headerbrj--white .headerbrj-row .header-logo .logobrj:before {
    display: none;
  }
}
.headerbrj.headerbrj--white .headerbrj-row .header-logo .logobrj a {
  color: #000;
}
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-menu li a,
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-menu-frent li a,
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-menu-pod li a {
  color: #000;
}
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-menu li.play a,
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-menu-frent li.play a,
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-menu-pod li.play a {
  animation-name: pulse2;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes pulse2 {
  0% {
    color: #000;
  }
  50% {
    color: #ffc107;
  }
  100% {
    color: #000;
  }
}
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-menu li.play a:hover,
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-menu-frent li.play a:hover,
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-menu-pod li.play a:hover {
  color: #ffc107;
  opacity: 1;
}
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-btns {
  color: #000;
}
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-btns .btn-search svg path,
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-btns .btn-search svg rect {
  fill: #000;
}
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-btns .btn-search:hover svg path,
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-btns .btn-search:hover svg rect {
  fill: #fbb000;
}
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-btns .btn-brj-menu {
  color: #000;
}
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-btns .btn-brj-menu svg rect {
  fill: #000;
}
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-btns .btn-brj-menu:hover svg rect {
  fill: #fbb000;
}
.headerbrj.headerbrj--white .headerbrj-row .header-controls .headerbrj-btns .btn-brj-menu:hover span {
  color: #fbb000;
}
.headerbrj.header-int .headerbrj-row .header-logo .logobrj {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .headerbrj.header-int .headerbrj-row .header-logo .logobrj:before {
    display: none;
  }
}
.headerbrj.headerbrj-navpage {
  padding-top: 1.125rem;
  padding-bottom: 1.25rem;
  padding-bottom: 0;
  margin-bottom: 1.25rem;
  color: #fff;
  background-color: #fbb000;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .headerbrj.headerbrj-navpage {
    padding-top: 2.5rem;
    padding-bottom: 2.0625rem;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .headerbrj.headerbrj-navpage {
    padding-top: 1.875rem;
  }
}
.headerbrj.headerbrj-navpage .wrap-bj {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .headerbrj.headerbrj-navpage .wrap-bj {
    --navpage-avatar-h: 5.9375rem;
  }
}
.headerbrj.headerbrj-navpage .headerbrj-navpage-menu ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.headerbrj.headerbrj-navpage .headerbrj-navpage-menu ul li {
  margin-right: 2rem;
}
.headerbrj.headerbrj-navpage .headerbrj-navpage-menu ul li.current-menu-item a {
  opacity: 1;
}
.headerbrj.headerbrj-navpage .headerbrj-navpage-menu ul li a {
  font-weight: 500;
  color: #fff;
  opacity: 0.5;
  transition: opacity ease-in-out 0.3s;
}
.headerbrj.headerbrj-navpage .headerbrj-navpage-menu ul li a:hover {
  opacity: 1;
}
.headerbrj.headerbrj-navpage .headerbrj-navpage-title {
  font-size: var(--navpage-title-fz, 2.0625rem);
  font-weight: 700;
  line-height: var(--navpage-title-lh, 1.9375rem);
  margin: 0;
  padding-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .headerbrj.headerbrj-navpage .headerbrj-navpage-title {
    --navpage-title-fz: 2.8125rem;
    --navpage-title-lh: 2.375rem;
    padding-bottom: 2.0625rem;
  }
}
@media only screen and (min-width: 992px) {
  .headerbrj.headerbrj-navpage .headerbrj-navpage-title {
    --navpage-title-fz: 3.4375rem;
  }
}
.headerbrj.headerbrj-navpage .headerbrj-titlepage {
  display: none;
}
@media only screen and (max-width: 767px) {
  .headerbrj.headerbrj-navpage .headerbrj-titlepage {
    display: block;
    margin-bottom: 0.9375rem;
    font-size: 1.125rem;
    font-weight: 500;
  }
}
.headerbrj.headerbrj-navpage .boxavatar {
  display: flex;
  flex-direction: column;
  max-width: 10rem;
  width: 100%;
}
@media only screen and (min-width: 567px) {
  .headerbrj.headerbrj-navpage .boxavatar {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .headerbrj.headerbrj-navpage .boxavatar {
    max-width: 225px;
  }
}
@media only screen and (min-width: 1200px) {
  .headerbrj.headerbrj-navpage .boxavatar {
    max-width: 290px;
  }
}
.headerbrj.headerbrj-navpage .boxavatar .boxavatar-wrapimg {
  position: relative;
  display: block;
  width: 100%;
}
.headerbrj.headerbrj-navpage .boxavatar .boxavatar-wrapimg:before, .headerbrj.headerbrj-navpage .boxavatar .boxavatar-wrapimg:after {
  position: absolute;
  content: "";
  background-color: #000;
}
.headerbrj.headerbrj-navpage .boxavatar .boxavatar-wrapimg:before {
  top: 0.625rem;
  right: -0.625rem;
  width: 0.0625rem;
  height: 100%;
}
@media only screen and (min-width: 567px) {
  .headerbrj.headerbrj-navpage .boxavatar .boxavatar-wrapimg:before {
    height: calc(100% + 0.2375rem);
  }
}
@media only screen and (min-width: 1200px) {
  .headerbrj.headerbrj-navpage .boxavatar .boxavatar-wrapimg:before {
    height: 100%;
  }
}
.headerbrj.headerbrj-navpage .boxavatar .boxavatar-wrapimg:after {
  bottom: var(--wrapimg-afeter-bt, -10px);
  left: 0.625rem;
  width: 100%;
  height: 0.0625rem;
}
@media only screen and (min-width: 576px) {
  .headerbrj.headerbrj-navpage .boxavatar .boxavatar-wrapimg:after {
    bottom: -0.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .headerbrj.headerbrj-navpage .boxavatar .boxavatar-wrapimg:after {
    bottom: -0.625rem;
  }
}
.headerbrj.headerbrj-navpage .boxavatar .boxavatar-wrapimg img {
  z-index: 2;
  width: 100%;
  height: auto;
  border: solid 0.0625rem #000;
}
.headerbrj.headerbrj-navpage .boxavatar .boxavatar-wraptext {
  padding-top: 1.25rem;
  color: #000;
}
@media only screen and (min-width: 576px) {
  .headerbrj.headerbrj-navpage .boxavatar .boxavatar-wraptext {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 0;
    margin-left: 2.5rem;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.headerbrj.headerbrj-navpage .boxavatar .boxavatar-wraptext .boxavatar-wraptext-title {
  font-size: 1.4375rem;
  letter-spacing: -0.35px;
}
@media only screen and (min-width: 768px) {
  .headerbrj.headerbrj-navpage .boxavatar .boxavatar-wraptext .boxavatar-wraptext-title {
    font-size: 1.6875rem;
    letter-spacing: -0.4px;
  }
}
@media only screen and (min-width: 1200px) {
  .headerbrj.headerbrj-navpage .boxavatar .boxavatar-wraptext .boxavatar-wraptext-title {
    font-size: 1.875rem;
  }
}
.headerbrj.headerbrj-navpage .boxavatar .boxavatar-wraptext a {
  font-size: 0.875rem;
  color: #70757d;
}
.headerbrj.headerbrj-navpage .boxavatar .boxavatar-wraptext .btn {
  color: #fff;
}
.headerbrj.headerbrj-navpage.quemfaznav {
  position: relative;
}
.headerbrj.headerbrj-navpage.quemfaznav::after {
  width: 100%;
  content: "";
  height: 20px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
}

.hd-play .headerbrj-row .header-logo .btn-back {
  cursor: pointer;
  padding: 5px 8px 8px;
  border-radius: 4px;
  background: #1A1B1F;
  margin-right: 5px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .hd-play .headerbrj-row .header-logo .btn-back {
    display: none;
  }
}
.hd-play .headerbrj-row .header-logo .btn-back figure {
  margin: 0;
}
.hd-play .headerbrj-row .header-controls .headerbrj-menu li.play.current-menu-item a {
  color: #ffc107;
}
.hd-play .headerbrj-row .header-controls .headerbrj-menu li.play a {
  position: relative;
  padding-right: 18px;
  animation-name: pulseplay;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hd-play .headerbrj-row .header-controls .headerbrj-menu li.play a::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 3px;
  right: 0;
  background: url(../../assets/img/play_svg.svg) no-repeat;
}
@keyframes pulseplay {
  0% {
    color: #949aa5;
  }
  50% {
    color: #ffc107;
    color: #fec20f;
  }
  100% {
    color: #949aa5;
  }
}
.hd-play .headerbrj-row .header-controls .headerbrj-menu li.play a:hover {
  color: #ffc107;
  color: #fec20f;
  opacity: 1;
}
.hd-play .headerbrj-row .header-controls .headerbrj-menu li.play svg {
  margin-left: 4px;
}

.headerbrj-row {
  height: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.headerbrj-row .header-logo {
  display: flex;
  align-items: center;
  flex: 0 0 25%;
  max-width: 25%;
}
.headerbrj-row .header-logo .logobrj {
  position: relative;
  margin-bottom: 0;
  font-size: 1.75rem;
  color: #fff;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .headerbrj-row .header-logo .logobrj {
    padding-left: 5.25rem;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .headerbrj-row .header-logo .logobrj:before {
    position: absolute;
    top: 0.625rem;
    left: 0;
    z-index: 5;
    width: 3.75rem;
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 3.625rem;
    color: #000;
    text-align: center;
    content: "B";
    background-color: #fff;
    border: solid 0.0625rem #000;
    -webkit-box-shadow: 0.3125rem 0.3125rem 0 #fff;
    box-shadow: 0.3125rem 0.3125rem 0 #fff;
  }
}
.headerbrj-row .header-logo .logobrj a {
  color: #fff;
  text-decoration: none;
  letter-spacing: -1px;
  opacity: 1;
  transition-duration: 0.3s;
}
.headerbrj-row .header-logo .logobrj a:hover {
  opacity: 0.6;
}
.headerbrj-row .header-logo .logobrj a span {
  color: #fbb000;
}
.headerbrj-row .header-logo .btn-back {
  display: none;
}
.headerbrj-row .header-controls {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 75%;
  max-width: 75%;
}
.headerbrj-row .header-controls .headerbrj-menu {
  display: none;
}
@media only screen and (min-width: 1300px) {
  .headerbrj-row .header-controls .headerbrj-menu {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0;
    margin-right: 1.874rem;
    margin-bottom: 0;
    list-style: none;
    height: 100%;
  }
}
.headerbrj-row .header-controls .headerbrj-menu li {
  margin-right: 1.5rem;
  /*&:nth-child(5){
      a{
          &:hover{
              color: #2BBA8E;
              opacity: 1;
          }
      }
  }*/
}
.headerbrj-row .header-controls .headerbrj-menu li:last-child {
  margin-right: 0;
}
.headerbrj-row .header-controls .headerbrj-menu li.current-menu-item a {
  color: #FBB001;
}
.headerbrj-row .header-controls .headerbrj-menu li a {
  font-size: 1.125rem;
  color: #949aa5;
  transition-duration: 0.15s;
  font-family: "Duplicate Slab", arial, helvetica, sans-serif;
  font-weight: 500;
}
.headerbrj-row .header-controls .headerbrj-menu li.negocios.current-menu-item a {
  color: #6b3eff;
}
.headerbrj-row .header-controls .headerbrj-menu li.negocios a:hover {
  color: #6b3eff;
  opacity: 1;
}
.headerbrj-row .header-controls .headerbrj-menu li.economia.current-menu-item a {
  color: #4ca8ea;
}
.headerbrj-row .header-controls .headerbrj-menu li.economia a:hover {
  color: #4ca8ea;
  opacity: 1;
}
.headerbrj-row .header-controls .headerbrj-menu li.tecnologia.current-menu-item a {
  color: #FE3563;
}
.headerbrj-row .header-controls .headerbrj-menu li.tecnologia a:hover {
  color: #FE3563;
  opacity: 1;
}
.headerbrj-row .header-controls .headerbrj-menu li.esg.current-menu-item a {
  color: #40eb1e;
}
.headerbrj-row .header-controls .headerbrj-menu li.esg a:hover {
  color: #40eb1e;
  opacity: 1;
}
.headerbrj-row .header-controls .headerbrj-menu li.weekend.current-menu-item a {
  color: #c923a9;
}
.headerbrj-row .header-controls .headerbrj-menu li.weekend a:hover {
  color: #c923a9;
  opacity: 1;
}
.headerbrj-row .header-controls .headerbrj-menu li.daytrade.current-menu-item a {
  color: #FF7127;
}
.headerbrj-row .header-controls .headerbrj-menu li.daytrade a:hover {
  color: #FF7127;
  opacity: 1;
}
.headerbrj-row .header-controls .headerbrj-menu li.play.current-menu-item a {
  color: #ffc107;
}
.headerbrj-row .header-controls .headerbrj-menu li.play a {
  position: relative;
  padding-right: 18px;
  animation-name: pulse;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.headerbrj-row .header-controls .headerbrj-menu li.play a::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 3px;
  right: 0;
  background: url(../../assets/img/play_svg.svg) no-repeat;
}
@keyframes pulse {
  0% {
    color: #949aa5;
  }
  50% {
    color: #ffc107;
  }
  100% {
    color: #949aa5;
  }
}
.headerbrj-row .header-controls .headerbrj-menu li.play a:hover {
  color: #ffc107;
  opacity: 1;
}
.headerbrj-row .header-controls .headerbrj-menu li.play svg {
  margin-left: 4px;
}
.headerbrj-row .header-controls .headerbrj-menu-frent {
  display: none;
}
@media only screen and (min-width: 1300px) {
  .headerbrj-row .header-controls .headerbrj-menu-frent {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0;
    margin-right: 1.875rem;
    margin-bottom: 0;
    list-style: none;
    height: 100%;
  }
}
.headerbrj-row .header-controls .headerbrj-menu-frent li {
  margin-right: 1.5rem;
}
.headerbrj-row .header-controls .headerbrj-menu-frent li:last-child {
  margin-right: 0;
}
.headerbrj-row .header-controls .headerbrj-menu-frent li.current-menu-item a {
  color: #FBB001;
}
.headerbrj-row .header-controls .headerbrj-menu-frent li a {
  font-size: 1.125rem;
  color: #949aa5;
  transition-duration: 0.15s;
  font-family: "Duplicate Slab", arial, helvetica, sans-serif;
  font-weight: 500;
}
.headerbrj-row .header-controls .headerbrj-menu-pod {
  display: none;
}
@media only screen and (min-width: 1300px) {
  .headerbrj-row .header-controls .headerbrj-menu-pod {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0;
    margin-right: 1.875rem;
    margin-bottom: 0;
    list-style: none;
    height: 100%;
  }
}
.headerbrj-row .header-controls .headerbrj-menu-pod li {
  margin-right: 1.5rem;
}
.headerbrj-row .header-controls .headerbrj-menu-pod li:last-child {
  margin-right: 0;
}
.headerbrj-row .header-controls .headerbrj-menu-pod li.current-menu-item a {
  color: #FBB001;
}
.headerbrj-row .header-controls .headerbrj-menu-pod li a {
  font-size: 1.125rem;
  color: #949aa5;
  transition-duration: 0.15s;
  font-family: "Duplicate Slab", arial, helvetica, sans-serif;
  font-weight: 500;
}
.headerbrj-row .header-controls .headerbrj-menu-pod li:nth-child(1) a:hover {
  color: #3461FF;
  opacity: 1;
}
.headerbrj-row .header-controls .headerbrj-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
.headerbrj-row .header-controls .headerbrj-btns .btn-search {
  cursor: pointer;
}
.headerbrj-row .header-controls .headerbrj-btns .btn-search:hover svg path,
.headerbrj-row .header-controls .headerbrj-btns .btn-search:hover svg rect {
  fill: #fbb000;
}
.headerbrj-row .header-controls .headerbrj-btns .btn-search svg {
  margin: 0;
  padding: 0;
}
.headerbrj-row .header-controls .headerbrj-btns .btn-brj-menu {
  display: flex;
  align-items: center;
  padding-right: 0;
  margin-left: 1.75rem;
  color: #fff;
  background: 0 0;
  border: 0;
  transition-duration: 0.15s;
  font-family: "Duplicate Slab", arial, helvetica, sans-serif;
  font-weight: 500;
}
.headerbrj-row .header-controls .headerbrj-btns .btn-brj-menu:hover svg rect {
  fill: #fbb000;
}
.headerbrj-row .header-controls .headerbrj-btns .btn-brj-menu:hover span {
  color: #fbb000;
}
.headerbrj-row .header-controls .headerbrj-btns .btn-brj-menu span {
  display: none;
}
@media only screen and (min-width: 576px) {
  .headerbrj-row .header-controls .headerbrj-btns .btn-brj-menu span {
    display: inline-block;
    margin-left: 0.875rem;
    font-size: 1.125rem;
  }
}

.menubrj {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  background-color: #000;
  opacity: 0;
  transition: transform 150ms ease 100ms, opacity 150ms ease 50ms, -webkit-transform 150ms ease 100ms;
  transform: scale(1, 0);
  transform-origin: top;
}
@media only screen and (min-width: 768px) {
  .menubrj {
    position: absolute;
    top: 3.75rem;
    z-index: 4;
    height: auto;
    overflow-x: initial;
    padding-top: 3.4375rem;
  }
}
@media only screen and (min-width: 768px) {
  .menubrj .headerbrj-row {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .menubrj .menubrj-row > div {
    border-left: solid 1px #363334;
  }
  .menubrj .menubrj-row > div:first-child {
    border-left: none;
  }
}
.menubrj .menubrj-row .menubrj-list {
  padding-bottom: 1.4375rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .menubrj .menubrj-row .menubrj-list {
    border-bottom: 0.0625rem solid #363334;
  }
}
.menubrj .menubrj-row .menubrj-list header .menubrj-list-title {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  font-weight: 600;
  color: #fbb000;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
}
.menubrj .menubrj-row .menubrj-list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.menubrj .menubrj-row .menubrj-list ul li.play a {
  position: relative;
  padding-right: 18px;
}
.menubrj .menubrj-row .menubrj-list ul li.play a::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 3px;
  right: 0;
  background: url(../../assets/img/play_svg.svg) no-repeat;
}
.menubrj .menubrj-row .menubrj-list ul li.play a:hover {
  color: #ffc107;
  opacity: 1;
}
.menubrj .menubrj-row .menubrj-list ul li.play svg {
  margin-left: 4px;
}
.menubrj .menubrj-row .menubrj-list ul li a {
  font-size: 1.125rem;
  color: #949aa5;
  transition-duration: 0.15s;
  font-family: "Duplicate Sans";
}
@media only screen and (min-width: 992px) {
  .menubrj .menubrj-row .menubrj-colsocial {
    display: flex;
    justify-content: space-between;
  }
}
.menubrj .menubrj-row .menubrj-colsocial .menubrj-list {
  flex-grow: 1;
}
@media only screen and (min-width: 992px) {
  .menubrj .menubrj-row .menubrj-colsocial .menubrj-list:last-child {
    padding-left: 0.9375rem;
    margin-bottom: 0;
    border-left: solid 0.0625rem #363334;
  }
}

.menubrj-open .menubrj {
  opacity: 1;
  transition: transform 300ms ease 50ms, opacity 300ms ease 150ms, -webkit-transform 300ms ease 50ms;
  transform: scale(1, 1);
}
.menubrj-open .headerbrj--white {
  background-color: #fff;
}
.menubrj-open .headerbrj--white .headerbrj-row .header-logo .logobrj a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .menubrj-open .headerbrj--white .headerbrj-row .header-logo .logobrj a {
    color: #000;
  }
}

.menubrj-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
}
.menubrj-overlay.block {
  display: block;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.3125rem 1.25rem;
  font-size: 1rem;
  color: #fff;
  background-color: #000;
  border-radius: 0;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 500;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
.btn:hover {
  color: #fff;
  background-color: #484c54;
  opacity: 1;
}

.alm-load-more-btn {
  /*display: inline-block !important;*/
  display: inline-block;
  font-weight: 400 !important;
  color: #212529 !important;
  text-align: center !important;
  vertical-align: middle !important;
  user-select: none !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 0.25rem !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  padding: 0.3125rem 1.25rem !important;
  font-size: 1rem !important;
  color: #fff !important;
  background-color: #000 !important;
  border-radius: 0 !important;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif !important;
  font-weight: 500 !important;
  padding-top: 0.6875rem !important;
  padding-bottom: 0.6875rem !important;
  width: 100% !important;
}
.alm-load-more-btn:hover {
  color: #fff !important;
  background-color: #484c54 !important;
  opacity: 1 !important;
}

/*--------

MENU HAMBUGER ANIMATION

--------*/
.hamb {
  position: relative;
  z-index: 100;
  cursor: pointer;
  display: block;
  padding: 10px;
}
@media only screen and (min-width: 750px) {
  .hamb {
    display: none;
  }
}
.hamb .hamb-content {
  height: 13px;
  width: 21px;
  position: relative;
}
.hamb .hamb-content span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 200ms ease-in-out;
}
.hamb .hamb-content span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.hamb .hamb-content span:nth-child(2) {
  top: 5px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.hamb .hamb-content span:nth-child(3) {
  top: 10px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.hamb span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 450ms ease-in-out;
  transition: 450ms ease-in-out;
}
.hamb span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.hamb span:nth-child(2) {
  top: 5px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.hamb span:nth-child(3) {
  top: 10px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.hamb.open span:nth-child(1) {
  transform: rotate(35deg);
}
.hamb.open span:nth-child(2) {
  display: none;
}
.hamb.open span:nth-child(3) {
  top: 12px;
  transform: rotate(-35deg);
}

form input[type=text],
form input[type=email] {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
form input[type=text]:focus,
form input[type=email]:focus {
  outline: 0;
  border-color: #FBB000;
  box-shadow: 0 0 0 1px rgba(251, 176, 0, 0.2);
}
form textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form textarea:focus {
  outline: 0;
}

.footerbrj {
  flex: none;
  padding-top: 1.75rem;
  padding-bottom: 2.25rem;
  margin-top: 5rem;
  background-color: #000;
}
.footerbrj .logobrj {
  margin-bottom: 2.0625rem;
  font-size: 1.75rem;
}
@media only screen and (min-width: 1200px) {
  .footerbrj .logobrj {
    font-size: 2rem;
  }
}
.footerbrj .logobrj a {
  color: #fff;
  text-decoration: none;
}
.footerbrj .logobrj a:hover {
  opacity: 0.6;
}
.footerbrj .logobrj a span {
  color: #949aa5;
}
.footerbrj .menusocial ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 2.8125rem;
}
.footerbrj .menusocial ul li {
  display: inline-flex;
}
.footerbrj .menusocial ul li .menusocial-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.75rem;
  font-size: 1.625rem;
  color: #fff;
  background-color: transparent;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 768px) {
  .footerbrj .menusocial ul li .menusocial-item {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.footerbrj .menusocial ul li .menusocial-item svg path {
  fill: #fff;
}
.footerbrj .menusocial ul li .menusocial-item:hover {
  background-color: #fbb000;
  opacity: 1;
  transition-duration: 0.15s;
}
.footerbrj .menusocial ul li .menusocial-item:hover svg path {
  fill: #000;
}
@media only screen and (min-width: 576px) {
  .footerbrj .footerbrj-menu {
    text-align: right;
  }
}
.footerbrj .footerbrj-menu ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.footerbrj .footerbrj-menu ul.menu {
  margin-top: 20px;
}
.footerbrj .footerbrj-menu ul a {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6875rem;
  color: #949aa5;
  font-family: "Duplicate Slab", arial, helvetica, sans-serif;
  text-decoration: none;
}
.footerbrj .footerbrj-menu ul a:hover {
  color: #fbb000;
}
@media only screen and (min-width: 1200px) {
  .footerbrj .footerbrj-menu ul a {
    line-height: 1.6875rem;
  }
}
.footerbrj .footerbrj-copyright {
  color: #949aa5;
}
.footerbrj .footerbrj-copyright p {
  font-size: 0.75rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.modal-brj .modal-brj {
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  .modal-brj .modal-dialog {
    max-width: 100%;
    margin: 0;
    align-items: normal;
  }
}
.modal-brj .modal-brj-btnclose {
  position: absolute;
  top: -0.4375rem;
  right: -2.3125rem;
  width: 1.75rem;
  background: 0 0;
  border: 0;
}
.modal-brj .modal-brj-btnclose img {
  width: 100%;
}
.modal-brj .modal-body {
  padding-top: 2.0625rem;
  padding-right: var(--modalsearch-body-pd, 0.9375rem);
  padding-left: var(--modalsearch-body-pd, 0.9375rem);
}
@media only screen and (min-width: 768px) {
  .modal-brj .modal-body {
    --modalsearch-body-pd: 3.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .modal-brj .modal-body {
    --modalsearch-body-pd: 5.8125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-brj .modal-body {
    --modalsearch-body-pd: 6.875rem;
    padding-bottom: 66px;
  }
}
@media only screen and (max-width: 991px) {
  .modal-brj .modal-body {
    position: relative;
    padding-top: 4.125rem;
  }
}
.modal-brj .modal-body .modal-brj-btnclose {
  display: none;
}
@media only screen and (max-width: 576px) {
  .modal-brj .modal-body .modal-brj-btnclose {
    top: -2.5rem;
    right: 0;
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .modal-brj .modal-body .modal-brj-btnclose {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    display: block;
  }
}
.modal-brj .modal-body form .input-group .input-group-prepend {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
}
.modal-brj .modal-body form .input-group .input-group-prepend .input-group-text {
  background: #fff;
  border-right: none;
  border-radius: 0;
}
.modal-brj .modal-body form .input-group .input-group-append {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 3;
}
.modal-brj .modal-body form .input-group .input-group-append .inputbrj-btnclear {
  border: 1px solid #000;
  background: #fff;
}
.modal-brj .modal-body form .input-group input {
  padding-left: 64px;
  background: transparent;
}
.modal-brj .modal-body .allnews .allnews-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-brj .modal-body .allnews .allnews-list li {
  list-style: none;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  z-index: 9;
}
@media only screen and (min-width: 992px) {
  .modal-brj .modal-body .allnews .allnews-list li {
    width: 47%;
    flex-basis: 47%;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-brj .modal-body .allnews .allnews-list li {
    width: 31%;
    flex-basis: 31%;
  }
}
.modal-brj .modal-body .allnews .allnews-list li .boxarticle .boxarticle-wrap {
  flex-direction: row;
}
@media only screen and (min-width: 992px) {
  .modal-brj .modal-body .allnews .allnews-list li .boxarticle .boxarticle-wrap {
    flex-direction: column-reverse;
  }
}
.modal-brj .modal-body .allnews .allnews-list li .boxarticle .boxarticle-wrap .boxarticle-infos .boxarticle-infos-tag {
  display: none;
}
.searchwp-live-search-results-showing {
  margin: 0;
  padding: 0;
  display: flex !important;
  background: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 680px;
}
.searchwp-live-search-results-showing li {
  list-style: none;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .searchwp-live-search-results-showing li {
    width: 47%;
    flex-basis: 47%;
  }
}
@media only screen and (min-width: 1200px) {
  .searchwp-live-search-results-showing li {
    width: 31%;
    flex-basis: 31%;
  }
}
.searchwp-live-search-results-showing li:nth-child(1), .searchwp-live-search-results-showing li:nth-child(2), .searchwp-live-search-results-showing li:nth-child(3), .searchwp-live-search-results-showing li:nth-child(4), .searchwp-live-search-results-showing li:nth-child(5), .searchwp-live-search-results-showing li:nth-child(6) {
  display: block;
}
.searchwp-live-search-results-showing li .boxarticle .boxarticle-wrap {
  flex-direction: row;
}
@media only screen and (min-width: 992px) {
  .searchwp-live-search-results-showing li .boxarticle .boxarticle-wrap {
    flex-direction: column-reverse;
  }
}
.searchwp-live-search-results-showing li .boxarticle .boxarticle-wrap .boxarticle-infos .boxarticle-infos-tag {
  display: none;
}
.allnews {
  position: relative;
}

.cs-search-live-result {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  top: 16px;
}
.cs-search-live-result .searchwp-live-search-results {
  left: 0 !important;
  top: 0 !important;
}

.modal-open .main {
  filter: blur(5px);
}

.fa-close.text-dark {
  color: #fff !important;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.newsletter-box-modal {
  background: #171717;
  padding: 33px 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
.newsletter-box-modal.newsletter-open {
  transform: translate(0px, 0);
}
.newsletter-box-modal .header-newsletter {
  display: flex;
  justify-content: space-between;
  padding: 0 0 24px;
  padding: 0 0 0;
}
.newsletter-box-modal .header-newsletter .newscta img {
  max-width: 20px;
}
.newsletter-box-modal h2 {
  color: #fff;
}
.newsletter-box-modal h4 {
  color: #fff;
  padding-bottom: 10px;
}
.newsletter-box-modal .form-group {
  display: flex;
  flex-wrap: wrap;
}
.newsletter-box-modal .form-group input {
  width: calc(100% - 160px);
  margin-right: 20px;
  height: 46px;
  border-radius: 0;
}
.newsletter-box-modal .form-group .btn {
  width: 100%;
  max-width: 140px;
  height: 46px;
  background: #FBB001;
  color: #000;
}
.newsletter-box-modal .form-group .btn:hover {
  opacity: 0.8;
}

.main {
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}

#body.newsletter-open .newsletter-box-modal {
  transform: translate(0px, 0);
}
#body.newsletter-open .main {
  margin-top: 200px;
}

@media only screen and (max-width: 576px) {
  #content-newsletter {
    background: #171717;
  }
}
.newsletter-box-modal .newsletter-form {
  max-width: 90rem;
  padding-right: 4.375rem;
  padding-left: 4.375rem;
  margin-right: auto;
  margin-left: auto;
}
.newsletter-box-modal .newsletter-form .registernews {
  color: #000;
  display: flex;
}
.newsletter-box-modal .newsletter-form .registernews .icon {
  display: none;
}
.newsletter-box-modal .newsletter-form .registernews label {
  display: none;
}
.newsletter-box-modal .newsletter-form .registernews .form-group {
  display: flex;
  width: calc(100% - 160px);
  margin-right: 20px;
  height: 46px;
  border-radius: 0;
}
.newsletter-box-modal .newsletter-form .registernews .form-group input {
  width: 100%;
  margin-right: 0;
}
.newsletter-box-modal .newsletter-form .registernews .form-group div.mce_inline_error {
  background: transparent !important;
  color: #fff !important;
  font-weight: bold;
}
.newsletter-box-modal .newsletter-form .registernews p,
.newsletter-box-modal .newsletter-form .registernews .btn-box {
  width: 100%;
  max-width: 140px;
  height: 46px;
}
.newsletter-box-modal .newsletter-form .registernews p .btn,
.newsletter-box-modal .newsletter-form .registernews .btn-box .btn {
  background: #FBB001;
  color: #000;
  width: 100%;
}
.newsletter-box-modal .newsletter-form #mce-responses .response {
  background: transparent !important;
  color: #fff !important;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .newsletter-box-modal .newsletter-form {
    max-width: 90%;
    padding: 0;
  }
}
.newsletter-box-modal .mc4wp-response {
  max-width: 90rem;
  padding-right: 4.375rem;
  padding-left: 4.375rem;
  margin-right: auto;
  margin-left: auto;
}
.newsletter-box-modal .mc4wp-response p {
  color: #fff;
}

.bannerbrj {
  background-color: black;
}
.bannerbrj .wrap-bj {
  padding-right: 0;
  padding-left: 0;
}
.bannerbrj figure {
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .bannerbrj figure.banner-video {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 992px) {
  .bannerbrj figure.banner-video .bannerbrj-info {
    margin-top: -77px;
    z-index: 2;
  }
}
@media only screen and (max-width: 992px) {
  .bannerbrj figure.banner-video .bannerbrj-img {
    z-index: 0;
  }
}
.bannerbrj .bannerbrj-info {
  padding-top: var(--info-pdt, 2.5rem);
  padding-bottom: var(--info-pdb, 2.1875rem);
}
@media only screen and (min-width: 768px) {
  .bannerbrj .bannerbrj-info {
    --info-pdt: 2.75rem;
  }
}
@media only screen and (min-width: 992px) {
  .bannerbrj .bannerbrj-info {
    --info-pdt: 3rem;
  }
}
.bannerbrj .bannerbrj-info div {
  padding-right: var(--info-div-pdr-content, 0.9375rem);
  padding-left: var(--info-div-pdl-content, 0.9375rem);
}
@media only screen and (min-width: 768px) {
  .bannerbrj .bannerbrj-info div {
    --info-div-pdr-content: 3rem;
    --info-div-pdl-content: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .bannerbrj .bannerbrj-info div {
    --info-div-pdr-content: 4.375rem;
    --info-div-pdl-content: 4.375rem;
  }
}
.bannerbrj .bannerbrj-info .btn-type-category {
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  margin-bottom: 27px;
  padding: 8px 25px;
  padding: 5px 15px;
  letter-spacing: -0.005em;
  color: #fff;
  font-weight: 600;
}
.bannerbrj .bannerbrj-info .bannerbrj-title {
  margin-bottom: 0;
  font-size: clamp(2.375rem, 5vw, 3.375rem);
  font-weight: 600;
  line-height: clamp(2.25rem, 5vw, 3rem);
  letter-spacing: -1px;
  opacity: 1;
  transition-duration: 0.15s;
  margin-top: 0;
}
.bannerbrj .bannerbrj-info .bannerbrj-title a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.bannerbrj .bannerbrj-info .bannerbrj-title a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}
.bannerbrj .bannerbrj-info .btn {
  background-color: #fff;
  color: #000;
  margin-top: 27px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.005em;
  padding: 10px 20px;
}
.bannerbrj .bannerbrj-img {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .bannerbrj .bannerbrj-img {
    padding-left: 0.9375rem;
  }
}
.bannerbrj .bannerbrj-img .mask {
  background: linear-gradient(89.7deg, #000000 0.28%, rgba(0, 0, 0, 0.36) 22.05%, rgba(0, 0, 0, 0) 51.07%, rgba(0, 0, 0, 0.36) 79.57%, #000000 99.78%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .bannerbrj .bannerbrj-img .mask {
    background: linear-gradient(0deg, #000000 1.15%, rgba(0, 0, 0, 0) 99.08%);
    /* transform: rotate(-90deg); */
    height: 70%;
    top: auto;
    bottom: 0;
  }
}
.bannerbrj .bannerbrj-img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: var(--banner-img-h, auto);
}
@media only screen and (min-width: 992px) {
  .bannerbrj .bannerbrj-img img {
    --banner-img-h: 25.9375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .bannerbrj .bannerbrj-img img {
    --banner-img-h: 24.6875rem;
  }
}
.bannerbrj .bannerbrj-img video {
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: var(--banner-img-h, auto);
}
@media only screen and (min-width: 992px) {
  .bannerbrj .bannerbrj-img video {
    --banner-img-h: 25.9375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .bannerbrj .bannerbrj-img video {
    --banner-img-h: 24.6875rem;
  }
}
.bannerbrj .bannerbrj-img:hover .play-btn {
  opacity: 1;
}
.bannerbrj .bannerbrj-img .play-btn {
  position: absolute;
  opacity: 0;
  margin: auto;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.1s ease-in-out;
}
.bannerbrj .badge-bj {
  padding: 0.25rem 0.5rem;
  color: #fff;
  border-radius: 0;
  padding: var(--banner-badge-pd, 0.25rem 0.5rem);
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1200px) {
  .bannerbrj .badge-bj {
    --banner-badge-pd: .5rem;
  }
}
.bannerbrj .badge-bj.badge-bj-break {
  background-color: #ff3e3e;
  font-family: "Duplicate Slab", arial, helvetica, sans-serif;
  font-weight: 600;
}
.bannerbrj .badge-bj.badge-bj-exclusive {
  background-color: #FBB001;
  color: #000;
  font-family: "Duplicate Slab", arial, helvetica, sans-serif;
  font-weight: 600;
}
.bannerbrj .badge-bj-simple {
  --badge-bj-hover: #fff;
  background-color: #000;
}

.gridarticles {
  margin-top: var(--gridart-mt, 2.25rem);
  margin-bottom: var(--gridart-mb, 3.5rem);
}
@media only screen and (min-width: 768px) {
  .gridarticles {
    --gridart-mt: 3rem;
    --gridart-mb: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .gridarticles {
    --gridart-mt: 3.875rem;
    --gridart-mb: 3.875rem;
  }
}

.cat .boxarticle.boxarticle--big .boxarticle-wrap {
  flex-direction: column-reverse;
  overflow: hidden;
}

.header-pagedesc {
  padding-top: 1.5625rem;
  padding-bottom: 0.3125rem;
}
.header-pagedesc .header-pagedesc-title {
  margin-bottom: 0;
  margin: 0;
  font-size: clamp(2.625rem, 6vw, 4rem);
  font-weight: 800;
}

@media only screen and (min-width: 1200px) {
  .boxarticle.boxarticle--big {
    display: flex;
    height: 100%;
    padding-bottom: 0;
  }
}
.boxarticle.boxarticle--big .boxarticle-wrap {
  display: flex;
  margin-bottom: 0;
  flex-direction: column;
}
.boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-infos {
  --infos-tag-fz: clamp(1rem, 2vw, 1.375rem);
  --infos-title-fz: clamp(1.875rem, 4vw, 2.875rem);
  --infos-text-fz: clamp(1rem, 1.8vw, 1.25rem);
  --infos-text-mt: 0.75rem;
  flex: 1;
  padding-right: var(--bxart-infos-pdr, 1.875rem);
}
@media only screen and (min-width: 1200px) {
  .boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-infos {
    --bxart-infos-pdr: 2.75rem;
    --infos-text-fz: 1.125rem;
  }
}
.boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-infos .boxarticle-infos-tag {
  margin-bottom: 0;
  font-size: var(--infos-tag-fz, clamp(0.875rem, 1.5vw, 1.125rem));
}
.boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-infos .boxarticle-infos-title {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: var(--infos-title-fz, clamp(1.125rem, 2vw, 1.5rem));
  line-height: 1;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 600;
}
.boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-infos .boxarticle-infos-text {
  margin-top: var(--infos-text-mt, 0.75rem);
  margin-bottom: var(--infos-text-mb, 0);
  font-size: var(--infos-text-fz, 1rem);
  line-height: 1;
  color: #70757d;
}
.boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-img {
  --bxart-img-h: 12.75rem;
  margin-top: var(--bxart-img-mt, 2.25rem);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-img {
    --bxart-img-h: 19.0625rem;
    --bxart-img-mt: 2.5rem;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-img {
    --bxart-img-h: 23.75rem;
    --bxart-img-mt: 0;
  }
}
.boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-img:hover .play-btn {
  opacity: 1;
}
.boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-img .play-btn {
  position: absolute;
  opacity: 0;
  margin: auto;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.1s ease-in-out;
}
.boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-img .video-duration-badge {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  padding: 0 0.3rem;
  z-index: 4;
  background: #000;
  color: #fff;
}
.boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-img .video-duration-badge::after {
  content: "";
  position: absolute;
  right: -0.34rem;
  height: 100%;
  width: 4px;
  bottom: -0.2rem;
  background: #000;
}
.boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-img .video-duration-badge::before {
  content: "";
  position: absolute;
  right: -0.34rem;
  width: 100%;
  height: 4px;
  bottom: -0.34rem;
  background: #000;
}
.boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: var(--bxart-img-h, 7.8125rem);
}
.boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-img video {
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: var(--bxart-img-h, 7.8125rem);
}

.orange-theme .boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-img .video-duration-badge {
  bottom: auto;
  right: auto;
  top: 0.8rem;
  left: 0.8rem;
  background: #FBB001;
  color: #212529;
}
.orange-theme .boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-img .video-duration-badge::after {
  right: -0.34rem;
  bottom: -0.2rem;
  background: #FBB001;
}
.orange-theme .boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-img .video-duration-badge::before {
  right: -0.34rem;
  bottom: -0.34rem;
  background: #FBB001;
}
.orange-theme .boxarticle.boxarticle--big .boxarticle-wrap .boxarticle-img .video-duration-badge svg {
  margin: 0 0 4px;
}
.orange-theme .boxarticle .boxarticle-wrap .boxarticle-img .video-duration-badge {
  bottom: auto;
  right: auto;
  top: 0.8rem;
  left: 0.8rem;
  background: #FBB001;
  color: #212529;
  font-weight: 500;
}
.orange-theme .boxarticle .boxarticle-wrap .boxarticle-img .video-duration-badge::after {
  right: -0.34rem;
  bottom: -0.2rem;
  background: #FBB001;
}
.orange-theme .boxarticle .boxarticle-wrap .boxarticle-img .video-duration-badge::before {
  right: -0.34rem;
  bottom: -0.34rem;
  background: #FBB001;
}
.orange-theme .boxarticle .boxarticle-wrap .boxarticle-img .video-duration-badge svg {
  margin: 0 0 4px;
}

.boxarticle a {
  color: inherit;
}
.boxarticle .boxarticle-wrap {
  display: flex;
  margin-bottom: 0;
}
.boxarticle .boxarticle-wrap .boxarticle-infos {
  flex: 1;
  padding-right: var(--bxart-infos-pdr, 1.875rem);
}
@media only screen and (min-width: 1200px) {
  .boxarticle .boxarticle-wrap .boxarticle-infos {
    --bxart-infos-pdr: 1.75rem;
    --infos-text-fz: 1.125rem;
  }
}
.boxarticle .boxarticle-wrap .boxarticle-infos .boxarticle-infos-tag {
  margin-bottom: 0;
  font-size: var(--infos-tag-fz, clamp(0.875rem, 1.5vw, 1.125rem));
}
.boxarticle .boxarticle-wrap .boxarticle-infos .boxarticle-infos-title {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: var(--infos-title-fz, clamp(1.125rem, 2vw, 1.5rem));
  line-height: 1;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 600;
}
.boxarticle .boxarticle-wrap .boxarticle-infos .boxarticle-infos-text {
  margin-top: var(--infos-text-mt, 0.75rem);
  margin-bottom: var(--infos-text-mb, 0);
  font-size: var(--infos-text-fz, 1rem);
  line-height: 1;
  color: #70757d;
}
.boxarticle .boxarticle-wrap .boxarticle-img {
  display: block;
  flex: 1;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .boxarticle .boxarticle-wrap .boxarticle-img {
    --bxart-img-h: 10.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .boxarticle .boxarticle-wrap .boxarticle-img {
    --bxart-img-h: 10.625rem;
  }
}
.boxarticle .boxarticle-wrap .boxarticle-img:hover .play-btn {
  opacity: 1;
}
.boxarticle .boxarticle-wrap .boxarticle-img .play-btn {
  position: absolute;
  opacity: 0;
  margin: auto;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.1s ease-in-out;
}
.boxarticle .boxarticle-wrap .boxarticle-img .video-duration-badge {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  padding: 0 0.3rem;
  z-index: 4;
  background: #000;
  color: #fff;
}
.boxarticle .boxarticle-wrap .boxarticle-img .video-duration-badge::after {
  content: "";
  position: absolute;
  right: -0.34rem;
  height: 100%;
  width: 4px;
  bottom: -0.2rem;
  background: #000;
}
.boxarticle .boxarticle-wrap .boxarticle-img .video-duration-badge::before {
  content: "";
  position: absolute;
  right: -0.34rem;
  width: 100%;
  height: 4px;
  bottom: -0.34rem;
  background: #000;
}
.boxarticle .boxarticle-wrap .boxarticle-img img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: var(--bxart-img-h, 7.8125rem);
}
.boxarticle .boxarticle-wrap .boxarticle-img video {
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: var(--bxart-img-h, 7.8125rem);
}

.articleslist ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.articleslist ul li {
  padding-top: var(--list-li-pt, 1.25rem);
  margin-top: var(--list-li-mt, 1.25rem);
  border-top: var(--list-li-bordert, solid 0.0625rem #edf1f7);
}
@media only screen and (min-width: 1200px) {
  .articleslist ul li:first-child {
    --list-li-pt: 0;
    --list-li-mt: .3125rem;
    --list-li-bordert: none;
  }
}

@media only screen and (min-width: 768px) {
  .articleslist--row ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .articleslist--row ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    flex-wrap: initial;
    justify-content: initial;
  }
}
.articleslist--row ul li {
  border-color: #edf1f7;
}
@media only screen and (min-width: 768px) {
  .articleslist--row ul li {
    -ms-flex-preferred-size: var(--article-li-basis, 48%);
    flex-basis: var(--article-li-basis, 48%);
  }
  .articleslist--row ul li:first-child {
    padding-top: 0;
    border-color: transparent;
    --list-li-mt: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .articleslist--row ul li {
    --article-li-basis: 23%;
    padding-top: 0;
    border-color: transparent;
  }
}
@media only screen and (min-width: 1200px) {
  .articleslist--row .boxarticle {
    padding-bottom: 3.25rem;
  }
}
.articleslist--row .boxarticle-infos-tag {
  margin-bottom: 0;
  font-size: var(--infos-tag-fz, clamp(0.875rem, 1.5vw, 1.125rem));
  --infos-tag-fz: clamp(0.875rem, 1.5vw, 1.125rem);
}
.articleslist--row .boxarticle-infos-title {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: var(--infos-title-fz, clamp(1.125rem, 2vw, 1.5rem));
  line-height: 1;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 600;
  --infos-title-fz: clamp(1.125rem, 2vw, 1.5rem);
}

.gridarticles--rowbig {
  --gridart-mt: 2.25rem;
}
@media only screen and (min-width: 768px) {
  .gridarticles--rowbig {
    --gridart-mt: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .gridarticles--rowbig {
    --gridart-mt: 3.375rem;
  }
}
.gridarticles--rowbig .boxarticle.boxarticle--rowbig .boxarticle-wrap {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .gridarticles--rowbig .boxarticle.boxarticle--rowbig .boxarticle-wrap {
    flex-direction: row;
  }
}
.gridarticles--rowbig .boxarticle.boxarticle--rowbig .boxarticle-img {
  --bxart-img-h: 12.75rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .gridarticles--rowbig .boxarticle.boxarticle--rowbig .boxarticle-img {
    --bxart-img-h: 15.3125rem;
  }
}
@media only screen and (min-width: 992px) {
  .gridarticles--rowbig .boxarticle.boxarticle--rowbig .boxarticle-img {
    --bxart-img-h: 19.0625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .gridarticles--rowbig .boxarticle.boxarticle--rowbig .boxarticle-img {
    --bxart-img-h: 22.125rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.gridarticles--rowbig .boxarticle.boxarticle--rowbig .boxarticle-infos {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: var(--rowbig-info-mb, 2.25rem);
}
@media only screen and (min-width: 768px) {
  .gridarticles--rowbig .boxarticle.boxarticle--rowbig .boxarticle-infos {
    --rowbig-info-mb: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .gridarticles--rowbig .boxarticle.boxarticle--rowbig .boxarticle-infos {
    --rowbig-info-mb: 0;
    --bxart-infos-pdr: 0;
    margin-left: 1.875rem;
    border-bottom: solid 1px #edf1f7;
  }
}
.gridarticles--rowbig .boxarticle.boxarticle--rowbig .boxarticle-infos-tag {
  --infos-tag-fz: clamp(1rem, 2vw, 1.375rem);
}
.gridarticles--rowbig .boxarticle.boxarticle--rowbig .boxarticle-infos-title {
  --infos-title-fz: clamp(1.875rem, 4vw, 2.875rem);
}
.gridarticles--rowbig .boxarticle.boxarticle--rowbig .boxarticle-infos-text {
  --infos-text-fz: clamp(1rem, 2vw, 1.25rem);
}
.gridarticles--rowbig.inverse .boxarticle.boxarticle--rowbig .boxarticle-wrap {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .gridarticles--rowbig.inverse .boxarticle.boxarticle--rowbig .boxarticle-wrap {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .gridarticles--rowbig.inverse .boxarticle.boxarticle--rowbig .boxarticle-infos {
    margin-left: 0;
    margin-right: 1.875rem;
  }
}

.topstories {
  margin-top: var(--topstories-mt, 3.5rem);
}
@media only screen and (min-width: 768px) {
  .topstories {
    --topstories-mt: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .topstories {
    --topstories-mt: 4.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .topstories .bannerbrj {
    padding-bottom: 1.875rem;
  }
}
.topstories .bannerbrj--colorhero .bannerbrj-info {
  --info-pdt: 1.5rem;
  --info-pdb: 4.0625rem;
  flex-flow: column;
  align-items: initial;
  justify-content: space-between;
  order: 1;
}
@media only screen and (min-width: 1200px) {
  .topstories .bannerbrj--colorhero .bannerbrj-info {
    --info-pdt: 3.0625rem;
    order: 0;
  }
}
.topstories .bannerbrj--colorhero .badge-bj {
  padding-left: 0;
  margin-bottom: 0.25rem;
  font-size: clamp(1rem, 1.9vw, 1.375rem);
  background-color: transparent;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 400;
}
.topstories .bannerbrj--colorhero .bannerbrj-img {
  position: relative;
  padding-left: 0;
}
@media only screen and (min-width: 1200px) {
  .topstories .bannerbrj--colorhero .bannerbrj-img {
    --banner-img-h: 24.5rem;
  }
}
.topstories .bannerbrj--colorhero .bannerbrj-img > div:before {
  position: absolute;
  width: 1.875rem;
  height: 100%;
  content: "";
  background-color: var(--banner-img-bd, #000);
  opacity: 0.6;
}
.topstories .bannerbrj--colorhero .div-control.img-video:before {
  display: none;
}
.topstories .bannerbrj--colorhero .div-control.img-video .video-duration-badge {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  padding: 0 0.3rem;
  z-index: 4;
  background: #000;
  color: #fff;
}
.topstories .bannerbrj--colorhero .div-control.img-video .video-duration-badge::after {
  content: "";
  position: absolute;
  right: -0.34rem;
  height: 100%;
  width: 4px;
  bottom: -0.2rem;
  background: #000;
}
.topstories .bannerbrj--colorhero .div-control.img-video .video-duration-badge::before {
  content: "";
  position: absolute;
  right: -0.34rem;
  width: 100%;
  height: 4px;
  bottom: -0.34rem;
  background: #000;
}
.topstories .bannerbrj--colorhero.tag-negocios {
  background: #6b3eff;
  --banner-img-bd: #6b3eff;
}
.topstories .bannerbrj--colorhero.tag-negocios .div-control {
  background: --banner-img-bd;
}
.topstories .bannerbrj--colorhero.tag-economia {
  background: #4ca8ea;
  --banner-img-bd: #4ca8ea;
}
.topstories .bannerbrj--colorhero.tag-economia .div-control {
  background: --banner-img-bd;
}
.topstories .bannerbrj--colorhero.tag-tecnologia {
  background: #fa406b;
  --banner-img-bd: #fa406b;
}
.topstories .bannerbrj--colorhero.tag-tecnologia .div-control {
  background: --banner-img-bd;
}
.topstories .bannerbrj--colorhero.tag-esg {
  background: #40eb1e;
  --banner-img-bd: #40eb1e;
}
.topstories .bannerbrj--colorhero.tag-esg .div-control {
  background: --banner-img-bd;
}
.topstories .bannerbrj--colorhero.tag-weekend {
  background: #c923a9;
  --banner-img-bd: #c923a9;
}
.topstories .bannerbrj--colorhero.tag-weekend .div-control {
  background: --banner-img-bd;
}
.topstories .bannerbrj--colorhero.tag-daytrade {
  background: #ff7127;
  --banner-img-bd: #ff7127;
}
.topstories .bannerbrj--colorhero.tag-daytrade .div-control {
  background: --banner-img-bd;
}
.topstories .bannerbrj--colorhero.tag-agro {
  background-color: #19966B;
  --banner-img-bd: #19966B;
}
.topstories .bannerbrj--colorhero.tag-agro .div-control {
  background: --banner-img-bd;
}
.topstories .bannerbrj--colorhero.tag-macro {
  background-color: #C41829;
  --banner-img-bd: #C41829;
}
.topstories .bannerbrj--colorhero.tag-macro .div-control {
  background: --banner-img-bd;
}
.topstories .bannerbrj--colorhero.tag-bolsa {
  background-color: #1258D0;
  --banner-img-bd: #1258D0;
}
.topstories .bannerbrj--colorhero.tag-bolsa .div-control {
  background: --banner-img-bd;
}
.topstories .bannerbrj--colorhero.tag-vida-executiva {
  background-color: #6B3EFF;
  --banner-img-bd: #6B3EFF;
}
.topstories .bannerbrj--colorhero.tag-vida-executiva .div-control {
  background: --banner-img-bd;
}

.topstories-list {
  padding-top: var(--topstore-list-pdt, 2.5rem);
  padding-bottom: var(--topstore-list-pdb, 4rem);
  background-color: #000;
}
@media only screen and (min-width: 992px) {
  .topstories-list {
    --topstore-list-pdt: 1.875rem;
    --topstore-list-pdb: 3.4375rem;
  }
}
.topstories-list ul {
  padding-left: 0;
  margin-bottom: 0;
  color: #fff;
  list-style: none;
}
.topstories-list .boxarticle--row {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 1200px) {
  .topstories-list .boxarticle--row {
    margin-bottom: 0;
  }
}

.grid-brands .brandedcontent {
  margin-top: var(--branded-mt, 2.25rem);
}
@media only screen and (min-width: 768px) {
  .grid-brands .brandedcontent {
    --branded-mt: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-brands .brandedcontent {
    --branded-mt: 3.375rem;
  }
}
.grid-brands .brandedcontent header {
  margin-bottom: var(--bradend-header-mb, 1.25rem);
}
@media only screen and (min-width: 768px) {
  .grid-brands .brandedcontent header {
    --bradend-header-mb: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-brands .brandedcontent header {
    --bradend-header-mb: 2.6875rem;
    display: flex;
    align-items: center;
  }
}
.grid-brands .brandedcontent header .logobrj-branded iframe,
.grid-brands .brandedcontent header .post-content iframe {
  max-width: 100%;
}
.grid-brands .brandedcontent header .sectionlinks-text {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .grid-brands .brandedcontent header .sectionlinks-text {
    font-size: var(--text-fz, 1.125rem);
    margin-left: var(--header-text-ml, 1.5rem);
  }
}
@media only screen and (min-width: 1200px) {
  .grid-brands .brandedcontent header .sectionlinks-text {
    --text-fz: 1.25rem;
  }
}
.grid-brands .brandedcontent .articleslist ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .grid-brands .brandedcontent .articleslist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-brands .brandedcontent .articleslist ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    flex-wrap: initial;
    justify-content: initial;
  }
}
.grid-brands .brandedcontent .articleslist ul li {
  padding-top: var(--list-li-pt, 1.25rem);
  margin-top: var(--list-li-mt, 1.25rem);
  border-top: var(--list-li-bordert, solid 0.0625rem #edf1f7);
}
@media only screen and (min-width: 768px) {
  .grid-brands .brandedcontent .articleslist ul li {
    -ms-flex-preferred-size: var(--article-li-basis, 48%);
    flex-basis: var(--article-li-basis, 48%);
    --list-li-bordert: none;
  }
  .grid-brands .brandedcontent .articleslist ul li:nth-child(1), .grid-brands .brandedcontent .articleslist ul li:nth-child(2) {
    --list-li-pt: 0;
    --list-li-mt: 0;
  }
}
@media only screen and (min-width: 992px) {
  .grid-brands .brandedcontent .articleslist ul li {
    border-bottom-color: transparent;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-brands .brandedcontent .articleslist ul li {
    --article-li-basis: 23%;
    --list-li-pt: 0;
    --list-li-mt: 0;
  }
}
.grid-brands .brandedcontent .articleslist ul li .boxarticle a {
  color: inherit;
}
.grid-brands .brandedcontent .articleslist ul li .boxarticle-wrap {
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .grid-brands .brandedcontent .articleslist ul li .boxarticle-wrap {
    flex-direction: column;
  }
}
.grid-brands .brandedcontent .articleslist ul li .boxarticle-wrap .boxarticle-img {
  --bxart-img-h: 7.1875rem;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  flex-shrink: initial;
  flex-grow: initial;
}
@media only screen and (min-width: 768px) {
  .grid-brands .brandedcontent .articleslist ul li .boxarticle-wrap .boxarticle-img {
    --bxart-img-h: 10.625rem;
    margin-bottom: 0.75rem;
  }
}
.grid-brands .brandedcontent .articleslist ul li .boxarticle-wrap .boxarticle-img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: var(--bxart-img-h, 7.8125rem);
}
.grid-brands .brandedcontent .articleslist ul li .boxarticle-wrap .boxarticle-infos {
  --bxart-infos-pdr: 0;
  flex: 1;
  padding-right: var(--bxart-infos-pdr, 1.875rem);
  flex-basis: 55%;
  flex-shrink: initial;
  flex-grow: initial;
  line-height: 1;
}
@media only screen and (min-width: 1200px) {
  .grid-brands .brandedcontent .articleslist ul li .boxarticle-wrap .boxarticle-infos {
    --bxart-infos-pdr: 1.75rem;
    --infos-text-fz: 1.125rem;
  }
}
.grid-brands .brandedcontent .articleslist ul li .boxarticle-wrap .boxarticle-infos .boxarticle-infos-title {
  --infos-title-fz: clamp(1.125rem, 2vw, 1.5rem);
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: var(--infos-title-fz, clamp(1.125rem, 2vw, 1.5rem));
  line-height: 1;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 600;
}
.grid-brands .brandedcontent .articleslist ul li .boxarticle-wrap .boxarticle-infos .boxarticle-infos-text {
  --infos-text-fz: 1rem;
  margin-top: var(--infos-text-mt, 0.75rem);
  margin-bottom: var(--infos-text-mb, 0);
  font-size: var(--infos-text-fz, 1rem);
  line-height: 1;
  color: #70757d;
}
@media only screen and (min-width: 1200px) {
  .grid-brands .brandedcontent .articleslist ul li .boxarticle-wrap .boxarticle-infos .boxarticle-infos-text {
    --infos-text-fz: 1.125rem;
  }
}

.areadaytrade {
  position: relative;
  padding-top: var(--daytrade-pdt, 3.25rem);
  padding-bottom: 0;
  margin-top: var(--daytrade-mt, 3.5rem);
  color: #fff;
  background-color: #000;
  border-top: solid var(--daytrade-bdw, 0.375rem) #ff7127;
}
@media only screen and (min-width: 768px) {
  .areadaytrade {
    --daytrade-bdw: .5rem;
    --daytrade-mt: 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .areadaytrade {
    --daytrade-pdt: 3.75rem;
    --daytrade-mt: 4.25rem;
  }
}
.areadaytrade .areadaytrade-imgheader {
  position: absolute;
  top: 0;
  width: 100%;
}
.areadaytrade .areadaytrade-imgheader::after {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
}
.areadaytrade .areadaytrade-imgheader img {
  width: 100%;
  height: var(--imgheader-h, 7.375rem);
  object-fit: cover;
  filter: brightness(0.5);
}
@media only screen and (min-width: 768px) {
  .areadaytrade .areadaytrade-imgheader img {
    --imgheader-h: 8rem;
  }
}
.areadaytrade .areadaytrade-header {
  position: relative;
  margin-bottom: var(--daytrade-header-mb, 2.875rem);
}
@media only screen and (min-width: 768px) {
  .areadaytrade .areadaytrade-header {
    --daytrade-header-mb: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .areadaytrade .areadaytrade-header {
    --daytrade-header-mb: 2.625rem;
  }
}
.areadaytrade .areadaytrade-header .areadaytrade-header-title {
  margin-bottom: 0.375rem;
  font-size: clamp(1.875rem, 3.8vw, 2.5rem);
  font-weight: 800;
}
.areadaytrade .areadaytrade-header .areadaytrade-header-title span {
  color: #ff7127;
}
.areadaytrade .areadaytrade-header .areadaytrade-header p {
  margin-bottom: 0;
  font-size: clamp(0.875rem, 2vw, 1.125rem);
}
.areadaytrade .areadaytrade-header .areadaytrade-showall {
  position: absolute;
  top: var(--showall-top, 0.375rem);
  right: var(--showall-right, 1.5rem);
  font-size: 1.125rem;
  color: #fff;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .areadaytrade .areadaytrade-header .areadaytrade-showall {
    --showall-right: 4.375rem;
  }
}
.areadaytrade .slidedaytrade {
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
  min-height: 13.625rem;
  padding: 0;
  margin-bottom: 30px;
}
.areadaytrade .slidedaytrade .slick-list {
  padding: 0 20% 0 0;
  padding: 0;
}
.areadaytrade .slidedaytrade .slick-dots {
  bottom: 0;
  padding-top: 4.625rem;
}
.areadaytrade .slidedaytrade .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--dots-color, #70757d);
  border-radius: 50%;
}
.areadaytrade .slidedaytrade .slick-dots li.slick-active {
  --dots-color: #fff;
}
.areadaytrade .slidedaytrade .slick-track li {
  padding-right: var(--slick-track-pdr, 1.5rem);
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
@media only screen and (min-width: 768px) {
  .areadaytrade .slidedaytrade .slick-track li {
    --slick-track-pdr: 1.875rem;
  }
}
.areadaytrade .slidedaytrade .boxarticle a {
  color: inherit;
}
.areadaytrade .slidedaytrade .boxarticle-infos-tag {
  margin-bottom: 0;
  font-size: var(--infos-tag-fz, clamp(0.875rem, 1.5vw, 1.125rem));
  color: #ff7127;
}
.areadaytrade .slidedaytrade .boxarticle-infos-title {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: var(--infos-title-fz, clamp(1.125rem, 2vw, 1.5rem));
  line-height: 1;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 600;
}

.post-bannerad-header .banner-ad {
  max-width: 81.25rem;
  background-color: #f0eeee;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}
.post-bannerad-header .banner-ad .banner-ad-wrap {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.post-bannerad-header .banner-ad .banner-ad-wrap .banner-ad-item {
  max-width: 46.875rem;
  display: inline-block;
}
.post-bannerad-header .banner-ad .banner-ad-wrap iframe {
  max-width: 100%;
}

.banner-ad--header {
  max-width: 100%;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  margin-bottom: 0;
}
.banner-ad--header .banner-ad-wrap {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  text-align: center;
}
.banner-ad--header .banner-ad-wrap .banner-ad-item {
  max-width: 46.875rem;
  display: inline-block;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.moduleSingle-container {
  margin-top: 2.6875rem;
  z-index: 99;
}
@media print {
  .moduleSingle-container .fix-print {
    flex-direction: column;
  }
}
.moduleSingle-container .post-header {
  margin-bottom: 2.25rem;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-header {
    margin-bottom: 2.5rem;
  }
}
.moduleSingle-container .post-header .post-header-section {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  color: #000;
  font-family: "Duplicate Slab", arial, helvetica, sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-header .post-header-section {
    font-size: 1.375rem;
  }
}
.moduleSingle-container .post-header .post-header-title {
  margin-bottom: 1.25rem;
  font-size: 2.125rem;
  line-height: 1;
  color: #000;
  letter-spacing: -0.125rem;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 600;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-header .post-header-title {
    font-size: 3.25rem;
    line-height: 3.0625rem;
  }
}
.moduleSingle-container .post-header .post-header-lead {
  font-size: var(--header-lead-fz, 1.25rem);
  line-height: var(--header-lead-lh, 1.5rem);
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-header .post-header-lead {
    --header-lead-fz: 1.375rem;
    --header-lead-lh: 1.625rem;
  }
}
.moduleSingle-container .post-header .post-header-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--header-info-mt, 3.5625rem);
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-header .post-header-info {
    --header-info-mt: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .moduleSingle-container .post-header .post-header-info {
    --header-info-mt: 2.5rem;
  }
}
@media print {
  .moduleSingle-container .post-header .post-header-info {
    --header-info-mt: 1.5625rem;
  }
}
.moduleSingle-container .post-header .post-header-info .post-time {
  font-size: var(--header-time-fz, 0.875rem);
  color: #949aa5;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-header .post-header-info .post-time {
    --header-time-fz: 1rem;
  }
}
.moduleSingle-container .post-header .post-header-img {
  height: var(--header-img-h, 67vw);
  margin-top: var(--header-img-mt, 3.0625rem);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-header .post-header-img {
    --header-img-h: 30.125rem;
    --header-img-mt: 2.5rem;
  }
}
@media print {
  .moduleSingle-container .post-header .post-header-img {
    --header-img-mt: 2.0625rem;
  }
}
.moduleSingle-container .post-header .post-header-img.fix-video {
  height: auto !important;
}
.moduleSingle-container .post-header .post-header-img img {
  position: absolute;
  left: 0;
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-header .post-header-img img {
    position: relative;
  }
}
.moduleSingle-container .post-header .post-header-img img.fp-splash {
  position: relative !important;
}
.moduleSingle-container .post-content img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .moduleSingle-container .post-content img {
    display: block !important;
    float: none !important;
    margin: 0.625rem auto;
  }
}
.moduleSingle-container .post-content .post-wrapmkt-adds iframe {
  max-width: 100%;
}
.moduleSingle-container .post-content .menusocial--column {
  position: sticky;
  top: 22px;
}
@media print {
  .moduleSingle-container .post-content .menusocial--column {
    display: none;
  }
}
.moduleSingle-container .post-content .menusocial--column ul {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-content .menusocial--column ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 0;
  }
}
.moduleSingle-container .post-content .menusocial--column ul li {
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-content .menusocial--column ul li {
    margin-bottom: 1.25rem;
  }
}
.moduleSingle-container .post-content .menusocial--column ul li .menusocial-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.75rem;
  font-size: 1.625rem;
  color: #fff;
  background-color: transparent;
  transition-duration: 0.3s;
}
.moduleSingle-container .post-content .menusocial--column ul li .menusocial-item:hover {
  color: #000;
  background-color: #fbb000;
  opacity: 1;
  transition-duration: 0.15s;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-content .menusocial--column ul li .menusocial-item {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.moduleSingle-container .post-content .post-author {
  margin-bottom: 2rem;
  margin-bottom: 0;
}
.moduleSingle-container .post-content .post-author .pp-multiple-authors-layout-inline {
  order: -1;
  margin-bottom: 0;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-content .post-author .pp-multiple-authors-layout-inline {
    margin-bottom: 2rem;
    font-size: 1.375rem;
  }
}
.moduleSingle-container .post-content .post-author .pp-multiple-authors-layout-inline a {
  color: #212529;
  pointer-events: none;
  cursor: default;
}
@media print {
  .moduleSingle-container .post-content .post-author .pp-multiple-authors-layout-inline a[href]:after {
    content: " (" ")";
  }
}
.moduleSingle-container .post-content .pp-multiple-authors-layout-inline {
  order: -1;
  margin-bottom: 0;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 600;
  top: 0;
  left: 0;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-content .pp-multiple-authors-layout-inline {
    margin-bottom: 2rem;
    font-size: 1.375rem;
  }
}
.moduleSingle-container .post-content .pp-multiple-authors-layout-inline a {
  color: #212529;
  pointer-events: none;
  cursor: default;
}
@media print {
  .moduleSingle-container .post-content .pp-multiple-authors-layout-inline a {
    text-decoration: none !important;
  }
  .moduleSingle-container .post-content .pp-multiple-authors-layout-inline a[href]:after {
    content: "" !important;
  }
}
.moduleSingle-container .post-content .post-content-text {
  font-family: "PT Serif", "Dublicate Slab", serif;
  font-weight: 400;
  position: relative;
  padding-top: 67px;
}
.moduleSingle-container .post-content .post-content-text p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "PT Serif", serif;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  order: inherit;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-content .post-content-text p {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}
.moduleSingle-container .post-content .post-content-text div {
  font-family: "PT Serif", serif;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-content .post-content-text div {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}
.moduleSingle-container .post-content .post-content-text .post-wrapmkt-adds {
  padding: 1.5625rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #edf1f7;
}
@media only screen and (min-width: 576px) {
  .moduleSingle-container .post-content .post-content-text .post-wrapmkt-adds {
    padding-left: 0;
    padding-right: 0;
  }
}
.moduleSingle-container .post-content .post-footer {
  padding-top: 0.9375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-content .post-footer {
    margin-top: 2.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .moduleSingle-container .post-content .post-footer {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .moduleSingle-container .post-content .post-footer {
    margin-bottom: 5rem;
  }
}
.moduleSingle-container .post-content .post-footer .menusocial {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  border-top: solid 0.0625rem #edf1f7;
}
@media only screen and (min-width: 1200px) {
  .moduleSingle-container .post-content .post-footer .menusocial {
    display: none;
  }
}
.moduleSingle-container .post-content .post-footer .menusocial p {
  margin-bottom: 1.3125rem;
  font-size: 1rem;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 500;
}
.moduleSingle-container .post-content .post-footer .menusocial ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 0;
}
.moduleSingle-container .post-content .post-footer .menusocial ul li {
  display: inline-flex;
}
.moduleSingle-container .post-content .post-footer .menusocial ul li .menusocial-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.75rem;
  font-size: 1.625rem;
  color: #fff;
  background-color: transparent;
  transition-duration: 0.3s;
  margin-right: 0;
  color: #000;
}
.moduleSingle-container .post-content .post-footer .menusocial ul li .menusocial-item:hover {
  color: #000;
  background-color: #fbb000;
  opacity: 1;
  transition-duration: 0.15s;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-content .post-footer .menusocial ul li .menusocial-item {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.moduleSingle-container .post-content .post-footer .post-tags {
  display: flex;
  flex-wrap: wrap;
  padding-top: var(--post-tags, 2rem);
  padding-bottom: var(--post-tags, 2rem);
  margin-bottom: 2.25rem;
  border-top: solid 0.0625rem #edf1f7;
  border-bottom: solid 0.0625rem #edf1f7;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-content .post-footer .post-tags {
    --post-tags: 2.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .moduleSingle-container .post-content .post-footer .post-tags {
    margin-bottom: 2.9375rem;
  }
}
.moduleSingle-container .post-content .post-footer .post-tags .post-tags-item {
  padding: 0.75rem 1rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
  background-color: #edf1f7;
}
.moduleSingle-container .post-content .post-footer .post-tags .post-tags-item a {
  color: #000;
  text-decoration: none;
  transition-duration: 0.25s;
  font-weight: 700;
}
.moduleSingle-container .post-content .post-footer .post-tags .post-tags-item a:hover {
  color: #0056b3;
  opacity: 0.7;
  transition-duration: 0.25s;
}
@media only screen and (min-width: 1200px) {
  .moduleSingle-container .post-content .post-footer .post-tags .post-tags-item {
    font-size: 1rem;
  }
}
.moduleSingle-container .post-content .post-footer .rowsocial {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.9375rem;
  border-bottom: solid 0.0625rem #edf1f7;
}
@media only screen and (min-width: 1200px) {
  .moduleSingle-container .post-content .post-footer .rowsocial {
    display: flex;
  }
}
@media print {
  .moduleSingle-container .post-content .post-footer .rowsocial {
    display: flex;
  }
}
.moduleSingle-container .post-content .post-footer .rowsocial .rowsocial-text {
  display: inline-flex;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  align-items: center;
  font-family: "Duplicate Slab", arial, helvetica, sans-serif;
}
.moduleSingle-container .post-content .post-footer .rowsocial .rowsocial-text .bjicon-instagram path {
  fill: #000;
}
.moduleSingle-container .post-content .post-footer .rowsocial .rowsocial-text b {
  font-style: normal;
  font-weight: 600;
  margin-left: 16px;
}
.moduleSingle-container .post-colright {
  margin-bottom: var(--post-colright, 2rem);
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-colright {
    --post-colright: 5.125rem;
    padding-left: var(--colright-pl, 17.33%);
  }
}
@media only screen and (min-width: 992px) {
  .moduleSingle-container .post-colright {
    --colright-pl: 26%;
  }
}
@media only screen and (min-width: 1200px) {
  .moduleSingle-container .post-colright {
    --post-colright: 0;
    --colright-pl: 1.9375rem;
    height: 100%;
  }
}
@media only screen and (min-width: 1399px) {
  .moduleSingle-container .post-colright {
    --colright-pl: 6.125rem;
  }
}
@media print {
  .moduleSingle-container .post-colright {
    display: block;
    page-break-before: always;
  }
}
.moduleSingle-container .post-colright .newsletter-form .registernews {
  color: #000;
}
.moduleSingle-container .post-colright .newsletter-form .registernews label {
  display: block;
  padding-bottom: 0;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Duplicate Slab", arial, helvetica, sans-serif;
}
@media only screen and (min-width: 1200px) {
  .moduleSingle-container .post-colright .newsletter-form .registernews label {
    margin-bottom: 2.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .moduleSingle-container .post-colright .post-colright__sticky {
    position: sticky;
    top: 0;
  }
}
.moduleSingle-container .post-colright .post-colright-adds {
  --colright-adds-pd: 1.625rem;
  --colright-adds-ma: 1rem;
  --colright-adds-bg: #fff;
  align-items: center;
  justify-content: center;
  padding: var(--colright-adds-pd);
  margin-top: var(--colright-adds-ma);
  margin-bottom: var(--colright-adds-ma);
  background-color: var(--colright-adds-bg);
}
.moduleSingle-container .post-colright .allnews--feedcolumn {
  padding-top: 0.9375rem;
  margin-top: 3.4375rem;
  border-top: solid 0.0625rem #000;
}
.moduleSingle-container .post-colright .allnews-title {
  font-size: var(--allnews-title-fz, 1.75rem);
  font-weight: 700;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container .post-colright .allnews-title {
    --allnews-title-fz: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .moduleSingle-container .post-colright .allnews-title {
    --allnews-title-fz: 2.5rem;
    margin-bottom: 1.875rem;
  }
}
.moduleSingle-container .post-colright .allnews-list {
  padding-left: 0;
  list-style: none;
}
.moduleSingle-container .post-colright .allnews-list li {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: solid 1px #edf1f7;
}
.moduleSingle-container .post-colright .allnews-list li .boxarticle {
  padding-bottom: 1.25rem;
  margin-top: 0;
}
.moduleSingle-container .post-colright .allnews-list li .boxarticle a {
  color: inherit;
}
.moduleSingle-container .post-colright .allnews-list li .boxarticle .boxarticle-infos-tag {
  --infos-tag-fz: clamp(0.875rem, 2vw, 1.125rem);
  margin-bottom: 0;
  font-size: var(--infos-tag-fz, clamp(0.875rem, 1.5vw, 1.125rem));
}
.moduleSingle-container .post-colright .allnews-list li .boxarticle .boxarticle-infos-title {
  --infos-title-fz: clamp(1.125rem, 2.2vw, 1.5rem);
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: var(--infos-title-fz, clamp(1.125rem, 2vw, 1.5rem));
  line-height: 1;
  font-family: "Duplicate Slab", arial, helvetica, sans-serif;
  font-weight: 600;
}
.moduleSingle-container .post-colright .allnews-list li .boxarticle .boxarticle-infos-text {
  --infos-text-fz: clamp(0.875rem, 1.4vw, 1rem);
  margin-top: var(--infos-text-mt, 0.75rem);
  margin-bottom: var(--infos-text-mb, 0);
  font-size: var(--infos-text-fz, 1rem);
  line-height: 1;
  color: #70757d;
}
.moduleSingle-container .post-colright .rowsocial {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  border-top: solid 0.0625rem #edf1f7;
  border-bottom: solid 0.0625rem #edf1f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .moduleSingle-container .post-colright .rowsocial {
    display: none;
  }
}

.moduleSingle-container-brands {
  margin-top: 2.6875rem;
}
.moduleSingle-container-brands .post-header {
  text-align: center;
  margin-bottom: var(--header-mb, 2.25rem);
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container-brands .post-header {
    --header-mb: 2.5rem;
  }
}
.moduleSingle-container-brands .post-header .logobrj-branded {
  max-width: 100%;
  width: var(--logo-w, 7.5rem);
  margin-bottom: var(--logo-mg, 2.375rem);
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container-brands .post-header .logobrj-branded {
    --logo-mg: 2.625rem;
  }
}
@media only screen and (min-width: 992px) {
  .moduleSingle-container-brands .post-header .logobrj-branded {
    --logo-w: 8.75rem;
  }
}
.moduleSingle-container-brands .post-header .post-header-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: var(--header-title-fz, 2.125rem);
  line-height: var(--header-title-lh, 1);
  color: #000;
  letter-spacing: -0.125rem;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container-brands .post-header .post-header-title {
    --header-title-fz: 3.25rem;
    --header-title-lh: 3.0625rem;
  }
}
.moduleSingle-container-brands .post-header .post-header-lead {
  font-size: var(--header-lead-fz, 1.25rem);
  line-height: var(--header-lead-lh, 1.5rem);
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container-brands .post-header .post-header-lead {
    --header-lead-fz: 1.375rem;
    --header-lead-lh: 1.625rem;
    margin-bottom: 3.5625rem;
  }
}
.moduleSingle-container-brands .post-header .menusocial {
  width: 100%;
  max-width: 332px;
}
.moduleSingle-container-brands .post-header .menusocial ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 0;
}
.moduleSingle-container-brands .post-header .menusocial ul li {
  display: inline-flex;
}
.moduleSingle-container-brands .post-header .menusocial ul li .menusocial-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.75rem;
  font-size: 1.625rem;
  color: #fff;
  background-color: transparent;
  transition-duration: 0.3s;
  margin-right: 0;
}
.moduleSingle-container-brands .post-header .menusocial ul li .menusocial-item:hover {
  color: #000;
  background-color: #fbb000;
  opacity: 1;
  transition-duration: 0.15s;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container-brands .post-header .menusocial ul li .menusocial-item {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.moduleSingle-container-brands .post-header .post-header-img {
  height: var(--header-img-h, 50vw);
  margin-top: var(--header-img-mt, 3.0625rem);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container-brands .post-header .post-header-img {
    --header-img-mt: 3.9375rem;
    --header-img-h: 55vw;
    height: initial;
  }
}
.moduleSingle-container-brands .post-header .post-header-img img {
  max-width: 1300px;
  position: absolute;
  left: 0;
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container-brands .post-header .post-header-img img {
    position: relative;
  }
}
.moduleSingle-container-brands .post-content {
  max-width: 698px;
  margin-right: auto;
  margin-left: auto;
}
.moduleSingle-container-brands .post-content .post-info {
  --info-mg: 1rem;
}
.moduleSingle-container-brands .post-content .post-author {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 500;
  margin-bottom: var(--info-mg);
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container-brands .post-content .post-author {
    font-size: 1.375rem;
  }
}
.moduleSingle-container-brands .post-content .post-author-2 {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container-brands .post-content .post-author-2 {
    font-size: 1.375rem;
  }
}
.moduleSingle-container-brands .post-content .post-logo {
  margin-right: 0;
  margin-left: 0;
  max-width: fit-content;
  height: auto;
  display: block;
}
.moduleSingle-container-brands .post-content .post-time {
  font-size: var(--header-time-fz, 0.875rem);
  color: #949aa5;
  display: block;
  margin-top: var(--info-mg);
  margin-bottom: 2.25rem;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container-brands .post-content .post-time {
    --header-time-fz: 1rem;
  }
}
.moduleSingle-container-brands .post-content .post-content-text {
  font-size: var(--content-text-fz, 1.125rem);
  line-height: var(--content-text-lh, 1.6875rem);
  font-family: "PT Serif", "Dublicate Slab", serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container-brands .post-content .post-content-text {
    --content-text-fz: 1.25rem;
    --content-text-lh: 1.6875rem;
  }
}
.moduleSingle-container-brands .post-content .post-content-text p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "PT Serif", serif;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container-brands .post-content .post-content-text p {
    font-size: 1.25rem;
    line-height: 1.6875rem;
  }
}
.moduleSingle-container-brands .post-content .post-content-text p img {
  max-width: 100%;
  height: auto;
}
.moduleSingle-container-brands .post-content .post-content-text .wp-caption {
  max-width: 100%;
}
.moduleSingle-container-brands .post-content .post-content-text .wp-caption img {
  max-width: 100%;
  height: auto;
}
.moduleSingle-container-brands .post-content .post-content-text img {
  max-width: 100%;
  height: auto;
}
.moduleSingle-container-brands .post-content .post-content-text .post-wrapmkt-adds {
  display: none;
}
.moduleSingle-container-brands .post-content .post-footer {
  padding-top: 0.9375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container-brands .post-content .post-footer {
    margin-top: 2.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .moduleSingle-container-brands .post-content .post-footer {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 1200px) {
  .moduleSingle-container-brands .post-content .post-footer {
    margin-bottom: 5rem;
  }
}
.moduleSingle-container-brands .post-content .post-footer .menusocial {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  border-top: solid 0.0625rem #edf1f7;
  border-bottom: solid 0.0625rem #edf1f7;
}
.moduleSingle-container-brands .post-content .post-footer .menusocial p {
  margin-bottom: 1.3125rem;
  font-size: 1rem;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 500;
}
.moduleSingle-container-brands .post-content .post-footer .menusocial ul {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 0;
}
.moduleSingle-container-brands .post-content .post-footer .menusocial ul li {
  display: inline-flex;
}
.moduleSingle-container-brands .post-content .post-footer .menusocial ul li .menusocial-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.75rem;
  font-size: 1.625rem;
  color: #fff;
  background-color: transparent;
  transition-duration: 0.3s;
  margin-right: 0;
  color: #000;
}
.moduleSingle-container-brands .post-content .post-footer .menusocial ul li .menusocial-item:hover {
  color: #000;
  background-color: #fbb000;
  opacity: 1;
  transition-duration: 0.15s;
}
@media only screen and (min-width: 768px) {
  .moduleSingle-container-brands .post-content .post-footer .menusocial ul li .menusocial-item {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
.moduleSingle-container-brands .post-content .post-footer .rowsocial {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.9375rem;
  padding-top: 2.9375rem;
  border-bottom: solid 0.0625rem #edf1f7;
}
.moduleSingle-container-brands .post-content .post-footer .rowsocial .rowsocial-text {
  display: inline-flex;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  align-items: center;
  font-family: "Duplicate Slab", arial, helvetica, sans-serif;
}
.moduleSingle-container-brands .post-content .post-footer .rowsocial .rowsocial-text .bjicon-instagram path {
  fill: #000;
}
.moduleSingle-container-brands .post-content .post-footer .rowsocial .rowsocial-text b {
  font-style: normal;
  font-weight: 600;
  margin-left: 16px;
}

.moduleLoop .loop-container {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .moduleLoop .loop-container {
    margin-top: 4rem;
  }
}
.moduleLoop .loop-container .allnews .allnews-list,
.moduleLoop .loop-container .allnews ul {
  padding-left: 0;
  list-style: none;
}
.moduleLoop .loop-container .allnews .allnews-list li,
.moduleLoop .loop-container .allnews ul li {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: solid 1px #edf1f7;
}
.moduleLoop .loop-container .allnews .allnews-list li .boxarticle,
.moduleLoop .loop-container .allnews ul li .boxarticle {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0.3125rem;
}
.moduleLoop .loop-container .allnews .allnews-list li .boxarticle a,
.moduleLoop .loop-container .allnews ul li .boxarticle a {
  color: inherit;
}
.moduleLoop .loop-container .allnews .allnews-list li .boxarticle .boxarticle-wrap,
.moduleLoop .loop-container .allnews ul li .boxarticle .boxarticle-wrap {
  display: flex;
  margin-bottom: 0;
}
.moduleLoop .loop-container .allnews .allnews-list li .boxarticle .boxarticle-wrap .boxarticle-infos,
.moduleLoop .loop-container .allnews ul li .boxarticle .boxarticle-wrap .boxarticle-infos {
  flex: 1;
  padding-right: 1.875rem;
}
@media only screen and (min-width: 767px) {
  .moduleLoop .loop-container .allnews .allnews-list li .boxarticle .boxarticle-wrap .boxarticle-infos,
.moduleLoop .loop-container .allnews ul li .boxarticle .boxarticle-wrap .boxarticle-infos {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1200px) {
  .moduleLoop .loop-container .allnews .allnews-list li .boxarticle .boxarticle-wrap .boxarticle-infos,
.moduleLoop .loop-container .allnews ul li .boxarticle .boxarticle-wrap .boxarticle-infos {
    padding-right: 1.75rem;
  }
}
.moduleLoop .loop-container .allnews .allnews-list li .boxarticle .boxarticle-wrap .boxarticle-infos .boxarticle-infos-tag,
.moduleLoop .loop-container .allnews ul li .boxarticle .boxarticle-wrap .boxarticle-infos .boxarticle-infos-tag {
  margin-bottom: 0;
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
}
.moduleLoop .loop-container .allnews .allnews-list li .boxarticle .boxarticle-wrap .boxarticle-infos .boxarticle-infos-title,
.moduleLoop .loop-container .allnews ul li .boxarticle .boxarticle-wrap .boxarticle-infos .boxarticle-infos-title {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 600;
}
.moduleLoop .loop-container .allnews .allnews-list li .boxarticle .boxarticle-wrap .boxarticle-infos .boxarticle-infos-text,
.moduleLoop .loop-container .allnews ul li .boxarticle .boxarticle-wrap .boxarticle-infos .boxarticle-infos-text {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #70757d;
}
.moduleLoop .loop-container .allnews .allnews-list li .boxarticle .boxarticle-wrap .boxarticle-img,
.moduleLoop .loop-container .allnews ul li .boxarticle .boxarticle-wrap .boxarticle-img {
  display: block;
  flex: 1;
  width: 100%;
}
.moduleLoop .loop-container .allnews .allnews-list li .boxarticle .boxarticle-wrap .boxarticle-img:hover .play-btn,
.moduleLoop .loop-container .allnews ul li .boxarticle .boxarticle-wrap .boxarticle-img:hover .play-btn {
  opacity: 1;
}
.moduleLoop .loop-container .allnews .allnews-list li .boxarticle .boxarticle-wrap .boxarticle-img .play-btn,
.moduleLoop .loop-container .allnews ul li .boxarticle .boxarticle-wrap .boxarticle-img .play-btn {
  position: absolute;
  opacity: 0;
  margin: auto;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.1s ease-in-out;
}
.moduleLoop .loop-container .allnews .allnews-list li .boxarticle .boxarticle-wrap .boxarticle-img img,
.moduleLoop .loop-container .allnews ul li .boxarticle .boxarticle-wrap .boxarticle-img img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 7.8125rem;
}
@media only screen and (min-width: 768px) {
  .moduleLoop .loop-container .allnews .allnews-list li .boxarticle .boxarticle-wrap .boxarticle-img img,
.moduleLoop .loop-container .allnews ul li .boxarticle .boxarticle-wrap .boxarticle-img img {
    height: 9.375rem;
  }
}
@media only screen and (min-width: 992px) {
  .moduleLoop .loop-container .allnews .allnews-list li .boxarticle .boxarticle-wrap .boxarticle-img img,
.moduleLoop .loop-container .allnews ul li .boxarticle .boxarticle-wrap .boxarticle-img img {
    height: 12rem;
    height: 14rem;
  }
}
.moduleLoop .loop-container .allnews .allnews-list li .boxarticle .boxarticle-wrap .boxarticle-img video,
.moduleLoop .loop-container .allnews ul li .boxarticle .boxarticle-wrap .boxarticle-img video {
  height: 7.8125rem;
}
@media only screen and (min-width: 768px) {
  .moduleLoop .loop-container .allnews .allnews-list li .boxarticle .boxarticle-wrap .boxarticle-img video,
.moduleLoop .loop-container .allnews ul li .boxarticle .boxarticle-wrap .boxarticle-img video {
    height: 9.375rem;
  }
}
@media only screen and (min-width: 992px) {
  .moduleLoop .loop-container .allnews .allnews-list li .boxarticle .boxarticle-wrap .boxarticle-img video,
.moduleLoop .loop-container .allnews ul li .boxarticle .boxarticle-wrap .boxarticle-img video {
    height: 12rem;
    height: 14rem;
  }
}

.wrapbrj-content-brand .branded-header {
  margin-top: var(--header-mt, 3.75rem);
  margin-bottom: var(--header-mb, 2.5rem);
}
@media only screen and (min-width: 768px) {
  .wrapbrj-content-brand .branded-header {
    --header-mt: 6.25rem;
    --header-mb: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapbrj-content-brand .branded-header {
    --header-mt: 8.125rem;
    --header-mb: 6.875rem;
  }
}
.wrapbrj-content-brand .branded-header .logobrj-branded {
  margin-bottom: var(--logo-mb, 0.625rem);
}
@media only screen and (min-width: 768px) {
  .wrapbrj-content-brand .branded-header .logobrj-branded {
    width: var(--logo-w, 13.75rem);
  }
}
@media only screen and (min-width: 1200px) {
  .wrapbrj-content-brand .branded-header .logobrj-branded {
    --logo-mb: 1.25rem;
    --logo-w: 20rem;
  }
}
.wrapbrj-content-brand .branded-header .branded-header-title {
  font-size: var(--header-title-fz, 2.375rem);
  line-height: 1;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 600;
}
.wrapbrj-content-brand .articleslist ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media only screen and (min-width: 576px) {
  .wrapbrj-content-brand .articleslist ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.5rem;
  }
}
@media only screen and (min-width: 576px) and (min-width: 1200px) {
  .wrapbrj-content-brand .articleslist ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.wrapbrj-content-brand .articleslist ul li {
  padding-top: var(--list-li-pt, 1.25rem);
  margin-top: var(--list-li-mt, 1.25rem);
  border-top: var(--list-li-bordert, solid 0.0625rem #edf1f7);
  --list-li-bordert: none;
}
@media only screen and (min-width: 576px) {
  .wrapbrj-content-brand .articleslist ul li {
    --list-li-pt: 0;
    --list-li-mt: 0;
  }
}
.wrapbrj-content-brand .articleslist ul li .boxarticle .boxarticle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}
.wrapbrj-content-brand .articleslist ul li .boxarticle .boxarticle-wrap .boxarticle-img {
  --bxart-img-h: 7.1875rem;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  -ms-flex-negative: initial;
  flex-shrink: initial;
  -webkit-box-flex: initial;
  -ms-flex-positive: initial;
  flex-grow: initial;
}
@media only screen and (min-width: 768px) {
  .wrapbrj-content-brand .articleslist ul li .boxarticle .boxarticle-wrap .boxarticle-img {
    --bxart-img-h: 10.625rem;
    margin-bottom: 0.75rem;
  }
}
.wrapbrj-content-brand .articleslist ul li .boxarticle .boxarticle-wrap .boxarticle-img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  --bxart-img-h: 55vw;
  height: var(--bxart-img-h, 7.8125rem);
}
@media only screen and (min-width: 576px) {
  .wrapbrj-content-brand .articleslist ul li .boxarticle .boxarticle-wrap .boxarticle-img img {
    --bxart-img-h: 25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapbrj-content-brand .articleslist ul li .boxarticle .boxarticle-wrap .boxarticle-img img {
    --bxart-img-h: 11.875rem;
  }
}
.wrapbrj-content-brand .articleslist ul li .boxarticle .boxarticle-wrap .boxarticle-infos {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: var(--bxart-infos-pdr, 1.875rem);
  --bxart-infos-pdr: 0;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  -ms-flex-negative: initial;
  flex-shrink: initial;
  -webkit-box-flex: initial;
  -ms-flex-positive: initial;
  flex-grow: initial;
  line-height: 1;
}
@media only screen and (min-width: 1200px) {
  .wrapbrj-content-brand .articleslist ul li .boxarticle .boxarticle-wrap .boxarticle-infos {
    --bxart-infos-pdr: 1.75rem;
    --infos-text-fz: 1.125rem;
  }
}
.wrapbrj-content-brand .articleslist ul li .boxarticle .boxarticle-wrap .boxarticle-infos .boxarticle-infos-title {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: var(--infos-title-fz, clamp(1.125rem, 2vw, 1.5rem));
  line-height: 1;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 500;
}
.wrapbrj-content-brand .articleslist ul li .boxarticle .boxarticle-wrap .boxarticle-infos .boxarticle-infos-text {
  margin-top: var(--infos-text-mt, 0.75rem);
  margin-bottom: var(--infos-text-mb, 0);
  font-size: var(--infos-text-fz, 1rem);
  line-height: 1;
  color: #70757d;
}
@media only screen and (min-width: 1200px) {
  .wrapbrj-content-brand .articleslist ul li .boxarticle .boxarticle-wrap .boxarticle-infos .boxarticle-infos-text {
    --infos-text-fz: 1.125rem;
  }
}
.wrapbrj-content-brand .articleslist ul li .boxarticle a {
  color: inherit;
}

.daytrade-header {
  position: relative;
  display: flex;
  align-items: center;
  height: var(--daytrade-heaader-h, 7.75rem);
  color: #fff;
  border-bottom: solid var(--daytrade-bdw, 0.375rem) #ff7127;
}
@media only screen and (min-width: 768px) {
  .daytrade-header {
    --daytrade-heaader-h: 6.75rem;
    --imgheader-h: 6.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .daytrade-header {
    --daytrade-heaader-h: 7.6875rem;
    --imgheader-h: 7.6875rem;
  }
}
.daytrade-header .daytrade-imgheader {
  z-index: -1;
  height: inherit;
  position: absolute;
  top: 0;
  width: 100%;
}
.daytrade-header .daytrade-imgheader::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
}
.daytrade-header .daytrade-imgheader img {
  width: 100%;
  height: var(--imgheader-h, 7.375rem);
  object-fit: cover;
  filter: brightness(0.5);
}
@media only screen and (min-width: 768px) {
  .daytrade-header .daytrade-imgheader img {
    --imgheader-h: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .daytrade-header .daytrade-imgheader img {
    --imgheader-h: 7.6875rem;
  }
}
.daytrade-header .daytrade-header-title {
  margin: 0;
  margin-bottom: 0.3125rem;
  font-size: clamp(2.625rem, 4.5vw, 3.375rem);
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.daytrade-header .daytrade-header-title span {
  color: #ff7127;
}
.daytrade-header .daytrade-header p {
  margin-bottom: 0;
  font-size: clamp(16px, 1.5vw, 20px);
}

.pageQuemfaz .whodoes-row {
  padding-top: 1.25rem;
  border-top: solid 0.0625rem #000;
}
.pageQuemfaz .whodoes-row.first {
  border-top: none;
}
.pageQuemfaz .whodoes-row.last .boxavatar--info {
  padding-bottom: 0;
}
.pageQuemfaz .whodoes-row.last .boxavatar--info .boxavatar-wraptext {
  margin-left: 15px;
  margin-right: 20px;
}
.pageQuemfaz .whodoes-row.last .boxavatar--info .boxavatar-wraptext .boxavatar-wraptext-title {
  margin-bottom: 0;
}
.pageQuemfaz .whodoes-row.last p {
  font-weight: 300;
  color: #9a9393;
  letter-spacing: -0.0625rem;
}
.pageQuemfaz .whodoes-row.last ul .resp-li {
  width: 100%;
  border-top: var(--list-li-bordert, solid 0.0625rem #edf1f7);
  margin-right: 20px;
}
@media only screen and (min-width: 567px) {
  .pageQuemfaz .whodoes-row.last ul .resp-li {
    width: calc(50% - 20px);
    padding-top: var(--list-li-pt, 1.25rem);
    margin-top: var(--list-li-mt, 1.25rem);
  }
}
@media only screen and (min-width: 992px) {
  .pageQuemfaz .whodoes-row.last ul .resp-li {
    width: calc(26% - 20px);
  }
}
.pageQuemfaz .whodoes-row.last ul .resp-li:nth-child(1), .pageQuemfaz .whodoes-row.last ul .resp-li:nth-child(2), .pageQuemfaz .whodoes-row.last ul .resp-li:nth-child(3) {
  display: none;
}
.pageQuemfaz .whodoes-row.last ul .resp-li:nth-child(4), .pageQuemfaz .whodoes-row.last ul .resp-li:nth-child(5), .pageQuemfaz .whodoes-row.last ul .resp-li:nth-child(6) {
  border-top: none;
}
.pageQuemfaz .whodoes-row .boxavatar--info {
  padding-bottom: 2.5rem;
  margin-top: 0.9375rem;
}
@media only screen and (min-width: 576px) {
  .pageQuemfaz .whodoes-row .boxavatar--info {
    padding-bottom: 3.875rem;
  }
}
.pageQuemfaz .whodoes-row .boxavatar a {
  opacity: 1;
  transition: opacity ease-in-out 0.3s;
}
.pageQuemfaz .whodoes-row .boxavatar .boxavatar-wrapimg {
  width: 9.875rem;
  position: relative;
  display: block;
  width: var(--wrapimg-w, 100%);
}
@media only screen and (min-width: 567px) {
  .pageQuemfaz .whodoes-row .boxavatar .boxavatar-wrapimg {
    --wrapimg-w: 13.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .pageQuemfaz .whodoes-row .boxavatar .boxavatar-wrapimg {
    width: 12.5rem;
    --wrapimg-w: 15.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pageQuemfaz .whodoes-row .boxavatar .boxavatar-wrapimg {
    width: 15.625rem;
  }
}
.pageQuemfaz .whodoes-row .whodoes-info-email {
  color: #000;
  opacity: 1;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.pageQuemfaz .whodoes-row .whodoes-info-email:hover {
  color: inherit;
  opacity: 0.8;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pageQuemfaz .whodoes-row-publisher {
  padding-top: 0;
  border-top: none;
}
.pageQuemfaz .whodoes-row-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: -1px;
}
@media only screen and (min-width: 1200px) {
  .pageQuemfaz .whodoes-row-title {
    font-size: 2.5rem;
    line-height: 2.625rem;
  }
}
.pageQuemfaz ul {
  padding-left: 0;
  list-style: none;
}
.pageQuemfaz ul li:first-child .boxavatar--info {
  margin-top: 0.9375rem;
}
.pageQuemfaz ul li .boxavatar {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 567px) {
  .pageQuemfaz ul li .boxavatar {
    flex-direction: row;
  }
}
.pageQuemfaz ul li .boxavatar .boxavatar-wrapimg {
  position: relative;
  display: block;
  width: var(--wrapimg-w, 100%);
}
@media only screen and (min-width: 576px) {
  .pageQuemfaz ul li .boxavatar .boxavatar-wrapimg {
    --wrapimg-w: 13.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .pageQuemfaz ul li .boxavatar .boxavatar-wrapimg {
    --wrapimg-w: 15.625rem;
  }
}
.pageQuemfaz ul li .boxavatar .boxavatar-wrapimg:before, .pageQuemfaz ul li .boxavatar .boxavatar-wrapimg:after {
  position: absolute;
  content: "";
  background-color: #000;
}
.pageQuemfaz ul li .boxavatar .boxavatar-wrapimg:before {
  top: 0.625rem;
  right: -0.625rem;
  width: 0.0625rem;
  height: 100%;
}
@media only screen and (min-width: 567px) {
  .pageQuemfaz ul li .boxavatar .boxavatar-wrapimg:before {
    height: calc(100% + 0.2375rem);
  }
}
@media only screen and (min-width: 768px) {
  .pageQuemfaz ul li .boxavatar .boxavatar-wrapimg:before {
    height: calc(100% - 0.75rem);
  }
}
@media only screen and (min-width: 1200px) {
  .pageQuemfaz ul li .boxavatar .boxavatar-wrapimg:before {
    height: 100%;
  }
}
.pageQuemfaz ul li .boxavatar .boxavatar-wrapimg:after {
  bottom: var(--wrapimg-afeter-bt, -10px);
  left: 0.625rem;
  width: 100%;
  height: 0.0625rem;
}
@media only screen and (min-width: 576px) {
  .pageQuemfaz ul li .boxavatar .boxavatar-wrapimg:after {
    bottom: -0.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .pageQuemfaz ul li .boxavatar .boxavatar-wrapimg:after {
    bottom: 0.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pageQuemfaz ul li .boxavatar .boxavatar-wrapimg:after {
    bottom: -0.625rem;
  }
}
.pageQuemfaz ul li .boxavatar .boxavatar-wrapimg img {
  z-index: 2;
  width: 100%;
  height: auto;
  border: solid 0.0625rem #000;
}
.pageQuemfaz ul li .boxavatar .boxavatar-wraptext {
  padding-top: 1.25rem;
  color: #000;
}
@media only screen and (min-width: 576px) {
  .pageQuemfaz ul li .boxavatar .boxavatar-wraptext {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 0;
    margin-left: 2.5rem;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.pageQuemfaz ul li .boxavatar .boxavatar-wraptext .boxavatar-wraptext-title {
  font-size: 1.4375rem;
  letter-spacing: -0.35px;
}
@media only screen and (min-width: 768px) {
  .pageQuemfaz ul li .boxavatar .boxavatar-wraptext .boxavatar-wraptext-title {
    font-size: 1.6875rem;
    letter-spacing: -0.4px;
  }
}
@media only screen and (min-width: 1200px) {
  .pageQuemfaz ul li .boxavatar .boxavatar-wraptext .boxavatar-wraptext-title {
    font-size: 1.875rem;
  }
}
.pageQuemfaz ul li .boxavatar .boxavatar-wraptext a {
  font-size: 0.875rem;
  color: #70757d;
}
.pageQuemfaz ul li .boxavatar .boxavatar-wraptext .btn {
  color: #fff;
  padding: 0.3125rem 1.25rem;
  font-size: 1rem;
}
@media only screen and (max-width: 766px) {
  .pageQuemfaz ul li .boxavatar .boxavatar-wraptext .btn {
    margin-top: 20px;
  }
}

.wrapbrj-content {
  min-height: 340px;
}

.whodoes-pagedetail {
  padding-top: 2.125rem;
}
@media only screen and (min-width: 992px) {
  .whodoes-pagedetail {
    padding-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .whodoes-pagedetail-info {
    padding-top: 2.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .whodoes-pagedetail-info {
    padding-top: 2.5rem;
  }
}
.whodoes-pagedetail-info .whodoes-pagedetail-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.375rem;
  letter-spacing: -0.0625rem;
}
@media only screen and (min-width: 576px) {
  .whodoes-pagedetail-info .whodoes-pagedetail-title {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .whodoes-pagedetail-info .whodoes-pagedetail-title {
    font-size: 3.125rem;
  }
}
.whodoes-pagedetail-info .whodoes-pagedetail-role {
  font-size: 1.125rem;
  color: #9a9393;
  letter-spacing: -0.0625rem;
}
@media only screen and (min-width: 576px) {
  .whodoes-pagedetail-info .whodoes-pagedetail-role {
    font-size: 1.4375rem;
    line-height: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .whodoes-pagedetail-info .whodoes-pagedetail-role {
    margin-top: 0.3125rem;
    font-size: 1.875rem;
  }
}
.whodoes-pagedetail-info .whodoes-pagedetail-email {
  display: inline-flex;
  flex-flow: column;
  color: #000;
  transition-duration: 0.3s;
}
.whodoes-pagedetail-info .whodoes-pagedetail-email .bjicon-mail {
  width: 100%;
  max-width: 25px;
}
.whodoes-pagedetail-info .whodoes-pagedetail-email .bjicon-mail path {
  fill: #fbb000;
}

.whodoes-pagedetail-bio {
  padding-top: 2.5rem;
  font-size: 1.125rem;
  font-family: "PT Serif", "Dublicate Slab", serif;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .whodoes-pagedetail-bio {
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 1200px) {
  .whodoes-pagedetail-bio {
    padding-top: 3.4375rem;
  }
}

.announce {
  font-size: 1.125rem;
  font-family: "PT Serif", "Dublicate Slab", serif;
  font-weight: 400;
  margin-bottom: 35px;
}
.announce .announce-metrics-title {
  padding-top: 0.3125rem;
  margin-bottom: 0;
  font-size: 1.75rem;
  letter-spacing: -0.42px;
  font-family: "Duplicate Slab", arial, helvetica, sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .announce .announce-metrics-title {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
@media only screen and (min-width: 992px) {
  .announce .announce-metrics-title {
    font-size: 2.5rem;
  }
}
.announce .announce-metrics-date {
  padding-bottom: 1.6875rem;
  margin-bottom: 1.875rem;
  font-size: 1rem;
  border-bottom: solid 0.0625rem #e4e4e4;
  font-family: "Duplicate Slab", arial, helvetica, sans-serif;
  font-weight: 400;
}
.announce .announce-metrics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1.625rem;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .announce .announce-metrics-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .announce .announce-metrics-list {
    width: 88%;
  }
}
@media only screen and (min-width: 1200px) {
  .announce .announce-metrics-list {
    width: 45rem;
  }
}
.announce .announce-metrics-list li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media only screen and (min-width: 768px) {
  .announce .announce-metrics-list li {
    flex-basis: auto;
  }
}
.announce .announce-metrics-list li .announce-metrics-textval {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-family: "Duplicate Slab", arial, helvetica, sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 576px) {
  .announce .announce-metrics-list li .announce-metrics-textval {
    font-size: 1rem;
  }
}
.announce .announce-metrics-list li .announce-metrics-val {
  font-size: 1.75rem;
  line-height: 1.5rem;
  letter-spacing: -1px;
  font-family: "Duplicate Slab", arial, helvetica, sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 576px) {
  .announce .announce-metrics-list li .announce-metrics-val {
    font-size: 2.5rem;
    line-height: 2.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .announce .announce-metrics-list li .announce-metrics-val {
    font-size: 3.4375rem;
  }
}

.modal-mediakit .modal-content {
  border-radius: 0;
}
.modal-mediakit .modal-dialog {
  align-items: center;
  max-width: 24.0625rem;
  margin-right: auto;
  margin-left: auto;
}
.modal-mediakit .modal-brj-btnclose {
  display: none;
}
.modal-mediakit .modal-body {
  padding-top: 2.8125rem;
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}
.modal-mediakit .form-mediakit .logobrj {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}
.modal-mediakit .form-mediakit .logobrj span {
  color: #fbb000;
}
.modal-mediakit .form-mediakit .logobrj-mediakit {
  font-size: 2.75rem;
  line-height: 2.75rem;
  font-weight: 700;
}
.modal-mediakit .form-mediakit .logobrj-mediakit span {
  color: #fbb000;
}
.modal-mediakit .form-mediakit .form-group > label {
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 500;
}
.modal-mediakit .form-mediakit .form-group .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  border-radius: 0;
  font-size: 1rem;
}
.modal-mediakit .form-mediakit .form-group .form-control:focus {
  border-color: #fbb000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-mediakit .form-mediakit .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.modal-mediakit .form-mediakit .custom-control .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.modal-mediakit .form-mediakit .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000000;
  background-color: #000000;
  border-radius: 0;
}
.modal-mediakit .form-mediakit .custom-control .custom-control-label {
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.modal-mediakit .form-mediakit .custom-control .custom-control-label:before {
  border-radius: 0;
}
.modal-mediakit .form-mediakit .btn-lg {
  padding: 0.5rem 1rem;
  margin-top: 3.75rem;
  margin-top: 0;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  background: #ffc0cb;
  border: 0;
  padding: 10px;
  color: #7e3c48;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  background: #fff1c0;
  border: 0;
  padding: 10px;
  color: #7e793c;
}

.wpcf7 form.sent .wpcf7-response-output {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  background: #c0ffc8;
  border: 0;
  padding: 10px;
  color: #3c7e44;
}

.form-midiakit-content .logobrj {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}
.form-midiakit-content .logobrj span {
  color: #fbb000;
}
.form-midiakit-content .logobrj-mediakit {
  font-size: 2.75rem;
  line-height: 2.75rem;
  font-weight: 700;
}
.form-midiakit-content .logobrj-mediakit span {
  color: #fbb000;
}
.form-midiakit-content .form-group > label {
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
  font-weight: 500;
}
.form-midiakit-content .form-group .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  border-radius: 0;
  font-size: 1rem;
}
.form-midiakit-content .form-group .form-control:focus {
  border-color: #fbb000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-midiakit-content .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.form-midiakit-content .custom-control .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-midiakit-content .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000000;
  background-color: #000000;
  border-radius: 0;
}
.form-midiakit-content .custom-control .custom-control-label {
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.form-midiakit-content .custom-control .custom-control-label:before {
  border-radius: 0;
}
.form-midiakit-content .btn-lg {
  padding: 0.5rem 1rem;
  margin-top: 3.75rem;
  margin-top: 0;
}
.form-midiakit-content .wpcf7 form.failed .wpcf7-response-output,
.form-midiakit-content .wpcf7 form.aborted .wpcf7-response-output,
.form-midiakit-content .wpcf7 form.invalid .wpcf7-response-output,
.form-midiakit-content .wpcf7 form.unaccepted .wpcf7-response-output,
.form-midiakit-content .wpcf7 form.payment-required .wpcf7-response-output,
.form-midiakit-content .wpcf7 form.sent .wpcf7-response-output {
  position: relative;
}

.content-page {
  margin-top: 45px;
}
.content-page p {
  font-size: 1.125rem;
  font-family: "PT Serif", "Dublicate Slab", serif;
  font-weight: 400;
}
.content-page p a {
  color: #949aa5;
}

.content-simple a {
  color: #949aa5;
}

.newsletter-form .registernews {
  color: #000;
}
.newsletter-form .registernews .icon {
  margin-bottom: 0.1875rem;
  width: 28px;
  height: auto;
}
.newsletter-form .registernews label {
  display: block;
  padding-bottom: 0;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Duplicate Sans", arial, helvetica, sans-serif;
}
@media only screen and (min-width: 1200px) {
  .newsletter-form .registernews label {
    margin-bottom: 1.25rem;
  }
}

.teste .btn {
  background-color: #fff !important;
}

/* INICIO TV
------------------------------------------------------------------*/
.custon-grid-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 25px;
}

.custon-grid-col {
  max-width: 25%;
}

.section-relacionados-list .post-colright-adds {
  width: fit-content;
  margin: 0 auto;
}
.section-relacionados-list .post-colright-adds > div {
  margin: 0 auto;
}
.section-relacionados-list .post-colright__sticky {
  padding: 30px 0;
}
.custon-grid-row.section-relacionados-list li {
  list-style: none;
}

.custon-grid-row.section-relacionados-list article {
  margin-bottom: 0;
}

.custon-grid-row.section-relacionados-list article.active {
  background-color: #FBB000;
}

.custon-grid-row.section-relacionados-list article .boxarticle-wrap {
  flex-direction: row-reverse;
}

.custon-grid-row.section-relacionados-list article .boxarticle-wrap .boxarticle-img {
  margin-right: 1rem;
  margin-bottom: 0;
  height: 100%;
}

.section-relacionados-list.section-todos-videos-tv .box-section-title {
  margin-top: 1.2rem;
  margin-bottom: 1.1rem;
}

.play-sidebar .newsletter-form {
  padding-left: 13px;
  padding-right: 13px;
}

.play-sidebar .registernews {
  color: #fff !important;
}

.play-sidebar .registernews ul {
  padding-left: 0 !important;
}

.play-sidebar .registernews li {
  list-style: none;
  padding-bottom: 0.5rem;
  font-weight: normal;
}

.play-sidebar .registernews .btn {
  background-color: #fff;
  color: #000;
}

.wrapbrj-content-tv {
  background-color: #1a1b1f;
  margin-bottom: -5rem;
  padding-bottom: 5rem;
}
.wrapbrj-content-tv .wrap-bj {
  position: relative;
  padding-top: 2rem;
  z-index: 9;
}
@media only screen and (max-width: 768px) {
  .wrapbrj-content-tv .wrap-bj {
    padding-top: 0;
  }
}
.wrapbrj-content-tv .post-wrapmkt-adds {
  display: none !important;
}

.wrapbrj-content-tv .tv-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 57px 0;
}

.wrapbrj-content-tv .tv-header .tv-header-title {
  color: #fff;
  text-decoration: none;
  letter-spacing: -1px;
  opacity: 1;
  transition-duration: 0.3s;
}

.wrapbrj-content-tv .tv-header .tv-header-title span {
  color: #fbb000;
}

.wrapbrj-content-tv .section-principal-tv {
  /* margin-bottom: 3.5rem; */
}

.wrapbrj-content-tv .section-principal-tv.container {
  max-width: 100%;
  margin: 0;
  margin-bottom: 3.5rem;
}

.wrapbrj-content-tv .section-principal-tv .boxarticle-wrap {
  flex-direction: column;
}

.wrapbrj-content-tv .section-principal-tv .boxarticle-wrap img {
  height: auto;
}

.wrapbrj-content-tv .section-principal-tv .boxarticle-wrap .boxarticle-img {
  margin-bottom: 2.2rem;
}

.wrapbrj-content-tv .section-principal-tv .boxarticle-infos-title {
  font-size: var(--infos-title-fz, clamp(1.8rem, 2vw, 2.5rem)) !important;
  letter-spacing: 0.025em;
}

.wrapbrj-content-tv .section-principal-tv .boxarticle-infos-title.single-page {
  margin-top: 1.2rem;
}

.wrapbrj-content-tv .section-principal-tv .boxarticle-infos-title a,
.wrapbrj-content-tv .section-principal-tv .boxarticle-infos-text {
  color: #fff !important;
  line-height: normal;
  font-size: 1rem;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  margin-bottom: 27px;
  padding: 8px 25px;
  padding: 5px 15px;
  letter-spacing: -0.005em;
  color: #fff;
}

.wrapbrj-content-tv .section-principal-tv .boxarticle-infos-title a.link-text {
  padding: 0;
  margin: 0;
  letter-spacing: inherit;
}

.wrapbrj-content-tv .section-principal-tv .boxarticle-infos-access {
  color: rgba(255, 255, 255, 0.32);
  color: #949AA5;
  font-size: var(--infos-title-fz, clamp(0.75rem, 0vw, 1rem));
  padding: 0.3rem 0 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  margin-bottom: 1rem;
}

.wrapbrj-content-tv .section-principal-tv .boxarticle-infos-access {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.section-principal-tv .boxarticle-infos-access .menusocial.menusocial--share ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.section-principal-tv .boxarticle-infos-access .menusocial.menusocial--share ul li:hover {
  background-color: #fbb000;
  transition: all 250ms ease-in-out;
}

.section-principal-tv .boxarticle-infos-access .menusocial.menusocial--share ul li svg path {
  fill: #484C54;
}

.section-principal-tv .boxarticle-infos-access .menusocial.menusocial--share ul li:hover svg path {
  fill: #000;
  opacity: 1;
}

.section-principal-tv .boxarticle-infos-access .menusocial.menusocial--share ul li .menusocial-item {
  width: 2.8125rem;
  height: 2.8125rem;
  width: 45px;
  height: 45px;
  padding: 7.5px;
  padding: 10px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.section-principal-tv .boxarticle-infos-access .menusocial.menusocial--share ul li .menusocial-item:hover {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .section-principal-tv .boxarticle-infos-access .menusocial.menusocial--share ul li .menusocial-item {
    width: 37px;
    height: 37px;
  }
}

.line-share-instagran {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-share-instagran .content-share-instagran {
  color: #fff;
  font-size: 1.3rem;
  font-family: "Duplicate Sans";
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .line-share-instagran .content-share-instagran {
    font-size: 16px;
  }
}

.line-share-instagran .button.btn {
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  padding: 0.5rem 1.5rem;
}

.line-share-instagran .content-share-instagran svg {
  margin-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .line-share-instagran .content-share-instagran svg {
    display: none;
  }
}

.line-share-instagran .content-share-instagran svg path {
  fill: #fff;
}

.section-principal-tv .post-tags {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
}

.section-principal-tv .post-tags .post-tags-item {
  padding: 0.5rem 1.5rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  background-color: #484C54;
}

.section-principal-tv .post-tags .post-tags-item a {
  color: #fff;
}

.section-destaque-ultimas-tv {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.section-destaque-ultimas-tv .box-section-title,
.section-todos-videos-tv .box-section-title {
  color: #fff;
  font-size: var(--infos-title-fz, clamp(2.25rem, 3vw, 2.5rem));
  width: 100%;
  margin-bottom: 2rem;
}

.section-todos-videos-tv .box-section-title {
  padding-left: 15px;
  margin-bottom: 1rem;
}

.section-todos-videos-tv .boxarticle-wrap .boxarticle-img {
  --bxart-img-h: 8.625rem ;
}

.section-destaque-ultimas-tv .boxarticle-wrap .boxarticle-img img,
.section-todos-videos-tv .boxarticle-wrap .boxarticle-img img {
  height: 100%;
}

.section-destaque-ultimas-tv .box-section-title.ultimos-videos {
  margin-left: 15px;
  padding-left: 15px;
}

.section-destaque-ultimas-tv article,
.section-todos-videos-tv article {
  width: 100%;
  padding: 13px;
  border-radius: 2.15px;
  transition: all 250mx ease-in-out;
}

.section-destaque-ultimas-tv article:hover,
.section-todos-videos-tv article:hover {
  background: rgba(40, 41, 45, 0.48);
  background: #151619;
  background: #292A2D;
}

.section-todos-videos-tv article {
  /*margin-bottom: 15px;*/
}

.section-destaque-ultimas-tv article h2,
.section-todos-videos-tv article h2 {
  font-size: var(--infos-title-fz, clamp(0.75rem, 0.9vw, 1rem)) !important;
}

@media only screen and (max-width: 1022px) {
  .custon-grid-col {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .custon-grid-col {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .section-destaque-ultimas-tv .border-l {
    border-left: 1px solid #37383B;
  }
  .section-destaque-ultimas-tv .border-l:last-child {
    border-left: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .section-destaque-ultimas-tv .box-section-title.ultimos-videos {
    padding-top: 2.5rem;
  }
}
.section-destaque-ultimas-tv article.destaque {
  background-color: #FBB001;
}

.wrapbrj-content-tv .boxarticle .boxarticle-wrap {
  flex-direction: column;
}

.wrapbrj-content-tv .boxarticle .boxarticle-wrap .destaque_video_play video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

.flowplayer .fp-splash {
  position: relative;
}

.section-destaque-ultimas-tv .boxarticle-infos-access,
.section-todos-videos-tv .boxarticle-infos-access {
  font-size: 0.8rem;
  color: #949AA5 !important;
  padding: 0.3rem 0;
}

.section-todos-videos-tv .boxarticle-infos-title {
  font-size: 1.3rem !important;
  line-height: 2rem !important;
}

.section-destaque-ultimas-tv article .boxarticle-img,
.section-todos-videos-tv article .boxarticle-img {
  margin-bottom: 1.25rem;
  position: relative;
}

.boxarticle-img .time-duration {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  font-size: var(--infos-title-fz, clamp(0.7rem, 0vw, 0.8rem));
  padding: 0 0.3rem;
  background-color: rgb(0, 0, 0);
  color: #fff;
  z-index: 4;
}

.boxarticle-img .time-duration::before {
  content: "";
  position: absolute;
  right: -0.2rem;
  width: 100%;
  height: 2px;
  bottom: -0.2rem;
  background: #000;
}

.boxarticle-img .time-duration::after {
  content: "";
  position: absolute;
  right: -0.2rem;
  height: 100%;
  width: 2px;
  bottom: -0.2rem;
  background: #000;
}

.section-principal-tv .flowplayer {
  width: 100%;
  max-width: 100% !important;
  height: 56.25%;
  min-height: 56.25% !important;
  margin-bottom: 0.5rem !important;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section-principal-tv .flowplayer {
    width: calc(100% + 60px);
    max-width: calc(100% + 60px) !important;
    min-width: calc(100% + 60px) !important;
    margin-left: -30px !important;
  }
}

.section-principal-tv .boxarticle.destaque {
  position: relative;
  height: calc(56.25vw - 64px);
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
.section-principal-tv .boxarticle.destaque .alingConteinetVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.section-principal-tv .boxarticle.destaque .alingConteinetVideo .container {
  height: 100%;
}

.section-principal-tv .boxarticle.destaque .boxarticle-infos {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-title {
  max-width: 50%;
  flex: 1;
  flex-direction: column;
  display: flex;
  justify-content: center;
  padding-top: clamp(10rem, 11vw, 10rem);
}

.section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-title h2 {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 3.1666666667vw;
  line-height: 3.1666666667vw;
}

.section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-title .btn.btn-light {
  background-color: #fff;
  color: #000 !important;
  width: max-content;
  padding: 0.5rem 2rem;
}

.section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-title .btn.btn-light.btn-assista {
  font-size: 1.6666666667vw;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.005em;
  padding: 10px 20px;
}

.section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-subtitle {
  color: #fff;
  font-family: "Duplicate Sans";
  font-size: 1.4rem;
  font-weight: normal;
}

.section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-subtitle.title-description {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}

.section-principal-tv .boxarticle.destaque .boxarticle-infos-access {
  border-bottom: none;
}

.section-destaque-ultimas-tv article .boxarticle-infos {
  padding-right: 0 !important;
}

.section-destaque-ultimas-tv article .boxarticle-infos-title,
.section-destaque-ultimas-tv article .boxarticle-infos-access,
.section-todos-videos-tv article .boxarticle-infos-title,
.section-todos-videos-tv .boxarticle-infos-access {
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.section-todos-videos-tv article.active .boxarticle-infos-title {
  color: #000;
}

.section-todos-videos-tv article .boxarticle-infos-title {
  margin-top: 0.8rem !important;
}

.section-todos-videos-tv article .boxarticle-infos {
  padding-right: 0 !important;
}

.section-destaque-ultimas-tv article.destaque .boxarticle-infos-title,
.section-destaque-ultimas-tv article.destaque .boxarticle-infos-access {
  color: #1A1B1F;
}

.section-todos-videos-tv > h2 {
  color: #fff;
}

.section-todos-videos-tv #ajax-load-more {
  width: 100%;
}

.section-todos-videos-tv .ajax-load-more-wrap.white .alm-load-more-btn {
  background-color: #fff !important;
  color: #171717 !important;
  opacity: 1;
  transition: all 250ms ease-in-out !important;
}

.section-todos-videos-tv .ajax-load-more-wrap.white .alm-load-more-btn:hover {
  opacity: 0.3 !important;
}

.section-relacionados-list .ultimos-videos {
  padding: 0;
  font-size: var(--infos-title-fz, clamp(2rem, 3vw, 2rem));
}

.section-relacionados-list .boxarticle-infos-title {
  font-size: var(--infos-title-fz, clamp(1rem, 0.12vw, 1.2rem)) !important;
  line-height: 1.2rem !important;
}

.wrapbrj-content-tv {
  /* padding-bottom: 10rem; */
}

.wrapbrj-content-tv.bkg-dark {
  background: #0D0E11;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 992px) {
  .wrapbrj-content-tv.bkg-dark {
    background: #1A1B1F;
  }
}
.wrapbrj-content-tv.bkg-dark .wrap-bj {
  z-index: 0;
}

.type-category {
  width: fit-content;
  font-size: 0.7111111111vw;
  margin-bottom: 1.6666666667vw;
  padding: 0.5333333333vw 0.6666666667vw;
}

.type-category.video-category {
  width: fit-content;
  font-size: 1vw;
  padding: 0.5333333333vw 0.6666666667vw;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 5px 15px;
}

.section-todos-videos-tv .type-category {
  font-size: 0.8rem;
  line-height: 0.6rem;
  padding: 0.25rem 0.95rem;
  margin-bottom: 0.8rem;
  color: #fff;
}

.max-content {
  max-width: 90%;
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (max-width: 567px) {
  .section-principal-tv .boxarticle.destaque .alingConteinetVideo {
    position: relative;
    padding-top: 3rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 72%, rgba(0, 0, 0, 0) 100%);
    margin-top: -7rem;
  }
  .section-principal-tv .boxarticle.destaque .boxarticle-infos .type-category {
    padding: 1.533333vw 2.666667vw;
    margin-bottom: 1rem;
  }
  .section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-title {
    max-width: 100%;
  }
  .section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-title h2 {
    font-size: 10.166667vw;
    line-height: 9.166667vw;
    margin-bottom: 1rem;
  }
  .section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-title .btn.btn-light.btn-assista {
    font-size: 3.666667vw;
    margin-bottom: 2.5rem;
    letter-spacing: -0.005em;
  }
  .section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-subtitle.title-description {
    font-weight: 500;
    letter-spacing: -0.005em;
    font-size: 4.6666666667vw;
  }
  .custon-grid-col {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .wrapbrj-content-tv .boxarticle .boxarticle-wrap {
    /*max-height: 100vh !important;*/
    overflow-y: hidden;
  }
  .section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-title .btn.btn-light {
    font-size: 1.0666666667vw;
  }
  .section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-subtitle {
    font-size: 1.6625vw;
    margin-bottom: 1.5rem;
    max-width: 70%;
  }
  .section-principal-tv .boxarticle.destaque .alingConteinetVideo .container {
    /*max-width: 90%;*/
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-title {
    padding-top: clamp(6rem, 11vw, 6rem);
    padding-top: 0;
  }
  .section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-subtitle.title-description {
    font-size: clamp(0.8rem, 1.5vw, 1rem);
    font-size: 18px;
  }
  .type-category.video-category {
    font-size: 0.8rem;
    line-height: 0.6rem;
    padding: 0.25rem 0.95rem;
  }
}
@media only screen and (max-width: 645px) {
  .section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-title {
    padding-top: clamp(3rem, 11vw, 3rem);
    padding-top: 0;
  }
}
@media only screen and (max-width: 567px) {
  .section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-title {
    padding-top: 0;
  }
  .section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-subtitle.title-description {
    font-size: 1.4rem;
    font-size: 18px;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-title {
    padding-top: clamp(8rem, 11vw, 8rem);
    padding-top: 0;
  }
  .section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-subtitle.title-description {
    font-size: clamp(0.8rem, 1.5vw, 1rem);
    font-size: 18px;
  }
}
@media only screen and (min-width: 1023px) {
  .section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-title {
    padding-top: clamp(10rem, 11vw, 10rem);
    padding-top: 0;
  }
  .section-principal-tv .boxarticle.destaque .boxarticle-infos .boxarticle-infos-subtitle.title-description {
    font-size: 1.4rem;
    font-size: 18px;
  }
}
/* Color Category */
.cat-ul {
  list-style: none;
  padding: 0;
  display: flex;
}
.cat-ul li {
  margin-right: 10px;
}

.video-category.agro-journal,
.type-category.agro-journal {
  background-color: #19966B;
}
.video-category.macro,
.type-category.macro {
  background-color: #C41829;
}
.video-category.bolsa,
.type-category.bolsa {
  background-color: #1258D0;
}
.video-category.vida-executiva,
.type-category.vida-executiva {
  background-color: #6B3EFF;
}
.video-category.tecnologia,
.type-category.tecnologia {
  background-color: #FE3563;
}
.video-category.negocios,
.type-category.negocios {
  background-color: #6b3eff;
}
.video-category.economia,
.type-category.economia {
  background-color: #4ca8ea;
}
.video-category.esg,
.type-category.esg {
  background-color: #40eb1e;
}
.video-category.weekend,
.type-category.weekend {
  background-color: #c923a9;
}
.video-category.daytrade,
.type-category.daytrade {
  background-color: #FF7127;
}

.fv-player-custom-video p.fp-caption {
  display: none;
}

.boxarticle-img {
  position: relative;
}

.wrapbrj-content-tv article .boxarticle-img:hover {
  opacity: 0.8;
}

#video-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.boxarticle-img:hover #video-hover {
  display: block;
  /*opacity: 0.6;*/
}

.boxarticle-img.thumb-video:hover img {
  opacity: 0;
}

.destaque_video_thumb {
  display: none;
}

.mascara {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 575px) {
  .destaque_video_thumb {
    display: none;
  }
  .destaque_video_thumb img {
    width: 100%;
  }
  .wrapbrj-content-tv .boxarticle .boxarticle-wrap .destaque_video_play video {
    position: relative;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    width: 100%;
    width: 150%;
    left: 0;
  }
  .section-principal-tv .boxarticle.destaque {
    height: auto;
  }
}
.alm-listing .alm-reveal {
  width: 100%;
  margin: 0;
}

.btn-back-wrap {
  width: 100%;
  height: auto;
  display: none;
}
@media only screen and (min-width: 768px) {
  .btn-back-wrap {
    position: relative;
    display: block;
  }
}
.btn-back-wrap .btn-back {
  padding: 15px 15px 12px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .btn-back-wrap .btn-back {
    position: absolute;
    top: 0;
    left: -66px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-back-wrap .btn-back {
    left: -73px;
  }
}
.btn-back-wrap .btn-back p {
  color: #fff;
  margin: 0;
  font-weight: 600;
}
.btn-back-wrap .btn-back figure {
  margin: 0;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .btn-back-wrap .btn-back figure {
    display: flex;
    flex-direction: row-reverse;
  }
}
/* TERMINO TV
------------------------------------------------------------------*/
/*
.section-todos-videos-tv{
  .boxarticle-wrap{
    width: 100%;
    .boxarticle-img{
      position: relative;
      width: 100%;
      &:hover{
        .img-wrapper{
          width: 100%;
          opacity: 0;
          z-index: 0;
        }
        .video-wrapper{
          display: block;
          visibility: visible;
        }
      }
      .img-wrapper,
      .video-wrapper{
        width: 100%;
        height: 8.625rem;
        transition: all .3s ease-in-out;
      }
      .img-wrapper{
        position: relative;
        z-index: 2;
      }
      .video-wrapper{
        position: absolute;
        top: 0;
        z-index: 1;
        display: none;
        visibility: hidden;
        video{
          height: 100%;
          vertical-align: bottom;
          min-width: 100%;
          max-width: 100%;
          min-height: 8.625rem;
          object-fit: cover;
        }
      }
    }
  }
} */
body .flowplayer .fv-cva-time img {
  height: 27px !important;
}

.ad-top-edit {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ad-top-edit {
    display: block;
  }
}

.ad-top-edit-mobile {
  display: block;
  padding: 10px 0px;
}
@media only screen and (min-width: 768px) {
  .ad-top-edit-mobile {
    display: none;
  }
}
.ad-top-edit-mobile .banner-ad--header {
  width: calc(100% + 60px);
  max-width: calc(100% + 60px) !important;
  min-width: calc(100% + 60px) !important;
  margin-left: -30px !important;
}

.flowplayer .fp-controls > strong.fp-cc {
  display: none;
}