@font-face {
  font-family: "Lato";
  src: url("https://assets.nic.br/assets/fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("https://assets.nic.br/assets/fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("https://assets.nic.br/assets/fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Lora";
  src: url("https://assets.nic.br/assets/fonts/Lora/Lora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lora";
  src: url("https://assets.nic.br/assets/fonts/Lora/Lora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

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

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
* {
  margin: 0;
  padding: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

ol,
ul {
  list-style: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  word-break: break-word;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 16px;
  display: block;
  font-weight: 500;
  margin-top: 20px;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address {
  line-height: 150%;
  font-style: normal;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

ol[class],
ul[class] {
  list-style: none;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {

  *,
  :after,
  :before,
  blockquote:first-letter,
  blockquote:first-line,
  div:first-letter,
  div:first-line,
  li:first-letter,
  li:first-line,
  p:first-letter,
  p:first-line {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}

.col-1-12 {
  float: left;
  min-width: 1px;
  width: 100%;
}

@media (min-width: 48em) {
  .col-1-12 {
    width: 4.2rem;
  }
}

@media (min-width: 61.25em) {
  .col-1-12 {
    width: 6rem;
  }
}

@media (min-width: 74.25em) {
  .col-1-12 {
    width: 7.3rem;
  }
}

.col-2-12 {
  float: left;
  min-width: 1px;
  width: 100%;
}

@media (min-width: 48em) {
  .col-2-12 {
    width: 10.4rem;
    margin-right: 2rem;
  }
}

@media (min-width: 61.25em) {
  .col-2-12 {
    width: 14rem;
    margin-right: 2rem;
  }
}

@media (min-width: 74.25em) {
  .col-2-12 {
    width: 17rem;
    margin-right: 2.4rem;
  }
}

.col-3-12 {
  float: left;
  min-width: 1px;
  width: 100%;
}

@media (min-width: 48em) {
  .col-3-12 {
    width: 16.6rem;
    margin-right: 2rem;
  }
}

@media (min-width: 61.25em) {
  .col-3-12 {
    width: 22rem;
    margin-right: 2rem;
  }
}

@media (min-width: 74.25em) {
  .col-3-12 {
    width: 26.7rem;
    margin-right: 2.4rem;
  }
}

.col-4-12 {
  float: left;
  min-width: 1px;
  width: 100%;
}

@media (min-width: 48em) {
  .col-4-12 {
    width: 22.8rem;
    margin-right: 2rem;
  }
}

@media (min-width: 61.25em) {
  .col-4-12 {
    width: 30rem;
    margin-right: 2rem;
  }
}

@media (min-width: 74.25em) {
  .col-4-12 {
    width: 36.4rem;
    margin-right: 2.4rem;
  }
}

.col-5-12 {
  float: left;
  min-width: 1px;
  width: 100%;
}

@media (min-width: 48em) {
  .col-5-12 {
    width: 29rem;
    margin-right: 2rem;
  }
}

@media (min-width: 61.25em) {
  .col-5-12 {
    width: 38rem;
    margin-right: 2rem;
  }
}

@media (min-width: 74.25em) {
  .col-5-12 {
    width: 46.1rem;
    margin-right: 2.4rem;
  }
}

.col-6-12 {
  float: left;
  min-width: 1px;
  width: 100%;
}

@media (min-width: 48em) {
  .col-6-12 {
    width: 35.2rem;
    margin-right: 2rem;
  }
}

@media (min-width: 61.25em) {
  .col-6-12 {
    width: 46rem;
    margin-right: 2rem;
  }
}

@media (min-width: 74.25em) {
  .col-6-12 {
    width: 55.8rem;
    margin-right: 2.4rem;
  }
}

.col-7-12 {
  float: left;
  min-width: 1px;
  width: 100%;
}

@media (min-width: 48em) {
  .col-7-12 {
    width: 41.4rem;
    margin-right: 2rem;
  }
}

@media (min-width: 61.25em) {
  .col-7-12 {
    width: 54rem;
    margin-right: 2rem;
  }
}

@media (min-width: 74.25em) {
  .col-7-12 {
    width: 65.5rem;
    margin-right: 2.4rem;
  }
}

.col-8-12 {
  float: left;
  min-width: 1px;
  width: 100%;
}

@media (min-width: 48em) {
  .col-8-12 {
    width: 47.6rem;
    margin-right: 2rem;
  }
}

@media (max-width: 48em) {
  .modal__content {
    width: auto;
  }

  .modal__header h2 {
    margin-top: 2rem;
  }

  .sponsors-list {
    grid-template-columns: repeat(1, 1fr) !important;
    overflow-x: auto;
    margin-bottom: 10px;
  }

  .btn-inscricao {
    margin-top: -10rem;
  }

  ul.agenda {
    margin-left: 4rem;
  }
}

@media (min-width: 61.25em) {
  .col-8-12 {
    width: 62rem;
    margin-right: 2rem;
  }
}

@media (min-width: 74.25em) {
  .col-8-12 {
    width: 75.2rem;
    margin-right: 2.4rem;
  }
}

.col-9-12 {
  float: left;
  min-width: 1px;
  width: 100%;
}

@media (min-width: 48em) {
  .col-9-12 {
    width: 53.8rem;
    margin-right: 2rem;
  }
}

@media (min-width: 61.25em) {
  .col-9-12 {
    width: 70rem;
    margin-right: 2rem;
  }
}

@media (min-width: 74.25em) {
  .col-9-12 {
    width: 84.9rem;
    margin-right: 2.4rem;
  }
}

.col-10-12 {
  float: left;
  min-width: 1px;
  width: 100%;
}

@media (min-width: 48em) {
  .col-10-12 {
    width: 60rem;
    margin-right: 2rem;
  }
}

@media (min-width: 61.25em) {
  .col-10-12 {
    width: 78rem;
    margin-right: 2rem;
  }
}

@media (min-width: 74.25em) {
  .col-10-12 {
    width: 94.6rem;
    margin-right: 2.4rem;
  }
}

.col-11-12 {
  float: left;
  min-width: 1px;
  width: 100%;
}

@media (min-width: 48em) {
  .col-11-12 {
    width: 66.2rem;
    margin-right: 2rem;
  }
}

@media (min-width: 61.25em) {
  .col-11-12 {
    width: 86rem;
    margin-right: 2rem;
  }
}

@media (min-width: 74.25em) {
  .col-11-12 {
    width: 104.3rem;
    margin-right: 2.4rem;
  }
}

.col-12-12 {
  float: left;
  min-width: 1px;
  width: 100%;
}

@media (min-width: 48em) {
  .col-12-12 {
    width: 72.4rem;
    margin-right: 2rem;
  }
}

@media (min-width: 61.25em) {
  .col-12-12 {
    width: 94rem;
    margin-right: 2rem;
  }
}

@media (min-width: 74.25em) {
  .col-12-12 {
    width: 114rem;
    margin-right: 2.4rem;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  height: 100%;
  font-family: Lato, serif;
  font-display: swap;
  font-size: 62.5%;
  line-height: 1;
  color: #000;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

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

.heading {
  margin-bottom: 2.4rem;
  font-size: clamp(2.4rem, 5vw, 3rem);
  font-weight: 900;
  color: var(--color-primary, #222);
}

.heading--size-2 {
  margin-bottom: 1.2rem;
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  line-height: 140%;
}

.heading--size-3 {
  font-size: clamp(1.6rem, 5vw, 1.8rem);
  line-height: 125%;
}

.heading--type-2 {
  position: relative;
  margin-bottom: 3.2rem;
  padding-bottom: 1.6rem;
  color: var(--color-secondary-contrast, #222);
}

@media (min-width: 61.25em) {
  .heading--type-2 {
    margin-bottom: 1rem;
  }
}

header.header-wrapper {
  margin-bottom: 10rem;
  padding: 42rem 0;
  background-position: center;
}

.heading--type-2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.2rem;
  border-bottom: 3px solid currentColor;
}

.heading-wrapper--center .heading--type-2 {
  display: flex;
  justify-content: center;
}

.heading-wrapper--center .heading--type-2:after {
  left: initial;
}

.heading--color-primary {
  color: var(--color-primary-contrast) !important;
}

.heading--color-primary:after {
  border-color: var(--color-primary);
}

.heading--color-secondary {
  color: var(--color-secondary-contrast) !important;
}

.heading--color-secondary:after {
  border-color: var(--color-secondary);
}

.heading--color-white {
  color: #fff;
}

.heading--color-white:after {
  border-color: var(--color-primary);
}

.heading--color-black {
  color: #000 !important;
}

.heading--color-black:after {
  border-color: var(--color-primary);
}

.page-paragraph p,
.paragraph,
.post-content p {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 160%;
  color: #222;
}

@media (min-width: 61.25em) {
  /* .page-paragraph p,
            .paragraph,
            .post-content p {
                margin-bottom: 6.4rem;
            }*/

  .section-wrapper {
    padding: 0 0;
  }
}

/*.page-paragraph p + .paragraph,
        .page-paragraph p + p,
        .paragraph + .paragraph,
        .paragraph + p,
        .post-content p + .paragraph,
        .post-content p + p {
            margin-top: -3.6rem;
        }*/
.paragraph--size-2 {
  font-size: 1.4rem;
}

.paragraph--size-3 {
  font-size: 1.8rem;
}

.paragraph--first-letter p:first-child:first-letter {
  float: left;
  margin: 1.6rem 0.8rem 1.6rem 0;
  font-family: Lato, serif;
  font-size: 11rem;
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 900;
}

.support-text {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  line-height: 150%;
  color: #888;
  font-weight: 900;
}

.detail-text {
  font-size: 1.6rem;
  line-height: 120%;
  font-weight: 900;
  color: #888;
  color: var(--color-primary, #222);
}

.link-text {
  margin-bottom: 2.4rem;
  font-size: 1.3rem;
  line-height: 120%;
  font-weight: 900;
  color: var(--color-primary, #222);
}

ol,
ul {
  list-style: none;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: opacity ease 0.3s;
  word-break: break-word;
}

p {
  font-size: 22px;
}

.full-wrapper {
  overflow: hidden;
}

.section {
  width: 100%;
}

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

.section:after {
  clear: both;
}

.row {
  clear: both;
}

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

.row:after {
  clear: both;
}

.content {
  padding: 0 1rem;
  max-width: 100%;
}

@media (min-width: 48em) {
  .content {
    margin: auto;
    padding: 0 2rem;
    max-width: 76.8rem;
  }
}

@media (min-width: 61.25em) {
  .content {
    padding: 0 2rem;
    max-width: 98rem;
  }
}

@media (min-width: 74.25em) {
  .content {
    padding: 0 2.4rem;
    max-width: 118.8rem;
  }
}

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

.content:after {
  clear: both;
}

.default-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 61.25em) {
  .default-grid {
    grid-column-gap: 2rem;
  }
}

@media (min-width: 74.25em) {
  .default-grid {
    grid-column-gap: 2.4rem;
  }
}

.list-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 2.4rem;
}

@media (min-width: 48em) {
  .list-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
  }
}

@media (min-width: 61.25em) {
  .list-grid {
    grid-column-gap: 2rem;
  }
}

@media (min-width: 74.25em) {
  .list-grid {
    grid-column-gap: 2.4rem;
  }
}

.section-wrapper {
  padding: 5.6rem 0;
}

@media (min-width: 61.25em) {
  .section-wrapper {
    padding: 4rem 0 6rem;
  }
}

.anchor-button--reset {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

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

.anchor-button {
  position: relative;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  padding: 0 2.4rem;
  height: 4rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--color-primary-contrast, #222);
  background-color: var(--color-primary, #222);
  border: 1px solid currentColor;
  cursor: pointer;
  transition: all ease 0.3s;
  border-radius: 10px;
}

.anchor-button:focus,
.anchor-button:hover {
  transition: all ease 0.2s;
  opacity: 1;
  color: #fff !important;
  scale: 1.03;
}

@media (min-width: 48em) {
  .anchor-button {
    padding: 0 3.2rem;
  }
}

.anchor-button+.anchor-button {
  margin-left: 1.6rem;
}

.anchor-button--color-reversed {
  background-color: var(--color-secondary);
  color: var(--color-secondary-contrast);
}

.anchor-button--color-dark {
  background-color: #222;
  color: #fff;
}

.anchor-button--size-2 {
  height: 6.4rem;
  padding: 0 3.6rem;
}

.anchor-button--type-2 {
  padding: 0 1.6rem;
  height: 2.4rem;
  color: var(--color-primary, orange);
  border: 1px solid var(--color-primary, orange);
  border-radius: 3px;
  background-color: transparent;
}

.anchor-button--type-2+.anchor-button--type-2 {
  margin-left: 2.4rem;
}

@media (min-width: 61.25em) {
  .anchor-button--type-2+.anchor-button--type-2 {
    margin-left: 0.8rem;
  }
}

.anchor-button--type-3 {
  margin-bottom: 0.8rem;
  padding: 0 0.8rem;
  height: 2.4rem;
  font-size: 1.3rem;
  color: #fff;
  border: 1px solid var(--color-secondary, orange);
  border-radius: 3px;
  background-color: var(--color-secondary, orange);
}

.anchor-link {
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: lowercase;
  color: var(--color-secondary);
}

.anchor-link img {
  margin-right: 0.4rem;
}

.input-wrapper {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.label,
label {
  display: block;
  margin-bottom: 12.8px;
  margin-bottom: 0.8rem;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: lowercase;
  color: #fff;
}

.input {
  padding: 0 1.6rem;
  width: 100%;
  height: 6.4rem;
  font-size: 1.6rem;
  font-weight: 900;
  border: 1px solid #333;
  background-color: #fff;
}

.input--textarea {
  padding-top: 25.6px;
  padding-top: 1.6rem;
  padding-bottom: 25.6px;
  padding-bottom: 1.6rem;
  height: 160px;
  height: 10rem;
}

.media-wrapper {
  position: relative;
  z-index: 1;
}

.media-wrapper:after {
  content: "";
  position: absolute;
  left: 1.6rem;
  top: -1.6rem;
  width: calc(100% - 1.6rem * 2);
  height: 100%;
  border: 3px solid var(--color-secondary-contrast);
  pointer-events: none;
  border-radius: 10px;
}

.media-wrapper--type-2:after {
  top: initial;
  right: 0;
  bottom: 1.6rem;
  left: initial;
  width: 40px;
  border: none;
  border-bottom: 3px solid var(--color-primary);
}

.media-wrapper--behind:after {
  z-index: -1;
  height: calc(100% + 2.4rem);
}

.embed-figure__container {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
}

.embed-figure__container embed,
.embed-figure__container iframe,
.embed-figure__container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.embed-figure__container--video {
  padding-bottom: 56.25%;
}

.icon-location {
  margin-right: 0.4rem;
}

.icon-location * {
  fill: var(--color-secondary);
}

.icon-youtube {
  margin-right: 0.4rem;
}

.icon-youtube * {
  fill: var(--color-secondary);
}

.skip-links {
  list-style: none;
}

.skip-links__anchor:focus {
  z-index: 10000;
  top: 3%;
  left: 2%;
  padding: 10px;
  padding: 0.625rem;
  width: auto;
  height: auto;
  clip: initial;
  opacity: 1;
  font-family: Lato, serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #000;
}

.navigation-wrapper {
  background-color: #222;
}

.navigation-content {
  display: flex;
  align-items: center;
  height: 4rem;
}

.navigation-sponsors {
  display: flex;
  margin-left: auto;
}

.navigation-sponsors__item {
  margin-left: 10px;
}

.navigation {
  margin-right: auto;
}

.navigation-list__container {
  width: 100%;
  overflow: auto;
}

.navigation.is-open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  text-align: center;
  opacity: 0;
  animation: openNavigationModal 0.3s ease 1 normal forwards;
}

.navigation-list {
  display: none;
}

.is-open .navigation-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-item,
.navigation-list__item {
  margin-bottom: 4rem;
  font-size: 20px !important;
  font-weight: 500;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.navigation-list__item a:hover {
  color: #fff !important;
}

.navigation-toggler {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: opacity ease 0.3s;
  width: 100%;
  height: 30px;
}

.close-menu {
  background-color: transparent;
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 20px;
  right: 30px;
  padding: 0;
  cursor: pointer;
}

.toggle {
  display: none;
}

.hide-icon {
  transition: 2s;
  transform: rotate(0);
}

.show-icon {
  transition: 1s;
  transform: rotate(90deg);
}

.accordion {
  border: none;
  background-color: transparent;
  text-align: start;
  margin: 1rem 0;
  font-size: 22px;
  cursor: pointer;
}

.accordion:hover {
  text-decoration: underline;
}

.accordion i {
  margin-left: 1rem;
}

.navigation-toggler__text {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 125%;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.is-open .navigation-toggler__text {
  color: #fff;
}

.navigation-toggler__icon {
  position: relative;
  margin-left: 0.6rem;
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 6px;
  transition: all ease 0.4s;
}

.navigation-toggler__icon:after,
.navigation-toggler__icon:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 6px;
  transition: all ease 0.4s;
}

.navigation-toggler__icon:before {
  top: 8px;
}

.navigation-toggler__icon:after {
  bottom: 8px;
}

.is-open .navigation-toggler__icon {
  top: -4px;
  background-color: transparent;
}

.is-open .navigation-toggler__icon:before {
  top: 4px;
  transform: rotate(135deg);
}

.is-open .navigation-toggler__icon:after {
  top: 4px;
  transform: rotate(-135deg);
}

.about-content__description p {
  color: #060606;
  font-size: 22px !important;
  margin-bottom: 1rem;
}

ul {
  color: #000;
  margin-left: 2rem;
}

li {
  margin-bottom: 2rem;
}

li strong {
  color: #000;
}

.about-content__description strong {
  color: #000;
}

@keyframes openNavigationModal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes animateNavigationItems {
  from {
    transform: translateY(150%);
  }

  to {
    transform: translateY(0);
  }
}

.header-wrapper {
  position: relative;
  padding: 2.6rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.header-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.header__logo {
  margin-bottom: 8rem;
}

@media (min-width: 61.25em) {
  .header__logo {
    margin-bottom: 8.8rem;
  }
}

.event-date {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 3.8rem;
  color: var(--color-primary-contrast);
  font-weight: 900;
}

@media (min-width: 61.25em) {
  .event-date {
    margin-bottom: 0.8rem;
  }
}

.event-date--info {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 1.6rem 1.6rem 0;
  padding-right: 1.6rem;
}

.event-date--info:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 11px;
  background-color: currentColor;
}

@media (max-width: 47.99em) {
  .default-grid {
    padding: 0 20px;
  }

  .event-date--city {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 0.8rem;
    width: 100%;
  }

  .section-wrapper {
    padding: 3rem 0;
  }

  .event-date--city:after {
    content: none;
  }

  .modal__about-content {
    margin-bottom: 2.4rem;
  }

  .page-paragraph p,
  .paragraph,
  .post-content p {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 160%;
    color: #222;
  }

  .agenda-container--type-2 .agenda__title {
    margin-bottom: 2rem;
  }

  .agenda__speakers .badge-agenda {
    margin-bottom: 4rem;
    display: block !important;
    margin: 0 !important;
  }

  .page-paragraph p,
  .paragraph,
  .post-content p {
    margin-bottom: 3.4rem !important;
  }
}

.article-list {
  margin-bottom: 3.2rem;
}

@media (min-width: 61.25em) {
  .article-list--type-2 {
    grid-template-columns: 6fr 3fr 3fr;
  }

  .article-list--type-2 .article-list__item:not(:first-child) .heading {
    font-size: 1.8rem;
  }
}

.article-list--page .article-list__item {
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #ddd;
}

.article-list--page .article-list__item p {
  margin-bottom: 2.4rem;
}

@media (min-width: 61.25em) {
  .article-list--page .article-list__item {
    grid-column: 3/11;
  }
}

.article-list__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.title-destaques {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 23px;
  font-size: 25px;
}

.bg-title-events {
  padding: 1rem;
  border-radius: 5px;
  position: relative;
  margin-top: 1rem;
}

.highlight-message-wrapper--type-2 .highlight-message__content {
  grid-column: 3/11;
  margin-bottom: 4.8rem;
}

.highlight-message-wrapper--type-2 .highlight-message__content p {
  margin-bottom: 2.4rem;
}

.highlight-message-wrapper--type-2 .highlight-message__content p:last-child {
  margin-bottom: 0;
}

.highlight-message__paragraph {
  color: #fff;
  margin-bottom: 3.2rem;
}

.highlight-message__paragraph:first-letter {
  float: left;
  margin: 1.6rem 0.8rem 1.6rem 0;
  font-family: Lato, serif;
  font-size: 11rem;
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 900;
}

@media (min-width: 61.25em) {
  .highlight-message__paragraph {
    grid-column: 1/11;
    margin-bottom: 0;
    padding-top: 0.8rem;
  }
}

.highlight-message__anchor {
  margin: auto;
}

@media (min-width: 61.25em) {
  .highlight-message__anchor {
    grid-column: 11/13;
  }
}

.speakers-wrapper {
  background-color: #222;
  color: var(--color-primary-contrast);
  padding-top: 30px;
}

.speakers-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 6.4rem;
  margin-bottom: 2.4rem;
}

@media (min-width: 48em) {
  .speakers-list {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2rem;
  }
}

@media (min-width: 61.25em) {
  .speakers-list {
    grid-column-gap: 2rem;
    margin-bottom: 3.6rem;
  }
}

@media (min-width: 74.25em) {
  .speakers-list {
    grid-column-gap: 2.4rem;
  }
}

.speakers-list--small {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
}

@media (min-width: 48em) {
  .speakers-list--small {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 3.2rem;
  }
}

@media (min-width: 61.25em) {
  .speakers-list--small {
    grid-column-gap: 2rem;
  }
}

@media (min-width: 74.25em) {
  .speakers-list--small {
    grid-column-gap: 2.4rem;
  }
}

.speakers-list__item {
  margin-top: 10px;
}

.speakers-list__item .paragraph {
  color: #fff;
}

.speakers-list--small .heading {
  margin-bottom: 0.4rem;
}

.speakers-list--small .paragraph {
  font-size: 1.4rem;
}

.speakers-list__keynote {
  position: relative;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.8rem;
  padding: 0 0.8rem;
  height: 2.4rem;
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid var(--color-secondary, orange);
  border-radius: 3px;
  background-color: var(--color-secondary, orange);
}

.speakers-list-simple {
  margin-bottom: 2.4rem;
}

@media (min-width: 48em) {
  .speakers-list-simple {
    grid-row-gap: 4rem;
    margin-bottom: 5.6rem;
  }
}

.speakers-list-simple__item {
  position: relative;
  z-index: 1;
  background-color: var(--color-primary, #222);
  border-radius: 5px;
}

.speakers-list-simple__item:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0.8rem;
  top: -0.8rem;
  border: 3px solid var(--color-secondary, #222);
  width: calc(100% - 0.8rem * 2);
  height: 100%;
  pointer-events: none;
}

@media (min-width: 48em) {
  .speakers-list-simple__item:after {
    left: 1.6rem;
    top: -1.2rem;
    width: calc(100% - 1.6rem * 2);
    height: calc(100% - 0.4rem);
  }
}

.speakers-list-simple__item .heading {
  color: #fff;
}

.speakers-list-simple__item .speakers-list__keynote {
  margin-top: 0.8rem;
}

@media (min-width: 48em) {
  .speakers-list-simple__item .speakers-list__keynote {
    margin-top: 1.6rem;
  }
}

.speakers-list-simple__content {
  padding: 0 1.6rem 0 2.4rem;
}

@media (min-width: 48em) {
  .speakers-list-simple__content {
    padding: 0 1.6rem 0 2.6rem;
  }
}

.speakers-list-simple__content .paragraph {
  margin-bottom: 2.4rem;
  color: #fff;
}

@media (min-width: 48em) {
  .speakers-list-simple__content .paragraph {
    margin-bottom: 4.8rem;
  }
}

.speakers-list-simple--type-2 {
  grid-row-gap: 2.4rem;
}

@media (min-width: 48em) {
  .speakers-list-simple--type-2 {
    grid-row-gap: 3.6rem;
  }
}

.speakers-list-simple--type-2 .speakers-list-simple__item {
  padding-top: 1.6rem;
  background-color: var(--color-secondary, #222);
}

.speakers-list-simple--type-2 .speakers-list-simple__item:after {
  border: 3px solid var(--color-primary, #222);
}

.speakers-list-simple--type-2 .heading {
  color: var(--color-primary, #222);
}

.speakers-list-simple--type-2 .paragraph {
  margin-bottom: 3.6rem;
}

.about-wrapper {
  background-color: #222;
}

.about-content {
  color: #fff;
}

@media (min-width: 61.25em) {
  .about-content__description {
    grid-column: 1/12;
  }
}

@media (min-width: 61.25em) {
  .about-content__thumb {
    grid-column: 8/13;
  }
}

.latest-editions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (min-width: 61.25em) {
  .latest-editions {
    flex-direction: row;
  }
}

.latest-editions__item+.latest-editions__item {
  margin-top: 1.6rem;
}

@media (min-width: 61.25em) {
  .latest-editions__item {
    margin-right: 0.8rem;
    margin-bottom: 1.6rem;
  }

  .latest-editions__item+.latest-editions__item {
    margin-top: 0;
  }
}

@media (min-width: 61.25em) {
  .location-content__description {
    order: 2;
    grid-column: 6/13;
  }
}

.location-content__description p {
  font-size: 1.8rem;
}

.location-content__description p:first-child {
  color: #000;
}

.location-content__thumb {
  font-size: 22px;
  margin-top: 10px;
}

@media (min-width: 700px) {
  .location-content__thumb {
    min-width: 400px;
  }
}

/* @media (min-width: 61.25em) {
  .location-content__thumb {
    order: 1;
    grid-column: 1/6;
    font-size: 22px;
  }
} */

.agenda-list-wrapper:not(:first-child) {
  margin-top: 3.6rem;
}

.agenda-list {
  grid-row-gap: 3.2rem;
}

@media (min-width: 48em) {
  .agenda-list {
    grid-template-columns: repeat(auto-fit, minmax(36.4rem, 1fr));
  }
}

@media (min-width: 48em) {
  .agenda-list.agenda-list--large {
    grid-template-columns: repeat(3, 1fr);
  }
}

.agenda__room {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.4rem;
  height: 4rem;
  font-size: 1.3rem;
  font-weight: 900;
  color: #4A4A4A;
  text-transform: uppercase;
  border: 1px solid #4A4A4A;
  border-radius: 5px;
}

.agenda__day {
  grid-column-gap: 1.6rem;
}

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

.agenda__item:before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: var(--color-primary);
}

@media (min-width: 48em) {
  .agenda__item {
    margin-left: 4.8rem;
    padding-left: 6.8rem;
  }

  .agenda__item:before {
    left: 2.8rem;
  }

  .agenda-list--large .agenda__item {
    margin-left: 2rem;
  }
}

.agenda__info {
  padding-top: 1.2rem;
  padding-bottom: 0.8rem;
}

@media (min-width: 48em) {
  .agenda__info {
    padding-bottom: 3.2rem;
  }
}

.agenda__time {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  color: #222;
}

@media (min-width: 48em) {
  .agenda__time {
    position: absolute;
    left: -4.8rem;
    margin-top: 0.4rem;
    font-size: 1.6rem;
  }

  .agenda-list--large .agenda__time {
    left: -2rem;
  }
}

.agenda__title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  color: var(--color-secondary);
}

.agenda__title:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -2.5rem;
  z-index: 10;
  width: 13px;
  height: 13px;
  border: 3px solid var(--color-primary);
  border-radius: 50%;
}

.agenda__item--interval .agenda__title:before {
  background-color: var(--color-primary);
}

@media (min-width: 48em) {
  .agenda__title {
    margin-bottom: 0.8rem;
    line-height: 115%;
  }

  .agenda__title:before {
    left: -4.5rem;
  }

  .agenda__item--interval .agenda__title {
    margin-bottom: 0;
    line-height: 150%;
  }
}

.agenda__speakers {
  margin-bottom: 0;
}

.agenda__info .palestrante-nome {
  color: #4A4A4A !important;
  font-size: 1.9rem;
}

.agenda-container--type-2 .agenda__item {
  position: static;
  padding-left: 0;
}

.flex-col {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.agenda-container--type-2 .agenda__item:before {
  content: none;
}

@media (min-width: 48em) {
  .agenda-container--type-2 .agenda__item {
    position: relative;
    margin-left: 0;
  }
}

.agenda-container--type-2 .agenda__info {
  padding-bottom: 1.6rem;
}

@media (min-width: 48em) {
  .agenda-container--type-2 .agenda__info {
    display: flex;
  }
}

.agenda-container--type-2 .agenda__time {
  position: relative;
  display: inline-block;
  margin-bottom: 1.2rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--color-primary);
  min-width: 100px;
  white-space: nowrap;
}

@media (min-width: 48em) {
  .agenda-container--type-2 .agenda__time {
    left: 0;
  }
}

.agenda-container--type-2 .agenda__item--interval .agenda__time {
  color: #222;
}

@media (min-width: 48em) {
  .agenda-container--type-2 .agenda__item--interval .agenda__title {
    line-height: 90%;
  }

  .agenda-container--type-2 .agenda__item--interval .agenda__title:before {
    background-color: transparent;
    border-color: #222;
  }
}

@media (min-width: 48em) {
  .agenda-container--type-2 .agenda__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    width: 100%;
  }

  .agenda-container--type-2 .agenda__title:before {
    top: -3px;
    left: -47px;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid var(--color-primary);
    width: 40px;
    margin-bottom: 4rem;
  }
}

@media (min-width: 48em) {
  .agenda-container--type-2 .agenda__title-container {
    padding-top: 0.4rem;
  }
}

@media (min-width: 48em) {
  .agenda-container--type-2 .agenda__timer-container {
    padding-right: 54px;
  }
}

.agenda-container--post-event .agenda__room {
  margin-bottom: 0.8rem;
}

.agenda-container--post-event .agenda__info {
  display: block;
}

.agenda-container--post-event .agenda__item {
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 48em) {
  .agenda-container--post-event .agenda__item {
    margin-bottom: 0.4rem;
  }
}

.agenda-container--post-event .agenda__timer-container {
  display: inline-flex;
  flex: 1 0 auto;
  float: left;
  margin-right: 1.6rem;
  padding-right: 0;
}

.agenda-container--post-event .agenda__title {
  color: #222;
}

.agenda-container--post-event .agenda__title:before {
  content: none;
}

.agenda-container--post-event .agenda__time:after {
  content: none;
}

.agenda-container--post-event .agenda__speakers {
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
}

.agenda-container--post-event .agenda__title-container {
  display: flex;
  flex-wrap: wrap;
}

.agenda-info-container {
  display: none;
  margin: 0.8rem 0 0;
}

.is-open .agenda-info-container {
  display: block;
}

.agenda__expand {
  margin: 0.8rem 0 0.4rem;
  display: block;
}

.agenda__expand:focus,
.agenda__expand:hover {
  opacity: 0.7;
  transition: opacity ease 0.3s;
}

.latest-events-wrapper {
  background-color: #f0f0f0;
}

.video-list-wrapper {
  background-color: var(--color-primary);
}

.videos-list {
  grid-row-gap: 4.8rem;
  margin-bottom: 4.8rem;
}

@media (min-width: 61.25em) {
  .videos-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.videos-list--highlight {
  grid-row-gap: 4.8rem;
}

.videos-list--highlight .media-wrapper:after {
  border-color: var(--color-secondary-contrast);
}

.videos-list--highlight .paragraph {
  font-family: Lato, serif;
  color: #fff;
  font-weight: 900;
}

.videos-list--highlight-keynote {
  margin: 5.6rem 0 4.8rem;
}

@media (min-width: 48em) {
  .videos-list--highlight-keynote {
    grid-template-columns: repeat(3, 1fr);
  }
}

.latest-events-header {
  margin-bottom: 3.2rem;
}

@media (min-width: 48em) {
  .latest-events-header__heading {
    grid-column: 1/6;
  }
}

@media (min-width: 48em) {
  .latest-events-header__description {
    grid-column: 7/13;
  }
}

.latest-events-header__description p {
  color: var(--color-secondary);
}

.sponsors-wrapper {
  background-color: #222;
}

.sponsors-list-container {
  margin-bottom: 6.4rem;
}

@media (min-width: 48em) {
  .sponsors-list-container {
    margin-bottom: 4.8rem;
  }
}

.sponsors-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 3.2rem;
  justify-items: center;
  align-items: center;
}

@media (min-width: 48em) {
  .sponsors-list {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: calc(-1 * var(--sponsors-list-gap));
  }
}

@media (min-width: 48em) {
  .sponsors-list__item {
    margin: 0 0 1.6rem var(--sponsors-list-gap);
  }
}

@media (min-width: 48em) {
  .sponsors-content {
    align-items: center;
  }
}

.support-container {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  background-color: var(--color-secondary);
  border-radius: 10px;
}

.support-container .media-wrapper:after {
  width: 100% !important;
}

.sponsors-content__sponsor {
  margin-bottom: 2.4rem;
  width: 70%;
}

@media (min-width: 48em) {
  .sponsors-content__sponsor {
    grid-column: 1/6;
  }
}

@media (min-width: 48em) {
  .sponsors-content__about {
    grid-column: 7/13;
  }
}

.ticket-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ticket-content {
  grid-column: 4/10;
  text-align: center;
}

.ticket-content .post-content {
  margin-bottom: 4.8rem;
}

.ticket-content .post-content p {
  color: var(--color-primary-contrast);
  font-size: 1.8rem;
}

.ticket-content .post-content p:last-child {
  margin-bottom: 0;
}

.ticket-content .event-date {
  margin-bottom: 2rem;
}

.ticket-content .event-date--city {
  color: var(--color-primary-contrast);
}

.ticket__extra-info {
  margin-top: 0.8rem;
}

.ticket__extra-info p {
  color: var(--color-primary-contrast);
}

.newsletter-wrapper {
  background-color: var(--color-primary);
}

@media (min-width: 61.25em) {
  .newsletter__content {
    grid-column: 1/7;
  }
}

@media (min-width: 61.25em) {
  .newsletter__form {
    grid-column: 7/13;
  }
}

.newsletter-form {
  position: relative;
}

.newsletter-form__submit {
  background-color: #000;
}

@media (min-width: 61.25em) {
  .newsletter-form__submit {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.gallery-wrapper {
  background-color: #222;
}

.gallery-wrapper .anchor-link {
  color: var(--color-primary);
}

.gallery {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.6rem;
  margin-bottom: 3.2rem;
}

@media (min-width: 61.25em) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.4rem;
  }
}

@media (min-width: 48em) {
  .modal__about-header {
    margin-bottom: 1rem;
  }
}

.modal__thumb {
  float: left;
  margin-right: 2.4rem;
}

.modal__info {
  padding: 3.2rem 2.4rem 3.2rem;
  background-color: var(--color-secondary);
}

@media (min-width: 48em) {
  .modal__info {
    padding: 8rem 4rem 3.2rem;
    margin-bottom: 1rem;
  }
}

.arrow {
  position: absolute;
  top: 50%;
  right: calc(100% - 28px);
  z-index: 1;
  width: 20px;
  height: 33px;
  border: none;
  background: url(../img/icons/icon-arrow-aa86c3e35f.svg) no-repeat;
  transform: rotate(180deg);
  cursor: pointer;
}

.arrow:focus,
.arrow:hover {
  opacity: 0.7;
  transition: opacity ease 0.3s;
}

.arrow--back {
  transform: rotate(0);
  left: calc(100% - 28px);
  right: auto;
}

.footer-wrapper {
  text-align: center;
  background-color: #222;
  border-top: 3px solid var(--color-primary);
}

.footer__logo {
  margin-bottom: 3.2rem;
  max-width: 250px;
}

.footer-navigation {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 6.4rem;
}

@media (min-width: 61.25em) {
  .footer-navigation {
    flex-direction: row;
    justify-content: center;
  }
}

.footer-navigation .navigation-list__item {
  margin-bottom: 0;
  font-size: 2.3rem;
  font-weight: 900;
  color: #fff;
}

.footer-navigation .navigation-list__item+.navigation-list__item {
  margin-top: 2.4rem;
}

@media (min-width: 61.25em) {
  .footer-navigation .navigation-list__item+.navigation-list__item {
    margin-top: 0;
    margin-left: 2.4rem;
  }
}

.footer-navigation--secondary .footer-navigation .navigation-list__item {
  color: #979797;
}

.footer-navigation__item {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--color-primary);
}

.footer-navigation__item+.footer-navigation__item {
  margin-top: 2.8rem;
}

@media (min-width: 61.25em) {
  .footer-navigation__item+.footer-navigation__item {
    margin-top: 0;
    margin-left: 2.4rem;
  }
}

.footer-navigation--secondary .footer-navigation__item {
  color: #979797;
}

.footer-navigation--secondary {
  margin-bottom: 0;
}

@media (min-width: 61.25em) {
  .footer-navigation--secondary {
    margin-left: auto;
  }
}

.social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}

@media (min-width: 61.25em) {
  .social-list {
    margin-right: auto;
    margin-bottom: 0;
  }
}

.social-list__item:not(:first-child) {
  margin-left: 3.2rem;
}

@media (min-width: 61.25em) {
  .social-list__item:not(:first-child) {
    margin-left: 1.6rem;
  }
}

.social-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 0;
  border: 1px solid #979797;
  border-left: 0;
  border-right: 0;
}

@media (min-width: 61.25em) {
  .social-wrapper {
    flex-direction: row;
  }
}

.section-wrapper--single {
  padding: 128px 0 51.2px;
  padding: 8rem 0 3.2rem;
}

.post-content * {
  grid-column: 1/12;
}

@media (min-width: 48em) {
  .post-content * {
    grid-column: 3/11;
  }

  .post-content img {
    grid-column: 1/13;
    margin: auto;
  }
}

.post-content h2,
.post-content h3,
.post-content h4 {
  font-weight: 900;
  color: var(--color-secondary, #333);
}

.post-content a {
  font-weight: 900;
  text-decoration: underline;
  color: var(--color-primary, #333);
  word-break: break-word;
}

.post-content h2 {
  margin-bottom: 2.4rem;
  font-size: 2.6rem;
}

.post-content h3 {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
}

.post-content ul {
  padding-left: 76.8px;
  padding-left: 4.8rem;
  list-style: disc;
}

.post-content li {
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem;
}

.post-content li p {
  margin-bottom: 25.6px;
  margin-bottom: 1.6rem;
}

.post-content img {
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
  height: auto;
}

.post-content img+h2 {
  margin-top: 3.2rem;
}

.post-content img+h3 {
  margin-top: 1.6rem;
}

.post-content blockquote {
  grid-column: 4/11;
  margin-bottom: 4.8rem;
  border-left: 4px solid var(--color-secondary);
}

.post-content blockquote p {
  margin-bottom: 0;
  padding-left: 1.6rem;
  color: var(--color-primary);
  font-weight: 700;
}

.post-content p {
  line-height: 170%;
}

.post-content p+h2 {
  margin-top: -0.8rem;
}

.post-content p+h3 {
  margin-top: -2rem;
}

.post-content p+ul {
  margin-top: 2rem;
}

.post-content p+img {
  margin-top: -3.2rem;
}

.post-content p+blockquote {
  margin-top: -1.6rem;
}

@media (max-width: 47.9275em) {
  .page-header-wrapper {
    padding: 6rem 0;
  }
}

.page-header-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 61.25em) {
  .page-header-content {
    height: 22.4rem;
  }
}

.page-header__about {
  margin: auto;
}

@media (min-width: 61.25em) {
  .page-header__about {
    margin-right: 4.8rem;
    margin-left: auto;
  }
}

@media (max-width: 47.9275em) {
  .page-header__logo {
    margin-bottom: 3.2rem;
  }
}

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

@media (min-width: 61.25em) {
  .u-visuallyhidden--desktop {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.u-hide {
  display: none;
}

@media (max-width: 61.24em) {
  .u-hide--mobile {
    display: none !important;
  }

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

  .heading--size-3 {
    margin-bottom: 1.6rem;
  }

  .u-hide--mobile {
    display: none !important;
  }

  .modal__content {
    padding: 2rem !important;
  }
}

.u-hide--desktop {
  display: block;
}

@media (min-width: 61.25em) {
  .u-hide--desktop {
    display: none !important;
  }
}

.u-position--relative {
  position: relative;
}

.u-position--absolute {
  position: absolute;
}

.u-clearfix {
  clear: both;
}

.u-center-elements {
  text-align: center;
}

.u-center-elements--mobile {
  text-align: center;
}

@media (min-width: 48em) {
  .u-center-elements--mobile {
    text-align: left;
  }
}

.u-center-col {
  display: table;
  margin: 0 auto;
}

.u-center-all {
  display: table;
  margin: 0 auto;
  text-align: center;
}

.u-center-column {
  display: flex;
  justify-content: center;
}

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

.u-first {
  margin-left: 0 !important;
}

.u-last {
  margin-right: 0 !important;
}

.u-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.u-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.u-flow-opposite {
  float: right;
}

.u-margin-1 {
  margin-bottom: 0.8rem;
}

.u-margin-2 {
  margin-bottom: 1.6rem;
}

.u-margin-3 {
  margin-bottom: 2.4rem;
}

.u-margin-4 {
  margin-bottom: 3.2rem;
}

.u-margin-5 {
  margin-bottom: 4rem;
}

.u-margin-6 {
  margin-bottom: 4.8rem;
}

.u-margin-7 {
  margin-bottom: 5.6rem;
}

.u-margin-8 {
  margin-bottom: 6.4rem;
}

.u-margin-9 {
  margin-bottom: 7.2rem;
}

.u-margin-10 {
  margin-bottom: 8rem;
}

.u-margin-11 {
  margin-bottom: 8.8rem;
}

.u-margin-12 {
  margin-bottom: 9.6rem;
}

.u-text-weight--bold {
  font-weight: 700;
}

.u-text-weight--semi-bold {
  font-weight: 600;
}

.u-text-weight--extra-bold {
  font-weight: 800;
}

.u-text-color--1 {
  color: #fff;
}

.u-text-align-left {
  text-align: left;
}

.u-text-underline {
  text-decoration: underline;
}

.u-no-border {
  border: none;
}

.u-color-white {
  color: #fff;
}

.u-color-black {
  color: #000;
}

.u-color-gray {
  color: #111;
}

@font-face {
  font-family: lg;
  src: url(../../fonts/lg.eot);
  src: url(../../fonts/lg.eot) format("embedded-opentype"),
    url(../../fonts/lg.woff) format("woff"),
    url(../../fonts/lg.ttf) format("truetype"),
    url(../../fonts/lg.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(../img/video-play.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s,
    visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group:after,
.group:before {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(../img/loading.gif) no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.gallery--stories.lg-outer .lg-video {
  width: 330px;
  height: 585px;
  padding-bottom: 0;
  margin: auto;
}

.gallery-stories__item {
  cursor: pointer;
  transition: opacity ease 0.3s;
}

.gallery-stories__item:focus,
.gallery-stories__item:hover {
  opacity: 0.7;
  transition: opacity ease 0.3s;
}

.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
}

.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
}

.glider-slide img {
  max-width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-next:focus,
.glider-next:hover,
.glider-prev:focus,
.glider-prev:hover {
  color: #a89cc8;
}

.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}

.glider-slide {
  min-width: 150px;
}

.glider-hide {
  opacity: 0;
}

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.glider-dot {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}

.glider-dot.active,
.glider-dot:focus,
.glider-dot:hover {
  background: #a89cc8;
}

span.espacamento-agenda {
  margin-left: -4px;
}

.link-transmissao {
  color: #286788;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }

  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}

@media (min-width: 200px) {
  header.header-wrapper {
    padding: 3rem 0;
    height: 200px;
  }
}

@media (min-width: 500px) {
  header.header-wrapper {
    padding: 15rem 0;
  }
}

@media (min-width: 1100px) {
  header.header-wrapper {
    padding: 20rem 0;
  }
}

@media (min-width: 1500px) {
  header.header-wrapper {
    padding: 25rem 0;
  }
}

@media (min-width: 1901px) {
  header.header-wrapper {
    padding: 35rem 0;
  }
}

/* CSS NIC.br */

.img-logo-nav {
  width: 50px;
}

.page-paragraph p,
.paragraph,
.post-content p {
  margin-bottom: 1rem;
  word-break: break-word;
}

#sobre .heading--type-2 {
  color: #000 !important;
}

#eventos-anteriores .heading--type-2 {
  color: #000 !important;
}

#historico .heading--type-2 {
  color: #000 !important;
}

#eventos-anteriores a {
  color: #000;
  font-weight: 700;
  border: 2px solid #b5b5b547;
  margin-bottom: 1rem;
  padding: 5px;
  border-radius: 5px;
  font-size: 19px;
}

strong.heading.heading--size-2.u-margin-1 {
  color: #fff !important;
  display: inline-block;
}

.location-content__thumb .media-wrapper {
  height: 93%;
}

.media-wrapper {
  width: 100%;
}

.media-wrapper iframe {
  width: 100%;
  border-radius: 20px;
  min-height: 200px;
  height: 90%;
}

.mt-2 {
  margin-top: 2rem;
}

.text-black {
  color: #000;
}

.agenda__speakers .badge-agenda {
  display: inline-block;
  padding: 0 5px;
  margin-top: 0px;
  border-radius: 12px;
  background-color: var(--color-primary, #222);
  color: var(--color-secondary-contrast);
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  margin-left: 9px;
  font-family: "Lato";
  white-space: nowrap;
}

img.imagem-palestrante.box-image {
  width: 236px;
  height: 236px;
  object-fit: contain;
  border-radius: 5px;
}

.imagem-palestrante {
  object-fit: contain;
  border-radius: 5px;
  max-width: 100%;
  height: 100%;
}

.modal__body__left__info__list .imagem-palestrante {
  max-width: 200px;
  height: 200px;
}

.speaker-container {
  gap: 10px;
}

.speaker-container small {
  margin: 0;
  color: #ffff;
}

.badge-agenda {
  display: inline-block;
  padding: 0 5px;
  margin-top: 0px;
  border-radius: 12px;
  background-color: var(--color-primary, #222);
  color: var(--color-secondary-contrast);
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
  font-family: "Lato";
}

.badge-speaker {
  padding: 2px 10px;
  border-radius: 12px;
  background-color: var(--color-primary, #222);
  color: var(--color-secondary-contrast);
  font-size: 16px;
  font-weight: 700;
}

.mr-2 {
  margin-right: 2rem;
}

iframe {
  width: 90%;
  height: 535px;
  border-radius: 20px;
}

/* PATROCINNADOR */

ul[class*="-list"] li {
  font-size: 15px;
  line-height: 25px;
  list-style: none;
  padding-top: 15px;
}

ul.sponsors-list {
  padding: 0;
}

li.sponsor-item {
  text-align: center;
}

.sponsor-item,
.partner-item {
  display: inline-block;
  margin: 0 30px 30px 0;
}

@media (max-width: 768px) {
  .modal__body {
    flex-direction: column;
  }

  img.imagem-palestrante.box-image {
    width: 100%;
    height: auto;
  }

  ul[class*="-list"] li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 660) and (max-width: 700px) {
  img.imagem-palestrante.box-image {
    width: 40%;
    height: auto;
  }

  .media-wrapper:after {
    width: calc(100% - 20.6rem * 2);
  }
}

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

.event-destaque {
  border-bottom: 2px solid #b2b2b2;
  border-radius: 5px;
  padding: 10px;
  color: #000 !important;
}

.event-destaque a {
  color: var(--color-primary);
}

/* MODAL PALESTRANTE */

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: none;
  width: 90%;
  max-width: 90%;
  height: auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  color: #000;
  font-weight: 900;
}

.modal__body__left {
  padding-right: 20px;
}

.modal__body {
  display: flex;
}

.modal__body__right {
  flex: 1;
  margin-bottom: 50px;
}

.modal__body__right__content {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  color: #222;
}

.modal__body__right__content {
  width: auto;
}

.modal__header h2 {
  margin-bottom: 10px;
  color: #000;
}

.modal__content {
  padding: 1.6rem;
  height: auto;
  background-color: #d9d9d9;
  overflow-y: auto;
  color: #000;
  font-weight: 400;
  display: grid;
  grid-column-gap: 2rem;
  padding: 4rem 4rem 4rem 6.4rem;
  max-height: 90vh;
}

.modal.is-open {
  display: block;
}

.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.close-modal {
  position: absolute;
  top: 3px;
  right: 10px;
  cursor: pointer;
  font-size: 36px;
  color: #000;
  font-weight: 900;
  margin-top: 15px;
  margin-right: 15px;
  background-color: transparent;
}

/* Regra universal para foco visível */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 3px solid #005fcc !important;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(0, 95, 204, 0.3);
  transition: box-shadow 0.2s ease;
}

.speakers-list__item a:focus,
.navigation-wrapper a:focus,
.navigation-wrapper button:focus,
.navigation-wrapper input:focus,
.navigation-wrapper textarea:focus,
.navigation-wrapper select:focus {
  outline: 3px solid #fff !important;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(177, 188, 200, 0.3);
  transition: box-shadow 0.2s ease;
}

.patrocinadores-container {
  background-color: #fff;
  padding-top: 25px;
}

.skip-links li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.speakers-content {
  margin-top: 5rem;
  display: inline-block;
}

@media (min-width: 48em) {
  .modal__content {
    display: grid;
    grid-column-gap: 2rem;
    padding: 7rem 4rem 4rem 6.4rem;
  }
}

/* MODAL PALESTRANTE */

@media (min-width: 74.25em) {
  #localizacao .default-grid {
    grid-column-gap: 10.4rem;
  }
}

.btn-inscricao {
  margin-top: -5rem;
  margin-bottom: 5rem;
}

@media (max-width: 320px) {
  .btn-inscricao {
    margin-top: -8rem !important;
  }
}

@media (max-width: 768px) {
  .grid-no-dicas {
    grid-column-gap: 0 !important;
  }
}

.language-wrapper {
  display: inline;
}

.language-wrapper ul {
  color: #fff;
  display: flex;
  justify-content: end;
  gap: 10px;
  margin: 0;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}

.language-wrapper ul li a,
.language-wrapper ul li {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}

.language-wrapper ul li a {
  position: relative;
}

.language-wrapper ul li a::after {
  content: "";
  width: 0;
  position: absolute;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}

.language-wrapper ul li a:hover::after {
  width: 100%;
  transition: 0.5s;
}

.navigation-wrapper {
  background-color: #222;
  padding: 20px 0;
}

.selected {
  color: #818181;
  pointer-events: none;
  cursor: default;
}

.selected::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: #818181;
  bottom: 0;
  left: 0;
}

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

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

.destaques-wrapper {
  display: flex;
  gap: 25px;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
  background-color: #ededed;
  margin: 30px 0;
  flex-wrap: wrap;
}

.destaques-wrapper img {
  width: 275px;
  border-radius: 13px;
}

.destaques-wrapper a:hover {
  transform: translateY(-10px);
  transition: 1s;
}

.bg-grey {
  background-color: #f8f8f8 !important;
}

#patrocinadores {
  background-color: #fff;
}

#patrocinadores .anchor-button {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
  height: auto;
  padding: 15px;
  color: #fff;
  text-decoration: none;
}

.location-content {
  display: flex;
  gap: 50px;
}

@media (max-width: 700px) {
  .location-content {
    flex-direction: column !important;
    gap: 0;
  }
}

@media (max-width: 300px) {
  .media-wrapper iframe {
    max-width: 200px;
  }
}

.grid-column-gap-0 {
  grid-column-gap: 0 !important;
}

.events-content .selected::before {
  width: 0;
}

.sponsors-content {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
}

.sponsors-content__about ul {
  margin: 0;
}

@media (max-width: 750px) {
  .sponsors-content {
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 450px) {
  .client-btn a {
    font-size: 13px !important;
    padding: 0 10px !important;
  }
}

@media (max-width: 360px) {
  .client-btn a {
    font-size: 10px !important;
  }
}

.post-content {
  line-height: 170%;
  font-size: 22px;
}

.sponsor-logo {
  padding: 0 10px;
}

.client-btn a {
  border-radius: 5px;
}

.sponsor-logo img {
  min-width: 150px;
  max-width: 200px;
}

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

.sponsor-pratas img {
  min-width: 150px;
}

.sponsor-ouros img {
  min-width: 200px;
}

.sponsor-platinum img {
  min-width: 250px;
}

.sponsor-platinas img {
  min-width: 300px;
}

#hospedagem ul {
  display: flex;
  flex-direction: column;
}

.divider {
  width: 1px;
  background-color: #ffff;
  margin-right: 10px;
}

.language-wrapper {
  display: flex;
  margin-right: 20px;
  position: relative;
}


.dropdown-menu {
  background-color: #ffff;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  margin-top: 5px;
  top: 100%;
  width: 200px;
}

.dropdown-item {
  padding: 10px 0 10px 15px;
  cursor: pointer;
}

.dropdown-menu .active {
  background-color: #7987aa;
  color: #fff;
  cursor: default;
  pointer-events: none;
}

.dropdown-menu .active:hover {
  opacity: 1;
}

.dropdown-toggle {
  color: #fff;
  align-self: center;
  justify-self: center;
}

.dropdown-toggle>i:first-child {
  font-size: 20px;
  margin-right: 5px;
}

.hide-item {
  display: none;
}

@media (max-width: 768px) {
  .img-logo-nav {
    width: 40px;
  }

  .dropdown-menu {
    width: 150px;
  }

  .dropdown-toggle>i:first-child {
    font-size: 16px;
    margin-right: 3px;
  }

  .anchor-button {
    font-size: 10px;
    height: 4rem;
    padding: 0 20px;
  }
}

.about-content__description.toggle ul li {
  margin-bottom: 5px;
}

.contato-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.contato-container {
  position: relative;
}

.contato-description {
  text-align: center;
}

.contato-container::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #f4f4f4;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contato-container {
  background: #fff;
  padding: 30px 0;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  width: 80%;
}

.contato-heading,
.contato-description {
  padding: 0 30px;
}

@media (max-width: 768px) {
  .contato-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .contato-container {
    padding: 30px 10px 0;
  }

  .contato-container::after {
    content: "";
    width: 0px;
  }

}

.last-part {
  display: none;
}

.show-part {
  display: block !important;
}

.hide-btn {
  display: none;
}

.read-btn {
  text-align: center;
  width: 200px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  background-color: transparent;
  border: 2px solid #bdbdbd;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.video-image-row {
  display: flex;
  gap: 30px;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.video-wrapper {
  flex: 1 1 595px;
  min-width: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0, 170, 255, 0.2);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease-out;
}

.video-wrapper.visible {
  opacity: 1;
  transform: translateX(0);
}

.video-wrapper iframe {
  flex: 1;
  width: 100%;
  height: 100%;
  border: none;
}

.image-column {
  flex: 1 1 150px;
  min-width: 300px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px;
}

@keyframes fadeSlideRight {
  from {
    opacity: 0;
    transform: translateX(50px) rotate(-2deg);
  }

  to {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }
}

.image-column img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
  opacity: 0;
  transform: translateX(50px) rotate(-2deg);
  transition: transform 0.6s ease, filter 0.6s ease;
}

.image-column img.visible {
  animation: fadeSlideRight 0.8s ease forwards;
}

.sobre-images-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
}

.sobre-image {
  position: relative;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sobre-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  border-radius: 12px;
}

.sobre-image:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.sobre-image:hover img {
  transform: scale(1.01);
}

@media (max-width: 768px) {
  .video-image-row {
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
    padding: 0 20px;
  }

  .video-wrapper,
  .image-column {
    min-width: 100%;
    flex: 1 1 auto;
  }

  .video-wrapper iframe {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .sobre-images-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
    padding: 0 20px;
  }

}