/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss ***!
  \************************************************************************************************************/
@font-face {
  font-family: "Epilogue";
  src: url(../.././css/build/fonts/Epilogue-Light.woff2) format("woff2"), url(../.././css/build/fonts/Epilogue-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Epilogue";
  src: url(../.././css/build/fonts/Epilogue-Regular.woff2) format("woff2"), url(../.././css/build/fonts/Epilogue-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Epilogue";
  src: url(../.././css/build/fonts/Epilogue-Bold.woff2) format("woff2"), url(../.././css/build/fonts/Epilogue-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VTC Carrie";
  src: url(../.././css/build/fonts/VTCCarrie-Regular.woff2) format("woff2"), url(../.././css/build/fonts/VTCCarrie-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.theme-default {
  --theme-background: #FF00FB;
  --theme-contrast: #000;
  --theme-color-text: #FF00FB;
  --theme-contrast-text: #FF00FB;
  --theme-contrast-support: #000;
}
.theme-orange {
  --theme-background: radial-gradient(#FF6600, #EDE3D7);
  --theme-contrast: #000;
  --theme-color-text: #FF6600;
  --theme-contrast-text: #FF6600;
  --theme-contrast-support: #000;
}
.theme-gradient-blue, .theme-incidencias {
  --theme-background: radial-gradient(50% 50% at 50% 50%, #00FFFF 0%, #EDE3D7 100%);
  --theme-contrast: "transparent";
  --theme-color-text: #00FFFF;
  --theme-contrast-text: #000;
  --theme-contrast-support: #EDE3D7;
}
.theme-gradient-pink {
  --theme-background: radial-gradient(50% 50% at 50% 50%, #FF00FB 0%, #EDE3D7 100%);
  --theme-contrast: "transparent";
  --theme-color-text: #FF00FB;
  --theme-contrast-text: #000;
  --theme-contrast-support: #EDE3D7;
}
.theme-gradient-diamond {
  --theme-background: radial-gradient(166.73% 166.78% at 51.82% -26.74%, #FF00FB 38.02%,#00FFFF 67.71%, #8EFA02 100%);
  --theme-color-text: #EDE3D7;
  --theme-contrast: "transparent";
  --theme-contrast-text: #000;
  --theme-contrast-support: #EDE3D7;
}
.theme-black {
  --theme-background: #000;
  --theme-contrast: #000;
  --theme-color-text: #EDE3D7;
  --theme-contrast-text: #FF00FB;
  --theme-contrast-support: #000;
}
.theme-gradient-green {
  --theme-background: radial-gradient(#8EFA02 0%, #EDE3D7 100%);
  --theme-contrast: #000;
  --theme-color-text: #8EFA02;
  --theme-contrast-text: #8EFA02;
  --theme-contrast-support: #000;
}
.theme-temporadas {
  --theme-background: radial-gradient(#8EFA02 0%, #EDE3D7 100%);
  --theme-contrast: #000;
  --theme-color-text: #8EFA02;
  --theme-textContrast: #8EFA02;
  --theme-contrast-support: #000;
}

html,
body {
  font-family: "Epilogue";
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: unset;
}

ul,
ol,
li,
p {
  list-style: none;
  padding: 0;
  margin: 0;
}

main {
  background: var(--theme-background);
  overflow: hidden;
}
main aside {
  min-height: 100vh;
}

* {
  box-sizing: border-box;
}

button, a {
  border: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: normal;
}

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

input,
select,
textarea {
  font-family: "Epilogue";
}

@media (max-width: 1024px) {
  .logo {
    margin: 0 auto;
  }
}
.logo--horizontal {
  display: none;
}
@media (max-width: 1024px) {
  .logo--horizontal {
    display: block;
  }
  .footer .logo--horizontal {
    display: none;
  }
}
.logo--vertical {
  display: block;
}
@media (max-width: 1024px) {
  .logo--vertical {
    width: 106px;
    display: none;
  }
  .footer .logo--vertical {
    display: block;
    margin: 0 auto;
  }
}

.title-h1 {
  font-size: 120px;
  font-family: VTC Carrie;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .title-h1 {
    font-size: 60px;
  }
}
.title-h2, article h2,
article.article h2, .highlight--radius h2 {
  font-size: 100px;
  font-family: VTC Carrie;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .title-h2, article h2,
article.article h2, .highlight--radius h2 {
    font-size: 50px;
  }
}
.title-single {
  font-size: 84px;
  font-family: VTC Carrie;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .title-single {
    font-size: 50px;
  }
}
.title-h3, article h3,
article.article h3, .newsletter__title {
  font-size: 40px;
  font-family: VTC Carrie;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .title-h3, article h3,
article.article h3, .newsletter__title {
    font-size: 28px;
    margin-top: 42px;
  }
}
.title-h4 {
  font-size: 20px;
  font-family: VTC Carrie;
  line-height: 1;
  font-weight: 400;
}

@keyframes FlutuationKeyframes {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
.figure-animated, .hero .figures__container figure {
  animation: FlutuationKeyframes 2.5s cubic-bezier(0.39, 0.07, 0.65, 1.07) infinite;
  animation-fill-mode: forwards;
}
.figure-animated:nth-child(0), .hero .figures__container figure:nth-child(0) {
  animation-delay: 0ms;
}
.figure-animated:nth-child(1), .hero .figures__container figure:nth-child(1) {
  animation-delay: 250ms;
}
.figure-animated:nth-child(2), .hero .figures__container figure:nth-child(2) {
  animation-delay: 500ms;
}
.figure-animated:nth-child(3), .hero .figures__container figure:nth-child(3) {
  animation-delay: 750ms;
}
.figure-animated:nth-child(4), .hero .figures__container figure:nth-child(4) {
  animation-delay: 1000ms;
}
.figure-animated:nth-child(5), .hero .figures__container figure:nth-child(5) {
  animation-delay: 1250ms;
}
.figure-animated:nth-child(6), .hero .figures__container figure:nth-child(6) {
  animation-delay: 1500ms;
}
.figure-animated:nth-child(7), .hero .figures__container figure:nth-child(7) {
  animation-delay: 1750ms;
}
.figure-animated:nth-child(8), .hero .figures__container figure:nth-child(8) {
  animation-delay: 2000ms;
}
.figure-animated:nth-child(9), .hero .figures__container figure:nth-child(9) {
  animation-delay: 2250ms;
}

.title-highlight {
  position: relative;
  display: block;
  width: max-content;
  padding: 10px 20px;
  font-size: 120px;
  line-height: 114px;
  text-transform: uppercase;
  font-family: "VTC Carrie";
  color: var(--theme-contrast);
  margin: 0 0 32px;
}
@media (max-width: 1024px) {
  .title-highlight {
    font-size: 63px;
    line-height: 98%;
    margin-bottom: 64px;
  }
  .title-highlight:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-2.45deg);
    display: block;
    height: 100%;
    width: 100%;
    background-color: var(--theme-contrast-text);
  }
}
.title-highlight div {
  position: relative;
  display: block;
  width: max-content;
  padding: 10px 20px;
}
.title-highlight div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-2.45deg);
  display: block;
  height: 124px;
  width: 100%;
  background-color: var(--theme-contrast-text);
}
@media (max-width: 1024px) {
  .title-highlight div {
    padding: 0;
  }
  .title-highlight div:before {
    display: none;
  }
}
.title-highlight div span {
  position: relative;
  z-index: 1;
}
.title-highlight--black {
  color: #EDE3D7;
}
.title-highlight--black:before {
  background-color: #000;
}
.title-highlight--black div:before {
  background-color: #000;
}

.menu {
  position: relative;
}
.menu button {
  width: 118px;
  background: #000;
}
.menu button.button--open {
  color: var(--theme-color-text);
  border-color: var(--theme-color-text);
}
.menu button.button--close {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .menu button.button--close {
    margin-top: 48px;
  }
}
.menu__modal {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100vw;
  background: #000;
  font-size: 96px;
  font-family: "VTC Carrie";
  z-index: 1;
  transform: scale(0);
  border-radius: 116px;
  transition: opacity 200ms ease;
  display: flex;
  align-items: center;
  transition: transform 300ms ease-in-out, border-radius 150ms linear;
  transform-origin: left top;
}
@media (min-width: 1024px) {
  .menu__modal ul, .menu__modal button {
    opacity: 0;
    transition: opacity 200ms ease;
  }
  .menu--open .menu__modal {
    transform: scale(1);
    opacity: 1;
    transition: transform 280ms ease-in-out, border-radius 150ms ease 280ms;
    border-radius: 0;
  }
  .menu--open .menu__modal ul, .menu--open .menu__modal button {
    opacity: 1;
    transition: opacity 150ms ease 280ms;
  }
}
@media (max-width: 1024px) {
  .menu__modal {
    font-size: 18px;
    border-radius: 0;
    transform: translateX(-100%);
  }
  .menu--open .menu__modal {
    transform: translateX(0);
  }
}
.menu__modal > div {
  display: flex;
  align-items: flex-start;
  height: 100vh;
}
@media (max-width: 1024px) {
  .menu__modal > div {
    flex-direction: column;
  }
}
.menu-menu-container,
.menu .menu-menu-en-container,
.menu .menu-menu-es-container {
  text-align: right;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 75px 0;
}
.menu-menu-container::-webkit-scrollbar,
.menu .menu-menu-en-container::-webkit-scrollbar,
.menu .menu-menu-es-container::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  .menu-menu-container,
.menu .menu-menu-en-container,
.menu .menu-menu-es-container {
    width: 100%;
    text-align: left;
    margin-top: 0;
    padding-top: 0;
  }
}
.menu-item,
.menu .page_item {
  position: relative;
  font-size: 65px;
  color: #EDE3D7;
  max-width: 55%;
}
@media (max-width: 1024px) {
  .menu-item,
.menu .page_item {
    font-size: 40px;
    text-align: right;
    padding-right: 50px;
    max-width: 100%;
  }
}
.menu-item:hover,
.menu .page_item:hover {
  color: #FF00FB;
  text-decoration: underline;
}
.menu-item:hover .sub-menu,
.menu .page_item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.sub-menu {
  font-size: 40px;
  position: absolute;
  left: 100%;
  width: 100%;
  padding-left: 108px;
  text-align: left;
  opacity: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}
@media (max-width: 1024px) {
  .sub-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 300ms linear;
    transform: translateX(100%);
    display: none;
  }
}
.sub-menu .menu-item {
  font-size: 40px;
  max-width: 300px;
  color: #EDE3D7;
}
.sub-menu .menu-item:hover {
  color: #FF00FB;
  text-decoration: underline;
}

.header {
  position: fixed;
  width: 100%;
  background: linear-gradient(180deg, #000000 45%, rgba(0, 0, 0, 0) 100%);
  height: 210px;
  z-index: 2;
  top: 0;
  pointer-events: none;
}
.header > div {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .header {
    height: 130px;
    display: flex;
  }
  .header > div {
    justify-content: flex-start;
    align-items: center;
  }
  .header > div > ul {
    display: none;
  }
  .header a {
    margin-left: 56px;
  }
}
.header > .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
}
.header__content--left {
  display: flex;
  justify-content: flex-start;
  grid-column: 1/5;
  gap: 50px;
}
.header__content--left a {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .header__content--left .highlight-anchor {
    display: none;
  }
}
.header .logo {
  grid-column: 6/8;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .header .logo {
    margin: 0;
    grid-column: 6/9;
  }
}
.header .social-list {
  grid-column: 10/12;
  justify-content: flex-end;
  padding-right: 62px;
}

.menu-language {
  grid-column: 12/13;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .menu-language {
    grid-column: 9/13;
  }
}
.menu-language .lang-item {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--theme-color-text);
  font-family: "VTC Carrie";
}
.menu-language .lang-item-es {
  display: none;
}
.menu-language .lang-item.current-lang {
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .menu-language .lang-item {
    font-size: 14px;
  }
  .menu-language .lang-item.current-lang {
    padding-left: 14px;
  }
}

.button {
  display: block;
  padding: 14px 24px;
  border-radius: 50px;
  font-family: "VTC Carrie";
  border: 1px solid #FF00FB;
  font-size: 32px;
  line-height: 33px;
  background: transparent;
  color: #FF00FB;
  display: block;
  max-width: max-content;
}
@media (max-width: 1024px) {
  .button {
    font-size: 18px;
  }
}
.button--ghost {
  padding: 0;
  border-color: transparent;
  color: transparent;
}
.button--default {
  background: #000;
  color: #EDE3D7;
  border-color: #EDE3D7;
}
.button--black {
  background: #000;
  color: #EDE3D7;
  border-color: #000;
}
.button--filled {
  background: #FF00FB;
  color: #000;
  border-color: #FF00FB;
}
.button--small {
  padding: 0 24px;
  font-size: 20px;
  vertical-align: middle;
  height: 30px;
  display: flex;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 1530px;
  padding: 0 90px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 16px;
  }
}
.container--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer {
  padding: 60px 0 18px;
  background: var(--theme-contrast);
  color: var(--theme-contrast-text);
}
.footer input {
  border-color: var(--theme-contrast-text);
}
.footer a svg path:not(.preserve-color) {
  fill: var(--theme-contrast-text);
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer__content {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.footer__content__intro {
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__content__intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 40%;
  }
}
.footer__copyright {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer__copyright {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .footer__copyright p {
    margin: 0;
  }
}
.footer .social-list a svg path:not(.preserve-color) {
  fill: var(--theme-contrast-text);
}
@media (min-width: 1024px) {
  .footer .social-list {
    display: block;
  }
  .footer .social-list svg {
    display: none;
  }
  .footer .social-list li {
    max-width: 48px;
  }
}

.social-list {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.header .social-list svg {
  display: block;
}
.header .social-list svg path.preserve-color {
  fill: #000;
}
.header .social-list span {
  display: none;
}
@media (max-width: 1024px) {
  .header .social-list {
    display: none;
  }
}
.footer .social-list svg path.preserve-color {
  fill: var(--theme-contrast-support);
}
@media (max-width: 1024px) {
  .social-list {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 48px;
    width: max-content;
    margin: 0 auto;
  }
  .social-list span {
    display: none;
  }
}
.social-list__item {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .social-list__item {
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
  }
}
.social-list__item a {
  align-items: center;
  justify-content: center;
  color: var(--theme-contrast-text);
}
@media (max-width: 1024px) {
  .social-list__item a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.social-list__item a span {
  line-height: 30px;
}
.social-list__item a svg {
  width: 24px;
  height: 24px;
}
.social-list__item a svg.youtube-icon {
  width: 30px;
}
.social-list__item a svg path:not(.preserve-color) {
  fill: var(--theme-color-text);
}

#yikes-mailchimp-container-1 .edit-link {
  display: none;
}

.yikes-easy-mc-form input[type=text] {
  background-color: transparent;
}

.newsletter__title {
  margin-bottom: 12px;
  color: var(--theme-contrast-text);
  text-transform: uppercase;
  font-family: "VTC Carrie";
}
@media (max-width: 1024px) {
  .newsletter__title {
    font-size: 24px;
    color: var(--theme-contrast-text);
    margin-bottom: 25px;
  }
}
.newsletter__form, .newsletter.yikes-easy-mc-form {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}
.newsletter__form label, .newsletter__form input, .newsletter.yikes-easy-mc-form label, .newsletter.yikes-easy-mc-form input {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
.newsletter__form label.label-inline, .newsletter__form input.label-inline, .newsletter.yikes-easy-mc-form label.label-inline, .newsletter.yikes-easy-mc-form input.label-inline {
  height: 32px !important;
}
.newsletter__form input[type=text],
.newsletter__form input[type=email], .newsletter.yikes-easy-mc-form input[type=text],
.newsletter.yikes-easy-mc-form input[type=email] {
  margin-bottom: 22px;
  border: 0;
  border-bottom: 1px solid var(--theme-contrast-text) !important;
  background-color: transparent !important;
  min-width: 200px;
  height: 24px;
  width: 100%;
  color: var(--theme-contrast-text);
}
.newsletter__form input[type=text]::placeholder,
.newsletter__form input[type=email]::placeholder, .newsletter.yikes-easy-mc-form input[type=text]::placeholder,
.newsletter.yikes-easy-mc-form input[type=email]::placeholder {
  color: var(--theme-contrast-text);
}
.newsletter__form svg path, .newsletter.yikes-easy-mc-form svg path {
  stroke: var(--theme-contrast-text);
}
@media (max-width: 1024px) {
  .newsletter__form, .newsletter.yikes-easy-mc-form {
    flex-direction: column;
    gap: 14px;
  }
}
.newsletter .empty-form-inline-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: max-content !important;
  margin: 0;
}
.newsletter .empty-form-inline-label .yikes-easy-mc-submit-button {
  min-width: 73px;
  width: 73px !important;
  height: 73px;
  margin: 0 !important;
  background: url(../.././css/build/images/arrow-right-pink.png);
}
.theme-orange .newsletter .empty-form-inline-label .yikes-easy-mc-submit-button {
  background: url(../.././css/build/images/arrow-right-orange.png);
}
.theme-gradient-blue .newsletter .empty-form-inline-label .yikes-easy-mc-submit-button, .theme-incidencias .newsletter .empty-form-inline-label .yikes-easy-mc-submit-button, .theme-gradient-diamond .newsletter .empty-form-inline-label .yikes-easy-mc-submit-button, .theme-gradient-pink .newsletter .empty-form-inline-label .yikes-easy-mc-submit-button {
  background: url(../.././css/build/images/arrow-right-black.png);
}
.theme-gradient-green .newsletter .empty-form-inline-label .yikes-easy-mc-submit-button {
  background: url(../.././css/build/images/arrow-right-green.png);
}
.newsletter .empty-form-inline-label .yikes-easy-mc-submit-button span {
  display: none !important;
}

.hero {
  position: relative;
  background: #000;
  height: 80vh;
  display: flex;
  min-height: 655px;
}
.hero--home {
  min-height: 771px;
  background-image: url(../.././css/build/images/Rectangle-156.png);
}
.hero--home figure:nth-child(1) {
  top: 344px;
  left: 26px;
}
.hero--home figure:nth-child(2) {
  top: 324px;
  left: 1221px;
}
.hero--formacoes figure:nth-child(1) {
  top: -9px;
  left: 0;
}
.hero--formacoes figure:nth-child(2) {
  top: 245px;
  left: 564px;
}
.hero--formacoes figure:nth-child(3) {
  top: 175px;
  left: 912px;
}
.hero--formacoes figure:nth-child(4) {
  top: -144px;
  left: 1062px;
}
@media (max-width: 1024px) {
  .hero {
    min-height: 305px;
    height: auto;
  }
}
.hero--single .hero__title {
  max-width: 100%;
}
.hero__title {
  color: white;
  z-index: 1;
  margin-bottom: 64px;
  padding: 0 48px;
  max-width: 888px;
}
@media (max-width: 1024px) {
  .hero__title {
    font-size: 42px;
    margin-left: 0;
    margin-bottom: 28px;
    padding: 0;
  }
}
.hero__container {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 145px 0 0;
}
@media (max-width: 1024px) {
  .hero__container {
    padding: 0 16px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.hero__figure {
  display: flex;
  width: 100%;
}
.hero__figure--home {
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -16px;
}
@media (min-width: 1024px) {
  .hero__figure--home {
    bottom: -52px;
  }
}
.hero__figure--home img {
  width: 1148px;
  max-width: 100%;
  z-index: 1;
  position: relative;
}
.hero__figure--about {
  max-width: 70%;
  justify-content: flex-end;
  margin-bottom: -52px;
}
@media (max-width: 1024px) {
  .hero__figure--about {
    align-items: center;
    max-width: 100%;
  }
  .hero__figure--about img {
    height: 70%;
  }
}
.hero .figures {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1024px) {
  .hero .figures {
    position: unset;
  }
}
.hero .figures__container {
  position: relative;
  height: 100%;
  padding: 0;
}
@media (max-width: 1024px) {
  .hero .figures__container {
    display: flex;
    justify-content: space-evenly;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.hero .figures__container figure {
  position: absolute;
  width: max-content;
}
@media (max-width: 1024px) {
  .hero .figures__container figure {
    position: unset;
    display: none;
  }
  .hero .figures__container figure:nth-child(1), .hero .figures__container figure:nth-child(2) {
    display: block;
  }
  .hero .figures__container figure img {
    height: 150px;
    width: auto;
  }
}

.incidencias div {
  align-items: flex-start;
  border-top: 1px solid #000;
}
@media (max-width: 1024px) {
  .incidencias div {
    flex-direction: column;
  }
}
.incidencias__title {
  font-size: 23px;
  max-width: 50%;
  padding-right: 132px;
}
@media (max-width: 1024px) {
  .incidencias__title {
    flex-direction: column;
    max-width: 100%;
    padding-right: 0;
    font-size: 24px;
    line-height: 1.5;
  }
}
.incidencias__post-list {
  width: 50%;
}
@media (max-width: 1024px) {
  .incidencias__post-list {
    width: 100%;
    padding-top: 48px;
    margin-top: 48px;
    border-top: 1px solid #000;
  }
}
.incidencias__post-list__link {
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
  margin-bottom: 45px;
}
.incidencias__post-list__link a {
  display: flex;
  justify-content: space-between;
  font-size: 33px;
  font-family: VTC Carrie;
}

.campanhas-container {
  min-height: 80vh;
  padding-top: 200px;
  padding-bottom: 256px;
}
@media (max-width: 1024px) {
  .campanhas-container {
    padding-bottom: 72px;
    padding-top: 72px;
  }
}
.campanhas-container ul {
  margin-bottom: 85px;
  width: 100%;
}
.campanhas-container > div {
  flex-direction: column;
}

.campanhas__list {
  font-size: 100px;
  font-family: VTC Carrie;
  line-height: 1;
  padding: 90px 0;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .campanhas__list {
    font-size: 32px;
    height: auto;
    padding: 45px 18px;
  }
}
.campanhas__list a {
  position: relative;
  display: block;
  width: max-content;
  padding: 10px 20px;
}
@media (min-width: 1024px) {
  .campanhas__list a:hover span {
    color: #fff;
  }
  .campanhas__list a:hover:after {
    opacity: 1;
  }
}
.campanhas__list a span {
  pointer-events: none;
  position: relative;
  z-index: 1;
  transition: color 300ms ease;
}
.campanhas__list a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-2.45deg);
  display: block;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}

.highlight--radius {
  position: relative;
  background: #000;
  border-radius: 116px;
  padding: 100px 0;
  color: #EDE3D7;
  display: flex;
  z-index: 1;
}
@media (max-width: 1024px) {
  .highlight--radius {
    margin-top: -60px;
  }
}
.highlight--radius + section {
  margin-top: -116px;
  padding-top: 174px;
}
@media (max-width: 1024px) {
  .highlight--radius {
    padding: 50px 8px;
    border-radius: 58px;
  }
}
.highlight--radius article * {
  color: #EDE3D7;
}
.highlight--radius h2 {
  margin: 0;
  margin-bottom: 22px;
}

.highlight-anchor {
  position: relative;
  display: block;
  width: max-content;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "VTC Carrie";
  color: var(--theme-contrast);
  margin: 0 0 32px;
}
.highlight-anchor a {
  position: relative;
  display: block;
  width: max-content;
  padding: 10px 20px;
  color: var(--theme-contrast);
}
.highlight-anchor a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-2.45deg);
  display: block;
  height: 50px;
  width: 100%;
  background-color: var(--theme-color-text);
}
@media (max-width: 1024px) {
  .highlight-anchor a {
    padding: 10px 5px;
  }
  .highlight-anchor a:before {
    display: none;
  }
}
.highlight-anchor a span {
  position: relative;
  z-index: 1;
}
.highlight-anchor--black {
  color: #EDE3D7;
}
.highlight-anchor--black:before {
  background-color: #000;
}
.highlight-anchor--black div:before {
  background-color: #000;
}

.conteudos__figure {
  position: absolute;
}
@media (max-width: 1024px) {
  .conteudos__figure {
    display: none;
  }
}
.conteudos__section {
  margin-bottom: 130px;
}
.conteudos__section > div {
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .conteudos__section {
    margin-bottom: 0;
  }
}
.conteudos__list {
  margin-top: 240px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 80px;
  margin-bottom: 133px;
}
@media (max-width: 1024px) {
  .conteudos__list {
    margin-bottom: 72px;
    margin-top: 50px;
  }
}
.conteudos__list__item > div {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .conteudos__list__item > div {
    flex-direction: column-reverse;
  }
}
.conteudos__list__item figure {
  width: 276px;
}
.conteudos__content {
  width: 100%;
  max-width: 300px;
  margin: 30px 0;
}
.conteudos__content p {
  display: block;
  margin-bottom: 26px;
  font-size: 18px;
}
.conteudos__content__title {
  font-size: 34px;
  font-family: VTC Carrie;
  margin: 0;
  margin-bottom: 14px;
  line-height: 1.2;
}
.conteudos__artigos__container {
  position: relative;
  padding: 0 16px;
}
.conteudos__artigos__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 118px;
  margin-bottom: 130px;
}
.conteudos__artigos__content h2 {
  font-size: 96px;
  font-family: VTC Carrie;
  margin: 0;
  margin-bottom: 88px;
}
@media (max-width: 1024px) {
  .conteudos__artigos__content {
    margin-top: 62px;
  }
  .conteudos__artigos__content h2 {
    font-size: 52px;
    margin-bottom: 48px;
  }
}
.conteudos__decoration {
  position: absolute;
  bottom: 52px;
  z-index: 1;
  width: 100%;
}
.conteudos__youtube h2 {
  margin-bottom: 138px;
}
@media (max-width: 1024px) {
  .conteudos__youtube h2 {
    margin-bottom: 38px;
  }
}
.conteudos__youtube-post {
  position: relative;
  z-index: 1;
}
.conteudos__youtube-post li {
  width: 100%;
}
.conteudos__youtube-post li iframe {
  width: 100%;
}
.conteudos__post-list {
  max-width: 662px;
}
@media (max-width: 1024px) {
  .conteudos__post-list {
    width: 100%;
  }
}
.conteudos__post-list li {
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
  margin-bottom: 45px;
}
.conteudos__post-list h3 {
  margin: 0;
}
.conteudos__post-list a {
  display: flex;
  justify-content: space-between;
  font-size: 33px;
  line-height: 35px;
  font-family: VTC Carrie;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.conteudos__post-list a span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 195px;
  text-align: right;
}
.conteudos__post-list a p {
  font-size: 20px;
}
.conteudos__post-list a > div {
  max-width: 458px;
}
.conteudos__post-authors {
  display: flex;
}
.conteudos__post-authors p:not(:first-child):before {
  content: " / ";
  padding: 0 10px;
}

.title-h3-formacoes {
  text-align: center;
  margin-top: 96px;
  margin-bottom: 80px;
}

.formacoes-descricao {
  font-size: 23px;
  text-align: justify;
}
@media (max-width: 1024px) {
  .formacoes-descricao {
    font-size: 18px;
  }
}

.formacoes-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 64px;
}
.formacoes-wrapper__list {
  grid-column: 1/13;
  margin: 60px 0 140px;
}
@media (max-width: 1024px) {
  .formacoes-wrapper__list {
    padding: 45px 0 82px;
    margin: 0;
  }
  .formacoes-wrapper__list > div {
    flex-direction: column;
    gap: 32px;
  }
  .formacoes-wrapper__list > div {
    display: flex;
    gap: 56px;
  }
}

.formacoes__list__link {
  width: 50%;
}
@media (max-width: 1024px) {
  .formacoes__list__link {
    width: 100%;
  }
}
.formacoes__list__link h3 {
  margin-bottom: 14px;
  line-height: 1.2;
  font-size: 33px;
}
.formacoes__list__link button {
  margin-top: 14px;
}
.formacoes__list__link span {
  font-size: 13px;
  display: block;
  margin-bottom: 14px;
}

.formacoes__article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 39px;
  margin-top: 30px;
}
.formacoes__article > div {
  width: 100%;
}
.formacoes__article > div {
  width: 100%;
}
@media (max-width: 1024px) {
  .formacoes__article {
    flex-direction: column-reverse;
  }
  .formacoes__article > div {
    max-width: 100%;
  }
  .formacoes__article figure {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }
}

.formacoes__post__wrapper {
  display: flex;
  align-items: flex-end;
}
.formacoes__post__wrapper p {
  height: 72px;
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
  text-overflow: unset;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.formacoes--flex {
  display: flex;
  gap: 56px;
}
.formacoes__post__button {
  padding: 14px 24px;
  border-radius: 50px;
  font-family: VTC Carrie;
  border: 1px solid black;
  color: #EDE3D7;
  font-size: 32px;
  line-height: 33px;
  background: #000;
}
@media (max-width: 1024px) {
  .formacoes__post__button {
    font-size: 18px;
  }
}
.formacoes__figure {
  width: 100%;
  margin-bottom: 0;
}
.formacoes__figure img {
  width: 612px;
  height: 345px;
}

.circuito-tenda {
  position: relative;
  background: #000;
  border-radius: 116px;
  padding: 116px 0;
}
.circuito-tenda__container {
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  z-index: 1;
}
.circuito-tenda li {
  max-width: calc(50% - 20px);
  width: 100%;
}
@media (max-width: 1024px) {
  .circuito-tenda li {
    max-width: 100%;
  }
}
.circuito-tenda li h3 {
  font-size: 33px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: VTC Carrie;
  margin-top: 40px;
  color: white;
}
.circuito-tenda li p {
  font-size: 20px;
  background-color: transparent;
  border-radius: 0%;
  margin-bottom: 20px;
}
.circuito-tenda iframe {
  height: 345px;
  width: 100%;
}
.circuito-tenda h2 {
  text-transform: uppercase;
  margin-bottom: 54px;
  font-size: 96px;
  color: #EDE3D7;
  font-size: 96px;
  font-family: VTC Carrie;
}
.circuito-tenda p {
  display: block;
  font-size: 23px;
  line-height: 34px;
  max-width: 560px;
  margin-bottom: 84px;
  background: #000;
  border-radius: 116px;
  color: white;
}
@media (max-width: 1024px) {
  .circuito-tenda {
    border-radius: 58px;
    padding: 58px 8px;
  }
  .circuito-tenda h2 {
    font-size: 48px;
  }
}
.circuito-tenda__section {
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .circuito-tenda__section {
    flex-direction: column;
  }
  .circuito-tenda__section iframe {
    max-width: 100%;
  }
}
.circuito-tenda__button {
  padding: 14px 24px;
  border-radius: 50px;
  font-family: VTC Carrie;
  border: 1px solid #EDE3D7;
  color: #EDE3D7;
  font-size: 20px;
  line-height: 33px;
  background: #000;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .circuito-tenda__button {
    font-size: 18px;
  }
}
.circuito-tenda__decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.circuito-tenda__decoration img {
  position: absolute;
  width: 100%;
}
.circuito-tenda__decoration img:first-child {
  top: 50px;
}
.circuito-tenda__decoration img:nth-child(2) {
  top: -50px;
}

.pos-eleicao {
  padding: 67px 0 105px;
  background: #FF6600;
  padding-top: 183px;
  margin-top: -116px;
}
.pos-eleicao h1 {
  font-size: 120px;
  font-family: VTC Carrie;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .pos-eleicao h1 {
    font-size: 60px;
  }
}
.pos-eleicao__title {
  text-align: center;
  margin-top: 96px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .pos-eleicao__title {
    font-size: 28px;
    margin-top: 42px;
  }
}
.pos-eleicao__content {
  display: flex;
  justify-content: space-between;
  padding: 0 56px;
}
@media (max-width: 1024px) {
  .pos-eleicao__content {
    flex-direction: column-reverse;
  }
}
.pos-eleicao__content p {
  max-width: 600px;
  font-size: 24px;
  margin: 50px 0;
}
.pos-eleicao__button {
  padding: 14px 24px;
  border-radius: 50px;
  font-family: "VTC Carrie";
  border: 1px solid black;
  color: white;
  font-size: 32px;
  line-height: 33px;
  background: #000;
}
@media (max-width: 1024px) {
  .pos-eleicao__button {
    font-size: 18px;
  }
}

article,
article.article {
  column-count: 1;
  column-gap: 100px;
  font-size: 23px;
  margin: 94px 0;
}
article--column,
article.article--column {
  column-count: 2;
}
article--column h1, article--column h2, article--column ol,
article.article--column h1,
article.article--column h2,
article.article--column ol {
  column-span: all;
}
@media (max-width: 1024px) {
  article--column,
article.article--column {
    column-count: 1;
  }
}
@media (max-width: 1024px) {
  article,
article.article {
    column-count: 1;
    font-size: 16px;
    margin: 50px 0;
  }
}
article h1,
article.article h1 {
  font-size: 40px;
  font-family: "VTC Carrie";
  margin: 0 auto 110px;
  text-align: center;
  max-width: 928px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  article h1,
article.article h1 {
    font-size: 22px;
  }
}
article h2,
article.article h2 {
  margin: 0;
  margin-bottom: 42px;
  column-span: all;
}
article h3,
article.article h3 {
  margin-bottom: 42px;
}
article p,
article.article p {
  margin-bottom: 38px;
}
article a,
article.article a {
  text-decoration: underline;
  line-height: 1.25;
}
article > a,
article.article > a {
  font-size: 33px;
  line-height: 42px;
}
@media (max-width: 1024px) {
  article > a,
article.article > a {
    font-size: 18px;
  }
}
article ul,
article.article ul {
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
}
article ul li p,
article.article ul li p {
  margin: 0px;
}
article ul li a,
article.article ul li a {
  width: calc(100% - 24px);
}
article ol,
article.article ol {
  column-span: all;
  display: flex;
  flex-wrap: wrap;
  gap: 98px;
}
@media (max-width: 1024px) {
  article ol,
article.article ol {
    flex-direction: column;
    gap: 42px;
  }
}
article ol li,
article.article ol li {
  width: 380px;
  max-width: calc(30% - 50px);
  text-align: center;
}
@media (max-width: 1024px) {
  article ol li,
article.article ol li {
    max-width: 100%;
  }
}
article ol li h3,
article.article ol li h3 {
  position: relative;
  color: #EDE3D7;
  display: block;
  width: max-content;
  padding: 10px 20px;
  z-index: 1;
  margin: 0 auto 42px;
}
article ol li h3::before,
article.article ol li h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-2.45deg);
  display: block;
  height: 50px;
  width: 100%;
  background-color: #000;
  z-index: -1;
}
article ol li p,
article.article ol li p {
  font-size: 24px;
  letter-spacing: -1%;
  line-height: 35px;
}
@media (max-width: 1024px) {
  article ol li p,
article.article ol li p {
    font-size: 18px;
    line-height: 24px;
  }
}
article figure,
article.article figure {
  max-width: 100%;
  margin-bottom: 109px;
}
article figure img,
article.article figure img {
  margin: 0;
}
article figure figcaption,
article.article figure figcaption {
  font-size: 13px;
  margin-top: 12px;
}
article img.alignright, article figure.alignright,
article.article img.alignright,
article.article figure.alignright {
  float: right;
}
@media (max-width: 1024px) {
  article img.alignright, article figure.alignright,
article.article img.alignright,
article.article figure.alignright {
    margin: 0 auto;
    float: none;
    display: block;
  }
}
article img.alignleft, article figure.alignleft,
article.article img.alignleft,
article.article figure.alignleft {
  float: left;
}
article img.aligncenter, article figure.aligncenter,
article.article img.aligncenter,
article.article figure.aligncenter {
  margin: 55px auto;
}
article img figcaption, article figure figcaption,
article.article img figcaption,
article.article figure figcaption {
  text-align: center;
}
article img, article figure,
article.article img,
article.article figure {
  margin: 16px 38px 16px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  article img, article figure,
article.article img,
article.article figure {
    margin: 0;
    margin-bottom: 16px;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.temporadas__section {
  padding: 0 0 132px;
}
@media (max-width: 1024px) {
  .temporadas__section > div {
    flex-direction: column;
  }
}
.temporadas__banner {
  background-color: rgb(0, 0, 0);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 870px;
  margin-top: -1px;
}
@media (max-width: 1024px) {
  .temporadas__banner {
    background-size: auto 80%;
    height: 400px;
  }
}
.temporadas__intro {
  max-width: 559px;
  font-size: 23px;
}
.temporadas__title {
  font-family: VTC Carrie;
  font-size: 96px;
  line-height: 1;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .temporadas__title {
    font-size: 48px;
  }
}
.temporadas__list-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .temporadas__list-wrapper {
    width: 100%;
    overflow-x: auto;
    padding: 64px 0 32px;
  }
}
.temporadas__list > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  row-gap: 8px;
  column-gap: 20px;
  padding-left: 62px;
  align-items: center;
}
@media (max-width: 1024px) {
  .temporadas__list > ul {
    padding-left: 0;
    column-gap: 16px;
    display: flex;
    align-items: center;
  }
}
.temporadas__list > ul > li {
  width: 266px;
  height: 266px;
  border: 1px solid #000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
}
.temporadas__list > ul > li:first-child li + li {
  font-size: 33px;
}
.temporadas__list > ul > li:nth-child(2) {
  width: 252px;
  height: 252px;
}
.temporadas__list > ul > li:nth-child(n+4) {
  background-color: #000;
  color: white;
  width: 200px;
  height: 202px;
}
.temporadas__list > ul > li:nth-child(n+4) li:first-child {
  font-size: 60px;
}
.temporadas__list > ul > li:nth-child(-n+3) {
  grid-column: 1;
}
.temporadas__list > ul > li li {
  text-align: center;
  font-family: VTC Carrie;
  font-size: 100px;
  line-height: 1;
}
.temporadas__list > ul > li li + li {
  font-size: 19px;
  margin-top: 19px;
}
.temporadas__side-img {
  animation: FlutuationKeyframes 2.5s cubic-bezier(0.39, 0.07, 0.65, 1.07) infinite;
  animation-fill-mode: forwards;
}
@media (max-width: 1024px) {
  .temporadas__side-img {
    display: none;
  }
}
.temporadas__mentoradas__section {
  margin-top: 60px;
  position: relative;
  background: #000;
  border-radius: 116px;
  padding: 100px 0;
  color: white;
}
.temporadas__mentoradas__section:before {
  content: "";
  display: block;
  position: absolute;
}
@media (max-width: 1024px) {
  .temporadas__mentoradas__section:before {
    display: none;
  }
}
.temporadas__mentoradas__section__banner img {
  width: 100%;
  height: auto;
}
.temporadas__mentoradas__section .container--flex article {
  max-width: 560px;
}
.temporadas__mentoradas__section article {
  margin-bottom: 120px;
  max-width: 560px;
  max-width: 100%;
}
.temporadas__mentoradas__section > div {
  z-index: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .temporadas__mentoradas__section {
    padding: 64px 24px;
  }
  .temporadas__mentoradas__section article {
    margin-bottom: 62px;
  }
  .temporadas__mentoradas__section .container {
    flex-direction: column-reverse;
  }
}
.temporadas__mentoradas__title {
  font-size: 100px;
  font-family: VTC Carrie;
  line-height: 1;
  margin-bottom: 42px;
}
@media (max-width: 1024px) {
  .temporadas__mentoradas__title {
    font-size: 28px;
    margin-top: 42px;
  }
}
.temporadas__mentoradas__article {
  column-count: 1;
  column-gap: 100px;
  font-size: 23px;
}
@media (max-width: 1024px) {
  .temporadas__mentoradas__article {
    column-count: 1;
    font-size: 16px;
  }
}
.temporadas__mentoradas__img-01 {
  position: absolute;
  top: -160px;
}
.temporadas__mentoradas__img-02 {
  position: absolute;
  top: 50%;
  width: 100%;
}
@media (max-width: 1024px) {
  .temporadas__mentoradas__img-01, .temporadas__mentoradas__img-02,
.temporadas__mentoradas .figure-animated,
.temporadas__mentoradas .hero .figures__container figure,
.hero .figures__container .temporadas__mentoradas figure {
    display: none;
  }
}
.temporadas__depoimentos__section {
  margin-top: -116px;
  padding-top: 160px;
  background: #8EFA02;
}
.temporadas__depoimentos__section div {
  flex-direction: column;
}
.temporadas__depoimentos__section h3 {
  margin-bottom: 42px;
}
.temporadas__depoimentos__section button {
  margin-bottom: 72px;
}
.temporadas__depoimentos__title {
  font-size: 120px;
  text-transform: uppercase;
  font-family: VTC Carrie;
  line-height: 114px;
  color: #EDE3D7;
}
.temporadas__depoimentos__title div {
  position: relative;
  display: block;
  width: max-content;
  padding: 10px 20px;
}
.temporadas__depoimentos__title div:after {
  content: "";
  position: absolute;
  left: 0;
  top: 51%;
  transform: translateY(-50%) rotate(-2.45deg);
  display: block;
  height: 124px;
  width: 100%;
  background-color: #000;
}
.temporadas__depoimentos__title div span {
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .temporadas__depoimentos__title {
    font-size: 36px;
    line-height: 98%;
    position: relative;
    padding: 0 18px 26px;
    margin-bottom: 52px;
  }
  .temporadas__depoimentos__title:after {
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
    transform: rotate(-2.45deg);
    display: block;
    height: 100%;
    width: 100%;
    background-color: #000;
  }
  .temporadas__depoimentos__title > div {
    margin-bottom: 0;
    padding: 0;
  }
  .temporadas__depoimentos__title > div:after {
    display: none;
  }
}
.temporadas__depoimentos__list {
  padding: 0 100px 110px;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .temporadas__depoimentos__list {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.temporadas__depoimentos__list-item {
  background: radial-gradient(#00FFFF, #EDE3D7);
  padding: 52px;
  border-radius: 58px;
  margin-bottom: 29px;
}
.temporadas__depoimentos__list-item:first-child, .temporadas__depoimentos__list-item:nth-child(4n) {
  grid-row: span 2;
}
@media (max-width: 1024px) {
  .temporadas__depoimentos__list-item {
    padding: 50px 26px;
  }
}
.temporadas__depoimentos__item-text {
  font-size: 23px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .temporadas__depoimentos__item-text {
    font-size: 18px;
  }
}
.temporadas__depoimentos__person-info {
  font-family: VTC Carrie;
  font-size: 33px;
  line-height: 45px;
}
.temporadas__title--h1 {
  font-size: 40px;
  font-family: VTC Carrie;
  line-height: 1;
  text-align: center;
  margin-top: 96px;
  margin-bottom: 0;
}
.temporadas__img--center {
  max-width: 100%;
  height: auto;
}

.loadMoreBtn {
  display: flex;
  gap: 15px;
  align-items: center;
  max-width: max-content;
  margin: 0 auto;
}
.loadMoreBtn:after {
  content: "";
  display: block;
  background: url(../../2ec4b044df6e9c219b01.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 31px;
  height: 25px;
}
.loadMoreBtn span {
  display: block;
  width: 100%;
}

@keyframes infiniteLoop {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1462px;
  }
}
.posts {
  width: 100%;
  background: #000;
  margin: 64px 0 0;
  padding: 0 0 140px;
  color: #EDE3D7;
}
@media (max-width: 1024px) {
  .posts {
    padding: 0;
  }
}
.posts--clear {
  background: transparent;
  color: #000;
}
.posts__highlight {
  display: block;
  height: 87px;
  grid-column: 1/13;
  background-color: #8EFA02;
  background-image: url(../.././css/build/images/the-latest.png);
  background-color: #8EFA02;
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto;
  animation: infiniteLoop 15s linear infinite;
}
@media (max-width: 1024px) {
  .posts__highlight {
    margin-bottom: 0;
  }
}
.posts__list {
  margin: 92px 0 140px;
  padding: 0 90px;
}
@media (max-width: 1024px) {
  .posts__list {
    flex-direction: column;
    padding: 45px 0 82px;
    margin: 0;
  }
  .posts__list > div {
    flex-direction: column;
    gap: 32px;
  }
}
.posts__list__title {
  margin: 0;
}
.posts__list .slick-arrow {
  width: 90px;
  height: 72px;
}
.posts__list .slick-arrow::before {
  display: none;
}
.posts__list .slick-prev {
  background: url(../.././css/build/images/arrow-left.png);
}
.posts__list .slick-next {
  background: url(../.././css/build/images/arrow-right.png);
}

@media (max-width: 1024px) {
  .post {
    width: 100%;
  }
}
.post__title {
  margin: 0 0 14px;
  line-height: 1.2;
  font-family: "VTC Carrie";
  font-size: 33px;
}
.post button {
  margin-top: 14px;
}
.post__date {
  font-size: 13px;
  display: block;
  margin-bottom: 14px;
}
.post__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.post__content > div {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 1024px) {
  .post__content {
    flex-direction: column-reverse;
  }
  .post__content > div {
    max-width: 100%;
  }
}
.post__article {
  min-width: 300px;
}
.post__figure {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.post__figure img {
  width: 100%;
  height: auto;
}

.slick-list {
  margin: 0 -28px;
}
.slick-list .slick-slide {
  padding: 0 28px;
}

.institucional__figures {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
  margin-top: -294px;
}
@media (max-width: 1024px) {
  .institucional__figures {
    display: none;
  }
}
.institucional .container {
  width: 968px;
}

.politica-ancestral {
  background: #FF00FB;
  padding-bottom: 100px;
}
.politica-ancestral .container {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}
.politica-ancestral .container > div {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .politica-ancestral .container {
    flex-direction: column;
  }
}
.politica-ancestral h2 {
  padding: 0 66px;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .politica-ancestral h2 {
    padding: 0;
  }
}
.politica-ancestral h3 {
  margin-top: 0;
}
.politica-ancestral img {
  max-width: 100%;
}

.quem-somos {
  position: relative;
  background-color: #EDE3D7;
  padding: 158px 0 200px;
  margin-top: -100px;
}
.quem-somos h2 {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .quem-somos h2 {
    margin-bottom: 32px;
  }
}
.quem-somos__decoration {
  position: absolute;
  top: -170px;
  z-index: 1;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .quem-somos__decoration {
    width: auto;
    max-width: unset;
    display: none;
  }
}
.quem-somos__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 127px;
  column-gap: 22px;
}
@media (max-width: 1024px) {
  .quem-somos__list {
    flex-direction: column;
  }
}
.quem-somos__item {
  display: grid;
  grid-template-columns: 276px auto;
  width: calc(50% - 21px);
  column-gap: 22px;
}
.quem-somos__item:nth-child(1), .quem-somos__item:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: calc(50% - 72px);
}
.quem-somos__item:first-child {
  padding-left: 142px;
}
.quem-somos__item:nth-child(2) {
  padding-right: 142px;
}
.quem-somos__item h4 {
  font-family: "VTC Carrie";
  font-size: 33px;
  margin-bottom: 14px;
  font-size: 19px;
}
@media (max-width: 1024px) {
  .quem-somos__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .quem-somos__item:first-child, .quem-somos__item:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}
.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
  border: 0;
  box-shadow: none;
  background: transparent;
  border-bottom: 1px solid var(--theme-contrast-text);
  font-family: Epilogue;
  width: 100%;
  color: var(--theme-color-text);
}
.gform_wrapper input::placeholder,
.gform_wrapper select::placeholder,
.gform_wrapper textarea::placeholder {
  color: var(--theme-color-text);
}
.gform_wrapper input {
  height: 43px;
}
.gform_wrapper textarea {
  height: 167px;
  width: 100%;
  padding: 16px 0;
}
.gform_wrapper fieldset {
  display: flex;
  align-items: flex-end;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper .gfield {
  margin-bottom: 80px;
  font-size: 16px;
}
.gform_wrapper .gfield label {
  display: none !important;
}

.post__authors {
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  gap: 24px;
}
@media (max-width: 1024px) {
  .post__authors {
    flex-direction: column;
  }
}
.post__author {
  display: flex;
  width: 100%;
  max-width: max-content;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  padding: 58px;
  background: #000;
  color: #EDE3D7;
  border-radius: 116px;
}
@media (max-width: 1024px) {
  .post__author {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.post__author figure {
  width: 130px;
  height: 130px;
}
.post__author__info {
  width: 300px;
}
.post__author__info p:first-child {
  margin-bottom: 16px;
}

.home__article {
  margin-bottom: 106px;
  margin-top: 90px;
}
@media (max-width: 1024px) {
  .home__article {
    margin-top: 45px;
  }
}
.home__title {
  line-height: 116px;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .home__title {
    font-size: 36px;
    line-height: 42px;
  }
}
.home__about {
  display: flex;
  justify-content: flex-end;
  padding-right: 190px;
}
.home__about > div {
  width: 100%;
  max-width: 583px;
}
.home__about p {
  font-size: 23px;
  line-height: 34.5px;
}
.home__about .button {
  margin-top: 26px;
}
@media (max-width: 1024px) {
  .home__about {
    padding-right: 0;
  }
  .home__about > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home__about > div > button {
    margin: 26px auto;
  }
}
.home__formacoes {
  background: #00FFFF;
  display: flex;
  align-items: flex-start;
  margin-top: -1px;
  justify-content: space-between;
}
.home__formacoes__figure {
  width: 50%;
  margin-top: -110px;
}
@media (max-width: 1024px) {
  .home__formacoes__figure {
    display: none;
  }
}
.home__formacoes__content {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
  padding: 65px 0 98px;
}
@media (max-width: 1024px) {
  .home__formacoes__content {
    width: 100%;
    padding: 65px 16px 16px;
    align-items: center;
  }
  .home__formacoes__content > div {
    display: flex;
    flex-direction: column;
  }
  .home__formacoes__content .button {
    margin: 0 auto;
  }
}
.home__formacoes__content p {
  font-size: 24px;
  margin-bottom: 46px;
  max-width: 584px;
}
.home__campanhas {
  background: #FF00FB no-repeat center;
  background-size: cover;
  padding: 92px 0 66px;
}
.home__campanhas__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .home__campanhas__content > div {
    max-width: 50%;
  }
}
.home__campanhas__content p {
  font-size: 23px;
  margin-bottom: 55px;
}
.home__campanhas__content p::after {
  content: "";
  display: block;
  height: 90px;
  background: #000;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .home__campanhas__content {
    flex-direction: column;
  }
  .home__campanhas__content p {
    margin-top: 36px;
  }
}
.home__highlight {
  background: #00FFFF;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 148px 0 135px;
  background: url(../.././css/build/images/Rectangle-157.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  .home__highlight {
    padding: 74px 16px;
  }
}
.home__highlight > div {
  width: 100%;
  max-width: 1010px;
  display: flex;
  justify-content: flex-end;
}
.home__highlight__title {
  max-width: 1010px;
  font-size: 120px;
  text-transform: uppercase;
  font-family: "VTC Carrie";
  line-height: 114px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .home__highlight__title {
    font-size: 58px;
    line-height: 60px;
  }
}
.home__highlight__content {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 570px;
  padding: 65px 0 98px;
}
.home__highlight__content p {
  font-size: 23px;
  margin-bottom: 46px;
}

.highlightText, article > a,
article.article > a, article ul li,
article.article ul li {
  display: flex;
  gap: 32px;
  align-items: center;
  text-transform: uppercase;
  line-height: 68px;
}
.highlightText:before, article > a:before,
article.article > a:before, article ul li:before,
article.article ul li:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #FF00FB 0%, #EDE3D7 100%);
}
@media (max-width: 1024px) {
  .highlightText, article > a,
article.article > a, article ul li,
article.article ul li {
    gap: 16px;
  }
  .highlightText:before, article > a:before,
article.article > a:before, article ul li:before,
article.article ul li:before {
    width: 24px;
    height: 24px;
  }
}

.about__content {
  padding: 116px 0 116px;
}
@media (max-width: 1024px) {
  .about__content {
    padding: 42px 0 68px;
  }
}
.about__video {
  position: relative;
  background: #000;
  border-radius: 116px;
  padding: 116px 0;
  color: #EDE3D7;
  margin-top: -116px;
}
.about__video iframe {
  height: 600px;
  width: 100%;
}
.about__video + div {
  padding-top: 90px;
}
@media (max-width: 1024px) {
  .about__video {
    border-radius: 58px;
    padding: 58px 8px;
  }
  .about__video iframe {
    min-height: 300px;
    height: auto;
    width: 100%;
  }
}
.about__coalizacoes {
  background: linear-gradient(#00FFFF, #EDE3D7);
  margin-top: -100px;
  padding: 58px 0 130px;
}
.about__coalizacoes + section {
  margin-top: -100px;
}
.about__coalizacoes__content {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #000;
}
.about__coalizacoes__content h2 {
  padding: 50px 24px 0 50px;
  max-width: 650px;
}
.about__coalizacoes__content li {
  padding: 50px 0;
  border-bottom: 1px solid #000;
  font-size: 33px;
  font-family: "VTC Carrie";
}
.about__coalizacoes__content li a {
  display: block;
  position: relative;
  padding-right: 74px;
}
.about__coalizacoes__content li a span {
  position: absolute;
  right: 0;
  top: 20px;
  transition: transform 200ms linear;
}
.about__coalizacoes__content li a:hover span {
  transform: translate(20px, -20px);
}
@media (max-width: 1024px) {
  .about__coalizacoes__content {
    flex-direction: column;
  }
  .about__coalizacoes__content h2 {
    padding: 50px 0;
    text-align: center;
  }
}
.about__contact {
  position: relative;
  background: url(../.././css/build/images/Rectangl-158.png);
  background-size: cover;
  background-position: center center;
  border-radius: 116px;
  padding: 100px 0;
  margin-top: -100px;
}
.about__contact + footer {
  margin-top: -100px;
  padding-top: 160px;
}
.about__contact > div {
  flex-direction: column;
}
.about__contact h2 {
  margin: 0;
  margin-bottom: 34px;
}
.about .premios .posts {
  padding: 0;
}

.error-page {
  height: 50vh;
  color: #EDE3D7;
}

.contact {
  color: #EDE3D7;
  padding-top: 210px;
}
@media (max-width: 1024px) {
  .contact {
    padding-top: 110px;
  }
}
.contact h1 {
  margin-right: 45px;
  color: #FF00FB;
  max-width: 75%;
}
@media (max-width: 1024px) {
  .contact h1 {
    font-size: 48px;
  }
}
.contact__intro {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .contact__intro {
    flex-wrap: wrap-reverse;
  }
}
.contact__intro .figures__container {
  width: 100%;
}
.contact__intro .figure-animated, .contact__intro .hero .figures__container figure, .hero .figures__container .contact__intro figure {
  max-width: 50%;
  margin: 0 auto;
}

.contribua {
  margin: 78px 0;
}
.contribua div {
  align-items: flex-start;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .contribua div {
    flex-direction: column;
  }
}
.contribua ul li {
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .contribua ul li {
    font-size: 28px;
  }
}
.contribua a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 300ms ease;
}
.contribua a span {
  max-width: calc(100% - 400px);
}
@media (max-width: 1024px) {
  .contribua a span {
    max-width: calc(100% - 80px);
  }
}
@media (min-width: 1024px) {
  .contribua a:hover {
    color: #EDE3D7;
  }
  .contribua a:hover svg {
    transform: translate(50px, -50px);
  }
}
.contribua a svg {
  transition: transform 200ms linear;
}
@media (max-width: 1024px) {
  .contribua a svg {
    width: 73px;
    height: 66px;
  }
}
@media (min-width: 1024px) {
  .contribua a svg {
    width: 327px;
    height: 320px;
  }
}

.campaign__intro {
  background: radial-gradient(#FF6600 65.87%, #00FFFF 86.98%, #00FFFF 87.82%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 280px;
  margin-top: -100px;
  padding-bottom: 216px;
}
.campaign__intro__title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 100px;
}
.campaign__intro__title p {
  font-size: 23px;
  max-width: 50%;
}
.campaign__intro__title p::after {
  content: "";
  display: block;
  height: 90px;
  background: #000;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .campaign__intro__title {
    flex-direction: column;
  }
  .campaign__intro__title p {
    max-width: 100%;
    margin-top: 36px;
  }
}
.campaign__infografico {
  display: flex;
  justify-content: space-between;
  gap: 177px;
  margin-bottom: 126px;
}
@media (max-width: 1024px) {
  .campaign__infografico {
    flex-direction: column;
  }
}
.campaign__infografico__item {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 50%;
}
@media (max-width: 1024px) {
  .campaign__infografico__item {
    width: 100%;
  }
}
.campaign__infografico__item > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 40px;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .campaign__infografico__item > div {
    flex-direction: column;
  }
}
.campaign__infografico__item > div > div {
  background: #000;
  color: #EDE3D7;
  padding: 34px;
  width: 100%;
}
.campaign__infografico__text {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 35px;
}
.campaign__infografico__text--small {
  font-size: 19px;
}
.campaign__infografico__text--big {
  font-size: 64px;
}
.campaign__image {
  max-width: 945px;
  margin: 0 auto;
  text-align: center;
}
.campaign__image img {
  margin: 119px auto 0;
}
.campaign__article--highlight {
  margin-top: -116px;
  margin-bottom: 0;
  position: relative;
  background: #000;
  border-radius: 116px;
  padding: 100px 0;
  color: #EDE3D7;
}
@media (max-width: 1024px) {
  .campaign__article--highlight {
    padding: 50px 8px;
    border-radius: 58px;
  }
}
.campaign__content {
  font-size: 23px;
  padding: 150px 0;
}
.campaign__content .post {
  max-width: 1074px;
  width: 100%;
  margin: 0;
}
.campaign__form {
  position: relative;
  background: #000;
  border-radius: 116px;
  padding: 100px 0;
  color: #EDE3D7;
}
@media (max-width: 1024px) {
  .campaign__form {
    border-radius: 58px;
    padding: 50px 8px;
  }
}
.campaign__form__intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}
@media (max-width: 1024px) {
  .campaign__form__intro {
    flex-direction: column;
  }
}
.campaign__form .intro__texts {
  max-width: 776px;
  line-height: 1;
}
.campaign__form__wrapper input,
.campaign__form__wrapper select,
.campaign__form__wrapper textarea {
  border-bottom: 1px solid #FF00FB;
  color: #EDE3D7;
}
.campaign__form__wrapper input::placeholder,
.campaign__form__wrapper select::placeholder,
.campaign__form__wrapper textarea::placeholder {
  color: #EDE3D7;
}
.campaign__form__wrapper .gform_footer {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.campaign__form__wrapper .gform_footer .button {
  font-family: "VTC Carrie";
  background: #FF00FB;
  color: #000;
  border-color: #FF00FB;
  padding: 14px 24px;
  height: auto;
  width: auto;
}
.campaign .partners {
  background: #EDE3D7;
  padding-top: 328px;
  margin-top: -116px;
}
.campaign .partners > div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.campaign .partners > div > div {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 70px;
  gap: 156px;
}
@media (max-width: 1024px) {
  .campaign .partners > div > div {
    flex-direction: column;
    align-items: center;
  }
  .campaign .partners > div > div div {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.campaign .partners ul {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1024px) {
  .campaign .partners ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.campaign .partners h3 {
  padding: 0 20px;
  background: #000;
  color: #EDE3D7;
  font-family: "VTC Carrie";
  width: max-content;
  font-size: 23px;
  margin-bottom: 40px;
}
.campaign .partners figure {
  position: absolute;
  top: -300px;
  right: 0;
}
@media (max-width: 1024px) {
  .campaign .partners figure {
    display: none;
  }
}

.clipping__highlight {
  height: 613px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: "VTC Carrie";
  color: #EDE3D7;
  padding: 160px 0;
}
@media (max-width: 1024px) {
  .clipping__highlight {
    height: 400px;
    padding: 0;
  }
}
.clipping__highlight p {
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  letter-spacing: -1px;
}
@media (max-width: 1024px) {
  .clipping__highlight p {
    font-size: 12px;
  }
}
.clipping__highlight__title {
  font-size: 33px;
  max-width: 458px;
}
@media (max-width: 1024px) {
  .clipping__highlight__title {
    font-size: 21px;
  }
}
.clipping__section {
  margin: 78px 0;
}
@media (max-width: 1024px) {
  .clipping__section {
    margin: 35px 0;
  }
}
.clipping__section > div {
  padding-top: 60px;
  justify-content: center;
  max-width: 689px;
  padding: 0;
  flex-direction: column;
}
.clipping__posts li {
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
  margin-bottom: 45px;
}
.clipping__posts li span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 195px;
  text-align: right;
}
.clipping__posts a {
  display: flex;
  justify-content: space-between;
  font-size: 33px;
  line-height: 35px;
  font-family: "VTC Carrie";
  text-transform: uppercase;
  letter-spacing: -1px;
}
.clipping__posts a h2 {
  font-size: 33px;
  line-height: 35px;
  margin: 0;
}
.clipping__posts a p {
  font-size: 20px;
}
.clipping__posts a svg {
  transition: transform 200ms linear;
}
.clipping__posts a:hover svg {
  transform: translate(20px, -20px);
}
@media (max-width: 1024px) {
  .clipping__posts {
    width: 100%;
  }
  .clipping__posts li {
    padding: 20px;
  }
  .clipping__posts a {
    font-size: 24px;
  }
  .clipping__posts a p {
    font-size: 12px;
  }
}
