html {
  overflow-x: hidden !important;
}

html.i-amphtml-fie {
  height: 100% !important;
  width: 100% !important;
}

html:not([amp4ads]),
html:not([amp4ads]) body {
  height: auto !important;
}

html:not([amp4ads]) body {
  margin: 0 !important;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html.i-amphtml-singledoc.i-amphtml-embedded {
  -ms-touch-action: pan-y pinch-zoom;
  touch-action: pan-y pinch-zoom;
}

html.i-amphtml-fie > body,
html.i-amphtml-singledoc > body {
  overflow: visible !important;
}

html.i-amphtml-fie:not(.i-amphtml-inabox) > body,
html.i-amphtml-singledoc:not(.i-amphtml-inabox) > body {
  position: relative !important;
}

html.i-amphtml-ios-embed-legacy > body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  position: absolute !important;
}

html.i-amphtml-ios-embed {
  overflow-y: auto !important;
  position: static;
}

#i-amphtml-wrapper {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  display: block !important;
}

html.i-amphtml-ios-embed.i-amphtml-ios-overscroll,
html.i-amphtml-ios-embed.i-amphtml-ios-overscroll > #i-amphtml-wrapper {
  -webkit-overflow-scrolling: touch !important;
}

#i-amphtml-wrapper > body {
  position: relative !important;
  border-top: 1px solid transparent !important;
}

#i-amphtml-wrapper + body {
  visibility: visible;
}

#i-amphtml-wrapper + body .i-amphtml-lightbox-element,
#i-amphtml-wrapper + body[i-amphtml-lightbox] {
  visibility: hidden;
}

#i-amphtml-wrapper + body[i-amphtml-lightbox] .i-amphtml-lightbox-element {
  visibility: visible;
}

#i-amphtml-wrapper.i-amphtml-scroll-disabled,
.i-amphtml-scroll-disabled {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

amp-instagram {
  padding: 54px 0px 0px !important;
  background-color: #fff;
}

amp-iframe iframe {
  box-sizing: border-box !important;
}

[amp-access][amp-access-hide] {
  display: none;
}

[subscriptions-dialog],
body:not(.i-amphtml-subs-ready) [subscriptions-action],
body:not(.i-amphtml-subs-ready) [subscriptions-section] {
  display: none !important;
}

amp-experiment,
amp-live-list > [update] {
  display: none;
}

amp-list[resizable-children] > .i-amphtml-loading-container.amp-hidden {
  display: none !important;
}

amp-list [fetch-error],
amp-list[load-more] [load-more-button],
amp-list[load-more] [load-more-end],
amp-list[load-more] [load-more-failed],
amp-list[load-more] [load-more-loading] {
  display: none;
}

amp-list[diffable] div[role="list"] {
  display: block;
}

amp-story-page,
amp-story[standalone] {
  min-height: 1px !important;
  display: block !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}

amp-story[standalone] {
  background-color: #000 !important;
  position: relative !important;
}

amp-story-page {
  background-color: #757575;
}

amp-story .amp-active > div,
amp-story .i-amphtml-loader-background {
  display: none !important;
}

amp-story-page:not(:first-of-type):not([distance]):not([active]) {
  transform: translateY(1000vh) !important;
}

amp-autocomplete {
  position: relative !important;
  display: inline-block !important;
}

amp-autocomplete > input,
amp-autocomplete > textarea {
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.33);
}

.i-amphtml-autocomplete-results,
amp-autocomplete > input,
amp-autocomplete > textarea {
  font-size: 1rem;
  line-height: 1.5rem;
}

[amp-fx^="fly-in"] {
  visibility: hidden;
}

amp-script[nodom],
amp-script[sandboxed] {
  position: fixed !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  visibility: hidden;
}

/*# sourceURL=/css/ampdoc.css*/
[hidden] {
  display: none !important;
}

.i-amphtml-element {
  display: inline-block;
}

.i-amphtml-blurry-placeholder {
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) !important;
  pointer-events: none;
}

[layout="nodisplay"]:not(.i-amphtml-element) {
  display: none !important;
}

.i-amphtml-layout-fixed,
[layout="fixed"][width][height]:not(.i-amphtml-layout-fixed) {
  display: inline-block;
  position: relative;
}

.i-amphtml-layout-responsive,
[layout="responsive"][width][height]:not(.i-amphtml-layout-responsive),
[width][height][heights]:not([layout]):not(.i-amphtml-layout-responsive),
[width][height][sizes]:not(img):not([layout]):not(
    .i-amphtml-layout-responsive
  ) {
  display: block;
  position: relative;
}

.i-amphtml-layout-intrinsic,
[layout="intrinsic"][width][height]:not(.i-amphtml-layout-intrinsic) {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.i-amphtml-layout-intrinsic .i-amphtml-sizer {
  max-width: 100%;
}

.i-amphtml-intrinsic-sizer {
  max-width: 100%;
  display: block !important;
}

.i-amphtml-layout-container,
.i-amphtml-layout-fixed-height,
[layout="container"],
[layout="fixed-height"][height]:not(.i-amphtml-layout-fixed-height) {
  display: block;
  position: relative;
}

.i-amphtml-layout-fill,
.i-amphtml-layout-fill.i-amphtml-notbuilt,
[layout="fill"]:not(.i-amphtml-layout-fill),
body noscript > * {
  display: block;
  overflow: hidden !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

body noscript > * {
  position: absolute !important;
  width: 100%;
  height: 100%;
  z-index: 2;
}

body noscript {
  display: inline !important;
}

.i-amphtml-layout-flex-item,
[layout="flex-item"]:not(.i-amphtml-layout-flex-item) {
  display: block;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.i-amphtml-layout-fluid {
  position: relative;
}

.i-amphtml-layout-size-defined {
  overflow: hidden !important;
}

.i-amphtml-layout-awaiting-size {
  position: absolute !important;
  top: auto !important;
  bottom: auto !important;
}

i-amphtml-sizer {
  display: block !important;
}

@supports (aspect-ratio: 1/1) {
  i-amphtml-sizer.i-amphtml-disable-ar {
    display: none !important;
  }
}

.i-amphtml-blurry-placeholder,
.i-amphtml-fill-content {
  display: block;
  height: 0;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 0;
  margin: auto;
}

.i-amphtml-layout-size-defined .i-amphtml-fill-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.i-amphtml-replaced-content,
.i-amphtml-screen-reader {
  padding: 0 !important;
  border: none !important;
}

.i-amphtml-screen-reader {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 4px !important;
  height: 4px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  display: block !important;
  visibility: visible !important;
}

.i-amphtml-screen-reader ~ .i-amphtml-screen-reader {
  left: 8px !important;
}

.i-amphtml-screen-reader ~ .i-amphtml-screen-reader ~ .i-amphtml-screen-reader {
  left: 12px !important;
}

.i-amphtml-screen-reader
  ~ .i-amphtml-screen-reader
  ~ .i-amphtml-screen-reader
  ~ .i-amphtml-screen-reader {
  left: 16px !important;
}

.i-amphtml-unresolved {
  position: relative;
  overflow: hidden !important;
}

.i-amphtml-select-disabled {
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.i-amphtml-notbuilt,
[layout]:not(.i-amphtml-element),
[width][height][heights]:not([layout]):not(.i-amphtml-element),
[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {
  position: relative;
  overflow: hidden !important;
  color: transparent !important;
}

.i-amphtml-notbuilt:not(.i-amphtml-layout-container) > *,
[layout]:not([layout="container"]):not(.i-amphtml-element) > *,
[width][height][heights]:not([layout]):not(.i-amphtml-element) > *,
[width][height][sizes]:not([layout]):not(.i-amphtml-element) > * {
  display: none;
}

amp-img:not(.i-amphtml-element)[i-amphtml-ssr] > img.i-amphtml-fill-content {
  display: block;
}

.i-amphtml-notbuilt:not(.i-amphtml-layout-container),
[layout]:not([layout="container"]):not(.i-amphtml-element),
[width][height][heights]:not([layout]):not(.i-amphtml-element),
[width][height][sizes]:not(img):not([layout]):not(.i-amphtml-element) {
  color: transparent !important;
  line-height: 0 !important;
}

.i-amphtml-ghost {
  visibility: hidden !important;
}

.i-amphtml-element > [placeholder],
[layout]:not(.i-amphtml-element) > [placeholder],
[width][height][heights]:not([layout]):not(.i-amphtml-element) > [placeholder],
[width][height][sizes]:not([layout]):not(.i-amphtml-element) > [placeholder] {
  display: block;
  line-height: normal;
}

.i-amphtml-element > [placeholder].amp-hidden,
.i-amphtml-element > [placeholder].hidden {
  visibility: hidden;
}

.i-amphtml-element:not(.amp-notsupported) > [fallback],
.i-amphtml-layout-container > [placeholder].amp-hidden,
.i-amphtml-layout-container > [placeholder].hidden {
  display: none;
}

.i-amphtml-layout-size-defined > [fallback],
.i-amphtml-layout-size-defined > [placeholder] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 1;
}

amp-img[i-amphtml-ssr]:not(.i-amphtml-element) > [placeholder] {
  z-index: auto;
}

.i-amphtml-notbuilt > [placeholder] {
  display: block !important;
}

.i-amphtml-hidden-by-media-query {
  display: none !important;
}

.i-amphtml-element-error {
  background: red !important;
  color: #fff !important;
  position: relative !important;
}

.i-amphtml-element-error:before {
  content: attr(error-message);
}

i-amp-scroll-container,
i-amphtml-scroll-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

i-amp-scroll-container.amp-active,
i-amphtml-scroll-container.amp-active {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.i-amphtml-loading-container {
  display: block !important;
  pointer-events: none;
  z-index: 1;
}

.i-amphtml-notbuilt > .i-amphtml-loading-container {
  display: block !important;
}

.i-amphtml-loading-container.amp-hidden {
  visibility: hidden;
}

.i-amphtml-element > [overflow] {
  cursor: pointer;
  position: relative;
  z-index: 2;
  visibility: hidden;
  display: initial;
  line-height: normal;
}

.i-amphtml-layout-size-defined > [overflow] {
  position: absolute;
}

.i-amphtml-element > [overflow].amp-visible {
  visibility: visible;
}

template {
  display: none !important;
}

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

amp-pixel {
  display: none !important;
}

amp-analytics,
amp-auto-ads,
amp-story-auto-ads {
  position: fixed !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  visibility: hidden;
}

amp-story {
  visibility: hidden !important;
}

html.i-amphtml-fie > amp-analytics {
  position: initial !important;
}

[visible-when-invalid]:not(.visible),
form [submit-error],
form [submit-success],
form [submitting] {
  display: none;
}

amp-accordion {
  display: block !important;
}

@media (min-width: 1px) {
  :where(amp-accordion > section) > :first-child {
    margin: 0;
    background-color: #efefef;
    padding-right: 20px;
    border: 1px solid #dfdfdf;
  }

  :where(amp-accordion > section) > :last-child {
    margin: 0;
  }
}

amp-accordion > section {
  float: none !important;
}

amp-accordion > section > * {
  float: none !important;
  display: block !important;
  overflow: hidden !important;
  position: relative !important;
}

amp-accordion,
amp-accordion > section {
  margin: 0;
}

amp-accordion:not(.i-amphtml-built) > section > :last-child {
  display: none !important;
}

amp-accordion:not(.i-amphtml-built) > section[expanded] > :last-child {
  display: block !important;
}

.amp-carousel-slide > .i-amphtml-replaced-content {
  -o-object-fit: contain;
  object-fit: contain;
}

.amp-carousel-button {
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  height: 34px;
  width: 34px;
  border-radius: 2px;
  opacity: 0;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  visibility: hidden;
  z-index: 10;
}

.amp-carousel-button:focus {
  border: 1px solid #000;
  outline: 1px solid #fff;
}

.amp-mode-mouse .amp-carousel-button,
amp-carousel.i-amphtml-carousel-has-controls .amp-carousel-button,
amp-carousel[controls] .amp-carousel-button {
  opacity: 1;
  visibility: visible;
}

.amp-carousel-button-prev {
  left: 16px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="%23fff"><path d="M15 8.25H5.87l4.19-4.19L9 3 3 9l6 6 1.06-1.06-4.19-4.19H15z"/></svg>');
  background-size: 18px 18px;
}

.amp-carousel-button-next {
  right: 16px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="%23fff"><path d="M9 3 7.94 4.06l4.19 4.19H3v1.5h9.13l-4.19 4.19L9 15l6-6z"/></svg>');
  background-size: 18px 18px;
}

.i-amphtml-carousel-button-start-hint .amp-carousel-button:not(.amp-disabled) {
  animation: i-amphtml-carousel-hint 1s ease-in 3s 1 normal both;
}

.amp-mode-mouse
  .i-amphtml-carousel-button-start-hint
  .amp-carousel-button:not(.amp-disabled) {
  animation: none;
}

@keyframes i-amphtml-carousel-hint {
  0% {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

amp-carousel .amp-carousel-button.amp-disabled {
  animation: none;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

amp-carousel[i-amphtml-carousel-hide-buttons] .amp-carousel-button-next,
amp-carousel[i-amphtml-carousel-hide-buttons] .amp-carousel-button-prev {
  opacity: 0;
  pointer-events: none;
  visibility: visible !important;
}

.i-amphtml-slides-container {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100% !important;
  left: 0;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  position: absolute !important;
  top: 0;
  width: 100% !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none;
  padding-bottom: 20px !important;
  box-sizing: content-box !important;
  -webkit-overflow-scrolling: touch !important;
}

.i-amphtml-slides-container::-webkit-scrollbar {
  display: none !important;
}

.i-amphtml-slides-container.i-amphtml-no-scroll {
  overflow-x: hidden !important;
}

.i-amphtml-slide-item {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: none !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  height: 100% !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  position: relative !important;
  scroll-snap-align: start !important;
  width: 100% !important;
}

.i-amphtml-slide-item > * {
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.i-amphtml-slide-item-show {
  display: -ms-flexbox !important;
  display: flex !important;
}

.i-amphtml-carousel-end-marker,
.i-amphtml-carousel-start-marker {
  background-color: transparent !important;
  display: block !important;
  -ms-flex: 0 0 1px !important;
  flex: 0 0 1px !important;
  height: 100% !important;
  position: relative !important;
  scroll-snap-align: start !important;
  width: 1px !important;
}

.i-amphtml-carousel-start-marker {
  -ms-flex-order: -1 !important;
  order: -1 !important;
  margin-left: -1px !important;
}

.i-amphtml-carousel-end-marker {
  -ms-flex-order: 100000000 !important;
  order: 100000000 !important;
  margin-right: -1px !important;
}

.i-amphtml-slidescroll-no-snap.i-amphtml-slides-container {
  scroll-snap-type: none !important;
}

.i-amphtml-slidescroll-no-snap .i-amphtml-slide-item {
  scroll-snap-align: none !important;
}

.i-amphtml-slidescroll-no-snap.i-amphtml-slides-container.i-amphtml-no-scroll {
  -webkit-overflow-scrolling: auto !important;
}

.amp-scrollable-carousel-slide {
  display: inline-block !important;
  margin-left: 8px;
}

.amp-scrollable-carousel-slide:first-child {
  margin-left: 0px;
}

.i-amphtml-scrollable-carousel-container {
  white-space: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
}

.i-amphtml-lbg-caption-scroll {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 1;
  padding-top: 40px !important;
  box-sizing: border-box !important;
  color: #fff;
  text-shadow: 1px 0 5px rgba(0, 0, 0, 0.4) !important;
  overflow: hidden !important;
  max-height: calc(80px + 3rem) !important;
  transition: max-height 0.3s ease-out !important;
  pointer-events: none !important;
}

.i-amphtml-lbg-caption-text {
  padding: 20px !important;
  pointer-events: all !important;
}

.i-amphtml-lbg-caption-text:empty {
  display: none !important;
}

[i-amphtml-lbg-caption-state="clip"] {
  mask-image: linear-gradient(
    0deg,
    transparent 0rem,
    rgba(0, 0, 0, 0.2) 1rem,
    rgba(0, 0, 0, 0.55) 2rem,
    #000 3rem
  );
}

[i-amphtml-lbg-caption-state="expand"] {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  max-height: 100% !important;
  transition: max-height 0.7s ease-out !important;
  mask-image: linear-gradient(
    transparent,
    rgba(0, 0, 0, 0.2) 20px,
    rgba(0, 0, 0, 0.55) 40px,
    #000 60px
  );
}

.i-amphtml-lbg-caption-mask {
  min-height: 1rem;
  width: 100% !important;
  position: fixed !important;
  bottom: 0 !important;
  pointer-events: all !important;
}

[i-amphtml-lbg-caption-state="clip"] + .i-amphtml-lbg-caption-mask {
  z-index: 1 !important;
  background: transparent !important;
  transition: background-color 0.5s ease-out !important;
}

[i-amphtml-lbg-caption-state="expand"] + .i-amphtml-lbg-caption-mask {
  background-color: rgba(0, 0, 0, 0.4) !important;
  top: 0 !important;
  z-index: 0 !important;
  transition: background-color 0.4s ease-in !important;
}

.i-amphtml-lbg[gallery-view] .i-amphtml-lbg-caption {
  display: none;
}

.i-amphtml-lbg-top-bar {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  height: 56px !important;
  z-index: 1 !important;
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
}

@media (min-width: 1024px) {
  .i-amphtml-lbg-top-bar {
    height: 80px !important;
  }
}

.i-amphtml-lbg-button {
  position: absolute !important;
  cursor: pointer !important;
  width: 24px;
  height: 24px;
  padding: 16px;
  box-sizing: content-box;
}

@media (min-width: 1024px) {
  .i-amphtml-lbg-button {
    width: 40px;
    height: 40px;
    padding: 20px;
  }
}

.i-amphtml-lbg-button:after {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}

.i-amphtml-lbg-button[data-action="./assets_main/css/close"] {
  top: 0 !important;
  right: 0 !important;
}

.i-amphtml-lbg-button[data-action="./assets_main/css/close"]:after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path stroke="%23fff" stroke-linejoin="round" stroke-width="2" d="m6.4 6.4 11.2 11.2Zm11.2 0L6.4 17.6Z"/></svg>');
}

.i-amphtml-lbg-button[data-action="./assets_main/css/gallery"] {
  top: 0 !important;
  left: 0 !important;
}

.i-amphtml-lbg-button[data-action="./assets_main/css/gallery"]:after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g fill="%23fff"><rect width="6" height="8" x="3" y="3" rx="1" ry="1"/><rect width="6" height="8" x="15" y="13" rx="1" ry="1"/><rect width="10" height="8" x="11" y="3" rx="1" ry="1"/><rect width="10" height="8" x="3" y="13" rx="1" ry="1"/></g></svg>');
}

.i-amphtml-lbg-button[data-action="./assets_main/css/slides"] {
  top: 0 !important;
  left: 0 !important;
  display: none;
}

.i-amphtml-lbg-button[data-action="./assets_main/css/slides"]:after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><rect width="16" height="16" x="4" y="4" fill="none" stroke="%23fff" stroke-width="2" rx="1"/><circle cx="15.5" cy="8.5" r="1.5" fill="%23fff"/><path fill="%23fff" d="M5 19v-6l3-3 5 5 3-3 3 3v4z"/></svg>');
}

.i-amphtml-lbg-button[data-action="./assets_main/css/next"],
.i-amphtml-lbg-button[data-action="./assets_main/css/prev"] {
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  filter: drop-shadow(0 0 1px black) !important;
  width: 40px;
  height: 40px;
  padding: 20px;
}

.i-amphtml-lbg-button[data-action="./assets_main/css/next"] {
  right: 0 !important;
  left: auto !important;
}

.i-amphtml-lbg-button[data-action="./assets_main/css/next"]:after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10 7.4 4.6 4.6-4.6 4.6"/></svg>');
}

.i-amphtml-lbg-button[data-action="./assets_main/css/prev"] {
  right: auto !important;
  left: 0 !important;
}

.i-amphtml-lbg-button[data-action="./assets_main/css/prev"]:after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14 7.4 9.4 12l4.6 4.6"/></svg>');
}

[i-amphtml-lbg-single-item]
  .i-amphtml-lbg-button[data-action="./assets_main/css/gallery"],
[i-amphtml-lbg-single-item]
  .i-amphtml-lbg-button[data-action="./assets_main/css/next"],
[i-amphtml-lbg-single-item]
  .i-amphtml-lbg-button[data-action="./assets_main/css/prev"] {
  visibility: hidden !important;
}

.i-amphtml-lbg[gallery-view]
  .i-amphtml-lbg-button[data-action="./assets_main/css/gallery"],
.i-amphtml-lbg[gallery-view]
  .i-amphtml-lbg-button[data-action="./assets_main/css/next"],
.i-amphtml-lbg[gallery-view]
  .i-amphtml-lbg-button[data-action="./assets_main/css/prev"] {
  display: none !important;
}

.i-amphtml-lbg[gallery-view]
  .i-amphtml-lbg-button[data-action="./assets_main/css/slides"] {
  display: block !important;
}

[i-amphtml-lbg-fade] {
  animation-fill-mode: forwards;
  animation-duration: 400ms;
}

[i-amphtml-lbg-fade="in"] {
  animation-name: fadeIn;
}

[i-amphtml-lbg-fade="out"] {
  animation-name: fadeOut;
}

amp-lightbox-gallery[i-amphtml-lbg-fade] {
  position: relative;
  z-index: 2147483642;
  animation-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

amp-lightbox-gallery .amp-carousel-button {
  display: none;
}

amp-lightbox-gallery amp-carousel {
  background: transparent !important;
}

.i-amphtml-lbg {
  position: fixed !important;
  z-index: 2147483642;
}

.i-amphtml-lbg,
.i-amphtml-lbg-gallery,
.i-amphtml-lbg-mask {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

.i-amphtml-lbg-gallery,
.i-amphtml-lbg-mask {
  background-color: #000 !important;
  position: absolute !important;
}

.i-amphtml-lbg-gallery {
  display: none;
  top: 56px !important;
  overflow: auto !important;
}

@media (min-width: 1024px) {
  .i-amphtml-lbg-gallery {
    top: 80px !important;
  }
}

.i-amphtml-lbg-overlay:not([i-amphtml-lbg-fade]) {
  opacity: 0;
  visibility: hidden;
}

.i-amphtml-lbg-overlay[i-amphtml-lbg-fade="in"] {
  animation-timing-function: ease-in;
}

.i-amphtml-lbg-overlay[i-amphtml-lbg-fade="out"] {
  animation-timing-function: linear;
}

.i-amphtml-lbg[gallery-view] .i-amphtml-lbg-gallery {
  display: grid !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  grid-gap: 5px !important;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: min-content !important;
  padding: 5px;
}

@media (min-width: 1024px) {
  .i-amphtml-lbg[gallery-view] .i-amphtml-lbg-gallery {
    grid-template-columns: repeat(4, 249.75px);
  }
}

.i-amphtml-lbg-gallery-thumbnail {
  position: relative !important;
  padding-top: 100% !important;
}

.i-amphtml-lbg-gallery-thumbnail-img {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  cursor: pointer !important;
}

.i-amphtml-lbg-thumbnail-timestamp-container {
  background-color: #292d33;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  height: 20px;
  border-radius: 2px;
  opacity: 0.8;
  width: 20px;
}

.i-amphtml-lbg-thumbnail-timestamp-container.i-amphtml-lbg-has-timestamp {
  font-size: 12px;
  padding: 0 5px 0 18px;
  line-height: 1.3rem;
  width: auto;
}

.i-amphtml-lbg-thumbnail-play-icon {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/><path fill="none" d="M0 0h24v24H0z"/></svg>');
  height: 16px;
  width: 16px;
  position: absolute;
  left: 2px;
  bottom: 2px;
}

amp-lightbox-gallery .i-amphtml-slide-item > * {
  height: auto;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

.i-amphtml-fit-text-content,
.i-amphtml-fit-text-content.i-amphtml-fill-content {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.i-amphtml-fit-text-content {
  z-index: 2 !important;
  visibility: hidden !important;
}

.i-amphtml-fit-text-content-wrapper {
  line-height: 1.15em !important;
}

.i-amphtml-fit-text-content-overflown {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.i-amphtml-fit-text-measurer {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1 !important;
  visibility: hidden !important;
  line-height: 1.15em !important;
}

.amp-social-share-facebook {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M212 197h-37v60h37v176h70V257h50l5-60h-55v-33c0-14 3-20 17-20h38V83h-49c-52 0-76 23-76 67z"/></svg>');
}

.amp-social-share-pinterest {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M267 77c-101 0-151 71-151 131 0 36 14 69 43 81 5 2 9 0 11-6l4-16c1-6 1-8-3-12-8-10-14-23-14-42 0-53 40-101 104-101 57 0 88 35 88 81 0 61-27 112-67 112-22 0-39-18-33-40 6-27 18-56 18-75 0-17-9-32-28-32-23 0-41 24-41 55 0 20 7 33 7 33l-27 115c-9 34-2 76-1 80 0 3 4 3 5 1 2-2 29-35 38-69l15-58c7 14 29 27 51 27 68 0 114-62 114-145 0-62-53-120-133-120"/></svg>');
}

.amp-social-share-linkedin {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M186.4 142.4c0 19-15.3 34.5-34.2 34.5S118 161.5 118 142.4c0-19 15.3-34.5 34.2-34.5s34.2 15.5 34.2 34.5m-5 58.9h-57.8v186.8h57.8zm92.4 0h-55.4v186.8h55.4v-98c0-26.3 12.1-41.9 35.2-41.9 21.3 0 31.5 15 31.5 41.9v98H398V269.8c0-50-28.3-74.2-68-74.2-39.6 0-56.3 30.9-56.3 30.9v-25.2z"/></svg>');
}

.amp-social-share-email {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M101 142v229h310V142zm275 26-120 91-120-91zm-248 26 64 49-64 64zm0 150 85-85 43 33 43-33 85 85zm256-36-64-65 64-49z"/></svg>');
}

.amp-social-share-twitter {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="1227" fill="none"><path fill="%23fff" d="M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284zM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854z"/></svg>');
  background-size: 30%;
}

.amp-social-share-tumblr {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M211 80c-2 19-7 34-13 46a96 96 0 0 1-59 50v50h39v125c0 16 1 28 5 37q4.5 12 18 24c13.5 12 20 13 32 17 13 5 27 7 43 7a174 174 0 0 0 81-20v-56a97 97 0 0 1-54 18c-10 0-19-3-27-7-6-4-10-8-12-14s-3-19-3-40v-91h85v-56h-85V80z"/></svg>');
}

.amp-social-share-whatsapp {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="46"><path fill="%23FFF" d="M35.4 10.4a18.27 18.27 0 0 0-31.2 13c0 3.2.9 6.3 2.4 9.1L4 42l9.7-2.5c2.7 1.5 5.7 2.2 8.7 2.2a18.4 18.4 0 0 0 13-31.3M22.5 38.6c-2.7 0-5.4-.7-7.7-2.1l-.6-.3-5.8 1.5L9.9 32l-.4-.6c-4.4-7.1-2.3-16.5 4.9-20.9s16.5-2.3 20.9 4.9 2.3 16.5-4.9 20.9c-2.3 1.5-5.1 2.3-7.9 2.3m8.8-11.1-1.1-.5s-1.6-.7-2.6-1.2c-.1 0-.2-.1-.3-.1-.3 0-.5.1-.7.2l-1.5 1.7c-.1.2-.3.3-.5.3h-.1c-.1 0-.3-.1-.4-.2l-.5-.2c-1.1-.5-2.1-1.1-2.9-1.9-.2-.2-.5-.4-.7-.6-.7-.7-1.4-1.5-1.9-2.4l-.1-.2c-.1-.1-.1-.2-.2-.4 0-.2 0-.4.1-.5 0 0 .4-.5.7-.8.2-.2.3-.5.5-.7.2-.3.3-.7.2-1-.1-.5-1.3-3.2-1.6-3.8-.2-.3-.4-.4-.7-.5h-1.1c-.2 0-.4.1-.6.1l-.1.1c-.2.1-.4.3-.6.4-.2.2-.3.4-.5.6a5.1 5.1 0 0 0-.6 5.4l.1.3c.9 1.9 2.1 3.6 3.7 5.1l.4.4c.3.3.6.5.8.8 2.1 1.8 4.5 3.1 7.2 3.8.3.1.7.1 1 .2h1c.5 0 1.1-.2 1.5-.4.3-.2.5-.2.7-.4l.2-.2c.2-.2.4-.3.6-.5s.4-.4.5-.6c.2-.4.3-.9.4-1.4v-.7s-.1-.1-.3-.2"/></svg>');
}

.amp-social-share-line {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M443 233c0-84-84-152-188-152S67 149 67 233c0 76 67 139 157 151 7 1 15 4 17 9s1 12 1 17l-3 16c-1 5-4 19 16 10s108-63 148-109c27-30 40-60 40-94m-254 45a4 4 0 0 1-4 4h-53a4 4 0 0 1-2-1 4 4 0 0 1-1-3v-82a4 4 0 0 1 4-3h13a4 4 0 0 1 3 3v65h36a4 4 0 0 1 4 4Zm32 0a4 4 0 0 1-4 4h-13a4 4 0 0 1-4-4v-82a4 4 0 0 1 4-3h13a4 4 0 0 1 4 3Zm90 0a4 4 0 0 1-3 4h-13a4 4 0 0 1-1 0h-1v-1a3 3 0 0 1-1-1l-38-50v48a4 4 0 0 1-4 4h-13a4 4 0 0 1-4-4v-82a4 4 0 0 1 4-3h16v1l38 51v-49a4 4 0 0 1 4-3h13a4 4 0 0 1 3 3Zm73-69a4 4 0 0 1-3 4h-36v14h36a4 4 0 0 1 3 4v13a4 4 0 0 1-3 4h-36v13h36a4 4 0 0 1 3 4v13a4 4 0 0 1-3 4h-53a4 4 0 0 1-3-1 4 4 0 0 1-1-3v-82a4 4 0 0 1 1-2 4 4 0 0 1 3-1h53a4 4 0 0 1 3 3Z" data-name="レイヤー 1"/></svg>');
}

.amp-social-share-sms {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="29"><path fill="none" stroke="%23FFF" stroke-width="3" d="M8.7 26v-5.7H2V2h26v18.4H15.9z"/></svg>');
}

.amp-social-share-system {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23fff"><path fill="none" d="M0 0h24v24H0z"/><path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11A2.99 2.99 0 0 0 21 5a3 3 0 1 0-5.91.7L8.04 9.81A2.99 2.99 0 0 0 3 12a3 3 0 0 0 5.04 2.19l7.12 4.16A2.92 2.92 0 1 0 18 16.08"/></svg>');
}

amp-social-share {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

amp-social-share:focus {
  outline: 2px solid #0389ff;
  outline-offset: 2px;
}

.amp-social-share-twitter {
  background-color: #000;
}

.amp-social-share-facebook {
  background-color: #32529f;
}

.amp-social-share-pinterest {
  background-color: #e60023;
}

.amp-social-share-linkedin {
  background-color: #0077b5;
}

.amp-social-share-tumblr {
  background-color: #3c5a77;
}

.amp-social-share-email {
  background-color: #000;
}

.amp-social-share-whatsapp {
  background-color: #25d366;
}

.amp-social-share-line {
  background-color: #52b448;
}

.amp-social-share-sms {
  background-color: #ca2b63;
}

.amp-social-share-system {
  background-color: #000;
}

:root {
  --glb-primary-color: #c4170c;
  --glb-secondary-color: #a6130a;
  --glb-hiperlink-color: #c4170c;
  --glb-hiperlink-hover-color: #a6130a;
  --glb-contrast-primary-color: #ffffff;
  --glb-background-color: #fff;
  --glb-base-text-color: #333;
  --glb-title-color: #111;
  --glb-aux-text-color: #555;
}

.theme-color-primary {
  color: #c4170c;
  fill: currentColor;
}

.theme-border-color-primary,
.theme-border-color-primary-before::before,
.theme-border-color-primary-after::after {
  border-color: #c4170c;
}

.theme-bg-color-primary {
  background-color: #c4170c;
}

.theme a {
  color: #c4170c;
}

.theme a:hover,
.theme-hover a:hover {
  color: #a6130a;
}

.theme-ordered-list-color-primary li::before {
  color: #c4170c;
  fill: currentColor;
}

body *::selection,
body *::-moz-selection {
  background: rgba(196, 23, 12, 0.2);
}

body {
  color: #333;
  background-color: #fff;
}

.gui-color-primary-bg {
  background-color: #c4170c;
}
:root {
  --spacing-10: 4px;
  --spacing-20: 8px;
  --spacing-30: 16px;
  --spacing-40: 24px;
  --spacing-50: 40px;
  --spacing-60: 64px;
  --spacing-70: 104px;
  --font-line-height-spaced: 150%;
  --font-line-height-compact: 110%;
  --font-variation-settings-display-condensed-italic: initial;
  --font-variation-settings-display-condensed-roman: initial;
  --font-variation-settings-display-normal-italic: initial;
  --font-variation-settings-display-normal-roman: initial;
  --font-variation-settings-book-condensed-italic: initial;
  --font-variation-settings-book-condensed-roman: initial;
  --font-variation-settings-book-normal-italic: initial;
  --font-variation-settings-book-normal-roman: initial;
  --font-feature-settings-display-italic: initial;
  --font-feature-settings-display-roman: initial;
  --font-feature-settings-book-italic: initial;
  --font-feature-settings-book-roman: initial;
  --font-size-10-responsive-book-letter-spacing: 0.005em;
  --font-size-10-responsive-book: 10px;
  --font-size-20-responsive-book-letter-spacing: -0.01em;
  --font-size-20-responsive-book: 12px;
  --font-size-30-responsive-book-letter-spacing: -0.015em;
  --font-size-30-responsive-book: 14px;
  --font-size-40-responsive-book-letter-spacing: -0.02em;
  --font-size-40-responsive-book: 16px;
  --font-size-50-responsive-book-letter-spacing: -0.025em;
  --font-size-50-responsive-book: 18px;
  --font-size-60-responsive-book-letter-spacing: -0.03em;
  --font-size-60-responsive-book: 20px;
  --font-size-70-responsive-display-letter-spacing: -0.035em;
  --font-size-70-responsive-display: 24px;
  --font-size-80-responsive-display-letter-spacing: -0.04em;
  --font-size-80-responsive-display: 32px;
  --font-size-90-responsive-display-letter-spacing: -0.045em;
  --font-size-90-responsive-display: 40px;
  --font-size-100-responsive-display-letter-spacing: -0.05em;
  --font-size-100-responsive-display: 48px;
  --font-size-110-responsive-display-letter-spacing: -0.055em;
  --font-size-110-responsive-display: 56px;
  --font-size-120-responsive-display-letter-spacing: -0.06em;
  --font-size-120-responsive-display: 64px;
  --font-weight-bold: 700;
  --font-weight-semibold: 600;
  --font-weight-regular: 400;
  --font-weight-light: 300;
  --font-family-monospaced-fallback: "JetBrains Mono", "Lucida Console", Monaco,
    monospace;
  --font-family-monospaced: "JetBrains Mono";
  --font-family-display-fallback: Arial, Inter, -apple-system, "system-ui",
    Roboto, "Helvetica Neue", Helvetica, Noto, Ubuntu, "Segoe UI", sans-serif;
  --font-family-display: "glbOpenSans", "Open Sans";
  --font-family-book-fallback: Arial, Inter, -apple-system, "system-ui", Roboto,
    "Helvetica Neue", Helvetica, Noto, Ubuntu, "Segoe UI", sans-serif;
  --font-family-book: "glbOpenSans", "Open Sans";
}

@font-face {
  font-family: glbOpenSans;
  font-weight: 700;
  src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-normal.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-normal.woff2)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: glbOpenSans;
  font-style: italic;
  font-weight: 700;
  src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-italic.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-italic.woff)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: glbOpenSans;
  font-style: italic;
  font-weight: 400;
  src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-italic.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-italic.woff)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: glbOpenSans;
  font-weight: 300;
  src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-normal.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-normal.woff)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: glbOpenSans;
  font-style: italic;
  font-weight: 300;
  src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-italic.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-italic.woff)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: glbOpenSans;
  font-weight: 400;
  src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-normal.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-normal.woff)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: glbOpenSans;
  font-weight: 600;
  src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-normal.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-normal.woff)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: glbOpenSans;
  font-style: italic;
  font-weight: 600;
  src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-italic.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-italic.woff)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-normal.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-normal.woff2)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-italic.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-bold-italic.woff)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-italic.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-italic.woff)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-normal.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-normal.woff)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-italic.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-light-italic.woff)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-normal.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-regular-normal.woff)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-normal.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-normal.woff)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-italic.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/opensans-semibold-italic.woff)
      format("woff");
  font-display: swap;
}
.content-blockquote {
  border-left: 4px solid #c4170c;
}

#quote-image {
  fill: #c4170c;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

html {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
}

@font-face {
  font-family: opensans;
  src: url(https://s3.glbimg.com/cdn/fonts/opensans/light.woff2) format("woff2"),
    url(https://s3.glbimg.com/cdn/fonts/opensans/light.woff) format("woff"),
    url(https://s3.glbimg.com/cdn/fonts/opensans/light.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: opensans;
  src: url(https://s3.glbimg.com/cdn/fonts/opensans/regular.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/cdn/fonts/opensans/regular.woff) format("woff"),
    url(https://s3.glbimg.com/cdn/fonts/opensans/regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: opensans;
  src: url(https://s3.glbimg.com/cdn/fonts/opensans/semibold.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/cdn/fonts/opensans/semibold.woff) format("woff"),
    url(https://s3.glbimg.com/cdn/fonts/opensans/semibold.ttf)
      format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: opensans;
  src: url(https://s3.glbimg.com/cdn/fonts/opensans/bold.woff2) format("woff2"),
    url(https://s3.glbimg.com/cdn/fonts/opensans/bold.woff) format("woff"),
    url(https://s3.glbimg.com/cdn/fonts/opensans/bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: opensans-light;
  src: url(https://s3.glbimg.com/cdn/fonts/opensans/light.woff2) format("woff2"),
    url(https://s3.glbimg.com/cdn/fonts/opensans/light.woff) format("woff"),
    url(https://s3.glbimg.com/cdn/fonts/opensans/light.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: opensans-regular;
  src: url(https://s3.glbimg.com/cdn/fonts/opensans/regular.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/cdn/fonts/opensans/regular.woff) format("woff"),
    url(https://s3.glbimg.com/cdn/fonts/opensans/regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: opensans-semibold;
  src: url(https://s3.glbimg.com/cdn/fonts/opensans/semibold.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/cdn/fonts/opensans/semibold.woff) format("woff"),
    url(https://s3.glbimg.com/cdn/fonts/opensans/semibold.ttf)
      format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: opensans-bold;
  src: url(https://s3.glbimg.com/cdn/fonts/opensans/bold.woff2) format("woff2"),
    url(https://s3.glbimg.com/cdn/fonts/opensans/bold.woff) format("woff"),
    url(https://s3.glbimg.com/cdn/fonts/opensans/bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: proximanova-bold;
  src: url(https://s3.glbimg.com/cdn/fonts/proximanova/bold.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/cdn/fonts/proximanova/bold.woff) format("woff"),
    url(https://s3.glbimg.com/cdn/fonts/proximanova/bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: proximanova-regular;
  src: url(https://s3.glbimg.com/cdn/fonts/proximanova/regular.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/cdn/fonts/proximanova/regular.woff) format("woff"),
    url(https://s3.glbimg.com/cdn/fonts/proximanova/regular.ttf)
      format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: proximanova-light;
  src: url(https://s3.glbimg.com/cdn/fonts/proximanova/light.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/cdn/fonts/proximanova/light.woff) format("woff"),
    url(https://s3.glbimg.com/cdn/fonts/proximanova/light.ttf)
      format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: ProximaNova;
  src: url(https://s3.glbimg.com/cdn/fonts/proximanova/regular.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/cdn/fonts/proximanova/regular.woff) format("woff"),
    url(https://s3.glbimg.com/cdn/fonts/proximanova/regular.ttf)
      format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: ProximaNova;
  src: url(https://s3.glbimg.com/cdn/fonts/proximanova/bold.woff2)
      format("woff2"),
    url(https://s3.glbimg.com/cdn/fonts/proximanova/bold.woff) format("woff"),
    url(https://s3.glbimg.com/cdn/fonts/proximanova/bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}

.row {
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}

.row:after,
.row:before {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column,
.columns {
  width: 100%;
  float: left;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}

.column.row.row,
.row.row.columns {
  float: none;
}

.row .column.row.row,
.row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 4.16667%;
}

.small-push-1 {
  position: relative;
  left: 4.16667%;
}

.small-pull-1 {
  position: relative;
  left: -4.16667%;
}

.small-offset-0 {
  margin-left: 0;
}

.small-2 {
  width: 8.33333%;
}

.small-push-2 {
  position: relative;
  left: 8.33333%;
}

.small-pull-2 {
  position: relative;
  left: -8.33333%;
}

.small-offset-1 {
  margin-left: 4.16667%;
}

.small-3 {
  width: 12.5%;
}

.small-push-3 {
  position: relative;
  left: 12.5%;
}

.small-pull-3 {
  position: relative;
  left: -12.5%;
}

.small-offset-2 {
  margin-left: 8.33333%;
}

.small-4 {
  width: 16.66667%;
}

.small-push-4 {
  position: relative;
  left: 16.66667%;
}

.small-pull-4 {
  position: relative;
  left: -16.66667%;
}

.small-offset-3 {
  margin-left: 12.5%;
}

.small-5 {
  width: 20.83333%;
}

.small-push-5 {
  position: relative;
  left: 20.83333%;
}

.small-pull-5 {
  position: relative;
  left: -20.83333%;
}

.small-offset-4 {
  margin-left: 16.66667%;
}

.small-6 {
  width: 25%;
}

.small-push-6 {
  position: relative;
  left: 25%;
}

.small-pull-6 {
  position: relative;
  left: -25%;
}

.small-offset-5 {
  margin-left: 20.83333%;
}

.small-7 {
  width: 29.16667%;
}

.small-push-7 {
  position: relative;
  left: 29.16667%;
}

.small-pull-7 {
  position: relative;
  left: -29.16667%;
}

.small-offset-6 {
  margin-left: 25%;
}

.small-8 {
  width: 33.33333%;
}

.small-push-8 {
  position: relative;
  left: 33.33333%;
}

.small-pull-8 {
  position: relative;
  left: -33.33333%;
}

.small-offset-7 {
  margin-left: 29.16667%;
}

.small-9 {
  width: 37.5%;
}

.small-push-9 {
  position: relative;
  left: 37.5%;
}

.small-pull-9 {
  position: relative;
  left: -37.5%;
}

.small-offset-8 {
  margin-left: 33.33333%;
}

.small-10 {
  width: 41.66667%;
}

.small-push-10 {
  position: relative;
  left: 41.66667%;
}

.small-pull-10 {
  position: relative;
  left: -41.66667%;
}

.small-offset-9 {
  margin-left: 37.5%;
}

.small-11 {
  width: 45.83333%;
}

.small-push-11 {
  position: relative;
  left: 45.83333%;
}

.small-pull-11 {
  position: relative;
  left: -45.83333%;
}

.small-offset-10 {
  margin-left: 41.66667%;
}

.small-12 {
  width: 50%;
}

.small-push-12 {
  position: relative;
  left: 50%;
}

.small-pull-12 {
  position: relative;
  left: -50%;
}

.small-offset-11 {
  margin-left: 45.83333%;
}

.small-13 {
  width: 54.16667%;
}

.small-push-13 {
  position: relative;
  left: 54.16667%;
}

.small-pull-13 {
  position: relative;
  left: -54.16667%;
}

.small-offset-12 {
  margin-left: 50%;
}

.small-14 {
  width: 58.33333%;
}

.small-push-14 {
  position: relative;
  left: 58.33333%;
}

.small-pull-14 {
  position: relative;
  left: -58.33333%;
}

.small-offset-13 {
  margin-left: 54.16667%;
}

.small-15 {
  width: 62.5%;
}

.small-push-15 {
  position: relative;
  left: 62.5%;
}

.small-pull-15 {
  position: relative;
  left: -62.5%;
}

.small-offset-14 {
  margin-left: 58.33333%;
}

.small-16 {
  width: 66.66667%;
}

.small-push-16 {
  position: relative;
  left: 66.66667%;
}

.small-pull-16 {
  position: relative;
  left: -66.66667%;
}

.small-offset-15 {
  margin-left: 62.5%;
}

.small-17 {
  width: 70.83333%;
}

.small-push-17 {
  position: relative;
  left: 70.83333%;
}

.small-pull-17 {
  position: relative;
  left: -70.83333%;
}

.small-offset-16 {
  margin-left: 66.66667%;
}

.small-18 {
  width: 75%;
}

.small-push-18 {
  position: relative;
  left: 75%;
}

.small-pull-18 {
  position: relative;
  left: -75%;
}

.small-offset-17 {
  margin-left: 70.83333%;
}

.small-19 {
  width: 79.16667%;
}

.small-push-19 {
  position: relative;
  left: 79.16667%;
}

.small-pull-19 {
  position: relative;
  left: -79.16667%;
}

.small-offset-18 {
  margin-left: 75%;
}

.small-20 {
  width: 83.33333%;
}

.small-push-20 {
  position: relative;
  left: 83.33333%;
}

.small-pull-20 {
  position: relative;
  left: -83.33333%;
}

.small-offset-19 {
  margin-left: 79.16667%;
}

.small-21 {
  width: 87.5%;
}

.small-push-21 {
  position: relative;
  left: 87.5%;
}

.small-pull-21 {
  position: relative;
  left: -87.5%;
}

.small-offset-20 {
  margin-left: 83.33333%;
}

.small-22 {
  width: 91.66667%;
}

.small-push-22 {
  position: relative;
  left: 91.66667%;
}

.small-pull-22 {
  position: relative;
  left: -91.66667%;
}

.small-offset-21 {
  margin-left: 87.5%;
}

.small-23 {
  width: 95.83333%;
}

.small-push-23 {
  position: relative;
  left: 95.83333%;
}

.small-pull-23 {
  position: relative;
  left: -95.83333%;
}

.small-offset-22 {
  margin-left: 91.66667%;
}

.small-24 {
  width: 100%;
}

.small-offset-23 {
  margin-left: 95.83333%;
}

.small-up-1 > .column,
.small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n + 1),
.small-up-1 > .columns:nth-of-type(1n + 1) {
  clear: both;
}

.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(odd),
.small-up-2 > .columns:nth-of-type(odd) {
  clear: both;
}

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n + 1),
.small-up-3 > .columns:nth-of-type(3n + 1) {
  clear: both;
}

.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n + 1),
.small-up-4 > .columns:nth-of-type(4n + 1) {
  clear: both;
}

.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n + 1),
.small-up-5 > .columns:nth-of-type(5n + 1) {
  clear: both;
}

.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n + 1),
.small-up-6 > .columns:nth-of-type(6n + 1) {
  clear: both;
}

.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n + 1),
.small-up-7 > .columns:nth-of-type(7n + 1) {
  clear: both;
}

.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n + 1),
.small-up-8 > .columns:nth-of-type(8n + 1) {
  clear: both;
}

.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-pull-0,
.small-push-0,
.small-uncentered {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 4.16667%;
  }

  .medium-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .medium-pull-1 {
    position: relative;
    left: -4.16667%;
  }

  .medium-offset-0 {
    margin-left: 0;
  }

  .medium-2 {
    width: 8.33333%;
  }

  .medium-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .medium-pull-2 {
    position: relative;
    left: -8.33333%;
  }

  .medium-offset-1 {
    margin-left: 4.16667%;
  }

  .medium-3 {
    width: 12.5%;
  }

  .medium-push-3 {
    position: relative;
    left: 12.5%;
  }

  .medium-pull-3 {
    position: relative;
    left: -12.5%;
  }

  .medium-offset-2 {
    margin-left: 8.33333%;
  }

  .medium-4 {
    width: 16.66667%;
  }

  .medium-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .medium-pull-4 {
    position: relative;
    left: -16.66667%;
  }

  .medium-offset-3 {
    margin-left: 12.5%;
  }

  .medium-5 {
    width: 20.83333%;
  }

  .medium-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .medium-pull-5 {
    position: relative;
    left: -20.83333%;
  }

  .medium-offset-4 {
    margin-left: 16.66667%;
  }

  .medium-6 {
    width: 25%;
  }

  .medium-push-6 {
    position: relative;
    left: 25%;
  }

  .medium-pull-6 {
    position: relative;
    left: -25%;
  }

  .medium-offset-5 {
    margin-left: 20.83333%;
  }

  .medium-7 {
    width: 29.16667%;
  }

  .medium-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .medium-pull-7 {
    position: relative;
    left: -29.16667%;
  }

  .medium-offset-6 {
    margin-left: 25%;
  }

  .medium-8 {
    width: 33.33333%;
  }

  .medium-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .medium-pull-8 {
    position: relative;
    left: -33.33333%;
  }

  .medium-offset-7 {
    margin-left: 29.16667%;
  }

  .medium-9 {
    width: 37.5%;
  }

  .medium-push-9 {
    position: relative;
    left: 37.5%;
  }

  .medium-pull-9 {
    position: relative;
    left: -37.5%;
  }

  .medium-offset-8 {
    margin-left: 33.33333%;
  }

  .medium-10 {
    width: 41.66667%;
  }

  .medium-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .medium-pull-10 {
    position: relative;
    left: -41.66667%;
  }

  .medium-offset-9 {
    margin-left: 37.5%;
  }

  .medium-11 {
    width: 45.83333%;
  }

  .medium-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .medium-pull-11 {
    position: relative;
    left: -45.83333%;
  }

  .medium-offset-10 {
    margin-left: 41.66667%;
  }

  .medium-12 {
    width: 50%;
  }

  .medium-push-12 {
    position: relative;
    left: 50%;
  }

  .medium-pull-12 {
    position: relative;
    left: -50%;
  }

  .medium-offset-11 {
    margin-left: 45.83333%;
  }

  .medium-13 {
    width: 54.16667%;
  }

  .medium-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .medium-pull-13 {
    position: relative;
    left: -54.16667%;
  }

  .medium-offset-12 {
    margin-left: 50%;
  }

  .medium-14 {
    width: 58.33333%;
  }

  .medium-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .medium-pull-14 {
    position: relative;
    left: -58.33333%;
  }

  .medium-offset-13 {
    margin-left: 54.16667%;
  }

  .medium-15 {
    width: 62.5%;
  }

  .medium-push-15 {
    position: relative;
    left: 62.5%;
  }

  .medium-pull-15 {
    position: relative;
    left: -62.5%;
  }

  .medium-offset-14 {
    margin-left: 58.33333%;
  }

  .medium-16 {
    width: 66.66667%;
  }

  .medium-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .medium-pull-16 {
    position: relative;
    left: -66.66667%;
  }

  .medium-offset-15 {
    margin-left: 62.5%;
  }

  .medium-17 {
    width: 70.83333%;
  }

  .medium-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .medium-pull-17 {
    position: relative;
    left: -70.83333%;
  }

  .medium-offset-16 {
    margin-left: 66.66667%;
  }

  .medium-18 {
    width: 75%;
  }

  .medium-push-18 {
    position: relative;
    left: 75%;
  }

  .medium-pull-18 {
    position: relative;
    left: -75%;
  }

  .medium-offset-17 {
    margin-left: 70.83333%;
  }

  .medium-19 {
    width: 79.16667%;
  }

  .medium-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .medium-pull-19 {
    position: relative;
    left: -79.16667%;
  }

  .medium-offset-18 {
    margin-left: 75%;
  }

  .medium-20 {
    width: 83.33333%;
  }

  .medium-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .medium-pull-20 {
    position: relative;
    left: -83.33333%;
  }

  .medium-offset-19 {
    margin-left: 79.16667%;
  }

  .medium-21 {
    width: 87.5%;
  }

  .medium-push-21 {
    position: relative;
    left: 87.5%;
  }

  .medium-pull-21 {
    position: relative;
    left: -87.5%;
  }

  .medium-offset-20 {
    margin-left: 83.33333%;
  }

  .medium-22 {
    width: 91.66667%;
  }

  .medium-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .medium-pull-22 {
    position: relative;
    left: -91.66667%;
  }

  .medium-offset-21 {
    margin-left: 87.5%;
  }

  .medium-23 {
    width: 95.83333%;
  }

  .medium-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .medium-pull-23 {
    position: relative;
    left: -95.83333%;
  }

  .medium-offset-22 {
    margin-left: 91.66667%;
  }

  .medium-24 {
    width: 100%;
  }

  .medium-offset-23 {
    margin-left: 95.83333%;
  }

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .medium-up-1 > .column:nth-of-type(1n),
  .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n + 1),
  .medium-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .medium-up-2 > .column:nth-of-type(1n),
  .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(odd),
  .medium-up-2 > .columns:nth-of-type(odd) {
    clear: both;
  }

  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .medium-up-3 > .column:nth-of-type(1n),
  .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n + 1),
  .medium-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .medium-up-4 > .column:nth-of-type(1n),
  .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n + 1),
  .medium-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .medium-up-5 > .column:nth-of-type(1n),
  .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n + 1),
  .medium-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .medium-up-6 > .column:nth-of-type(1n),
  .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n + 1),
  .medium-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .medium-up-7 > .column:nth-of-type(1n),
  .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n + 1),
  .medium-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .medium-up-8 > .column:nth-of-type(1n),
  .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n + 1),
  .medium-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-pull-0,
  .medium-push-0,
  .medium-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 60.0625em) {
  .large-1 {
    width: 4.16667%;
  }

  .large-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .large-pull-1 {
    position: relative;
    left: -4.16667%;
  }

  .large-offset-0 {
    margin-left: 0;
  }

  .large-2 {
    width: 8.33333%;
  }

  .large-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .large-pull-2 {
    position: relative;
    left: -8.33333%;
  }

  .large-offset-1 {
    margin-left: 4.16667%;
  }

  .large-3 {
    width: 12.5%;
  }

  .large-push-3 {
    position: relative;
    left: 12.5%;
  }

  .large-pull-3 {
    position: relative;
    left: -12.5%;
  }

  .large-offset-2 {
    margin-left: 8.33333%;
  }

  .large-4 {
    width: 16.66667%;
  }

  .large-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .large-pull-4 {
    position: relative;
    left: -16.66667%;
  }

  .large-offset-3 {
    margin-left: 12.5%;
  }

  .large-5 {
    width: 20.83333%;
  }

  .large-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .large-pull-5 {
    position: relative;
    left: -20.83333%;
  }

  .large-offset-4 {
    margin-left: 16.66667%;
  }

  .large-6 {
    width: 25%;
  }

  .large-push-6 {
    position: relative;
    left: 25%;
  }

  .large-pull-6 {
    position: relative;
    left: -25%;
  }

  .large-offset-5 {
    margin-left: 20.83333%;
  }

  .large-7 {
    width: 29.16667%;
  }

  .large-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .large-pull-7 {
    position: relative;
    left: -29.16667%;
  }

  .large-offset-6 {
    margin-left: 25%;
  }

  .large-8 {
    width: 33.33333%;
  }

  .large-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .large-pull-8 {
    position: relative;
    left: -33.33333%;
  }

  .large-offset-7 {
    margin-left: 29.16667%;
  }

  .large-9 {
    width: 37.5%;
  }

  .large-push-9 {
    position: relative;
    left: 37.5%;
  }

  .large-pull-9 {
    position: relative;
    left: -37.5%;
  }

  .large-offset-8 {
    margin-left: 33.33333%;
  }

  .large-10 {
    width: 41.66667%;
  }

  .large-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .large-pull-10 {
    position: relative;
    left: -41.66667%;
  }

  .large-offset-9 {
    margin-left: 37.5%;
  }

  .large-11 {
    width: 45.83333%;
  }

  .large-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .large-pull-11 {
    position: relative;
    left: -45.83333%;
  }

  .large-offset-10 {
    margin-left: 41.66667%;
  }

  .large-12 {
    width: 50%;
  }

  .large-push-12 {
    position: relative;
    left: 50%;
  }

  .large-pull-12 {
    position: relative;
    left: -50%;
  }

  .large-offset-11 {
    margin-left: 45.83333%;
  }

  .large-13 {
    width: 54.16667%;
  }

  .large-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .large-pull-13 {
    position: relative;
    left: -54.16667%;
  }

  .large-offset-12 {
    margin-left: 50%;
  }

  .large-14 {
    width: 58.33333%;
  }

  .large-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .large-pull-14 {
    position: relative;
    left: -58.33333%;
  }

  .large-offset-13 {
    margin-left: 54.16667%;
  }

  .large-15 {
    width: 62.5%;
  }

  .large-push-15 {
    position: relative;
    left: 62.5%;
  }

  .large-pull-15 {
    position: relative;
    left: -62.5%;
  }

  .large-offset-14 {
    margin-left: 58.33333%;
  }

  .large-16 {
    width: 66.66667%;
  }

  .large-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .large-pull-16 {
    position: relative;
    left: -66.66667%;
  }

  .large-offset-15 {
    margin-left: 62.5%;
  }

  .large-17 {
    width: 70.83333%;
  }

  .large-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .large-pull-17 {
    position: relative;
    left: -70.83333%;
  }

  .large-offset-16 {
    margin-left: 66.66667%;
  }

  .large-18 {
    width: 75%;
  }

  .large-push-18 {
    position: relative;
    left: 75%;
  }

  .large-pull-18 {
    position: relative;
    left: -75%;
  }

  .large-offset-17 {
    margin-left: 70.83333%;
  }

  .large-19 {
    width: 79.16667%;
  }

  .large-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .large-pull-19 {
    position: relative;
    left: -79.16667%;
  }

  .large-offset-18 {
    margin-left: 75%;
  }

  .large-20 {
    width: 83.33333%;
  }

  .large-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .large-pull-20 {
    position: relative;
    left: -83.33333%;
  }

  .large-offset-19 {
    margin-left: 79.16667%;
  }

  .large-21 {
    width: 87.5%;
  }

  .large-push-21 {
    position: relative;
    left: 87.5%;
  }

  .large-pull-21 {
    position: relative;
    left: -87.5%;
  }

  .large-offset-20 {
    margin-left: 83.33333%;
  }

  .large-22 {
    width: 91.66667%;
  }

  .large-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .large-pull-22 {
    position: relative;
    left: -91.66667%;
  }

  .large-offset-21 {
    margin-left: 87.5%;
  }

  .large-23 {
    width: 95.83333%;
  }

  .large-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .large-pull-23 {
    position: relative;
    left: -95.83333%;
  }

  .large-offset-22 {
    margin-left: 91.66667%;
  }

  .large-24 {
    width: 100%;
  }

  .large-offset-23 {
    margin-left: 95.83333%;
  }

  .large-up-1 > .column,
  .large-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .large-up-1 > .column:nth-of-type(1n),
  .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n + 1),
  .large-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .large-up-2 > .column:nth-of-type(1n),
  .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(odd),
  .large-up-2 > .columns:nth-of-type(odd) {
    clear: both;
  }

  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .large-up-3 > .column:nth-of-type(1n),
  .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n + 1),
  .large-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .large-up-4 > .column:nth-of-type(1n),
  .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n + 1),
  .large-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .large-up-5 > .column:nth-of-type(1n),
  .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n + 1),
  .large-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .large-up-6 > .column:nth-of-type(1n),
  .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n + 1),
  .large-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .large-up-7 > .column:nth-of-type(1n),
  .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n + 1),
  .large-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .large-up-8 > .column:nth-of-type(1n),
  .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n + 1),
  .large-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column,
  .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .large-pull-0,
  .large-push-0,
  .large-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 85.4375em) {
  .xlarge-1 {
    width: 4.16667%;
  }

  .xlarge-push-1 {
    position: relative;
    left: 4.16667%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -4.16667%;
  }

  .xlarge-offset-0 {
    margin-left: 0;
  }

  .xlarge-2 {
    width: 8.33333%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 8.33333%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -8.33333%;
  }

  .xlarge-offset-1 {
    margin-left: 4.16667%;
  }

  .xlarge-3 {
    width: 12.5%;
  }

  .xlarge-push-3 {
    position: relative;
    left: 12.5%;
  }

  .xlarge-pull-3 {
    position: relative;
    left: -12.5%;
  }

  .xlarge-offset-2 {
    margin-left: 8.33333%;
  }

  .xlarge-4 {
    width: 16.66667%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 16.66667%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -16.66667%;
  }

  .xlarge-offset-3 {
    margin-left: 12.5%;
  }

  .xlarge-5 {
    width: 20.83333%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 20.83333%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -20.83333%;
  }

  .xlarge-offset-4 {
    margin-left: 16.66667%;
  }

  .xlarge-6 {
    width: 25%;
  }

  .xlarge-push-6 {
    position: relative;
    left: 25%;
  }

  .xlarge-pull-6 {
    position: relative;
    left: -25%;
  }

  .xlarge-offset-5 {
    margin-left: 20.83333%;
  }

  .xlarge-7 {
    width: 29.16667%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 29.16667%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -29.16667%;
  }

  .xlarge-offset-6 {
    margin-left: 25%;
  }

  .xlarge-8 {
    width: 33.33333%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 33.33333%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -33.33333%;
  }

  .xlarge-offset-7 {
    margin-left: 29.16667%;
  }

  .xlarge-9 {
    width: 37.5%;
  }

  .xlarge-push-9 {
    position: relative;
    left: 37.5%;
  }

  .xlarge-pull-9 {
    position: relative;
    left: -37.5%;
  }

  .xlarge-offset-8 {
    margin-left: 33.33333%;
  }

  .xlarge-10 {
    width: 41.66667%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 41.66667%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -41.66667%;
  }

  .xlarge-offset-9 {
    margin-left: 37.5%;
  }

  .xlarge-11 {
    width: 45.83333%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 45.83333%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -45.83333%;
  }

  .xlarge-offset-10 {
    margin-left: 41.66667%;
  }

  .xlarge-12 {
    width: 50%;
  }

  .xlarge-push-12 {
    position: relative;
    left: 50%;
  }

  .xlarge-pull-12 {
    position: relative;
    left: -50%;
  }

  .xlarge-offset-11 {
    margin-left: 45.83333%;
  }

  .xlarge-13 {
    width: 54.16667%;
  }

  .xlarge-push-13 {
    position: relative;
    left: 54.16667%;
  }

  .xlarge-pull-13 {
    position: relative;
    left: -54.16667%;
  }

  .xlarge-offset-12 {
    margin-left: 50%;
  }

  .xlarge-14 {
    width: 58.33333%;
  }

  .xlarge-push-14 {
    position: relative;
    left: 58.33333%;
  }

  .xlarge-pull-14 {
    position: relative;
    left: -58.33333%;
  }

  .xlarge-offset-13 {
    margin-left: 54.16667%;
  }

  .xlarge-15 {
    width: 62.5%;
  }

  .xlarge-push-15 {
    position: relative;
    left: 62.5%;
  }

  .xlarge-pull-15 {
    position: relative;
    left: -62.5%;
  }

  .xlarge-offset-14 {
    margin-left: 58.33333%;
  }

  .xlarge-16 {
    width: 66.66667%;
  }

  .xlarge-push-16 {
    position: relative;
    left: 66.66667%;
  }

  .xlarge-pull-16 {
    position: relative;
    left: -66.66667%;
  }

  .xlarge-offset-15 {
    margin-left: 62.5%;
  }

  .xlarge-17 {
    width: 70.83333%;
  }

  .xlarge-push-17 {
    position: relative;
    left: 70.83333%;
  }

  .xlarge-pull-17 {
    position: relative;
    left: -70.83333%;
  }

  .xlarge-offset-16 {
    margin-left: 66.66667%;
  }

  .xlarge-18 {
    width: 75%;
  }

  .xlarge-push-18 {
    position: relative;
    left: 75%;
  }

  .xlarge-pull-18 {
    position: relative;
    left: -75%;
  }

  .xlarge-offset-17 {
    margin-left: 70.83333%;
  }

  .xlarge-19 {
    width: 79.16667%;
  }

  .xlarge-push-19 {
    position: relative;
    left: 79.16667%;
  }

  .xlarge-pull-19 {
    position: relative;
    left: -79.16667%;
  }

  .xlarge-offset-18 {
    margin-left: 75%;
  }

  .xlarge-20 {
    width: 83.33333%;
  }

  .xlarge-push-20 {
    position: relative;
    left: 83.33333%;
  }

  .xlarge-pull-20 {
    position: relative;
    left: -83.33333%;
  }

  .xlarge-offset-19 {
    margin-left: 79.16667%;
  }

  .xlarge-21 {
    width: 87.5%;
  }

  .xlarge-push-21 {
    position: relative;
    left: 87.5%;
  }

  .xlarge-pull-21 {
    position: relative;
    left: -87.5%;
  }

  .xlarge-offset-20 {
    margin-left: 83.33333%;
  }

  .xlarge-22 {
    width: 91.66667%;
  }

  .xlarge-push-22 {
    position: relative;
    left: 91.66667%;
  }

  .xlarge-pull-22 {
    position: relative;
    left: -91.66667%;
  }

  .xlarge-offset-21 {
    margin-left: 87.5%;
  }

  .xlarge-23 {
    width: 95.83333%;
  }

  .xlarge-push-23 {
    position: relative;
    left: 95.83333%;
  }

  .xlarge-pull-23 {
    position: relative;
    left: -95.83333%;
  }

  .xlarge-offset-22 {
    margin-left: 91.66667%;
  }

  .xlarge-24 {
    width: 100%;
  }

  .xlarge-offset-23 {
    margin-left: 95.83333%;
  }

  .xlarge-up-1 > .column,
  .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .xlarge-up-1 > .column:nth-of-type(1n),
  .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-1 > .column:nth-of-type(1n + 1),
  .xlarge-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
  }

  .xlarge-up-1 > .column:last-child,
  .xlarge-up-1 > .columns:last-child {
    float: left;
  }

  .xlarge-up-2 > .column,
  .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .xlarge-up-2 > .column:nth-of-type(1n),
  .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-2 > .column:nth-of-type(odd),
  .xlarge-up-2 > .columns:nth-of-type(odd) {
    clear: both;
  }

  .xlarge-up-2 > .column:last-child,
  .xlarge-up-2 > .columns:last-child {
    float: left;
  }

  .xlarge-up-3 > .column,
  .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }

  .xlarge-up-3 > .column:nth-of-type(1n),
  .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-3 > .column:nth-of-type(3n + 1),
  .xlarge-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
  }

  .xlarge-up-3 > .column:last-child,
  .xlarge-up-3 > .columns:last-child {
    float: left;
  }

  .xlarge-up-4 > .column,
  .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .xlarge-up-4 > .column:nth-of-type(1n),
  .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-4 > .column:nth-of-type(4n + 1),
  .xlarge-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
  }

  .xlarge-up-4 > .column:last-child,
  .xlarge-up-4 > .columns:last-child {
    float: left;
  }

  .xlarge-up-5 > .column,
  .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .xlarge-up-5 > .column:nth-of-type(1n),
  .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-5 > .column:nth-of-type(5n + 1),
  .xlarge-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
  }

  .xlarge-up-5 > .column:last-child,
  .xlarge-up-5 > .columns:last-child {
    float: left;
  }

  .xlarge-up-6 > .column,
  .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }

  .xlarge-up-6 > .column:nth-of-type(1n),
  .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-6 > .column:nth-of-type(6n + 1),
  .xlarge-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
  }

  .xlarge-up-6 > .column:last-child,
  .xlarge-up-6 > .columns:last-child {
    float: left;
  }

  .xlarge-up-7 > .column,
  .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }

  .xlarge-up-7 > .column:nth-of-type(1n),
  .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-7 > .column:nth-of-type(7n + 1),
  .xlarge-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
  }

  .xlarge-up-7 > .column:last-child,
  .xlarge-up-7 > .columns:last-child {
    float: left;
  }

  .xlarge-up-8 > .column,
  .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .xlarge-up-8 > .column:nth-of-type(1n),
  .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .xlarge-up-8 > .column:nth-of-type(8n + 1),
  .xlarge-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
  }

  .xlarge-up-8 > .column:last-child,
  .xlarge-up-8 > .columns:last-child {
    float: left;
  }

  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .xlarge-pull-0,
  .xlarge-push-0,
  .xlarge-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 60em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 60.0625em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 60.0625em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 60em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 60.0625em) and (max-width: 85.375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 60em), screen and (min-width: 85.4375em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 85.4375em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 85.375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 85.4375em) and (max-width: 85.375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 85.375em), screen and (min-width: 85.4375em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.hide-for-portrait,
.show-for-landscape {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
  flex-basis: 0;
  order: 1;
}

.clearfix:after {
  clear: both;
}

.glb-ads-container--hide {
  display: none;
}

.glb-ads-container--hide-opacity {
  opacity: 0;
}

.progressive-img {
  background-color: #f6f6f6;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.progressive-img img {
  opacity: 0;
  width: 100%;
  transition: opacity 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
}

.progressive-img .placeholder-container {
  position: relative;
}

.progressive-img .progressive-draft {
  opacity: 1;
  filter: blur(0.625rem);
  position: absolute;
  transform: scale(1);
  top: 0;
  left: auto;
  max-height: 100%;
}

.progressive-img .progressive-loaded {
  opacity: 1;
}

body,
html {
  -webkit-font-smoothing: antialiased;
}

.hidden {
  display: none;
}

.mc-show-later {
  visibility: visible;
}

.multicontent {
  background-color: var(--glb-theme-clr-bg);
  color: var(--glb-theme-clr-text);
}

.mc-bottom {
  background-color: var(--glb-theme-clr-bottom-bg);
}

.content-head__title,
.content-intertitle,
.top__signature__text__author-name {
  color: var(--glb-theme-clr-title);
}

.content-head__subtitle,
.content-media .content-media__description,
.content-publication-data__updated,
.content-top-image .rights-holder,
.top__signature__text__biography {
  color: var(--glb-theme-clr-text-aux);
}

.content-publication-data__from {
  color: var(--glb-theme-clr-text-author);
}

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

.clearfix:after {
  clear: both;
}

.row {
  margin-left: auto;
  margin-right: auto;
  max-width: 85rem;
}

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

.row:after {
  clear: both;
}

.row .row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  max-width: none;
}

@media screen and (min-width: 64em) {
  .row .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.column {
  float: left;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .column {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.row.column {
  float: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 85rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
}

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

.row.column:after {
  clear: both;
}

@media screen and (min-width: 64em) {
  .row.column {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.row.column,
.row.column:last-child {
  float: none;
}

.mc-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

.mc-body:after,
.mc-body:before {
  content: " ";
  display: table;
}

.mc-body:after {
  clear: both;
}

.mc-column {
  float: left;
  margin: var(--glb-sp-col-mg-top, 0) auto var(--glb-sp-col-mg-bottom, 1.75rem)
    auto;
  max-width: var(--glb-sp-col-max-width, 85rem);
  padding-left: var(--glb-sp-col-padding-side, 1.5rem);
  padding-right: var(--glb-sp-col-padding-side, 1.5rem);
  width: var(--glb-sp-col-width, 100%);
}

.mc-column:after,
.mc-column:before {
  content: " ";
  display: table;
}

.mc-column,
.mc-column:last-child {
  float: none;
}

@media (min-width: 64rem) {
  .mc-column {
    clear: none;
    margin: var(--glb-sp-col-mg-top, 0) auto var(--glb-sp-col-mg-bottom, 2rem)
      auto;
    max-width: var(--glb-sp-col-max-width, 42.5rem);
    padding-left: var(--glb-sp-col-padding-side, 1rem);
    padding-right: var(--glb-sp-col-padding-side, 1rem);
    width: var(--glb-sp-col-width, 70%);
  }

  .mc-side-item {
    float: left;
    margin-left: 8.3333333333%;
    width: 8.3333333333%;
  }

  .mc-side-item__container {
    max-width: none;
    position: relative;
    top: 0.5rem;
    width: 100%;
  }

  .mc-side-item__container:after {
    content: none;
  }

  .mc-side-item--right {
    float: right;
    margin-left: 4.1666666667%;
    margin-right: 12.5%;
  }

  .mc-side-item__container {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 64rem) and (min-width: 64rem) {
  .mc-side-item__container {
    margin-bottom: 0;
  }
}

@media (min-width: 80rem) {
  .mc-side-item {
    margin-right: 20.8333333333%;
  }
}

@media (min-width: 85rem) {
  .mc-side-item {
    margin-right: 25%;
  }
}

@media (min-width: 80rem) {
  .mc-side-item\@large {
    float: left;
    margin-left: 8.3333333333%;
    width: 8.3333333333%;
  }

  .mc-side-item\@large__container {
    max-width: none;
    position: relative;
    top: 0.5rem;
    width: 100%;
  }

  .mc-side-item\@large__container:after {
    content: none;
  }

  .mc-side-item\@large__container {
    margin-bottom: 0;
  }
}

@media (min-width: 64rem) {
  .medium-6 {
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 25%;
  }
}

@media screen and (min-width: 64rem) and (min-width: 64em) {
  .medium-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 64rem) {
  .medium-12 {
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 50%;
  }
}

@media screen and (min-width: 64rem) and (min-width: 64em) {
  .medium-12 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 64rem) {
  .medium-17 {
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 70.8333333333%;
  }
}

@media screen and (min-width: 64rem) and (min-width: 64em) {
  .medium-17 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 64rem) {
  .medium-19 {
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 79.1666666667%;
  }
}

@media screen and (min-width: 64rem) and (min-width: 64em) {
  .medium-19 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 64rem) {
  .medium-22 {
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 91.6666666667%;
  }
}

@media screen and (min-width: 64rem) and (min-width: 64em) {
  .medium-22 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 80rem) {
  .large-3 {
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 12.5%;
  }
}

@media screen and (min-width: 80rem) and (min-width: 64em) {
  .large-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 80rem) {
  .large-5 {
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 20.8333333333%;
  }
}

@media screen and (min-width: 80rem) and (min-width: 64em) {
  .large-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 80rem) {
  .large-14 {
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 58.3333333333%;
  }
}

@media screen and (min-width: 80rem) and (min-width: 64em) {
  .large-14 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 80rem) {
  .large-18 {
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 75%;
  }
}

@media screen and (min-width: 80rem) and (min-width: 64em) {
  .large-18 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 80rem) {
  .large-20 {
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 83.3333333333%;
  }
}

@media screen and (min-width: 80rem) and (min-width: 64em) {
  .large-20 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 85rem) {
  .xlarge-4 {
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 16.6666666667%;
  }
}

@media screen and (min-width: 85rem) and (min-width: 64em) {
  .xlarge-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 85rem) {
  .xlarge-16 {
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 66.6666666667%;
  }
}

@media screen and (min-width: 85rem) and (min-width: 64em) {
  .xlarge-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.medium-uncollapsed > .column {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 64rem) {
  .medium-uncollapsed > .column {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

#barra-globocom {
  box-sizing: border-box;
}

.content-text {
  overflow-wrap: break-word;
}

.content-media {
  clear: both;
}

.active-extra-styles strong {
  font-weight: 700;
}

.active-extra-styles em {
  font-style: italic;
}

.active-extra-styles a {
  font-weight: 700;
}

.active-extra-styles a:hover {
  text-decoration: underline;
}

.mc-show-later {
  visibility: hidden;
}

.mc-article-header {
  align-items: center;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: var(--glb-grid-header-columns, 50% 50%);
}

#mc-container-top {
  grid-column: var(--glb-grid-header-col--container-top, 1/3);
  grid-row: var(--glb-grid-header-row--container-top, 10);
  width: 100%;
}

.content-branded-content {
  grid-column: var(--glb-grid-header-col--branded, 1/3);
  grid-row: var(--glb-grid-header-row--branded, 30);
  width: 100%;
}

.content-top-image {
  grid-column: var(--glb-grid-header-col--top-image, 1/3);
  grid-row: var(--glb-grid-header-row--top-image, 20);
}

.top__signature {
  grid-column: var(--glb-grid-header-col--top-sign, 1/3);
  grid-row: var(--glb-grid-header-row--top-sign, 40);
}

.content-head {
  grid-column: var(--glb-grid-header-col--head, 1/3);
  grid-row: var(--glb-grid-header-row--head, 50);
}

.content__signa-share {
  grid-column: var(--glb-grid-header-col--signa, 1/3);
  grid-row: var(--glb-grid-header-row--signa, 60);
}

.glb-share-bar {
  grid-column: var(--glb-grid-header-col--sharebar, 1/3);
  grid-row: var(--glb-grid-header-row--sharebar, 70);
}

.content__divider {
  grid-column: var(--glb-grid-header-col--divider, 1/3);
  grid-row: var(--glb-grid-header-row--divider, 80);
}

.mc-summary {
  grid-column: var(--glb-grid-header-col--summary, 1/3);
  grid-row: var(--glb-grid-header-row--summary, 90);
}

.content-head {
  --glb-sp-col-mg-top: var(--glb-sp-content-head-mg-top);
  --glb-sp-col-mg-bottom: var(--glb-sp-content-head-mg-bottom, 0);
  --glb-sp-col-padding-side: var(--glb-sp-col-header-mg-side);
  --glb-sp-col-width: 100%;
  --glb-sp-col-max-width: var(--glb-sp-col-header-max-width);
}

@media (min-width: 64rem) {
  .content-head__title {
    padding: 0;
    text-align: left;
  }
}

.content-head .subtitle {
  margin-top: var(--glb-sp-subtitle-mg-top);
}

@media (min-width: 64rem) {
  .content-head__subtitle {
    padding-left: 0;
    text-align: left;
  }
}

.content-top-image {
  margin-bottom: var(--glb-sp-content-top-image-mg-bottom);
  margin-top: var(--glb-sp-content-top-image-mg-top, 0);
  position: relative;
  width: 100%;
}

.content-top-image__container {
  max-width: var(--glb-sp-content-top-image--max-width);
  padding-left: var(--glb-sp-content-top-image--padding-h, 0);
  padding-right: var(--glb-sp-content-top-image--padding-h, 0);
  width: var(--glb-sp-content-top-image--width);
}

.content-top-image__image {
  display: block;
  margin: auto;
  width: 100%;
}

.content-top-image figure {
  position: relative;
  width: 100%;
}

.content-top-image figure figcaption {
  display: none;
}

.content-top-image .content-featured-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.content-top-image .content-featured-image,
.content-top-image .glb-skeleton-box {
  border-radius: var(--glb-elem-feat-img-border-radius);
}

.content__signa-share {
  --glb-sp-col-mg-top: var(--glb-sp-signashare-mg-top, var(--glb-sp-head-mg-v));
  --glb-sp-col-mg-bottom: var(
    --glb-sp-signashare-mg-bottom,
    var(--glb-sp-head-mg-v)
  );
  --glb-sp-col-padding-side: var(--glb-sp-col-header-mg-side);
  --glb-sp-col-width: 100%;
  --glb-sp-col-max-width: var(--glb-sp-col-header-max-width);
}

@media (min-width: 64rem) {
  .content__signature {
    display: flex;
  }
}

.content__signature .content-publication-data__logo .glb-skeleton-box {
  --skeleton-width: 3rem;
  --skeleton-height: 3rem;
}

.barra-globocom {
  padding: 0 0.5rem;
}

@media (min-width: 64rem) {
  .barra-globocom {
    padding: 0 1rem;
  }

  .feed {
    margin-left: auto;
    margin-right: auto;
    max-width: 970px;
  }
}

.feed {
  border-top-style: solid;
  border-top-width: 2px;
}

@media (min-width: 64rem) {
  .feed {
    border-top: 0;
  }

  .feed__legend {
    border-top: 2px solid #333;
  }
}

.feed__legend {
  color: #333;
  margin-bottom: var(--spacing-40);
  padding-top: var(--spacing-40);
}

@media (max-width: 63.9375rem) {
  .feed__legend {
    float: left;
    margin: var(--glb-sp-col-mg-top, 0) auto
      var(--glb-sp-col-mg-bottom, 1.75rem) auto;
    max-width: var(--glb-sp-col-max-width, 85rem);
    padding-left: var(--glb-sp-col-padding-side, 1.5rem);
    padding-right: var(--glb-sp-col-padding-side, 1.5rem);
    width: var(--glb-sp-col-width, 100%);
  }

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

  .feed__legend,
  .feed__legend:last-child {
    float: none;
  }
}

@media (max-width: 63.9375rem) and (min-width: 64rem) {
  .feed__legend {
    clear: none;
    margin: var(--glb-sp-col-mg-top, 0) auto var(--glb-sp-col-mg-bottom, 2rem)
      auto;
    max-width: var(--glb-sp-col-max-width, 42.5rem);
    padding-left: var(--glb-sp-col-padding-side, 1rem);
    padding-right: var(--glb-sp-col-padding-side, 1rem);
    width: var(--glb-sp-col-width, 70%);
  }
}

.theme.feed .load-more a {
  cursor: pointer;
}

.theme.feed .load-more a,
.theme.feed .load-more a:hover {
  color: #fff;
}

@media (min-width: 64rem) {
  .bastian-feed-item,
  .bastian-feed-item .tag-manager-publicidade-container--visivel:after,
  .feed__legend,
  .load-more {
    margin-left: auto;
    margin-right: auto;
    max-width: 42.5rem;
    width: 70%;
  }

  .bastian-feed-item[data-type="advertise"]:not(.bstn-fd-elastic-banner),
  .bastian-feed-item[data-type="t"]:not(.bstn-fd-elastic-banner),
  .bstn-fd-elastic-banner .tag-manager-publicidade-container--visivel:after {
    max-width: none;
    width: 100%;
  }
}

#header-produto .grid-12.grid-12 {
  width: 100%;
}

.glb-content-block--no-side-padding {
  padding-left: 0;
  padding-right: 0;
}

.glb-content-block--side-padding {
  padding-left: var(--glb-sp-col-padding-side);
  padding-right: var(--glb-sp-col-padding-side);
}

.multicontent #header-produto.header-editoria {
  margin-bottom: 0;
}

.multicontent .mc-article-body article > div:first-of-type > [data-block-type] {
  margin-top: 0;
}

.mc-bottom {
  height: 100%;
}

.mc-article-header {
  margin: var(--glb-sp-header-container-mg-top, 0) auto
    var(--glb-sp-header-container-mg-bottom, 0);
  max-width: var(--glb-sp-header-container-max-width);
  width: var(--glb-sp-header-container-width);
}

.glb-mc-banner-top .publicidade-banner_materia_topo {
  margin-bottom: var(--glb-sp-banner-top-mg-bottom);
}

.glb-share-bar {
  display: flex;
  justify-content: var(--glb-share--justify, flex-start);
}

.glb-share-bar_icons {
  display: flex;
  min-height: var(--glb-share-icon--h, 22px);
  position: relative;
}

.glb-share-bar .amp-social-share-facebook {
  --btn-share-icon-img: var(
    --glb-share-icon-img--facebook,
    url("https://s3.glbimg.com/cdn/icons/sharebar/fb/v2/fb.svg")
  );
}

.glb-share-bar .amp-social-share-twitter {
  --btn-share-icon-img: var(
    --glb-share-icon-img--twitter,
    url("https://s3.glbimg.com/cdn/icons/sharebar/twitter/v2/twitter.svg")
  );
}

.glb-share-bar .amp-social-share-whatsapp {
  --btn-share-icon-img: var(
    --glb-share-icon-img--whatsapp,
    url("https://s3.glbimg.com/cdn/icons/sharebar/whatsapp/v2/whatsapp.svg")
  );
}

.glb-share-bar .amp-social-share-linkedin {
  --btn-share-icon-img: var(
    --glb-share-icon-img--linkedin,
    url("https://s3.glbimg.com/cdn/icons/sharebar/linkedin/v2/linkedin.svg")
  );
}

.glb-share-bar .amp-social-share-telegram {
  --btn-share-icon-img: var(
    --glb-share-icon-img--telegram,
    url("https://s3.glbimg.com/cdn/icons/sharebar/telegram/v2/telegram.svg")
  );
}

.glb-share-bar .amp-social-share-pinterest {
  --btn-share-icon-img: var(
    --glb-share-icon-img--pinterest,
    url("https://s3.glbimg.com/cdn/icons/sharebar/pinterest/v2/pinterest.svg")
  );
}

.glb-share-bar .amp-social-share-system {
  --btn-share-icon-img: var(
    --glb-share-icon-img--system,
    url("https://s3.glbimg.com/cdn/icons/sharebar/system/v2/system.svg")
  );
}

.glb-share-bar_button {
  background-color: var(--btn-share-bg--clr);
  border-radius: var(--glb-share-icon--border-radius, 0);
  display: var(--btn-share--display, flex);
  height: var(--glb-share-icon--h, 22px);
  justify-content: center;
  margin: var(--glb-share-sp-icon--mg, 14px);
  max-width: var(--glb-share-icon--max-width, 22px);
  min-width: var(--glb-share-icon--min-width, 22px);
  padding: 0;
  position: relative;
  width: var(--glb-share-icon--w, auto);
}

.glb-share-bar_button-img {
  background-image: var(--btn-share-icon-img);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: var(--btn-share-icon--w, 20px) var(--btn-share-icon--h, 20px);
  height: 100%;
  min-width: 22px;
  padding: 0;
  width: 100%;
}

.glb-share-bar_button:hover {
  background-color: var(--btn-share-bg--hover-clr);
}

.glb-share-bar_button:hover .glb-share-bar_button-img {
  background-image: var(--btn-share-icon-img--hover, var(--btn-share-icon-img));
}

.glb-share-bar_button[class*="amp-social-share-"] {
  animation: none;
  background-image: none;
}

@media (min-width: 64rem) {
  .glb-share-bar {
    justify-content: var(--glb-share--justify, flex-end);
  }
}

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

.content-publication-data__amp-timeago {
  display: inline;
}

.content-publication-data__logo {
  margin-right: 1rem;
}

.content-publication-data__logo--circle img {
  border-radius: 50%;
}

.content-publication-data__from {
  margin: 0 0 var(--glb-sp-signature-from-mg-bottom, 8px);
}

.content-publication-data__updated {
  margin: 0;
}

.content-publication-data__updated-relative {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.content-publication-data__updated-relative--fade-out {
  opacity: 0;
}

.content-publication-data__updated-relative:before {
  content: "·";
}

.content-publication-data__updated-hidden {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.content-publication-data__updated-hidden--fade-out {
  opacity: 0;
}

.top__signature {
  --glb-sp-col-mg-top: var(
    --glb-sp-top-signature-mg-top,
    var(--glb-sp-head-mg-v)
  );
  --glb-sp-col-mg-bottom: var(
    --glb-sp-top-signature-mg-bottom,
    var(--glb-sp-head-mg-v)
  );
  --glb-sp-col-padding-side: var(--glb-sp-col-header-mg-side);
  --glb-sp-col-width: 100%;
  --glb-sp-col-max-width: var(--glb-sp-col-header-max-width);
  display: flex;
}

.top__signature--center {
  align-items: center;
}

.top__signature:not(.top__signature--padded) {
  --glb-sp-col-padding-side: 0;
}

.top__signature .glb-skeleton-box {
  --skeleton-width: 5rem;
  --skeleton-height: 5rem;
}

.top__signature .glb-skeleton-box--smart {
  --skeleton-width: 4rem;
  --skeleton-height: 4rem;
}

.top__signature__text__author-name {
  margin-bottom: var(--spacing-20);
  margin-top: 0;
}

.top__signature__text__biography {
  letter-spacing: auto;
  margin: 0;
}

.top__signature .glb-skeleton-box,
.top__signature__image img {
  border-radius: 50%;
}

@media (min-width: 64rem) {
  .top__signature__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .top__signature__text__biography {
    margin-right: 0;
    max-width: 45rem;
  }
}

.content__divider {
  border: 0;
  border-top: 1px solid #ccc;
  display: var(--glb-header-divider-display, block);
  margin-bottom: var(
    --glb-sp-header-divider-mg-bottom,
    var(--glb-sp-col-mg-bottom)
  );
  margin-top: var(--glb-sp-header-divider-mg-top, 0);
}

.content__divider.hidden {
  --glb-header-divider-display: none;
}

@media (min-width: 64rem) {
  .content__divider {
    margin-left: auto;
    margin-right: auto;
    width: var(--glb-sp-header-divider-width, var(--glb-sp-col-header-width));
  }
}

.glb-button-expand {
  background-color: #ebedef;
  border-radius: 6px;
  display: flex;
  height: 20px;
  width: 20px;
}

.glb-button-expand:before {
  background-image: url(https://s3.glbimg.com/v1/AUTH_f75bb4776e3c4683acd769d47144995f/img/uikit/icons/expand/v1/expand_down.svg);
  content: "";
  height: 100%;
  transform: var(--glb-button-expand--transform);
  width: 100%;
}

.content-ordered-list li,
.content-unordered-list li {
  font-feature-settings: var(--font-feature-settings-book-roman);
  font-family: var(--font-family-book), var(--font-family-book-fallback);
  font-size: var(--font-size-50-responsive-book);
  font-variation-settings: var(--font-variation-settings-book-normal-roman);
  letter-spacing: var(--font-size-50-responsive-book-letter-spacing);
  margin-bottom: var(--spacing-30);
  padding-left: var(--spacing-50);
  position: relative;
}

.content-ordered-list li:before,
.content-unordered-list li:before {
  left: 0;
  position: absolute;
}

.content-ordered-list li:last-child,
.content-unordered-list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 80rem) {
  .content-ordered-list li,
  .content-unordered-list li {
    font-feature-settings: var(--font-feature-settings-book-roman);
    font-family: var(--font-family-book), var(--font-family-book-fallback);
    font-size: var(--font-size-60-responsive-book);
    font-variation-settings: var(--font-variation-settings-book-normal-roman);
    letter-spacing: var(--font-size-60-responsive-book-letter-spacing);
  }
}

.content-ordered-list {
  counter-reset: section;
}

.content-ordered-list li:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
  display: block;
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-spaced);
}

.content-unordered-list li:before {
  font-feature-settings: var(--font-feature-settings-display-roman);
  content: "·";
  display: table;
  font-family: var(--font-family-display), var(--font-family-display-fallback);
  font-size: var(--font-size-80-responsive-display);
  font-variation-settings: var(--font-variation-settings-display-normal-roman);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--font-size-80-responsive-display-letter-spacing);
  line-height: 0.9;
}

.content-intertitle {
  margin-bottom: var(--glb-sp-intertitle-mg-bottom, -0.5rem);
  margin-top: var(--glb-sp-intertitle-mg-top, 24px);
}

.content-top-image .rights-holder {
  display: block;
  margin-top: var(--spacing-30);
  padding: 0 var(--spacing-40);
  text-align: left;
}

.content-top-image .rights-holder:before {
  content: "Foto: ";
}

@media (min-width: 64rem) {
  .content-top-image .rights-holder {
    padding-left: 0;
  }
}

.content__divider {
  margin-left: var(
    --glb-sp-header-divider-mg-side,
    var(--glb-sp-col-header-mg-side)
  );
  margin-right: var(
    --glb-sp-header-divider-mg-side,
    var(--glb-sp-col-header-mg-side)
  );
}

.mc-summary {
  --glb-sp-col-mg-bottom: var(
    --glb-sp-summary-mg-bottom,
    var(--glb-sp-head-mg-v)
  );
  --glb-mcsummary-title: "Ver resumo";
  width: 100%;
}

.mc-summary details summary::-webkit-details-marker {
  display: none;
}

.mc-summary-card {
  border: var(--glb-theme-ft-card-border);
  border-radius: var(--glb-theme-ft-card-border-radius);
  box-sizing: border-box;
  width: 100%;
}

.mc-summary-card__summary {
  cursor: pointer;
  height: 68px;
  list-style: none;
  margin: 0;
  outline: 0;
  pointer-events: unset;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.mc-summary-card__summary-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  padding: 0 20px;
}

.mc-summary-card__summary-title:after {
  content: var(--glb-mcsummary-title);
}

.mc-summary-card__content {
  align-items: flex-start;
  flex-direction: column;
  line-height: 24px;
  margin-top: -6px;
  padding: 0 20px 20px 16px;
}

.mc-summary-card ul {
  list-style: disc;
  margin: 0;
}

.mc-summary-card__list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 20px;
}

.mc-summary-card li::marker {
  color: var(--glb-theme-clr-primary);
}

.mc-summary-card__item {
  margin: 0;
  padding: 0;
}

.mc-summary-card__item > div {
  display: contents;
}

.mc-summary-card__item .content-text,
.mc-summary-card__item .content-text__container,
.mc-summary-card__item .mc-column {
  float: left;
  margin: 0;
  max-width: unset;
  padding: 0;
  width: unset;
}

.mc-summary-card__item p {
  margin: 0;
}

.mc-summary details[open] {
  --glb-mcsummary-title: "Resumo";
  --glb-button-expand--transform: rotate(0.5turn);
}

@media (max-width: 63.9375rem) {
  .mc-article-body.cropped {
    overflow: hidden;
    position: relative;
  }

  .mc-article-body.cropped .mc-read-more-wrapper {
    background: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0) 0,
      #fcfcfc 50%,
      #f9f9f9
    );
    bottom: 0;
    box-sizing: border-box;
    display: block;
    left: 0;
    padding: 0 0.9em;
    position: absolute;
    width: 100%;
    z-index: 100;
  }

  .mc-article-body.cropped .mc-read-more-wrapper .mc-read-more-btn {
    font-feature-settings: var(--font-feature-settings-book-roman);
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: var(--glb-elem-mc-read-more-border-radius, 3px);
    box-shadow: 0 1px 0 #cecece;
    cursor: pointer;
    display: inline-block;
    font-family: var(--font-family-book), var(--font-family-book-fallback);
    font-size: var(--font-size-20-responsive-book);
    font-variation-settings: var(--font-variation-settings-book-normal-roman);
    font-weight: var(--font-weight-bold);
    left: 50%;
    letter-spacing: var(--font-size-20-responsive-book-letter-spacing);
    line-height: var(--font-line-height-compact);
    margin: 90px auto 24px;
    padding: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%);
    width: 268px;
  }
}

.mc-article-body .mc-read-more-wrapper {
  display: none;
}

.glb-layout-classic {
  --glb-sp-mg-side: 24px;
  --glb-sp-header-container-width: var(--glb-sp-col-header-width);
  --glb-sp-col-header-max-width: var(--glb-sp-header-container-width);
  --glb-sp-content-top-image--max-width: var(--glb-sp-col-header-max-width);
  --glb-sp-head-mg-v: var(--glb-sp-mg-v);
}

@media (min-width: 64rem) {
  .glb-layout-classic {
    --glb-grid-header-row--top-image: 70;
    --glb-grid-header-col--signa: 1/2;
    --glb-grid-header-col--sharebar: 2/3;
    --glb-grid-header-row--sharebar: 60;
  }
}

@media (max-width: 63.9375rem) {
  .glb-layout-classic {
    --glb-sp-mg-v: 1.75rem;
    --glb-sp-col-max-width: 85rem;
    --glb-sp-col-width: 100%;
    --glb-sp-col-padding-side: var(--glb-sp-mg-side);
    --glb-sp-col-mg-bottom: var(--glb-sp-mg-v);
    --glb-sp-col-header-mg-side: var(--glb-sp-mg-side);
    --glb-sp-col-header-max-width: var(--glb-sp-col-max-width);
    --glb-sp-subtitle-mg-top: 1rem;
    --glb-sp-top-signature-mg-top: 2.5rem;
    --glb-sp-top-signature-mg-bottom: 0;
    --glb-sp-header-divider-mg-bottom: 2.5rem;
    --glb-sp-content-top-image--width: 100%;
    --glb-sp-content-top-image-mg-bottom: 0;
  }

  .glb-layout-classic .featured {
    --glb-sp-content-head-mg-top: var(--glb-sp-mg-v);
  }

  .glb-layout-classic .non-featured {
    --glb-sp-content-head-mg-top: 40px;
  }
}

@media (min-width: 64rem) {
  .glb-layout-classic {
    --glb-sp-mg-v: 2rem;
    --glb-sp-col-max-width: 42.5rem;
    --glb-sp-col-width: 70%;
    --glb-sp-col-padding-side: 16px;
    --glb-sp-col-mg-bottom: var(--glb-sp-mg-v);
    --glb-sp-col-header-mg-side: 0;
    --glb-sp-col-header-width: 55.5rem;
    --glb-sp-col-header-max-width: var(--glb-sp-col-header-width);
    --glb-sp-subtitle-mg-top: 1.5rem;
    --glb-sp-content-top-image--width: var(--glb-sp-col-header-width);
    --glb-sp-content-top-image-mg-bottom: 64px;
    --glb-sp-top-signature-mg-top: 4rem;
    --glb-sp-top-signature-mg-bottom: 0;
    --glb-sp-header-divider-mg-bottom: 4rem;
  }

  .glb-layout-classic .featured,
  .glb-layout-classic .non-featured {
    --glb-sp-content-head-mg-top: 64px;
  }

  .glb-layout-classic .profiled {
    --glb-sp-content-head-mg-top: 40px;
  }
}

.glb-layout-classic {
  font-family: var(--font-family-book), var(--font-family-book-fallback);
}

.glb-layout-classic .content-head,
.glb-layout-classic .content-head__title,
.glb-layout-classic .content-intertitle,
.glb-layout-classic .content__signature,
.glb-layout-classic .top__signature {
  font-family: var(--font-family-display), var(--font-family-display-fallback);
}

.glb-layout-classic .content-head__title {
  font-feature-settings: var(--font-feature-settings-display-roman);
  font-size: var(--font-size-80-responsive-display);
  font-variation-settings: var(--font-variation-settings-display-normal-roman);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--font-size-80-responsive-display-letter-spacing);
  line-height: var(--font-line-height-compact);
}

.glb-layout-classic .content-head__subtitle {
  font-feature-settings: var(--font-feature-settings-book-roman);
  font-family: var(--font-family-book), var(--font-family-book-fallback);
  font-size: var(--font-size-40-responsive-book);
  font-variation-settings: var(--font-variation-settings-book-normal-roman);
  letter-spacing: var(--font-size-40-responsive-book-letter-spacing);
  line-height: var(--font-line-height-spaced);
}

@media (min-width: 64rem) {
  .glb-layout-classic .content-head__title {
    font-feature-settings: var(--font-feature-settings-display-roman);
    font-family: var(--font-family-display), var(--font-family-display-fallback);
    font-size: var(--font-size-110-responsive-display);
    font-variation-settings: var(
      --font-variation-settings-display-normal-roman
    );
    letter-spacing: var(--font-size-110-responsive-display-letter-spacing);
    padding: 0;
  }

  .glb-layout-classic .content-head__subtitle {
    font-feature-settings: var(--font-feature-settings-book-roman);
    font-family: var(--font-family-book), var(--font-family-book-fallback);
    font-size: var(--font-size-60-responsive-book);
    font-variation-settings: var(--font-variation-settings-book-normal-roman);
    letter-spacing: var(--font-size-60-responsive-book-letter-spacing);
    padding-left: 0;
  }
}

.glb-layout-classic .content-publication-data__from {
  font-feature-settings: var(--font-feature-settings-book-roman);
  font-family: var(--font-family-book), var(--font-family-book-fallback);
  font-size: var(--font-size-30-responsive-book);
  font-variation-settings: var(--font-variation-settings-book-normal-roman);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--font-size-30-responsive-book-letter-spacing);
  line-height: var(--font-line-height-compact);
}

.glb-layout-classic .content-publication-data__from-location {
  font-weight: var(--font-weight-regular);
}

.glb-layout-classic .content-publication-data__updated {
  font-feature-settings: var(--font-feature-settings-book-roman);
  font-family: var(--font-family-book), var(--font-family-book-fallback);
  font-size: var(--font-size-40-responsive-book);
  font-variation-settings: var(--font-variation-settings-book-normal-roman);
  letter-spacing: var(--font-size-40-responsive-book-letter-spacing);
}

@media (min-width: 64rem) {
  .glb-layout-classic .content-publication-data__from {
    font-feature-settings: var(--font-feature-settings-book-roman);
    font-family: var(--font-family-book), var(--font-family-book-fallback);
    font-size: var(--font-size-40-responsive-book);
    font-variation-settings: var(--font-variation-settings-book-normal-roman);
    letter-spacing: var(--font-size-40-responsive-book-letter-spacing);
  }
}

.glb-layout-classic .top__signature__text__author-name {
  font-feature-settings: var(--font-feature-settings-book-roman);
  font-size: var(--font-size-50-responsive-book);
  font-variation-settings: var(--font-variation-settings-book-normal-roman);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--font-size-50-responsive-book-letter-spacing);
}

.glb-layout-classic .top__signature__text__author-name,
.glb-layout-classic .top__signature__text__biography {
  font-family: var(--font-family-book), var(--font-family-book-fallback);
  line-height: var(--font-line-height-compact);
}

.glb-layout-classic .top__signature__text__biography {
  font-feature-settings: var(--font-feature-settings-book-roman);
  font-size: var(--font-size-20-responsive-book);
  font-variation-settings: var(--font-variation-settings-book-normal-roman);
  letter-spacing: var(--font-size-20-responsive-book-letter-spacing);
}

@media (min-width: 64rem) {
  .glb-layout-classic .top__signature__text__author-name {
    font-feature-settings: var(--font-feature-settings-book-roman);
    font-family: var(--font-family-book), var(--font-family-book-fallback);
    font-size: var(--font-size-60-responsive-book);
    font-variation-settings: var(--font-variation-settings-book-normal-roman);
    letter-spacing: var(--font-size-60-responsive-book-letter-spacing);
  }

  .glb-layout-classic .top__signature__text__biography {
    font-feature-settings: var(--font-feature-settings-book-roman);
    font-family: var(--font-family-book), var(--font-family-book-fallback);
    font-size: var(--font-size-40-responsive-book);
    font-variation-settings: var(--font-variation-settings-book-normal-roman);
    letter-spacing: var(--font-size-40-responsive-book-letter-spacing);
    line-height: var(--font-line-height-compact);
  }
}

.glb-layout-classic .content-top-image .rights-holder {
  font-feature-settings: var(--font-feature-settings-book-roman);
  font-family: var(--font-family-book), var(--font-family-book-fallback);
  font-size: var(--font-size-20-responsive-book);
  font-variation-settings: var(--font-variation-settings-book-normal-roman);
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--font-size-20-responsive-book-letter-spacing);
  line-height: var(--font-line-height-compact);
}

.glb-layout-classic .glb-share-bar {
  height: 3rem;
  margin: -0.875rem 0.6875rem 0.625rem;
}

@media (min-width: 64rem) {
  .glb-layout-classic .glb-share-bar {
    margin: 2.5rem 0.6875rem;
  }
}

.glb-layout-classic .content-text,
.glb-layout-classic .globo-amp-article-body {
  font-feature-settings: var(--font-feature-settings-book-roman);
  font-family: var(--font-family-book), var(--font-family-book-fallback);
  font-size: var(--font-size-50-responsive-book);
  font-variation-settings: var(--font-variation-settings-book-normal-roman);
  letter-spacing: var(--font-size-50-responsive-book-letter-spacing);
  line-height: var(--font-line-height-spaced);
}

.glb-layout-classic .content-text a,
.glb-layout-classic .content-text strong,
.glb-layout-classic .globo-amp-article-body a,
.glb-layout-classic .globo-amp-article-body strong {
  font-weight: var(--font-weight-bold);
}

.glb-layout-classic .content-text em,
.glb-layout-classic .globo-amp-article-body em {
  font-feature-settings: var(--font-feature-settings-book-italic);
  font-style: italic;
  font-variation-settings: var(--font-variation-settings-book-normal-italic);
}

@media (min-width: 64rem) {
  .glb-layout-classic .content-text {
    font-feature-settings: var(--font-feature-settings-book-roman);
    font-family: var(--font-family-book), var(--font-family-book-fallback);
    font-size: var(--font-size-60-responsive-book);
    font-variation-settings: var(--font-variation-settings-book-normal-roman);
    letter-spacing: var(--font-size-60-responsive-book-letter-spacing);
  }
}

.glb-layout-classic .content-intertitle {
  font-feature-settings: var(--font-feature-settings-display-roman);
  font-family: var(--font-family-display), var(--font-family-display-fallback);
  font-size: var(--font-size-70-responsive-display);
  font-variation-settings: var(--font-variation-settings-display-normal-roman);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--font-size-70-responsive-display-letter-spacing);
  line-height: var(--font-line-height-compact);
}

@media (min-width: 64rem) {
  .glb-layout-classic .content-intertitle {
    font-feature-settings: var(--font-feature-settings-display-roman);
    font-family: var(--font-family-display), var(--font-family-display-fallback);
    font-size: var(--font-size-80-responsive-display);
    font-variation-settings: var(
      --font-variation-settings-display-normal-roman
    );
    letter-spacing: var(--font-size-80-responsive-display-letter-spacing);
  }
}

.glb-layout-elem-content-blockquote--default .content-blockquote,
:root:not([class*="glb-layout-elem-content-blockquote--"]) .content-blockquote {
  font-feature-settings: var(--font-feature-settings-display-roman);
  font-family: var(--font-family-display), var(--font-family-display-fallback);
  font-size: var(--font-size-70-responsive-display);
  font-variation-settings: var(--font-variation-settings-display-normal-roman);
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--font-size-70-responsive-display-letter-spacing);
  line-height: var(--font-line-height-spaced);
  padding-left: var(--spacing-30);
  text-align: left;
}

@media (min-width: 64rem) {
  .glb-layout-elem-content-blockquote--default .content-blockquote,
  :root:not([class*="glb-layout-elem-content-blockquote--"])
    .content-blockquote {
    font-feature-settings: var(--font-feature-settings-display-roman);
    font-family: var(--font-family-display), var(--font-family-display-fallback);
    font-size: var(--font-size-80-responsive-display);
    font-variation-settings: var(
      --font-variation-settings-display-normal-roman
    );
    letter-spacing: var(--font-size-80-responsive-display-letter-spacing);
    margin-left: auto;
    margin-right: auto;
  }
}

.glb-layout-classic .mc-summary .content-text__container {
  font-feature-settings: var(--font-feature-settings-book-roman);
  font-size: var(--font-size-40-responsive-book);
  font-variation-settings: var(--font-variation-settings-book-normal-roman);
  letter-spacing: var(--font-size-40-responsive-book-letter-spacing);
}

.glb-layout-classic .mc-summary .content-text__container,
.glb-layout-classic .mc-summary-card__summary-title {
  font-family: var(--font-family-book), var(--font-family-book-fallback);
  line-height: var(--font-line-height-spaced);
}

.glb-layout-classic .mc-summary-card__summary-title {
  font-feature-settings: var(--font-feature-settings-book-roman);
  font-size: var(--font-size-50-responsive-book);
  font-variation-settings: var(--font-variation-settings-book-normal-roman);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--font-size-50-responsive-book-letter-spacing);
}

.glb-theme-classic {
  --glb-theme-clr-primary: var(--glb-primary-color);
  --glb-theme-clr-bg: var(--glb-background-color);
  --glb-theme-clr-bottom-bg: #f3f3f3;
  --glb-theme-clr-text: var(--glb-base-text-color);
  --glb-theme-clr-title: var(--glb-title-color);
  --glb-theme-clr-text-aux: var(--glb-aux-text-color);
  --glb-theme-clr-text-author: var(--glb-theme-clr-text-aux);
  --glb-theme-ft-card-border: var(--glb-theme-border-width--def, 1px) solid
    var(--glb-theme-clr-border-container, #ced1d7);
  --glb-theme-ft-card-border-radius: 12px;
}

.glb-theme-elem-content-blockquote--default .content-blockquote,
:root:not([class*="glb-theme-elem-content-blockquote--"]) .content-blockquote {
  border-left: 4px solid var(--glb-theme-clr-primary);
}

.glb-skeleton-box,
.glb-skeleton-box--empty:empty {
  --skeleton-beam: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  width: var(--skeleton-width, 100px);
  min-height: var(--skeleton-height, 100px);
  background-color: #eee;
  background-image: var(--skeleton-beam);
  background-size: 95% 100%;
  background-repeat: no-repeat;
  background-position: -2500% 0;
  animation: bg-skeleton-box 1s linear infinite;
}

@keyframes bg-skeleton-box {
  to {
    background-position: 2500% 0;
  }
}

:root {
  --glb-shp-bd-rd--cut: 0;
  --glb-shp-bd-rd--rnd: 12px;
  --glb-shape-border-radius--cut: 0;
  --glb-shape-border-radius--rounded: 12px;
  --glb-shape-border-radius--half-up: var(--glb-shp-bd-rd--rnd)
    var(--glb-shp-bd-rd--rnd) var(--glb-shp-bd-rd--cut)
    var(--glb-shp-bd-rd--cut);
  --glb-shape-border-radius--half-down: var(--glb-shp-bd-rd--cut)
    var(--glb-shp-bd-rd--cut) var(--glb-shp-bd-rd--rnd)
    var(--glb-shp-bd-rd--rnd);
  --glb-theme-shape-elem-border-radius: var(--glb-thm-shp-bd-rd);
  --glb-theme-shape-button-border-radius: var(--glb-thm-shp-bd-rd);
  --glb-theme-shape-img-border-radius: var(--glb-thm-shp-bd-rd);
  --glb-theme-shape-img-small-border-radius: var(--glb-thm-shp-bd-rd);
  --glb-theme-shape-video-border-radius: var(--glb-thm-shp-bd-rd);
  --glb-thm-shp-elem-bd-rd: var(--glb-thm-shp-bd-rd);
  --glb-thm-shp-button-bd-rd: var(--glb-thm-shp-bd-rd);
  --glb-thm-shp-video-bd-rd: var(--glb-thm-shp-bd-rd);
  --glb-thm-shp-img-sm-bd-rd: var(--glb-thm-shp-bd-rd);
  --glb-thm-shp-img-bd-rd: var(--glb-thm-shp-bd-rd);
}

.glb-theme-shape--cut {
  --glb-theme-shape-border-radius: var(--glb-shp-bd-rd--cut);
  --glb-thm-shp-bd-rd: var(--glb-shp-bd-rd--cut);
}

.glb-theme-shape--rounded {
  --glb-theme-shape-border-radius: var(--glb-shp-bd-rd--rnd);
  --glb-thm-shp-bd-rd: var(--glb-shp-bd-rd--rnd);
  --glb-fd-item-side-border-radius: var(--glb-thm-shp-elem-bd-rd);
  --glb-fd-load-more-border-radius: var(--glb-thm-shp-button-bd-rd);
  --glb-fd-p-agrupador-materia-img-border-radius: var(
    --glb-thm-shp-img-sm-bd-rd
  );
  --glb-fd-p-agrupador-horizontal-img-border-radius: var(
    --glb-thm-shp-img-sm-bd-rd
  );
  --glb-fd-p-editorias-e-assuntos-img-border-radius: var(
    --glb-thm-shp-img-sm-bd-rd
  );
  --glb-fd-p-playlist-trilho-cover-border-radius: var(--glb-thm-shp-img-bd-rd);
  --glb-fd-p-playlist-trilho-more-border-radius: var(--glb-thm-shp-img-bd-rd);
  --glb-fd-p-agrupador-video-cover-border-radius: var(--glb-thm-shp-img-bd-rd);
  --glb-fd-p-agr-mat-dsk-minicapa-item-bd-rd: var(--glb-thm-shp-img-bd-rd);
}

@media only screen and (min-width: 640px) {
  .glb-theme-shape--rounded {
    --glb-fd-item-cover-border-radius: var(--glb-thm-shp-img-bd-rd);
    --glb-fd-video-preview-border-radius: var(--glb-thm-shp-img-bd-rd);
    --glb-fd-p-agr-mat-dsk-minicapa-hl-bd-rd: var(--glb-thm-shp-img-bd-rd);
  }
}

.glb-theme-shape--cut {
  --glb-elem-media-border-radius: var(--glb-shape-border-radius--cut);
  --glb-elem-media-caption-border-radius: var(--glb-shape-border-radius--cut);
  --glb-elem-media-border-radius--only-large: var(
    --glb-shape-border-radius--cut
  );
  --glb-elem-media-caption-border-radius--only-large: var(
    --glb-shape-border-radius--cut
  );
}

.glb-theme-shape--rounded {
  --glb-elem-shadow-video-flow-border-radius: var(--glb-thm-shp-img-bd-rd);
  --glb-elem-mc-read-more-border-radius: var(--glb-thm-shp-button-bd-rd);
  --glb-theme-shape-img-border-radius--only-large: var(--glb-shp-bd-rd--cut);
  --glb-elem-feat-img-border-radius: var(
    --glb-theme-shape-img-border-radius--only-large
  );
  --glb-elem-bs-video-border-radius: var(--glb-elem-media-border-radius);
  --glb-elem-bs-video-caption-border-radius: var(
    --glb-elem-media-caption-border-radius
  );
}

@media (min-width: 64rem) {
  .glb-theme-shape--rounded {
    --glb-theme-shape-img-border-radius--only-large: var(
      --glb-thm-shp-img-bd-rd
    );
  }
}

.glb-theme-shape--rounded.glb-theme-feat-image--default,
.glb-theme-shape--rounded:not([class*="glb-theme-feat-image--"]) {
  --glb-elem-media-border-radius: var(--glb-thm-shp-img-bd-rd);
  --glb-elem-media-caption-border-radius: var(--glb-shape-border-radius--cut);
  --glb-elem-media-caption-border-radius--only-large: var(
    --glb-shape-border-radius--cut
  );
  --glb-elem-galeria-fotos-1-border-radius: var(
      --glb-elem-media-border-radius--only-large
    )
    var(--glb-elem-media-border-radius--only-large) 0 0;
  --glb-elem-galeria-fotos-2-border-radius: 0 0 0
    var(--glb-elem-media-border-radius--only-large);
  --glb-elem-galeria-fotos-3-border-radius: 0 0
    var(--glb-elem-media-border-radius--only-large) 0;
}

@media (max-width: 63.9375rem) {
  .glb-theme-shape--rounded.glb-theme-feat-image--default,
  .glb-theme-shape--rounded:not([class*="glb-theme-feat-image--"]) {
    --glb-elem-media-border-radius--only-large: var(
      --glb-shape-border-radius--cut
    );
  }
}

@media (min-width: 64rem) {
  .glb-theme-shape--rounded.glb-theme-feat-image--default,
  .glb-theme-shape--rounded:not([class*="glb-theme-feat-image--"]) {
    --glb-elem-media-border-radius--only-large: var(--glb-thm-shp-img-bd-rd);
  }
}

.glb-theme-shape--rounded.glb-theme-feat-image--card {
  --glb-elem-media-border-radius: var(--glb-shape-border-radius--half-up);
  --glb-elem-media-caption-border-radius: var(
    --glb-shape-border-radius--half-down
  );
  --glb-elem-galeria-fotos-1-border-radius: var(
    --glb-elem-media-border-radius--only-large
  );
  --glb-elem-galeria-fotos-caption-border-radius: var(
    --glb-elem-media-caption-border-radius--only-large
  );
}

@media (max-width: 63.9375rem) {
  .glb-theme-shape--rounded.glb-theme-feat-image--card {
    --glb-elem-media-border-radius--only-large: var(
      --glb-shape-border-radius--cut
    );
    --glb-elem-media-caption-border-radius--only-large: var(
      --glb-shape-border-radius--cut
    );
  }
}

@media (min-width: 64rem) {
  .glb-theme-shape--rounded.glb-theme-feat-image--card {
    --glb-elem-media-border-radius--only-large: var(
      --glb-elem-media-border-radius
    );
    --glb-elem-media-caption-border-radius--only-large: var(
      --glb-elem-media-caption-border-radius
    );
  }
}

.glb-theme-feat-image--card .content-media .content-media__description,
.glb-theme-feat-image--card .galery-mosaic-subtitle {
  align-items: center;
  background-color: #2f3134;
  color: #b1b5be;
  display: flex;
  height: auto;
  justify-content: flex-start;
  margin: 0;
  padding: 16px;
}

.glb-content-block--no-side-padding,
.glb-elem--no-border-radius,
.glb-img--no-border,
.glb-theme-img--no-border {
  --glb-theme-shape-border-radius: 0;
  --glb-elem-media-border-radius: 0;
  --glb-elem-media-caption-border-radius: 0;
  --glb-elem-bs-video-border-radius: 0;
  --glb-elem-bs-video-caption-border-radius: 0;
}

.content-media
  .content-media__container:not(.large-20)
  .content-media-container,
.content-media .content-media__container:not(.large-20) .content-media-image,
.content-media
  .content-media__container:not(.large-20)
  .content-media__image-centered {
  border-radius: var(--glb-elem-media-border-radius);
}

.content-media
  .content-media__container:not(.large-20)
  .content-media__description {
  border-radius: var(--glb-elem-media-caption-border-radius);
}

.content-media .content-media__container.large-20 .content-media-container,
.content-media .content-media__container.large-20 .content-media-image,
.content-media
  .content-media__container.large-20
  .content-media__image-centered {
  border-radius: var(--glb-elem-media-border-radius--only-large);
}

.content-media .content-media__container.large-20 .content-media__description {
  border-radius: var(--glb-elem-media-caption-border-radius--only-large);
}

:root {
  --glb-elem-clappr-border-radius: var(--glb-thm-shp-video-bd-rd);
  --glb-elem-clappr-detached-border-radius: var(--glb-thm-shp-video-bd-rd);
}

.clappr-player {
  border-radius: var(--glb-elem-clappr-border-radius);
}

.clappr-player.clappr-detach--is-detached__visible {
  --glb-elem-clappr-border-radius: var(
    --glb-elem-clappr-detached-border-radius
  );
}

#galeria-fotos .galery-mosaic-container {
  margin-bottom: 0;
}

#galeria-fotos .galery-mosaic-container .galery-mosaic-first-item {
  border-radius: var(--glb-elem-galeria-fotos-1-border-radius);
}

#galeria-fotos .galery-mosaic-container .galery-mosaic-seccond-item {
  border-radius: var(--glb-elem-galeria-fotos-2-border-radius);
}

#galeria-fotos .galery-mosaic-container .galery-mosaic-last-item,
#galeria-fotos .galery-mosaic-container .galery-mosaic-last-item-overlay {
  border-radius: var(--glb-elem-galeria-fotos-3-border-radius);
}

#galeria-fotos .galery-mosaic-subtitle {
  border-radius: var(--glb-elem-galeria-fotos-caption-border-radius);
}

.glb-image-after-before__container {
  border-radius: var(--glb-elem-media-border-radius);
}

.glb-image-after-before .content-media__description {
  border-radius: var(--glb-elem-media-caption-border-radius);
}

.glb-theme-ux2023 {
  --codex-clr-gray-140: #4f5257;
  --codex-clr-gray-160: #2f3134;
  --codex-clr-gray-170: #1f2123;
  --glb-theme-border-width--big: 4px;
  --glb-theme-clr-primary: var(--glb-primary-color);
  --glb-theme-clr-bg: var(--glb-background-color);
  --glb-theme-clr-bottom-bg: #f3f3f3;
  --glb-theme-clr-text: var(--codex-clr-gray-170);
  --glb-theme-clr-title: var(--codex-clr-gray-170);
  --glb-theme-clr-text-aux: var(--codex-clr-gray-140);
  --glb-theme-clr-text-author: var(--glb-theme-clr-text-aux);
  --glb-theme-ft-card-border: var(--glb-theme-border-width--def, 1px) solid
    var(--glb-theme-clr-border-container, #ced1d7);
  --glb-theme-ft-card-border-radius: var(--glb-shape-border-radius--rounded);
}

.glb-theme-elem-sharebar--touch {
  --glb-share--justify: center;
  --glb-share-sp-icon--mg: 0;
  --btn-share-bg--clr: #f5f6f7;
  --glb-share-icon--w: 100%;
  --glb-share-icon--h: 44px;
  --glb-share-icon--border-radius: 12px;
  --glb-share-icon--max-width: 100%;
  --btn-share-icon--h: 24px;
  --btn-share-icon--w: 24px;
}

.glb-theme-elem-sharebar--touch .amp-social-share-facebook {
  --btn-share-bg--hover-clr: #0866ff;
  --btn-share-icon-img--hover: url(https://s3.glbimg.com/cdn/icons/sharebar/fb/v2/fb_inv.svg);
}

.glb-theme-elem-sharebar--touch .amp-social-share-twitter {
  --btn-share-bg--hover-clr: #181818;
  --btn-share-icon-img--hover: url(https://s3.glbimg.com/cdn/icons/sharebar/twitter/v2/twitter_inv.svg);
}

.glb-theme-elem-sharebar--touch .amp-social-share-whatsapp {
  --btn-share-bg--hover-clr: #0dca54;
  --btn-share-icon-img--hover: url(https://s3.glbimg.com/cdn/icons/sharebar/whatsapp/v2/whatsapp_inv.svg);
}

.glb-theme-elem-sharebar--touch .amp-social-share-linkedin {
  --btn-share-bg--hover-clr: #2867b2;
  --btn-share-icon-img--hover: url(https://s3.glbimg.com/cdn/icons/sharebar/linkedin/v2/linkedin_inv.svg);
}

.glb-theme-elem-sharebar--touch .amp-social-share-telegram {
  --btn-share-bg--hover-clr: #30a3e6;
  --btn-share-icon-img--hover: url(https://s3.glbimg.com/cdn/icons/sharebar/telegram/v2/telegram_inv.svg);
}

.glb-theme-elem-sharebar--touch .amp-social-share-pinterest {
  --btn-share-bg--hover-clr: #e60023;
  --btn-share-icon-img--hover: url(https://s3.glbimg.com/cdn/icons/sharebar/pinterest/v2/pinterest_inv.svg);
}

.glb-theme-elem-sharebar--touch .amp-social-share-koo {
  --btn-share-bg--hover-clr: #facd00;
}

.glb-theme-elem-sharebar--touch .amp-social-share-system {
  --btn-share-bg--hover-clr: #4f5257;
  --btn-share-icon-img--hover: url(https://s3.glbimg.com/cdn/icons/sharebar/system/v2/system_inv.svg);
}

.glb-theme-elem-content-blockquote--box .content-blockquote {
  border-bottom: var(--glb-theme-ft-card-border);
  border-left: 0;
  border-top: var(--glb-theme-ft-card-border);
  clear: both;
  position: relative;
}

.glb-theme-elem-content-blockquote--box .content-blockquote:before {
  border-bottom: var(--glb-theme-border-width--big) solid
    var(--glb-theme-clr-primary);
  border-top: var(--glb-theme-border-width--big) solid
    var(--glb-theme-clr-primary);
  bottom: 0;
  content: " ";
  left: calc(50% - 60px);
  position: absolute;
  top: 0;
  width: 120px;
}

.glb-theme-elem-quote--card .show-block-quote {
  border: var(--glb-theme-ft-card-border);
  border-radius: var(--glb-theme-ft-card-border-radius);
  clear: both;
}

.glb-theme-elem-quote--card .show-block-quote__after-caption,
.glb-theme-elem-quote--card .show-block-quote__image {
  --glb-quote-svg: url(https://s3.glbimg.com/cdn/icons/quote/quote-2023.svg);
  background-color: var(--glb-theme-clr-primary);
  height: 16px;
  -webkit-mask-image: var(--glb-quote-svg);
  mask-image: var(--glb-quote-svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 20px;
}

.glb-theme-elem-quote--card .show-block-quote__caption {
  color: var(--glb-theme-clr-text);
}

.glb-theme-elem-quote--card .show-block-quote__after-caption {
  transform: rotate(0.5turn);
}

.glb-theme-elem-quote--card .show-block-quote__author {
  color: var(--glb-theme-clr-text-aux);
}

.glb-layout-ux2023 {
  --glb-header-divider-display: none;
  --glb-grid-header-row--top-image: 65;
  --g-fnt-vr-dis-roman: var(--font-variation-settings-display-normal-roman);
  --g-fnt-ft-dis-roman: var(--font-feature-settings-display-roman);
  --g-fnt-vr-bk-roman: var(--font-variation-settings-book-normal-roman);
  --g-fnt-ft-bk-roman: var(--font-feature-settings-book-roman);
  --g-fnt-weight-light: 300;
  --g-fnt-weight-regular: 400;
  --g-fnt-weight-semibold: 600;
  --g-fnt-weight-bold: 700;
  --g-fnt-size-20: 12px;
  --g-fnt-size-25: 13px;
  --g-fnt-size-30: 14px;
  --g-fnt-size-35: 15px;
  --g-fnt-size-40: 16px;
  --g-fnt-size-50: 18px;
  --g-fnt-size-60: 20px;
  --g-fnt-size-70: 24px;
  --g-fnt-size-80: 28px;
  --g-fnt-size-90: 32px;
  --g-fnt-size-110: 40px;
  --g-fnt-lh-10: 16px;
  --g-fnt-lh-20: 20px;
  --g-fnt-lh-25: 22px;
  --g-fnt-lh-30: 24px;
  --g-fnt-lh-36: 26px;
  --g-fnt-lh-40: 28px;
  --g-fnt-lh-50: 32px;
  --g-fnt-lh-60: 36px;
  --g-fnt-lh-70: 40px;
  --g-fnt-lh-80: 48px;
  --g-fnt-ls-170: 0;
  --g-fnt-ls-210: -0.01em;
  --g-fnt-ls-230: -0.015em;
  --g-fnt-ls-250: -0.02em;
  --g-fnt-ls-270: -0.025em;
  --g-fnt-ls-290: -0.03em;
  --g-fnt-ls-330: -0.04em;
  --g-fnt-ls-340: -0.045em;
  --glb-sp-mg-side: 20px;
  --glb-sp-head-mg-v: 20px;
  --glb-sp-head-mg-v2: calc(var(--glb-sp-head-mg-v) * 2);
  --glb-sp-subtitle-mg-top: 12px;
  --glb-sp-signature-from-mg-bottom: 4px;
  --glb-sp-sharebar-mg-top: 8px;
  --glb-sp-sharebar-mg-bottom: var(--glb-sp-head-mg-v2);
  --glb-sp-content-top-image-mg-bottom: 12px;
  --glb-sp-banner-top-mg-bottom: 0;
  --glb-sp-col-header-mg-side: var(--glb-sp-col-padding-side);
  --glb-sp-col-header-width: 100%;
  --glb-sp-col-header-max-width: var(--glb-sp-col-max-width);
  --glb-sp-header-container-width: var(--glb-sp-col-width);
  --glb-sp-header-container-max-width: var(--glb-sp-col-max-width);
  --glb-sp-content-head-mg-top: var(--glb-sp-head-mg-v);
  --glb-sp-content-head-mg-bottom: var(--glb-sp-head-mg-v);
  --glb-sp-top-signature-mg-top: var(--glb-sp-head-mg-v);
  --glb-sp-top-signature-mg-bottom: 0;
  --glb-sp-content-top-image-mg-top: var(--glb-sp-head-mg-v);
  --glb-sp-content-top-image--width: var(--glb-sp-col-header-width);
  --glb-sp-content-top-image--max-width: var(--glb-sp-col-header-max-width);
  --glb-sp-summary-mg-bottom: var(--glb-sp-head-mg-v2);
  --glb-sp-intertitle-mg-top: 0;
  --glb-sp-intertitle-mg-bottom: calc(16px - var(--glb-sp-mg-v));
}

@media (max-width: 63.9375rem) {
  .glb-layout-ux2023 {
    --glb-sp-mg-v: 1.75rem;
    --glb-sp-col-max-width: 85rem;
    --glb-sp-col-width: 100%;
    --glb-sp-col-padding-side: 20px;
    --glb-sp-col-mg-bottom: var(--glb-sp-mg-v);
    --glb-sp-subtitle-mg-top: 12px;
    --glb-sp-content-top-image--width: 100%;
    --glb-sp-content-top-image--padding-h: 0;
    --glb-sp-signashare-mg-top: 0;
    --glb-sp-signashare-mg-bottom: 12px;
  }
}

@media (min-width: 64rem) {
  .glb-layout-ux2023 {
    --glb-sp-mg-v: 2rem;
    --glb-sp-col-max-width: 42.5rem;
    --glb-sp-col-width: 70%;
    --glb-sp-col-padding-side: 16px;
    --glb-sp-col-mg-bottom: var(--glb-sp-mg-v);
    --glb-sp-subtitle-mg-top: 16px;
    --glb-sp-content-top-image--padding-h: var(--glb-sp-col-padding-side);
    --glb-sp-signashare-mg-top: 4px;
    --glb-sp-signashare-mg-bottom: 16px;
    --glb-sp-sharebar-mg-top: 12px;
  }
}

.glb-layout-ux2023 .content-head,
.glb-layout-ux2023 .content-head__title,
.glb-layout-ux2023 .content-intertitle,
.glb-layout-ux2023 .content__signature,
.glb-layout-ux2023 .top__signature {
  font-family: var(--font-family-display), var(--font-family-display-fallback);
}

.glb-layout-ux2023 .content-head__title {
  font-feature-settings: var(--g-fnt-ft-dis-roman);
  font-size: var(--g-fnt-size-80);
  font-variation-settings: var(--g-fnt-vr-dis-roman);
  font-weight: var(--g-fnt-weight-bold);
  letter-spacing: var(--g-fnt-ls-290);
  line-height: var(--g-fnt-lh-50);
}

@media (min-width: 64rem) {
  .glb-layout-ux2023 .content-head__title {
    font-feature-settings: var(--g-fnt-ft-dis-roman);
    font-size: var(--g-fnt-size-110);
    font-variation-settings: var(--g-fnt-vr-dis-roman);
    letter-spacing: var(--g-fnt-ls-340);
    line-height: var(--g-fnt-lh-80);
  }
}

.glb-layout-ux2023 .content-head__subtitle {
  font-feature-settings: var(--g-fnt-ft-bk-roman);
  font-size: var(--g-fnt-size-35);
  font-variation-settings: var(--g-fnt-vr-bk-roman);
  font-weight: var(--g-fnt-weight-regular);
  line-height: var(--g-fnt-lh-25);
}

.glb-layout-ux2023 .content-head__subtitle,
.glb-layout-ux2023 .content-publication-data__from {
  font-family: var(--font-family-book), var(--font-family-book-fallback);
  letter-spacing: var(--g-fnt-ls-210);
}

.glb-layout-ux2023 .content-publication-data__from {
  font-feature-settings: var(--g-fnt-ft-bk-roman);
  font-size: var(--g-fnt-size-30);
  font-variation-settings: var(--g-fnt-vr-bk-roman);
  font-weight: var(--g-fnt-weight-semibold);
  line-height: var(--g-fnt-lh-20);
}

.glb-layout-ux2023 .content-publication-data__from-location {
  font-weight: var(--g-fnt-weight-regular);
}

.glb-layout-ux2023 .content-publication-data__updated {
  font-feature-settings: var(--g-fnt-ft-bk-roman);
  font-family: var(--font-family-book), var(--font-family-book-fallback);
  font-size: var(--g-fnt-size-20);
  font-variation-settings: var(--g-fnt-vr-bk-roman);
  font-weight: var(--g-fnt-weight-regular);
  letter-spacing: var(--g-fnt-ls-170);
  line-height: var(--g-fnt-lh-10);
}

.glb-layout-ux2023 .top__signature__text__author-name {
  font-feature-settings: var(--g-fnt-ft-dis-roman);
  font-family: var(--font-family-display), var(--font-family-display-fallback);
  font-size: var(--g-fnt-size-50);
  font-variation-settings: var(--g-fnt-vr-dis-roman);
  font-weight: var(--g-fnt-weight-bold);
  letter-spacing: var(--g-fnt-ls-250);
  line-height: var(--g-fnt-lh-25);
}

.glb-layout-ux2023 .top__signature__text__biography {
  font-feature-settings: var(--g-fnt-ft-bk-roman);
  font-size: var(--g-fnt-size-30);
  font-variation-settings: var(--g-fnt-vr-bk-roman);
  letter-spacing: var(--g-fnt-ls-210);
  line-height: var(--g-fnt-lh-20);
}

.glb-layout-ux2023 .content-top-image .rights-holder,
.glb-layout-ux2023 .top__signature__text__biography {
  font-family: var(--font-family-book), var(--font-family-book-fallback);
  font-weight: var(--g-fnt-weight-regular);
}

.glb-layout-ux2023 .content-top-image .rights-holder {
  font-feature-settings: var(--g-fnt-ft-bk-roman);
  font-size: var(--g-fnt-size-20);
  font-variation-settings: var(--g-fnt-vr-bk-roman);
  letter-spacing: var(--g-fnt-ls-170);
  line-height: var(--g-fnt-lh-10);
}

.glb-layout-ux2023 .glb-share-bar {
  --glb-sp-col-mg-top: var(--glb-sp-sharebar-mg-top);
  --glb-sp-col-mg-bottom: var(--glb-sp-sharebar-mg-bottom);
  --glb-sp-col-width: var(--glb-sp-col-header-width);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  float: left;
  margin: var(--glb-sp-col-mg-top, 0) auto var(--glb-sp-col-mg-bottom, 1.75rem)
    auto;
  max-width: var(--glb-sp-col-max-width, 85rem);
  padding-left: var(--glb-sp-col-padding-side, 1.5rem);
  padding-right: var(--glb-sp-col-padding-side, 1.5rem);
  width: var(--glb-sp-col-width, 100%);
}

.glb-layout-ux2023 .glb-share-bar:after,
.glb-layout-ux2023 .glb-share-bar:before {
  content: " ";
  display: table;
}

.glb-layout-ux2023 .glb-share-bar,
.glb-layout-ux2023 .glb-share-bar:last-child {
  float: none;
}

@media (min-width: 64rem) {
  .glb-layout-ux2023 .glb-share-bar {
    clear: none;
    margin: var(--glb-sp-col-mg-top, 0) auto var(--glb-sp-col-mg-bottom, 2rem)
      auto;
    max-width: var(--glb-sp-col-max-width, 42.5rem);
    padding-left: var(--glb-sp-col-padding-side, 1rem);
    padding-right: var(--glb-sp-col-padding-side, 1rem);
    width: var(--glb-sp-col-width, 70%);
  }
}

.glb-layout-ux2023 .glb-share-bar_icons {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: start;
  width: 100%;
}

.glb-layout-ux2023 .content-text {
  font-feature-settings: var(--g-fnt-ft-bk-roman);
  font-family: var(--font-family-book), var(--font-family-book-fallback);
  font-size: var(--g-fnt-size-50);
  font-variation-settings: var(--g-fnt-vr-bk-roman);
  font-weight: var(--g-fnt-weight-regular);
  letter-spacing: var(--g-fnt-ls-230);
  line-height: var(--g-fnt-lh-40);
}

.glb-layout-ux2023 .content-text a,
.glb-layout-ux2023 .content-text strong {
  font-weight: var(--g-fnt-weight-bold);
}

.glb-layout-ux2023 .content-text em {
  font-style: italic;
}

.glb-layout-ux2023 .content-component__title,
.glb-layout-ux2023 .content-intertitle {
  font-feature-settings: var(--g-fnt-ft-dis-roman);
  font-family: var(--font-family-display), var(--font-family-display-fallback);
  font-size: var(--g-fnt-size-70);
  font-variation-settings: var(--g-fnt-vr-dis-roman);
  font-weight: var(--g-fnt-weight-bold);
  letter-spacing: var(--g-fnt-ls-290);
  line-height: var(--g-fnt-lh-40);
}

.glb-layout-elem-content-blockquote--box .content-blockquote {
  font-feature-settings: var(--g-fnt-ft-dis-roman);
  font-family: var(--font-family-display), var(--font-family-display-fallback);
  font-size: var(--g-fnt-size-50);
  font-variation-settings: var(--g-fnt-vr-dis-roman);
  font-weight: var(--g-fnt-weight-bold);
  letter-spacing: var(--g-fnt-ls-250);
  line-height: var(--g-fnt-lh-36);
  padding: 28px 20px 32px;
  text-align: left;
}

@media (min-width: 64rem) {
  .glb-layout-elem-content-blockquote--box .content-blockquote {
    font-feature-settings: var(--g-fnt-ft-dis-roman);
    font-size: var(--g-fnt-size-60);
    font-variation-settings: var(--g-fnt-vr-dis-roman);
    letter-spacing: var(--g-fnt-ls-270);
    line-height: var(--g-fnt-lh-40);
    margin-left: auto;
    margin-right: auto;
  }
}

.glb-layout-elem-quote--card .show-block-quote {
  display: flex;
  flex-direction: column;
  padding: 20px 24px 24px;
}

.glb-layout-elem-quote--card .show-block-quote__caption {
  font-feature-settings: var(--g-fnt-ft-dis-roman);
  font-family: var(--font-family-display), var(--font-family-display-fallback);
  font-size: var(--g-fnt-size-50);
  font-variation-settings: var(--g-fnt-vr-dis-roman);
  font-weight: var(--g-fnt-weight-bold);
  letter-spacing: var(--g-fnt-ls-250);
  line-height: var(--g-fnt-lh-36);
  margin: 8px 0;
}

@media (min-width: 64rem) {
  .glb-layout-elem-quote--card .show-block-quote__caption {
    font-feature-settings: var(--g-fnt-ft-dis-roman);
    font-size: var(--g-fnt-size-60);
    font-variation-settings: var(--g-fnt-vr-dis-roman);
    letter-spacing: var(--g-fnt-ls-270);
    line-height: var(--g-fnt-lh-40);
  }
}

.glb-layout-elem-quote--card .show-block-quote__after-caption {
  align-self: flex-end;
}

.glb-layout-elem-quote--card .show-block-quote__author {
  font-feature-settings: var(--g-fnt-ft-bk-roman);
  font-size: var(--g-fnt-size-30);
  font-variation-settings: var(--g-fnt-vr-bk-roman);
  line-height: var(--g-fnt-lh-20);
  margin-top: 12px;
}

.glb-layout-elem-quote--card .show-block-quote__author,
.glb-layout-ux2023 .mc-summary .content-text__container {
  font-family: var(--font-family-book), var(--font-family-book-fallback);
  font-weight: var(--g-fnt-weight-regular);
  letter-spacing: var(--g-fnt-ls-210);
}

.glb-layout-ux2023 .mc-summary .content-text__container {
  font-feature-settings: var(--g-fnt-ft-bk-roman);
  font-size: var(--g-fnt-size-40);
  font-variation-settings: var(--g-fnt-vr-bk-roman);
  line-height: var(--g-fnt-lh-30);
}

.glb-layout-ux2023 .mc-summary-card__summary-title {
  font-feature-settings: var(--g-fnt-ft-dis-roman);
  font-family: var(--font-family-display), var(--font-family-display-fallback);
  font-size: var(--g-fnt-size-50);
  font-variation-settings: var(--g-fnt-vr-dis-roman);
  font-weight: var(--g-fnt-weight-bold);
  letter-spacing: var(--g-fnt-ls-250);
  line-height: var(--g-fnt-lh-36);
}

.glb-layout-ux2023 {
  font-family: var(--font-family-book), var(--font-family-book-fallback);
}

#header-produto .barra-globocom {
  padding: 0;
}

#menu-container {
  display: none;
}

.menu-item.menu-item-separator > a {
  display: none;
}

.floating-bar,
.header-home .banner,
.header-home .header-subtitle,
.header-home .header-title,
.header-navegacao .bottom,
.search-area {
  display: none;
}

.header-navegacao {
  font-size: 0;
  font-family: var(
    --codex-font-family-display,
    "glbOpenSans",
    "Open Sans",
    "opensans",
    "Globotipo Variable",
    sans-serif
  );
}

.header-navegacao * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-navegacao-color {
  background-color: currentcolor;
}

.header-navegacao.header-editoria .logo {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-navegacao.header-editoria .logo-area {
  left: 0.75rem;
  position: absolute;
  top: 0;
  height: 100%;
}

.header-navegacao.header-editoria.header-no-link .header-subeditoria--link {
  cursor: text;
  pointer-events: none;
}

.header-navegacao.header-editoria.header-no-link
  .header-subeditoria--link:hover {
  opacity: 1;
}

.header-navegacao .row {
  width: 100%;
}

.header-navegacao .grid-12 {
  width: 90.625%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.header-navegacao .logo {
  font-weight: bold;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.header-navegacao .logo-area {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.header-navegacao .logo-mobile {
  display: inline;
}

.header-navegacao .logo-desktop {
  display: none;
}

.header-navegacao .area-principal {
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.header-navegacao .header-subtitle {
  height: 30px;
  line-height: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .header-navegacao .area-principal {
    height: 74px;
    line-height: 74px;
    font-size: 0;
  }

  .header-navegacao .header-subtitle {
    height: 35px;
    line-height: 35px;
  }

  .header-navegacao .logo-mobile {
    display: none;
  }

  .header-navegacao .logo-desktop {
    display: inline;
  }
}

.header-editoria--link {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  overflow-y: hidden !important;
  max-width: 100%;
  color: var(--glb-contrast-primary-color, #fff) !important;
}

.header-editoria--link > img {
  display: block;
}

@media (min-width: 768px) {
  .header-editoria .logo-area {
    margin-left: 42px;
  }

  .header-editoria--link {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 300;
    padding-bottom: 2px !important;
  }
}

@media (min-width: 1065px) {
  .header-editoria .logo-area {
    margin-left: 92px;
    padding-left: 20px;
  }
}

.header-title {
  font-family: var(
    --codex-font-family-display,
    "glbOpenSans",
    "Open Sans",
    "opensans",
    "Globotipo Variable",
    sans-serif
  );
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 auto;
  font-size: 0;
  height: auto;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.header-title-content {
  font-size: 0;
  height: auto;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px;
}

@media (min-width: 1065px) {
  .header-title {
    padding: 0 16px;
  }
}

.header-subeditoria--link {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .header-subeditoria--link {
    font-size: 16px;
    line-height: 1.1;
  }
}

.header-afiliada-logo--link > img {
  display: block;
}

#glb-cabecalho {
  z-index: 99999;
}

#glb-cabecalho > .glb-conteudo {
  width: 100%;
  min-width: 100%;
}

.glbbarrawidget {
  display: block;
  height: 48px;
  background-color: #fff;
}

@media (min-width: 1065px) {
  .header-navegacao.header-personalized .header-personalization {
    display: inline-block;
    position: absolute;
    height: 100%;
    margin-left: 20px;
    padding: 0 20px;
    width: auto;
  }

  .header-navegacao.header-personalized.header-home .header-personalization {
    left: 0.75rem;
    margin-left: 92px;
  }

  .header-navegacao .menu-area {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0.75rem;
    height: 100%;
    font-size: 0;
  }

  .header-navegacao .area-principal {
    z-index: 999;
  }
}

.regua-de-cotacao-section {
  position: relative;
  width: 100%;
  font-family: var(--font-family-display);
}

.regua-de-cotacao-section__main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.regua-de-cotacao-section__carousel {
  overflow: auto;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 1rem;
}

.regua-de-cotacao-section__carousel__row {
  display: flex;
  justify-content: flex-start;
}

.regua-de-cotacao-section__carousel__list-item {
  display: flex;
  position: relative;
}

.regua-de-cotacao-section__carousel__group {
  display: flex;
  flex-flow: column wrap;
  padding: 1rem 0 1rem 2rem;
  position: relative;
}

.regua-de-cotacao-section__carousel__group-itens {
  display: flex;
}

.regua-de-cotacao-section__carousel__group-title {
  font-size: var(--font-size-20-responsive-book);
}

.regua-de-cotacao-section__carousel__item {
  white-space: nowrap;
  padding-right: 1.85rem;
}

@media ((min-width: 64em)) {
  .regua-de-cotacao-section__carousel__item {
    display: flex;
    align-items: baseline;
  }
}

.regua-de-cotacao-section__carousel__item-content {
  display: flex;
  flex-flow: column wrap;
}

@media ((min-width: 64em)) {
  .regua-de-cotacao-section__carousel__item-content {
    flex-flow: row nowrap;
    margin-left: 0.5rem;
  }
}

.regua-de-cotacao-section__carousel__item-value {
  font-size: var(--font-size-30-responsive-book);
  padding-bottom: 0.5rem;
}

@media ((min-width: 64em)) {
  .regua-de-cotacao-section__carousel__item-value {
    font-size: var(--font-size-40-responsive-book);
    padding-bottom: 0;
  }
}

.regua-de-cotacao-section__carousel__item-variation {
  position: relative;
  font-size: var(--font-size-30-responsive-book);
}

@media ((min-width: 64em)) {
  .regua-de-cotacao-section__carousel__item-variation {
    font-size: var(--font-size-40-responsive-book);
  }
}

.regua-de-cotacao-section__carousel__item-title {
  font-size: var(--font-size-30-responsive-book);
  padding: 0.5rem 0;
  display: block;
}

@media ((min-width: 64em)) {
  .regua-de-cotacao-section__carousel__item-title {
    font-size: var(--font-size-40-responsive-book);
  }
}

.regua-de-cotacao-section__ad-card__title {
  display: none;
}

:root {
  --glb-banner-height: 250px;
}

#banner_materia_topo {
  width: 100%;
  height: 100%;
}

.glb-mc-banner-top .glb-skeleton-box {
  width: 970px;
  height: var(--glb-banner-height);
  margin-left: auto;
  margin-right: auto;
}

.glb-mc-banner-top {
  padding-top: 16px;
}

@media (min-width: 64rem) {
  .publicidade-banner_materia_topo {
    margin-bottom: -24px;
  }
}

.push-web-notification--disabled {
  display: none;
}

.glb-tp-bottom {
  --translatelimit: 0;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  transform: translateY(var(--translatelimit));
  transition: transform 1s ease;
  z-index: 1035;
}

.glb-tp-bottom iframe {
  z-index: 102;
}

.glb-tp-bottom__background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
}

.glb-tp-bottom__background.visible {
  background-color: #fff;
}

.glb-tp-bottom--hide {
  transform: translateY(100%);
}

.tp-threshold {
  width: 1px;
  height: 1px;
  visibility: hidden;
  position: absolute;
  top: 0;
}

#menu-container {
  width: 272px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translateX(-272px);
  z-index: 99999999992;
  overflow-y: scroll;
  background-color: #fafafa;
}

.menu-btn-back {
  cursor: pointer;
}

.menu-link {
  cursor: pointer;
}

.content-media {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.content-media__gif-container {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.content-media__gif-container__gif-player {
  width: 100%;
  vertical-align: middle;
}

.content-media__gif-container__gif-placeholder {
  position: absolute;
  width: 100%;
  z-index: 5;
  height: 100%;
}

.content-media__gif-container__gif-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  box-shadow: 1px 2px 9px rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  overflow: hidden;
  background: #fff;
}

.content-media__gif-container__gif-icon--hidden {
  display: none;
}

.content-media__gif-container__gif-icon svg {
  height: 100%;
  width: 100%;
  fill: #999;
  padding: 9px;
}

.content-media__image-centered {
  position: relative;
  overflow: hidden;
}

.content-media__image {
  width: 100%;
  display: block;
}

.content-media .mc-column {
  margin-bottom: 0;
}

.content-media .content-media__description {
  display: block;
  margin-top: var(--spacing-30);
  font-family: var(--font-family-book), var(--font-family-book-fallback);
  font-size: var(--font-size-20-responsive-book);
  letter-spacing: var(--font-size-20-responsive-book-letter-spacing);
  line-height: var(--font-line-height-compact);
  font-variation-settings: var(--font-variation-settings-book-normal-roman);
  font-feature-settings: var(--font-feature-settings-book-roman);
}

.content-media .content-media__description--pl-5 {
  padding-left: 5px;
}

.content-media-container.glb-skeleton-box {
  position: relative;
}

.content-media-container.glb-skeleton-box .content-media-figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

@media (max-width: 63.9375rem) {
  .content-ads:not(.content-ads--regular.content-ads--smart-size)
    glb-ad.tag-manager-publicidade-container.tag-manager-publicidade-container--visivel {
    display: block;
    margin: 54px auto 60px;
  }
}

@media (max-width: 63.9375rem) and (min-width: 64rem) {
  .content-ads:not(.content-ads--regular.content-ads--smart-size)
    glb-ad.tag-manager-publicidade-container.tag-manager-publicidade-container--visivel {
    margin-top: 60px;
  }
}

@media (max-width: 63.9375rem) {
  .content-ads:not(.content-ads--regular.content-ads--smart-size)
    glb-ad.tag-manager-publicidade-container.tag-manager-publicidade-container--visivel::after,
  .content-ads:not(.content-ads--regular.content-ads--smart-size)
    glb-ad.tag-manager-publicidade-container.tag-manager-publicidade-container--visivel::before {
    content: "";
    display: block;
    background: #e1dee4;
    width: 100%;
    position: absolute;
    height: 1px;
  }

  .content-ads:not(.content-ads--regular.content-ads--smart-size)
    glb-ad.tag-manager-publicidade-container.tag-manager-publicidade-container--visivel::before {
    top: -30px;
  }

  .content-ads:not(.content-ads--regular.content-ads--smart-size)
    glb-ad.tag-manager-publicidade-container.tag-manager-publicidade-container--visivel::after {
    bottom: -30px;
  }

  .content-ads:not(.content-ads--regular.content-ads--smart-size)
    glb-ad.tag-manager-publicidade-container.tag-manager-publicidade-container--visivel
    > div {
    max-width: 100%;
  }

  .content-ads:not(.content-ads--regular.content-ads--smart-size)
    glb-ad.tag-manager-publicidade-container.tag-manager-publicidade-container--visivel
    > div::before {
    content: "CONTINUA DEPOIS DA PUBLICIDADE";
    display: block;
    white-space: nowrap;
    position: absolute;
    background-color: #f9f9f9;
    font-size: 0.67rem;
    letter-spacing: 1px;
    color: #555;
    font-family: opensans;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
  }

  .content-ads.content-ads--regular.content-ads--smart-size
    glb-ad.tag-manager-publicidade-container {
    display: block;
    margin: 54px auto 60px;
  }
}

@media (max-width: 63.9375rem) and (min-width: 64rem) {
  .content-ads.content-ads--regular.content-ads--smart-size
    glb-ad.tag-manager-publicidade-container {
    margin-top: 60px;
  }
}

@media (max-width: 63.9375rem) {
  .content-ads.content-ads--regular.content-ads--smart-size
    glb-ad.tag-manager-publicidade-container::after,
  .content-ads.content-ads--regular.content-ads--smart-size
    glb-ad.tag-manager-publicidade-container::before {
    content: "";
    display: block;
    background: #e1dee4;
    width: 100%;
    position: absolute;
    height: 1px;
  }

  .content-ads.content-ads--regular.content-ads--smart-size
    glb-ad.tag-manager-publicidade-container::before {
    top: -30px;
  }

  .content-ads.content-ads--regular.content-ads--smart-size
    glb-ad.tag-manager-publicidade-container::after {
    bottom: -30px;
  }

  .content-ads.content-ads--regular.content-ads--smart-size
    glb-ad.tag-manager-publicidade-container
    > div {
    max-width: 100%;
  }

  .content-ads.content-ads--regular.content-ads--smart-size
    glb-ad.tag-manager-publicidade-container
    > div::before {
    content: "CONTINUA DEPOIS DA PUBLICIDADE";
    display: block;
    white-space: nowrap;
    position: absolute;
    background-color: #f9f9f9;
    font-size: 0.67rem;
    letter-spacing: 1px;
    color: #555;
    font-family: opensans;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
  }
}

.content-ads.content-ads--outside-grid
  .tag-manager-publicidade-container--visivel {
  background-color: transparent;
}

@media (min-width: 64rem) {
  .content-ads--reveal {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    transition: height 0.9s;
    overflow: hidden;
    transition: height 0.9s, margin-bottom 0.3s ease-in-out;
    margin-bottom: 0;
  }

  .content-ads--reveal.content-ads--has-content {
    margin-bottom: 40px;
  }

  .content-ads--reveal:not(.content-ads--has-content) {
    margin-bottom: 0;
  }

  .content-ads--reveal:has(
      .tag-manager-publicidade-container--visivel:not(:empty)
    ):not(.content-ads--has-content),
  .content-ads--reveal:has(
      glb-ad.tag-manager-publicidade-container--visivel
    ):not(.content-ads--has-content) {
    margin-bottom: 40px;
  }

  .content-ads--reveal
    #banner_slb_meio.tag-manager-publicidade-container--visivel:not(:empty) {
    margin-bottom: 60px;
  }

  .content-ads--reveal glb-ad.tag-manager-publicidade-container--visivel {
    display: block;
    margin: 54px auto 60px;
  }
}

@media (min-width: 64rem) and (min-width: 64rem) {
  .content-ads--reveal glb-ad.tag-manager-publicidade-container--visivel {
    margin-top: 60px;
  }
}

@media (min-width: 64rem) {
  .content-ads--reveal glb-ad.tag-manager-publicidade-container--visivel::after,
  .content-ads--reveal
    glb-ad.tag-manager-publicidade-container--visivel::before {
    content: "";
    display: block;
    background: #e1dee4;
    width: 100%;
    position: absolute;
    height: 1px;
  }

  .content-ads--reveal
    glb-ad.tag-manager-publicidade-container--visivel::before {
    top: -30px;
  }

  .content-ads--reveal
    glb-ad.tag-manager-publicidade-container--visivel::after {
    bottom: -30px;
  }

  .content-ads--reveal glb-ad.tag-manager-publicidade-container--visivel > div {
    max-width: 100%;
  }

  .content-ads--reveal
    glb-ad.tag-manager-publicidade-container--visivel
    > div::before {
    content: "CONTINUA DEPOIS DA PUBLICIDADE";
    display: block;
    white-space: nowrap;
    position: absolute;
    background-color: #fff;
    font-size: 0.67rem;
    letter-spacing: 1px;
    color: #555;
    font-family: opensans;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
  }
}

@media (min-width: 64rem) {
  .content-ads .tag-manager-publicidade-container--visivel {
    background-color: #efefef;
  }
}

.content-ads--side-ad.content-ads--side-ad {
  width: 300px;
}

@media (max-width: 63.9375rem) {
  .content-ads--side-ad {
    margin: 0 auto;
  }
}

.content-ads--side-ad
  glb-ad.tag-manager-publicidade-container--visivel:not(
    :has(.tag-manager-publicidade-container--vazio)
  ) {
  margin-bottom: 30px;
}

.mc-side-item--no-margin {
  margin-bottom: 0;
}

.globo-amp-ad-container {
  position: relative;
}

.globo-amp-ad-container .globo-amp-ad {
  border: 0 none;
  margin: auto;
  text-align: center;
  width: 300px;
}

:root {
  --show-block-video-radius: 0;
}

@media (min-width: 768px) {
  .cxm-video-block:has(bs-player[rounded]) {
    --show-block-video-radius: var(
      --glb-elem-media-border-radius,
      var(--codex-player-border-radius, 12px)
    );
  }
}

.content-video {
  margin-bottom: 16px;
}

.content-video__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.content-video__video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.content-video__bigger-player-description-fixer {
  position: relative;
}

.content-video .content-media__container {
  position: relative;
  padding: 0;
}

@media (min-width: 768px) {
  .content-video .content-media__container {
    overflow: hidden;
  }
}

.content-video__placeholder {
  transition: all 0.3s;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.content-video__placeholder:before {
  content: "";
  background: #0000004d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: var(--show-block-video-radius);
}

.content-video__placeholder:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI2IDE2YzAgMC40LTAuMiAwLjctMC41IDAuOSAwIDAgMCAwIDAgMEw3LjYgMjcuOGwwIDBDNy40IDI3LjkgNy4yIDI4IDcuMSAyOGMtMC42IDAtMS0wLjUtMS0xLjEgMCAwIDAgMCAwIDB2MFY1LjFsMCAwQzYgNS4xIDYgNS4xIDYgNS4xIDYgNC41IDYuNSA0IDcuMSA0YzAuMiAwIDAuNCAwLjEgMC41IDAuMmwwIDBjMCAwIDEzLjQgOC4yIDE3LjkgMTAuOXYwQzI1LjggMTUuMyAyNiAxNS42IDI2IDE2eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: "";
  width: 14%;
  height: 22%;
  position: absolute;
  left: 45%;
  top: 39%;
  transition: filter 0.3s;
  opacity: 0.97;
  z-index: 3;
}

.content-video__placeholder__thumb {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: var(--show-block-video-radius);
}

.content-video bs-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.content-video__placeholder:hover:after {
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.5));
}

.content-media {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.content-media__container--codex-fallback .codex-caption {
  --font-family-fallback: "glbOpenSans", "Open Sans";
  --font-family: var(--codex-caption-font-family, var(--font-family-fallback));
  --font-size: var(
    --codex-caption-font-size-small--on-screen-large-1x,
    0.75rem
  );
  --font-weight: var(
    --codex-caption-font-weight-small--on-screen-large-1x,
    400
  );
  --letter-spacing: var(
    --codex-caption-font-letter-spacing-small--on-screen-large-1x,
    0
  );
  --line-height: var(
    --codex-caption-font-line-height-small--on-screen-large-1x,
    1rem
  );
  --color: var(--codex-caption-color-text--on-mode-light, #616161);
  display: block;
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: var(--color);
  letter-spacing: var(--letter-spacing);
  line-height: var(--line-height);
}

.content-media__container--codex-fallback
  .codex-button--main-primary.codex-button--icon-only {
  --icon-box-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #101010;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 0;
  border-radius: 40px;
}

.content-media__container--codex-fallback
  .codex-button--main-primary.codex-button--icon-only:hover {
  background: #424242;
}

@media screen and (max-width: 640px) {
  .bs-block-video__container {
    padding: 0 1.5rem;
  }

  .content-video bs-player,
  .content-video .clappr-player:not(.clappr-detach--is-detached) .container {
    border-radius: 0;
  }
}
._banner_36ews_1 {
  display: inline-flex !important;
  gap: 4px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  background: #101010cc !important;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  font-family: var(--codex-button-font-family) !important;
  font-size: var(--codex-button-font-size-small) !important;
  cursor: pointer;
  border: 0;
  border-radius: var(--codex-button-floating-border-radius) !important;
  padding-left: var(--codex-button-padding-left-small) !important;
  padding-right: var(--codex-button-padding-right-small) !important;
  padding-top: var(--codex-button-padding-top-small) !important;
  padding-bottom: var(--codex-button-padding-bottom-small) !important;
  transition: transform 0.2s ease;
  transform-origin: bottom center;
}

@media screen and (max-width: 768px) {
  ._banner_36ews_1 {
    display: none !important;
  }
}

._banner_36ews_1:hover {
  background: #101010e6 !important;
}

._banner_36ews_1 > span {
  overflow: hidden;
  display: inline-block;
  width: auto;
  text-wrap: nowrap;
  white-space: nowrap;
  vertical-align: middle !important;
}

._banner--small_36ews_42 {
  bottom: 10px;
  left: 10px;
  font-size: var(--codex-button-font-size-small-1x) !important;
  padding-left: var(--codex-button-padding-left-small-1x) !important;
  padding-right: var(--codex-button-padding-right-small-1x) !important;
  padding-top: var(--codex-button-padding-top-small-1x) !important;
  padding-bottom: var(--codex-button-padding-bottom-small-1x) !important;
  border-radius: var(--codex-button-border-radius-small-1x);
}

._banner--small_36ews_42 span {
  width: 0px;
  transition: width 0.4s ease;
}

._banner--small_36ews_42 svg {
  width: 100px;
}

._banner--media-on_36ews_62 {
  transform: translateY(-150%);
}

._banner--hide_36ews_66 {
  pointer-events: none;
  opacity: 0;
}

._banner__close_36ews_71 {
  position: absolute;
  top: 0;
  right: 0;
  background: gray;
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 20px;
  padding: 0;
  transform: translate(50%, -50%);
}
.clappr-player.pls--suppressed .player-error {
  opacity: 0;
}

.clappr-player.pls--suppressed .master-container {
  filter: blur(10px);
}

.clappr-player #plugin-login-screen {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
  z-index: 1;
  flex-flow: column;
  font-family: opensans, sans-serif;
  opacity: 0 !important;
  transition: opacity 1.2s ease !important;
}

.clappr-player #plugin-login-screen.pls--visible-content {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1 !important;
}

.clappr-player #plugin-login-screen.pls--visible-content .pls--button {
  display: inline-block;
}

.clappr-player #plugin-login-screen .pls--title {
  font-size: 20px;
  letter-spacing: -0.1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.clappr-player #plugin-login-screen .pls--button,
.clappr-player #plugin-login-screen .pls--content,
.clappr-player #plugin-login-screen .pls--title {
  margin-left: auto;
  margin-right: auto;
}

.clappr-player #plugin-login-screen .pls--content {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  max-width: 320px;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}

.clappr-player #plugin-login-screen .pls--button {
  color: #fff;
  cursor: pointer;
  background-color: hsla(0, 0%, 67%, 0.4);
  border-radius: 4px;
  border: none;
  display: none;
  font-family: proximanova, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 48px;
  letter-spacing: 1.2px;
}
.clappr-player.video-rec-cancel-screen--enabled .poster {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  position: static !important;
}

.clappr-player:not(.clappr-detach--is-detached)
  .video-rec-cancel-screen__close-button {
  display: none !important;
}

.clappr-player.clappr-detach--is-detached .video-rec-cancel-screen {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.clappr-player.clappr-detach--is-detached .video-rec-cancel-screen__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 12px !important;
}

.clappr-player.clappr-detach--is-detached
  .video-rec-cancel-screen__header
  > button {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: -25px !important;
  padding: 0;
  margin-right: 5px !important;
}

.clappr-player.clappr-detach--is-detached
  .video-rec-cancel-screen__close-button {
  width: 20px !important;
  height: 20px !important;
  pointer-events: auto;
}

@media screen and (min-width: 620px) {
  .clappr-player.clappr-detach--is-detached
    .video-rec-cancel-screen__close-button {
    width: 24px !important;
    height: 24px !important;
  }
}

.clappr-player.clappr-detach--is-detached
  .video-rec-cancel-screen__close-button
  > svg {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  vertical-align: middle;
}

.video-rec-cancel-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none !important;
  z-index: 1000;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}

.video-rec-cancel-screen--active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.video-rec-cancel-screen__title {
  font-size: 14px !important;
  font-family: opensans-regular !important;
}

@media screen and (min-width: 620px) {
  .video-rec-cancel-screen__title {
    font-size: 20px !important;
    margin-top: 5px !important;
  }
}

.video-rec-cancel-screen__replay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: normal 14px/18px opensans-regular !important;
  letter-spacing: -0.3px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1002;
  color: #fff;
  fill: #fff;
  background-color: transparent;
  border: 0;
  margin: 18px auto 0;
  padding: 8px;
  outline: 0;
  cursor: pointer;
}

@media screen and (min-width: 620px) {
  .video-rec-cancel-screen__replay {
    margin-top: 35px;
    font: normal 16px/18px opensans-regular !important;
  }
}

.video-rec-cancel-screen__replay svg {
  margin-right: 6px;
}

.video-rec-cancel-screen__video-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px !important;
}

@media screen and (min-width: 620px) {
  .video-rec-cancel-screen__video-list {
    max-width: 80%;
    margin-top: 25px !important;
  }
}

.video-rec-cancel-screen__video-list section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 15px !important;
  display: none !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
}

.video-rec-cancel-screen__video-list section:first-child {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 620px) {
  .video-rec-cancel-screen__video-list section {
    display: block !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-rec-cancel-screen__video-list section:first-child {
    display: block !important;
  }
}

.video-rec-cancel-screen__video-list section .thumb-container {
  max-width: 35%;
  height: auto;
  position: relative;
  background-color: #333;
}

@media screen and (min-width: 620px) {
  .video-rec-cancel-screen__video-list section .thumb-container {
    max-width: 100%;
  }

  .video-rec-cancel-screen__video-list section .thumb-container__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.video-rec-cancel-screen__video-list section .thumb-container picture img {
  width: 100%;
}

@media screen and (min-width: 620px) {
  .video-rec-cancel-screen__video-list section .thumb-container picture img {
    max-width: 100%;
    height: auto;
  }
}

.video-rec-cancel-screen__video-list section .thumb-container__duration {
  right: 0;
  position: absolute;
  bottom: 0;
  background-color: #000;
  font-size: 12px !important;
  font-family: opensans-regular !important;
  padding: 2px 5px !important;
}

.video-rec-cancel-screen__video-list section .thumb-container__play {
  top: 30%;
  left: 37%;
  max-width: 25%;
  position: absolute;
}

.video-rec-cancel-screen__video-list section .info-container {
  width: 100%;
  text-align: left;
  font: normal 14px/18px opensans-bold !important;
  margin-left: 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 620px) {
  .video-rec-cancel-screen__video-list section .info-container {
    display: block;
    margin-left: 0 !important;
  }
}

.video-rec-cancel-screen__video-list section .info-container__chapeu {
  display: block;
  font-family: opensans-regular !important;
  font-weight: 600;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 620px) {
  .video-rec-cancel-screen__video-list section .info-container__chapeu {
    margin-top: 10px !important;
    font-size: 14px !important;
  }
}

.video-rec-cancel-screen__video-list section .info-container__title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 620px) {
  .video-rec-cancel-screen__video-list section .info-container__title {
    -webkit-line-clamp: 3;
    margin-top: 4px !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

.clappr-player.video-rec-after-end--enabled .poster__play-wrapper {
  visibility: hidden !important;
}

.video-rec-after-end {
  display: none !important;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  background-color: #333;
}

.video-rec-after-end #canvas {
  width: 100%;
  height: auto;
}

.video-rec-after-end__content {
  max-width: 72%;
  z-index: 1002;
}

.video-rec-after-end__screen {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.video-rec-after-end__screen--next-video {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.video-rec-after-end__screen--next-video:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: #000;
  opacity: 0.6;
}

.video-rec-after-end__screen__chapeu {
  display: block;
  font: normal 14px/19px opensans-regular !important;
  letter-spacing: -0.3px;
  text-align: center;
}

@media screen and (min-width: 620px) {
  .video-rec-after-end__screen__chapeu {
    font: normal 18px/18px opensans-regular !important;
  }
}

.video-rec-after-end__screen__title {
  display: block;
  font: normal 4.5vw/5.5vw opensans-bold !important;
  letter-spacing: -0.3px;
  text-align: center;
  margin-top: 2px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 620px) {
  .video-rec-after-end__screen__title {
    font-size: 20px !important;
    line-height: 24px !important;
    margin-top: 8px !important;
    display: block;
  }
}

.video-rec-after-end__screen__canvas {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 10px !important;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  height: 12vw;
}

@media screen and (min-width: 620px) {
  .video-rec-after-end__screen__canvas {
    margin-top: 30px !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: auto;
    height: 70px;
  }
}

.video-rec-after-end__screen__canvas__play {
  max-width: 40px;
  position: absolute;
}

.video-rec-after-end__screen__btn-cancel {
  display: block;
  font: normal 14px/18px opensans-regular !important;
  letter-spacing: -0.3px;
  text-align: center;
  z-index: 1002;
  color: #fff;
  background-color: transparent;
  border: 0;
  margin: 10px auto 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 620px) {
  .video-rec-after-end__screen__btn-cancel {
    font: normal 16px/18px opensans-regular !important;
    margin: 28px auto 0;
  }
}

.video-rec-after-end__screen__btn-cancel:active {
  outline: 0;
}

.video-rec-after-end--show .video-rec-after-end {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.video-rec-after-end--show .media-control {
  display: none;
}
.pause-ads-container {
  width: 100% !important;
  height: 100% !important;
}

.pause-ads-container > div {
  width: 100% !important;
  height: 100% !important;
}

.pause-ads-container iframe {
  width: 100% !important;
  height: 100% !important;
}

.success-stories {
  margin-bottom: 30px;
}

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

.success-stories__title {
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}

.success-stories__description {
  width: 100%;
}

.success-stories__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.story-card {
  background: #fff;
  overflow: hidden;
}

.story-card__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px 0px;
  text-align: center;
  text-transform: uppercase;
}

.story-card__video {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .success-stories__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
