@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,700,700i,800&display=swap");
@import "../fonts/fontawesome-pro-5.7.2/css/brands.min.css";
@import "../fonts/fontawesome-pro-5.7.2/css/light.min.css";
@import "../fonts/fontawesome-pro-5.7.2/css/solid.min.css";
@import "../fonts/fontawesome-pro-5.7.2/css/fontawesome.min.css";
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  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-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: black;
  font-family: "Montserrat", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.1375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 0;
  border-radius: 0;
  background-color: white;
  box-shadow: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 0;
  background-color: white;
  box-shadow: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: white;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.2;
  padding: 0.5rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.1375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 0;
  background-color: white;
  box-shadow: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(237.3, 224.4, 222.4);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: inherit;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Montserrat", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  h3, .h3 {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
    margin-bottom: 1rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #ff983a;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(255, 129.089035533, 14.18);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.3;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.3;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.3;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.grid-container.fluid {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 5rem);
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 5rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 5rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 5rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 5rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 5rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 5rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 5rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 5rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 5rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 5rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 5rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 2.5rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 5rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 5rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 5rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 5rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 5rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 5rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 5rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 5rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 5rem / 2);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 5rem / 2);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 5rem / 2);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 5rem / 2);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 5rem / 2);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 5rem / 2);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 5rem / 2);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 5rem / 2);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 5rem / 2);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 5rem / 2);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 5rem / 2);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 5rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 2.5rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 2.5rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 2.5rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 2.5rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 2.5rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 2.5rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 2.5rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 2.5rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 2.5rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 2.5rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 2.5rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 2.5rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.grid-margin-y {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 5rem);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.5rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 5rem);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.5rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #ff983a;
  color: #f1f1f1;
}
.button:hover, .button:focus {
  background-color: rgb(255, 127.4525380711, 11.05);
  color: #f1f1f1;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #ff983a;
  color: #0a0a0a;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(250.4, 119.4802030457, 0);
  color: #0a0a0a;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #0a0a0a;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #0a0a0a;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #0a0a0a;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #0a0a0a;
}
.button.azul, .button.azul.disabled, .button.azul[disabled], .button.azul.disabled:hover, .button.azul[disabled]:hover, .button.azul.disabled:focus, .button.azul[disabled]:focus {
  background-color: #5984c6;
  color: #0a0a0a;
}
.button.azul:hover, .button.azul:focus {
  background-color: rgb(58.6869955157, 102.9596412556, 170.9130044843);
  color: #0a0a0a;
}
.button.lila, .button.lila.disabled, .button.lila[disabled], .button.lila.disabled:hover, .button.lila[disabled]:hover, .button.lila.disabled:focus, .button.lila[disabled]:focus {
  background-color: #a78fc1;
  color: #0a0a0a;
}
.button.lila:hover, .button.lila:focus {
  background-color: rgb(133.0137931034, 99.7448275862, 169.0551724138);
  color: #0a0a0a;
}
.button.celeste, .button.celeste.disabled, .button.celeste[disabled], .button.celeste.disabled:hover, .button.celeste[disabled]:hover, .button.celeste.disabled:focus, .button.celeste[disabled]:focus {
  background-color: #80b3cd;
  color: #0a0a0a;
}
.button.celeste:hover, .button.celeste:focus {
  background-color: rgb(80.213559322, 150.4033898305, 186.186440678);
  color: #0a0a0a;
}
.button.celeste_oscuro, .button.celeste_oscuro.disabled, .button.celeste_oscuro[disabled], .button.celeste_oscuro.disabled:hover, .button.celeste_oscuro[disabled]:hover, .button.celeste_oscuro.disabled:focus, .button.celeste_oscuro[disabled]:focus {
  background-color: #44b9d8;
  color: #0a0a0a;
}
.button.celeste_oscuro:hover, .button.celeste_oscuro:focus {
  background-color: rgb(39.207079646, 156.8283185841, 187.992920354);
  color: #0a0a0a;
}
.button.agua, .button.agua.disabled, .button.agua[disabled], .button.agua.disabled:hover, .button.agua[disabled]:hover, .button.agua.disabled:focus, .button.agua[disabled]:focus {
  background-color: #71c8ac;
  color: #0a0a0a;
}
.button.agua:hover, .button.agua:focus {
  background-color: rgb(69.9086294416, 180.4913705584, 144.9015228426);
  color: #0a0a0a;
}
.button.verde, .button.verde.disabled, .button.verde[disabled], .button.verde.disabled:hover, .button.verde[disabled]:hover, .button.verde.disabled:focus, .button.verde[disabled]:focus {
  background-color: #70cb7d;
  color: #0a0a0a;
}
.button.verde:hover, .button.verde:focus {
  background-color: rgb(67.2, 184.8, 84);
  color: #0a0a0a;
}
.button.lima, .button.lima.disabled, .button.lima[disabled], .button.lima.disabled:hover, .button.lima[disabled]:hover, .button.lima.disabled:focus, .button.lima[disabled]:focus {
  background-color: #89c06c;
  color: #0a0a0a;
}
.button.lima:hover, .button.lima:focus {
  background-color: rgb(105.1428571429, 168, 72);
  color: #0a0a0a;
}
.button.amarillo, .button.amarillo.disabled, .button.amarillo[disabled], .button.amarillo.disabled:hover, .button.amarillo[disabled]:hover, .button.amarillo.disabled:focus, .button.amarillo[disabled]:focus {
  background-color: #f0ce36;
  color: #0a0a0a;
}
.button.amarillo:hover, .button.amarillo:focus {
  background-color: rgb(218.8666666667, 181.8444444444, 16.3333333333);
  color: #0a0a0a;
}
.button.rosa, .button.rosa.disabled, .button.rosa[disabled], .button.rosa.disabled:hover, .button.rosa[disabled]:hover, .button.rosa.disabled:focus, .button.rosa[disabled]:focus {
  background-color: #ea82af;
  color: #0a0a0a;
}
.button.rosa:hover, .button.rosa:focus {
  background-color: rgb(223.5287671233, 67.6712328767, 135.1095890411);
  color: #0a0a0a;
}
.button.fucsia, .button.fucsia.disabled, .button.fucsia[disabled], .button.fucsia.disabled:hover, .button.fucsia[disabled]:hover, .button.fucsia.disabled:focus, .button.fucsia[disabled]:focus {
  background-color: #e74f58;
  color: #0a0a0a;
}
.button.fucsia:hover, .button.fucsia:focus {
  background-color: rgb(218.24, 29.76, 40.92);
  color: #0a0a0a;
}
.button.blanco, .button.blanco.disabled, .button.blanco[disabled], .button.blanco.disabled:hover, .button.blanco[disabled]:hover, .button.blanco.disabled:focus, .button.blanco[disabled]:focus {
  background-color: #ffffff;
  color: #0a0a0a;
}
.button.blanco:hover, .button.blanco:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button.negro, .button.negro.disabled, .button.negro[disabled], .button.negro.disabled:hover, .button.negro[disabled]:hover, .button.negro.disabled:focus, .button.negro[disabled]:focus {
  background-color: #000000;
  color: #f1f1f1;
}
.button.negro:hover, .button.negro:focus {
  background-color: black;
  color: #f1f1f1;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #ff983a;
  color: #ff983a;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(156.5, 74.6751269036, 0);
  color: rgb(156.5, 74.6751269036, 0);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #ff983a;
  color: #ff983a;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(156.5, 74.6751269036, 0);
  color: rgb(156.5, 74.6751269036, 0);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.hollow.azul, .button.hollow.azul.disabled, .button.hollow.azul[disabled], .button.hollow.azul.disabled:hover, .button.hollow.azul[disabled]:hover, .button.hollow.azul.disabled:focus, .button.hollow.azul[disabled]:focus {
  border: 1px solid #5984c6;
  color: #5984c6;
}
.button.hollow.azul:hover, .button.hollow.azul:focus {
  border-color: rgb(36.6793721973, 64.3497757848, 106.8206278027);
  color: rgb(36.6793721973, 64.3497757848, 106.8206278027);
}
.button.hollow.lila, .button.hollow.lila.disabled, .button.hollow.lila[disabled], .button.hollow.lila.disabled:hover, .button.hollow.lila[disabled]:hover, .button.hollow.lila.disabled:focus, .button.hollow.lila[disabled]:focus {
  border: 1px solid #a78fc1;
  color: #a78fc1;
}
.button.hollow.lila:hover, .button.hollow.lila:focus {
  border-color: rgb(83.0344827586, 59.8620689655, 108.1379310345);
  color: rgb(83.0344827586, 59.8620689655, 108.1379310345);
}
.button.hollow.celeste, .button.hollow.celeste.disabled, .button.hollow.celeste[disabled], .button.hollow.celeste.disabled:hover, .button.hollow.celeste[disabled]:hover, .button.hollow.celeste.disabled:focus, .button.hollow.celeste[disabled]:focus {
  border: 1px solid #80b3cd;
  color: #80b3cd;
}
.button.hollow.celeste:hover, .button.hollow.celeste:focus {
  border-color: rgb(47.0338983051, 95.0084745763, 119.4661016949);
  color: rgb(47.0338983051, 95.0084745763, 119.4661016949);
}
.button.hollow.celeste_oscuro, .button.hollow.celeste_oscuro.disabled, .button.hollow.celeste_oscuro[disabled], .button.hollow.celeste_oscuro.disabled:hover, .button.hollow.celeste_oscuro[disabled]:hover, .button.hollow.celeste_oscuro.disabled:focus, .button.hollow.celeste_oscuro[disabled]:focus {
  border: 1px solid #44b9d8;
  color: #44b9d8;
}
.button.hollow.celeste_oscuro:hover, .button.hollow.celeste_oscuro:focus {
  border-color: rgb(24.5044247788, 98.017699115, 117.4955752212);
  color: rgb(24.5044247788, 98.017699115, 117.4955752212);
}
.button.hollow.agua, .button.hollow.agua.disabled, .button.hollow.agua[disabled], .button.hollow.agua.disabled:hover, .button.hollow.agua[disabled]:hover, .button.hollow.agua.disabled:focus, .button.hollow.agua[disabled]:focus {
  border: 1px solid #71c8ac;
  color: #71c8ac;
}
.button.hollow.agua:hover, .button.hollow.agua:focus {
  border-color: rgb(43.692893401, 112.807106599, 90.5634517766);
  color: rgb(43.692893401, 112.807106599, 90.5634517766);
}
.button.hollow.verde, .button.hollow.verde.disabled, .button.hollow.verde[disabled], .button.hollow.verde.disabled:hover, .button.hollow.verde[disabled]:hover, .button.hollow.verde.disabled:focus, .button.hollow.verde[disabled]:focus {
  border: 1px solid #70cb7d;
  color: #70cb7d;
}
.button.hollow.verde:hover, .button.hollow.verde:focus {
  border-color: rgb(42, 115.5, 52.5);
  color: rgb(42, 115.5, 52.5);
}
.button.hollow.lima, .button.hollow.lima.disabled, .button.hollow.lima[disabled], .button.hollow.lima.disabled:hover, .button.hollow.lima[disabled]:hover, .button.hollow.lima.disabled:focus, .button.hollow.lima[disabled]:focus {
  border: 1px solid #89c06c;
  color: #89c06c;
}
.button.hollow.lima:hover, .button.hollow.lima:focus {
  border-color: rgb(65.7142857143, 105, 45);
  color: rgb(65.7142857143, 105, 45);
}
.button.hollow.amarillo, .button.hollow.amarillo.disabled, .button.hollow.amarillo[disabled], .button.hollow.amarillo.disabled:hover, .button.hollow.amarillo[disabled]:hover, .button.hollow.amarillo.disabled:focus, .button.hollow.amarillo[disabled]:focus {
  border: 1px solid #f0ce36;
  color: #f0ce36;
}
.button.hollow.amarillo:hover, .button.hollow.amarillo:focus {
  border-color: rgb(136.7916666667, 113.6527777778, 10.2083333333);
  color: rgb(136.7916666667, 113.6527777778, 10.2083333333);
}
.button.hollow.rosa, .button.hollow.rosa.disabled, .button.hollow.rosa[disabled], .button.hollow.rosa.disabled:hover, .button.hollow.rosa[disabled]:hover, .button.hollow.rosa.disabled:focus, .button.hollow.rosa[disabled]:focus {
  border: 1px solid #ea82af;
  color: #ea82af;
}
.button.hollow.rosa:hover, .button.hollow.rosa:focus {
  border-color: rgb(155.8219178082, 26.1780821918, 82.2739726027);
  color: rgb(155.8219178082, 26.1780821918, 82.2739726027);
}
.button.hollow.fucsia, .button.hollow.fucsia.disabled, .button.hollow.fucsia[disabled], .button.hollow.fucsia.disabled:hover, .button.hollow.fucsia[disabled]:hover, .button.hollow.fucsia.disabled:focus, .button.hollow.fucsia[disabled]:focus {
  border: 1px solid #e74f58;
  color: #e74f58;
}
.button.hollow.fucsia:hover, .button.hollow.fucsia:focus {
  border-color: rgb(136.4, 18.6, 25.575);
  color: rgb(136.4, 18.6, 25.575);
}
.button.hollow.blanco, .button.hollow.blanco.disabled, .button.hollow.blanco[disabled], .button.hollow.blanco.disabled:hover, .button.hollow.blanco[disabled]:hover, .button.hollow.blanco.disabled:focus, .button.hollow.blanco[disabled]:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button.hollow.blanco:hover, .button.hollow.blanco:focus {
  border-color: rgb(127.5, 127.5, 127.5);
  color: rgb(127.5, 127.5, 127.5);
}
.button.hollow.negro, .button.hollow.negro.disabled, .button.hollow.negro[disabled], .button.hollow.negro.disabled:hover, .button.hollow.negro[disabled]:hover, .button.hollow.negro.disabled:focus, .button.hollow.negro[disabled]:focus {
  border: 1px solid #000000;
  color: #000000;
}
.button.hollow.negro:hover, .button.hollow.negro:focus {
  border-color: black;
  color: black;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #ff983a;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(156.5, 74.6751269036, 0);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #ff983a;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(156.5, 74.6751269036, 0);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear.azul, .button.clear.azul.disabled, .button.clear.azul[disabled], .button.clear.azul.disabled:hover, .button.clear.azul[disabled]:hover, .button.clear.azul.disabled:focus, .button.clear.azul[disabled]:focus {
  color: #5984c6;
}
.button.clear.azul:hover, .button.clear.azul:focus {
  color: rgb(36.6793721973, 64.3497757848, 106.8206278027);
}
.button.clear.lila, .button.clear.lila.disabled, .button.clear.lila[disabled], .button.clear.lila.disabled:hover, .button.clear.lila[disabled]:hover, .button.clear.lila.disabled:focus, .button.clear.lila[disabled]:focus {
  color: #a78fc1;
}
.button.clear.lila:hover, .button.clear.lila:focus {
  color: rgb(83.0344827586, 59.8620689655, 108.1379310345);
}
.button.clear.celeste, .button.clear.celeste.disabled, .button.clear.celeste[disabled], .button.clear.celeste.disabled:hover, .button.clear.celeste[disabled]:hover, .button.clear.celeste.disabled:focus, .button.clear.celeste[disabled]:focus {
  color: #80b3cd;
}
.button.clear.celeste:hover, .button.clear.celeste:focus {
  color: rgb(47.0338983051, 95.0084745763, 119.4661016949);
}
.button.clear.celeste_oscuro, .button.clear.celeste_oscuro.disabled, .button.clear.celeste_oscuro[disabled], .button.clear.celeste_oscuro.disabled:hover, .button.clear.celeste_oscuro[disabled]:hover, .button.clear.celeste_oscuro.disabled:focus, .button.clear.celeste_oscuro[disabled]:focus {
  color: #44b9d8;
}
.button.clear.celeste_oscuro:hover, .button.clear.celeste_oscuro:focus {
  color: rgb(24.5044247788, 98.017699115, 117.4955752212);
}
.button.clear.agua, .button.clear.agua.disabled, .button.clear.agua[disabled], .button.clear.agua.disabled:hover, .button.clear.agua[disabled]:hover, .button.clear.agua.disabled:focus, .button.clear.agua[disabled]:focus {
  color: #71c8ac;
}
.button.clear.agua:hover, .button.clear.agua:focus {
  color: rgb(43.692893401, 112.807106599, 90.5634517766);
}
.button.clear.verde, .button.clear.verde.disabled, .button.clear.verde[disabled], .button.clear.verde.disabled:hover, .button.clear.verde[disabled]:hover, .button.clear.verde.disabled:focus, .button.clear.verde[disabled]:focus {
  color: #70cb7d;
}
.button.clear.verde:hover, .button.clear.verde:focus {
  color: rgb(42, 115.5, 52.5);
}
.button.clear.lima, .button.clear.lima.disabled, .button.clear.lima[disabled], .button.clear.lima.disabled:hover, .button.clear.lima[disabled]:hover, .button.clear.lima.disabled:focus, .button.clear.lima[disabled]:focus {
  color: #89c06c;
}
.button.clear.lima:hover, .button.clear.lima:focus {
  color: rgb(65.7142857143, 105, 45);
}
.button.clear.amarillo, .button.clear.amarillo.disabled, .button.clear.amarillo[disabled], .button.clear.amarillo.disabled:hover, .button.clear.amarillo[disabled]:hover, .button.clear.amarillo.disabled:focus, .button.clear.amarillo[disabled]:focus {
  color: #f0ce36;
}
.button.clear.amarillo:hover, .button.clear.amarillo:focus {
  color: rgb(136.7916666667, 113.6527777778, 10.2083333333);
}
.button.clear.rosa, .button.clear.rosa.disabled, .button.clear.rosa[disabled], .button.clear.rosa.disabled:hover, .button.clear.rosa[disabled]:hover, .button.clear.rosa.disabled:focus, .button.clear.rosa[disabled]:focus {
  color: #ea82af;
}
.button.clear.rosa:hover, .button.clear.rosa:focus {
  color: rgb(155.8219178082, 26.1780821918, 82.2739726027);
}
.button.clear.fucsia, .button.clear.fucsia.disabled, .button.clear.fucsia[disabled], .button.clear.fucsia.disabled:hover, .button.clear.fucsia[disabled]:hover, .button.clear.fucsia.disabled:focus, .button.clear.fucsia[disabled]:focus {
  color: #e74f58;
}
.button.clear.fucsia:hover, .button.clear.fucsia:focus {
  color: rgb(136.4, 18.6, 25.575);
}
.button.clear.blanco, .button.clear.blanco.disabled, .button.clear.blanco[disabled], .button.clear.blanco.disabled:hover, .button.clear.blanco[disabled]:hover, .button.clear.blanco.disabled:focus, .button.clear.blanco[disabled]:focus {
  color: #ffffff;
}
.button.clear.blanco:hover, .button.clear.blanco:focus {
  color: rgb(127.5, 127.5, 127.5);
}
.button.clear.negro, .button.clear.negro.disabled, .button.clear.negro[disabled], .button.clear.negro.disabled:hover, .button.clear.negro[disabled]:hover, .button.clear.negro.disabled:focus, .button.clear.negro[disabled]:focus {
  color: #000000;
}
.button.clear.negro:hover, .button.clear.negro:focus {
  color: black;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #f1f1f1 transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #ff983a;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #ff983a;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.dropdown.hollow.azul::after, .button.dropdown.clear.azul::after {
  border-top-color: #5984c6;
}
.button.dropdown.hollow.lila::after, .button.dropdown.clear.lila::after {
  border-top-color: #a78fc1;
}
.button.dropdown.hollow.celeste::after, .button.dropdown.clear.celeste::after {
  border-top-color: #80b3cd;
}
.button.dropdown.hollow.celeste_oscuro::after, .button.dropdown.clear.celeste_oscuro::after {
  border-top-color: #44b9d8;
}
.button.dropdown.hollow.agua::after, .button.dropdown.clear.agua::after {
  border-top-color: #71c8ac;
}
.button.dropdown.hollow.verde::after, .button.dropdown.clear.verde::after {
  border-top-color: #70cb7d;
}
.button.dropdown.hollow.lima::after, .button.dropdown.clear.lima::after {
  border-top-color: #89c06c;
}
.button.dropdown.hollow.amarillo::after, .button.dropdown.clear.amarillo::after {
  border-top-color: #f0ce36;
}
.button.dropdown.hollow.rosa::after, .button.dropdown.clear.rosa::after {
  border-top-color: #ea82af;
}
.button.dropdown.hollow.fucsia::after, .button.dropdown.clear.fucsia::after {
  border-top-color: #e74f58;
}
.button.dropdown.hollow.blanco::after, .button.dropdown.clear.blanco::after {
  border-top-color: #ffffff;
}
.button.dropdown.hollow.negro::after, .button.dropdown.clear.negro::after {
  border-top-color: #000000;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #ff983a;
  color: #0a0a0a;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: rgb(250.4, 119.4802030457, 0);
  color: #0a0a0a;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #0a0a0a;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #0a0a0a;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #0a0a0a;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #0a0a0a;
}
.button-group.azul .button, .button-group.azul .button.disabled, .button-group.azul .button[disabled], .button-group.azul .button.disabled:hover, .button-group.azul .button[disabled]:hover, .button-group.azul .button.disabled:focus, .button-group.azul .button[disabled]:focus {
  background-color: #5984c6;
  color: #0a0a0a;
}
.button-group.azul .button:hover, .button-group.azul .button:focus {
  background-color: rgb(58.6869955157, 102.9596412556, 170.9130044843);
  color: #0a0a0a;
}
.button-group.lila .button, .button-group.lila .button.disabled, .button-group.lila .button[disabled], .button-group.lila .button.disabled:hover, .button-group.lila .button[disabled]:hover, .button-group.lila .button.disabled:focus, .button-group.lila .button[disabled]:focus {
  background-color: #a78fc1;
  color: #0a0a0a;
}
.button-group.lila .button:hover, .button-group.lila .button:focus {
  background-color: rgb(133.0137931034, 99.7448275862, 169.0551724138);
  color: #0a0a0a;
}
.button-group.celeste .button, .button-group.celeste .button.disabled, .button-group.celeste .button[disabled], .button-group.celeste .button.disabled:hover, .button-group.celeste .button[disabled]:hover, .button-group.celeste .button.disabled:focus, .button-group.celeste .button[disabled]:focus {
  background-color: #80b3cd;
  color: #0a0a0a;
}
.button-group.celeste .button:hover, .button-group.celeste .button:focus {
  background-color: rgb(80.213559322, 150.4033898305, 186.186440678);
  color: #0a0a0a;
}
.button-group.celeste_oscuro .button, .button-group.celeste_oscuro .button.disabled, .button-group.celeste_oscuro .button[disabled], .button-group.celeste_oscuro .button.disabled:hover, .button-group.celeste_oscuro .button[disabled]:hover, .button-group.celeste_oscuro .button.disabled:focus, .button-group.celeste_oscuro .button[disabled]:focus {
  background-color: #44b9d8;
  color: #0a0a0a;
}
.button-group.celeste_oscuro .button:hover, .button-group.celeste_oscuro .button:focus {
  background-color: rgb(39.207079646, 156.8283185841, 187.992920354);
  color: #0a0a0a;
}
.button-group.agua .button, .button-group.agua .button.disabled, .button-group.agua .button[disabled], .button-group.agua .button.disabled:hover, .button-group.agua .button[disabled]:hover, .button-group.agua .button.disabled:focus, .button-group.agua .button[disabled]:focus {
  background-color: #71c8ac;
  color: #0a0a0a;
}
.button-group.agua .button:hover, .button-group.agua .button:focus {
  background-color: rgb(69.9086294416, 180.4913705584, 144.9015228426);
  color: #0a0a0a;
}
.button-group.verde .button, .button-group.verde .button.disabled, .button-group.verde .button[disabled], .button-group.verde .button.disabled:hover, .button-group.verde .button[disabled]:hover, .button-group.verde .button.disabled:focus, .button-group.verde .button[disabled]:focus {
  background-color: #70cb7d;
  color: #0a0a0a;
}
.button-group.verde .button:hover, .button-group.verde .button:focus {
  background-color: rgb(67.2, 184.8, 84);
  color: #0a0a0a;
}
.button-group.lima .button, .button-group.lima .button.disabled, .button-group.lima .button[disabled], .button-group.lima .button.disabled:hover, .button-group.lima .button[disabled]:hover, .button-group.lima .button.disabled:focus, .button-group.lima .button[disabled]:focus {
  background-color: #89c06c;
  color: #0a0a0a;
}
.button-group.lima .button:hover, .button-group.lima .button:focus {
  background-color: rgb(105.1428571429, 168, 72);
  color: #0a0a0a;
}
.button-group.amarillo .button, .button-group.amarillo .button.disabled, .button-group.amarillo .button[disabled], .button-group.amarillo .button.disabled:hover, .button-group.amarillo .button[disabled]:hover, .button-group.amarillo .button.disabled:focus, .button-group.amarillo .button[disabled]:focus {
  background-color: #f0ce36;
  color: #0a0a0a;
}
.button-group.amarillo .button:hover, .button-group.amarillo .button:focus {
  background-color: rgb(218.8666666667, 181.8444444444, 16.3333333333);
  color: #0a0a0a;
}
.button-group.rosa .button, .button-group.rosa .button.disabled, .button-group.rosa .button[disabled], .button-group.rosa .button.disabled:hover, .button-group.rosa .button[disabled]:hover, .button-group.rosa .button.disabled:focus, .button-group.rosa .button[disabled]:focus {
  background-color: #ea82af;
  color: #0a0a0a;
}
.button-group.rosa .button:hover, .button-group.rosa .button:focus {
  background-color: rgb(223.5287671233, 67.6712328767, 135.1095890411);
  color: #0a0a0a;
}
.button-group.fucsia .button, .button-group.fucsia .button.disabled, .button-group.fucsia .button[disabled], .button-group.fucsia .button.disabled:hover, .button-group.fucsia .button[disabled]:hover, .button-group.fucsia .button.disabled:focus, .button-group.fucsia .button[disabled]:focus {
  background-color: #e74f58;
  color: #0a0a0a;
}
.button-group.fucsia .button:hover, .button-group.fucsia .button:focus {
  background-color: rgb(218.24, 29.76, 40.92);
  color: #0a0a0a;
}
.button-group.blanco .button, .button-group.blanco .button.disabled, .button-group.blanco .button[disabled], .button-group.blanco .button.disabled:hover, .button-group.blanco .button[disabled]:hover, .button-group.blanco .button.disabled:focus, .button-group.blanco .button[disabled]:focus {
  background-color: #ffffff;
  color: #0a0a0a;
}
.button-group.blanco .button:hover, .button-group.blanco .button:focus {
  background-color: #cccccc;
  color: #0a0a0a;
}
.button-group.negro .button, .button-group.negro .button.disabled, .button-group.negro .button[disabled], .button-group.negro .button.disabled:hover, .button-group.negro .button[disabled]:hover, .button-group.negro .button.disabled:focus, .button-group.negro .button[disabled]:focus {
  background-color: #000000;
  color: #f1f1f1;
}
.button-group.negro .button:hover, .button-group.negro .button:focus {
  background-color: black;
  color: #f1f1f1;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #ff983a;
  color: #ff983a;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: rgb(156.5, 74.6751269036, 0);
  color: rgb(156.5, 74.6751269036, 0);
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #ff983a;
  color: #ff983a;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: rgb(156.5, 74.6751269036, 0);
  color: rgb(156.5, 74.6751269036, 0);
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button-group.hollow.azul .button, .button-group.hollow.azul .button.disabled, .button-group.hollow.azul .button[disabled], .button-group.hollow.azul .button.disabled:hover, .button-group.hollow.azul .button[disabled]:hover, .button-group.hollow.azul .button.disabled:focus, .button-group.hollow.azul .button[disabled]:focus, .button-group.hollow .button.azul, .button-group.hollow .button.azul.disabled, .button-group.hollow .button.azul[disabled], .button-group.hollow .button.azul.disabled:hover, .button-group.hollow .button.azul[disabled]:hover, .button-group.hollow .button.azul.disabled:focus, .button-group.hollow .button.azul[disabled]:focus {
  border: 1px solid #5984c6;
  color: #5984c6;
}
.button-group.hollow.azul .button:hover, .button-group.hollow.azul .button:focus, .button-group.hollow .button.azul:hover, .button-group.hollow .button.azul:focus {
  border-color: rgb(36.6793721973, 64.3497757848, 106.8206278027);
  color: rgb(36.6793721973, 64.3497757848, 106.8206278027);
}
.button-group.hollow.lila .button, .button-group.hollow.lila .button.disabled, .button-group.hollow.lila .button[disabled], .button-group.hollow.lila .button.disabled:hover, .button-group.hollow.lila .button[disabled]:hover, .button-group.hollow.lila .button.disabled:focus, .button-group.hollow.lila .button[disabled]:focus, .button-group.hollow .button.lila, .button-group.hollow .button.lila.disabled, .button-group.hollow .button.lila[disabled], .button-group.hollow .button.lila.disabled:hover, .button-group.hollow .button.lila[disabled]:hover, .button-group.hollow .button.lila.disabled:focus, .button-group.hollow .button.lila[disabled]:focus {
  border: 1px solid #a78fc1;
  color: #a78fc1;
}
.button-group.hollow.lila .button:hover, .button-group.hollow.lila .button:focus, .button-group.hollow .button.lila:hover, .button-group.hollow .button.lila:focus {
  border-color: rgb(83.0344827586, 59.8620689655, 108.1379310345);
  color: rgb(83.0344827586, 59.8620689655, 108.1379310345);
}
.button-group.hollow.celeste .button, .button-group.hollow.celeste .button.disabled, .button-group.hollow.celeste .button[disabled], .button-group.hollow.celeste .button.disabled:hover, .button-group.hollow.celeste .button[disabled]:hover, .button-group.hollow.celeste .button.disabled:focus, .button-group.hollow.celeste .button[disabled]:focus, .button-group.hollow .button.celeste, .button-group.hollow .button.celeste.disabled, .button-group.hollow .button.celeste[disabled], .button-group.hollow .button.celeste.disabled:hover, .button-group.hollow .button.celeste[disabled]:hover, .button-group.hollow .button.celeste.disabled:focus, .button-group.hollow .button.celeste[disabled]:focus {
  border: 1px solid #80b3cd;
  color: #80b3cd;
}
.button-group.hollow.celeste .button:hover, .button-group.hollow.celeste .button:focus, .button-group.hollow .button.celeste:hover, .button-group.hollow .button.celeste:focus {
  border-color: rgb(47.0338983051, 95.0084745763, 119.4661016949);
  color: rgb(47.0338983051, 95.0084745763, 119.4661016949);
}
.button-group.hollow.celeste_oscuro .button, .button-group.hollow.celeste_oscuro .button.disabled, .button-group.hollow.celeste_oscuro .button[disabled], .button-group.hollow.celeste_oscuro .button.disabled:hover, .button-group.hollow.celeste_oscuro .button[disabled]:hover, .button-group.hollow.celeste_oscuro .button.disabled:focus, .button-group.hollow.celeste_oscuro .button[disabled]:focus, .button-group.hollow .button.celeste_oscuro, .button-group.hollow .button.celeste_oscuro.disabled, .button-group.hollow .button.celeste_oscuro[disabled], .button-group.hollow .button.celeste_oscuro.disabled:hover, .button-group.hollow .button.celeste_oscuro[disabled]:hover, .button-group.hollow .button.celeste_oscuro.disabled:focus, .button-group.hollow .button.celeste_oscuro[disabled]:focus {
  border: 1px solid #44b9d8;
  color: #44b9d8;
}
.button-group.hollow.celeste_oscuro .button:hover, .button-group.hollow.celeste_oscuro .button:focus, .button-group.hollow .button.celeste_oscuro:hover, .button-group.hollow .button.celeste_oscuro:focus {
  border-color: rgb(24.5044247788, 98.017699115, 117.4955752212);
  color: rgb(24.5044247788, 98.017699115, 117.4955752212);
}
.button-group.hollow.agua .button, .button-group.hollow.agua .button.disabled, .button-group.hollow.agua .button[disabled], .button-group.hollow.agua .button.disabled:hover, .button-group.hollow.agua .button[disabled]:hover, .button-group.hollow.agua .button.disabled:focus, .button-group.hollow.agua .button[disabled]:focus, .button-group.hollow .button.agua, .button-group.hollow .button.agua.disabled, .button-group.hollow .button.agua[disabled], .button-group.hollow .button.agua.disabled:hover, .button-group.hollow .button.agua[disabled]:hover, .button-group.hollow .button.agua.disabled:focus, .button-group.hollow .button.agua[disabled]:focus {
  border: 1px solid #71c8ac;
  color: #71c8ac;
}
.button-group.hollow.agua .button:hover, .button-group.hollow.agua .button:focus, .button-group.hollow .button.agua:hover, .button-group.hollow .button.agua:focus {
  border-color: rgb(43.692893401, 112.807106599, 90.5634517766);
  color: rgb(43.692893401, 112.807106599, 90.5634517766);
}
.button-group.hollow.verde .button, .button-group.hollow.verde .button.disabled, .button-group.hollow.verde .button[disabled], .button-group.hollow.verde .button.disabled:hover, .button-group.hollow.verde .button[disabled]:hover, .button-group.hollow.verde .button.disabled:focus, .button-group.hollow.verde .button[disabled]:focus, .button-group.hollow .button.verde, .button-group.hollow .button.verde.disabled, .button-group.hollow .button.verde[disabled], .button-group.hollow .button.verde.disabled:hover, .button-group.hollow .button.verde[disabled]:hover, .button-group.hollow .button.verde.disabled:focus, .button-group.hollow .button.verde[disabled]:focus {
  border: 1px solid #70cb7d;
  color: #70cb7d;
}
.button-group.hollow.verde .button:hover, .button-group.hollow.verde .button:focus, .button-group.hollow .button.verde:hover, .button-group.hollow .button.verde:focus {
  border-color: rgb(42, 115.5, 52.5);
  color: rgb(42, 115.5, 52.5);
}
.button-group.hollow.lima .button, .button-group.hollow.lima .button.disabled, .button-group.hollow.lima .button[disabled], .button-group.hollow.lima .button.disabled:hover, .button-group.hollow.lima .button[disabled]:hover, .button-group.hollow.lima .button.disabled:focus, .button-group.hollow.lima .button[disabled]:focus, .button-group.hollow .button.lima, .button-group.hollow .button.lima.disabled, .button-group.hollow .button.lima[disabled], .button-group.hollow .button.lima.disabled:hover, .button-group.hollow .button.lima[disabled]:hover, .button-group.hollow .button.lima.disabled:focus, .button-group.hollow .button.lima[disabled]:focus {
  border: 1px solid #89c06c;
  color: #89c06c;
}
.button-group.hollow.lima .button:hover, .button-group.hollow.lima .button:focus, .button-group.hollow .button.lima:hover, .button-group.hollow .button.lima:focus {
  border-color: rgb(65.7142857143, 105, 45);
  color: rgb(65.7142857143, 105, 45);
}
.button-group.hollow.amarillo .button, .button-group.hollow.amarillo .button.disabled, .button-group.hollow.amarillo .button[disabled], .button-group.hollow.amarillo .button.disabled:hover, .button-group.hollow.amarillo .button[disabled]:hover, .button-group.hollow.amarillo .button.disabled:focus, .button-group.hollow.amarillo .button[disabled]:focus, .button-group.hollow .button.amarillo, .button-group.hollow .button.amarillo.disabled, .button-group.hollow .button.amarillo[disabled], .button-group.hollow .button.amarillo.disabled:hover, .button-group.hollow .button.amarillo[disabled]:hover, .button-group.hollow .button.amarillo.disabled:focus, .button-group.hollow .button.amarillo[disabled]:focus {
  border: 1px solid #f0ce36;
  color: #f0ce36;
}
.button-group.hollow.amarillo .button:hover, .button-group.hollow.amarillo .button:focus, .button-group.hollow .button.amarillo:hover, .button-group.hollow .button.amarillo:focus {
  border-color: rgb(136.7916666667, 113.6527777778, 10.2083333333);
  color: rgb(136.7916666667, 113.6527777778, 10.2083333333);
}
.button-group.hollow.rosa .button, .button-group.hollow.rosa .button.disabled, .button-group.hollow.rosa .button[disabled], .button-group.hollow.rosa .button.disabled:hover, .button-group.hollow.rosa .button[disabled]:hover, .button-group.hollow.rosa .button.disabled:focus, .button-group.hollow.rosa .button[disabled]:focus, .button-group.hollow .button.rosa, .button-group.hollow .button.rosa.disabled, .button-group.hollow .button.rosa[disabled], .button-group.hollow .button.rosa.disabled:hover, .button-group.hollow .button.rosa[disabled]:hover, .button-group.hollow .button.rosa.disabled:focus, .button-group.hollow .button.rosa[disabled]:focus {
  border: 1px solid #ea82af;
  color: #ea82af;
}
.button-group.hollow.rosa .button:hover, .button-group.hollow.rosa .button:focus, .button-group.hollow .button.rosa:hover, .button-group.hollow .button.rosa:focus {
  border-color: rgb(155.8219178082, 26.1780821918, 82.2739726027);
  color: rgb(155.8219178082, 26.1780821918, 82.2739726027);
}
.button-group.hollow.fucsia .button, .button-group.hollow.fucsia .button.disabled, .button-group.hollow.fucsia .button[disabled], .button-group.hollow.fucsia .button.disabled:hover, .button-group.hollow.fucsia .button[disabled]:hover, .button-group.hollow.fucsia .button.disabled:focus, .button-group.hollow.fucsia .button[disabled]:focus, .button-group.hollow .button.fucsia, .button-group.hollow .button.fucsia.disabled, .button-group.hollow .button.fucsia[disabled], .button-group.hollow .button.fucsia.disabled:hover, .button-group.hollow .button.fucsia[disabled]:hover, .button-group.hollow .button.fucsia.disabled:focus, .button-group.hollow .button.fucsia[disabled]:focus {
  border: 1px solid #e74f58;
  color: #e74f58;
}
.button-group.hollow.fucsia .button:hover, .button-group.hollow.fucsia .button:focus, .button-group.hollow .button.fucsia:hover, .button-group.hollow .button.fucsia:focus {
  border-color: rgb(136.4, 18.6, 25.575);
  color: rgb(136.4, 18.6, 25.575);
}
.button-group.hollow.blanco .button, .button-group.hollow.blanco .button.disabled, .button-group.hollow.blanco .button[disabled], .button-group.hollow.blanco .button.disabled:hover, .button-group.hollow.blanco .button[disabled]:hover, .button-group.hollow.blanco .button.disabled:focus, .button-group.hollow.blanco .button[disabled]:focus, .button-group.hollow .button.blanco, .button-group.hollow .button.blanco.disabled, .button-group.hollow .button.blanco[disabled], .button-group.hollow .button.blanco.disabled:hover, .button-group.hollow .button.blanco[disabled]:hover, .button-group.hollow .button.blanco.disabled:focus, .button-group.hollow .button.blanco[disabled]:focus {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button-group.hollow.blanco .button:hover, .button-group.hollow.blanco .button:focus, .button-group.hollow .button.blanco:hover, .button-group.hollow .button.blanco:focus {
  border-color: rgb(127.5, 127.5, 127.5);
  color: rgb(127.5, 127.5, 127.5);
}
.button-group.hollow.negro .button, .button-group.hollow.negro .button.disabled, .button-group.hollow.negro .button[disabled], .button-group.hollow.negro .button.disabled:hover, .button-group.hollow.negro .button[disabled]:hover, .button-group.hollow.negro .button.disabled:focus, .button-group.hollow.negro .button[disabled]:focus, .button-group.hollow .button.negro, .button-group.hollow .button.negro.disabled, .button-group.hollow .button.negro[disabled], .button-group.hollow .button.negro.disabled:hover, .button-group.hollow .button.negro[disabled]:hover, .button-group.hollow .button.negro.disabled:focus, .button-group.hollow .button.negro[disabled]:focus {
  border: 1px solid #000000;
  color: #000000;
}
.button-group.hollow.negro .button:hover, .button-group.hollow.negro .button:focus, .button-group.hollow .button.negro:hover, .button-group.hollow .button.negro:focus {
  border-color: black;
  color: black;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #ff983a;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: rgb(156.5, 74.6751269036, 0);
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #ff983a;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: rgb(156.5, 74.6751269036, 0);
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button-group.clear.azul .button, .button-group.clear.azul .button.disabled, .button-group.clear.azul .button[disabled], .button-group.clear.azul .button.disabled:hover, .button-group.clear.azul .button[disabled]:hover, .button-group.clear.azul .button.disabled:focus, .button-group.clear.azul .button[disabled]:focus, .button-group.clear .button.azul, .button-group.clear .button.azul.disabled, .button-group.clear .button.azul[disabled], .button-group.clear .button.azul.disabled:hover, .button-group.clear .button.azul[disabled]:hover, .button-group.clear .button.azul.disabled:focus, .button-group.clear .button.azul[disabled]:focus {
  color: #5984c6;
}
.button-group.clear.azul .button:hover, .button-group.clear.azul .button:focus, .button-group.clear .button.azul:hover, .button-group.clear .button.azul:focus {
  color: rgb(36.6793721973, 64.3497757848, 106.8206278027);
}
.button-group.clear.lila .button, .button-group.clear.lila .button.disabled, .button-group.clear.lila .button[disabled], .button-group.clear.lila .button.disabled:hover, .button-group.clear.lila .button[disabled]:hover, .button-group.clear.lila .button.disabled:focus, .button-group.clear.lila .button[disabled]:focus, .button-group.clear .button.lila, .button-group.clear .button.lila.disabled, .button-group.clear .button.lila[disabled], .button-group.clear .button.lila.disabled:hover, .button-group.clear .button.lila[disabled]:hover, .button-group.clear .button.lila.disabled:focus, .button-group.clear .button.lila[disabled]:focus {
  color: #a78fc1;
}
.button-group.clear.lila .button:hover, .button-group.clear.lila .button:focus, .button-group.clear .button.lila:hover, .button-group.clear .button.lila:focus {
  color: rgb(83.0344827586, 59.8620689655, 108.1379310345);
}
.button-group.clear.celeste .button, .button-group.clear.celeste .button.disabled, .button-group.clear.celeste .button[disabled], .button-group.clear.celeste .button.disabled:hover, .button-group.clear.celeste .button[disabled]:hover, .button-group.clear.celeste .button.disabled:focus, .button-group.clear.celeste .button[disabled]:focus, .button-group.clear .button.celeste, .button-group.clear .button.celeste.disabled, .button-group.clear .button.celeste[disabled], .button-group.clear .button.celeste.disabled:hover, .button-group.clear .button.celeste[disabled]:hover, .button-group.clear .button.celeste.disabled:focus, .button-group.clear .button.celeste[disabled]:focus {
  color: #80b3cd;
}
.button-group.clear.celeste .button:hover, .button-group.clear.celeste .button:focus, .button-group.clear .button.celeste:hover, .button-group.clear .button.celeste:focus {
  color: rgb(47.0338983051, 95.0084745763, 119.4661016949);
}
.button-group.clear.celeste_oscuro .button, .button-group.clear.celeste_oscuro .button.disabled, .button-group.clear.celeste_oscuro .button[disabled], .button-group.clear.celeste_oscuro .button.disabled:hover, .button-group.clear.celeste_oscuro .button[disabled]:hover, .button-group.clear.celeste_oscuro .button.disabled:focus, .button-group.clear.celeste_oscuro .button[disabled]:focus, .button-group.clear .button.celeste_oscuro, .button-group.clear .button.celeste_oscuro.disabled, .button-group.clear .button.celeste_oscuro[disabled], .button-group.clear .button.celeste_oscuro.disabled:hover, .button-group.clear .button.celeste_oscuro[disabled]:hover, .button-group.clear .button.celeste_oscuro.disabled:focus, .button-group.clear .button.celeste_oscuro[disabled]:focus {
  color: #44b9d8;
}
.button-group.clear.celeste_oscuro .button:hover, .button-group.clear.celeste_oscuro .button:focus, .button-group.clear .button.celeste_oscuro:hover, .button-group.clear .button.celeste_oscuro:focus {
  color: rgb(24.5044247788, 98.017699115, 117.4955752212);
}
.button-group.clear.agua .button, .button-group.clear.agua .button.disabled, .button-group.clear.agua .button[disabled], .button-group.clear.agua .button.disabled:hover, .button-group.clear.agua .button[disabled]:hover, .button-group.clear.agua .button.disabled:focus, .button-group.clear.agua .button[disabled]:focus, .button-group.clear .button.agua, .button-group.clear .button.agua.disabled, .button-group.clear .button.agua[disabled], .button-group.clear .button.agua.disabled:hover, .button-group.clear .button.agua[disabled]:hover, .button-group.clear .button.agua.disabled:focus, .button-group.clear .button.agua[disabled]:focus {
  color: #71c8ac;
}
.button-group.clear.agua .button:hover, .button-group.clear.agua .button:focus, .button-group.clear .button.agua:hover, .button-group.clear .button.agua:focus {
  color: rgb(43.692893401, 112.807106599, 90.5634517766);
}
.button-group.clear.verde .button, .button-group.clear.verde .button.disabled, .button-group.clear.verde .button[disabled], .button-group.clear.verde .button.disabled:hover, .button-group.clear.verde .button[disabled]:hover, .button-group.clear.verde .button.disabled:focus, .button-group.clear.verde .button[disabled]:focus, .button-group.clear .button.verde, .button-group.clear .button.verde.disabled, .button-group.clear .button.verde[disabled], .button-group.clear .button.verde.disabled:hover, .button-group.clear .button.verde[disabled]:hover, .button-group.clear .button.verde.disabled:focus, .button-group.clear .button.verde[disabled]:focus {
  color: #70cb7d;
}
.button-group.clear.verde .button:hover, .button-group.clear.verde .button:focus, .button-group.clear .button.verde:hover, .button-group.clear .button.verde:focus {
  color: rgb(42, 115.5, 52.5);
}
.button-group.clear.lima .button, .button-group.clear.lima .button.disabled, .button-group.clear.lima .button[disabled], .button-group.clear.lima .button.disabled:hover, .button-group.clear.lima .button[disabled]:hover, .button-group.clear.lima .button.disabled:focus, .button-group.clear.lima .button[disabled]:focus, .button-group.clear .button.lima, .button-group.clear .button.lima.disabled, .button-group.clear .button.lima[disabled], .button-group.clear .button.lima.disabled:hover, .button-group.clear .button.lima[disabled]:hover, .button-group.clear .button.lima.disabled:focus, .button-group.clear .button.lima[disabled]:focus {
  color: #89c06c;
}
.button-group.clear.lima .button:hover, .button-group.clear.lima .button:focus, .button-group.clear .button.lima:hover, .button-group.clear .button.lima:focus {
  color: rgb(65.7142857143, 105, 45);
}
.button-group.clear.amarillo .button, .button-group.clear.amarillo .button.disabled, .button-group.clear.amarillo .button[disabled], .button-group.clear.amarillo .button.disabled:hover, .button-group.clear.amarillo .button[disabled]:hover, .button-group.clear.amarillo .button.disabled:focus, .button-group.clear.amarillo .button[disabled]:focus, .button-group.clear .button.amarillo, .button-group.clear .button.amarillo.disabled, .button-group.clear .button.amarillo[disabled], .button-group.clear .button.amarillo.disabled:hover, .button-group.clear .button.amarillo[disabled]:hover, .button-group.clear .button.amarillo.disabled:focus, .button-group.clear .button.amarillo[disabled]:focus {
  color: #f0ce36;
}
.button-group.clear.amarillo .button:hover, .button-group.clear.amarillo .button:focus, .button-group.clear .button.amarillo:hover, .button-group.clear .button.amarillo:focus {
  color: rgb(136.7916666667, 113.6527777778, 10.2083333333);
}
.button-group.clear.rosa .button, .button-group.clear.rosa .button.disabled, .button-group.clear.rosa .button[disabled], .button-group.clear.rosa .button.disabled:hover, .button-group.clear.rosa .button[disabled]:hover, .button-group.clear.rosa .button.disabled:focus, .button-group.clear.rosa .button[disabled]:focus, .button-group.clear .button.rosa, .button-group.clear .button.rosa.disabled, .button-group.clear .button.rosa[disabled], .button-group.clear .button.rosa.disabled:hover, .button-group.clear .button.rosa[disabled]:hover, .button-group.clear .button.rosa.disabled:focus, .button-group.clear .button.rosa[disabled]:focus {
  color: #ea82af;
}
.button-group.clear.rosa .button:hover, .button-group.clear.rosa .button:focus, .button-group.clear .button.rosa:hover, .button-group.clear .button.rosa:focus {
  color: rgb(155.8219178082, 26.1780821918, 82.2739726027);
}
.button-group.clear.fucsia .button, .button-group.clear.fucsia .button.disabled, .button-group.clear.fucsia .button[disabled], .button-group.clear.fucsia .button.disabled:hover, .button-group.clear.fucsia .button[disabled]:hover, .button-group.clear.fucsia .button.disabled:focus, .button-group.clear.fucsia .button[disabled]:focus, .button-group.clear .button.fucsia, .button-group.clear .button.fucsia.disabled, .button-group.clear .button.fucsia[disabled], .button-group.clear .button.fucsia.disabled:hover, .button-group.clear .button.fucsia[disabled]:hover, .button-group.clear .button.fucsia.disabled:focus, .button-group.clear .button.fucsia[disabled]:focus {
  color: #e74f58;
}
.button-group.clear.fucsia .button:hover, .button-group.clear.fucsia .button:focus, .button-group.clear .button.fucsia:hover, .button-group.clear .button.fucsia:focus {
  color: rgb(136.4, 18.6, 25.575);
}
.button-group.clear.blanco .button, .button-group.clear.blanco .button.disabled, .button-group.clear.blanco .button[disabled], .button-group.clear.blanco .button.disabled:hover, .button-group.clear.blanco .button[disabled]:hover, .button-group.clear.blanco .button.disabled:focus, .button-group.clear.blanco .button[disabled]:focus, .button-group.clear .button.blanco, .button-group.clear .button.blanco.disabled, .button-group.clear .button.blanco[disabled], .button-group.clear .button.blanco.disabled:hover, .button-group.clear .button.blanco[disabled]:hover, .button-group.clear .button.blanco.disabled:focus, .button-group.clear .button.blanco[disabled]:focus {
  color: #ffffff;
}
.button-group.clear.blanco .button:hover, .button-group.clear.blanco .button:focus, .button-group.clear .button.blanco:hover, .button-group.clear .button.blanco:focus {
  color: rgb(127.5, 127.5, 127.5);
}
.button-group.clear.negro .button, .button-group.clear.negro .button.disabled, .button-group.clear.negro .button[disabled], .button-group.clear.negro .button.disabled:hover, .button-group.clear.negro .button[disabled]:hover, .button-group.clear.negro .button.disabled:focus, .button-group.clear.negro .button[disabled]:focus, .button-group.clear .button.negro, .button-group.clear .button.negro.disabled, .button-group.clear .button.negro[disabled], .button-group.clear .button.negro.disabled:hover, .button-group.clear .button.negro[disabled]:hover, .button-group.clear .button.negro.disabled:focus, .button-group.clear .button.negro[disabled]:focus {
  color: #000000;
}
.button-group.clear.negro .button:hover, .button-group.clear.negro .button:focus, .button-group.clear .button.negro:hover, .button-group.clear .button.negro:focus {
  color: black;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #ff983a;
  color: #f1f1f1;
}
.label.primary {
  background: #ff983a;
  color: #0a0a0a;
}
.label.secondary {
  background: #767676;
  color: #0a0a0a;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #0a0a0a;
}
.label.azul {
  background: #5984c6;
  color: #0a0a0a;
}
.label.lila {
  background: #a78fc1;
  color: #0a0a0a;
}
.label.celeste {
  background: #80b3cd;
  color: #0a0a0a;
}
.label.celeste_oscuro {
  background: #44b9d8;
  color: #0a0a0a;
}
.label.agua {
  background: #71c8ac;
  color: #0a0a0a;
}
.label.verde {
  background: #70cb7d;
  color: #0a0a0a;
}
.label.lima {
  background: #89c06c;
  color: #0a0a0a;
}
.label.amarillo {
  background: #f0ce36;
  color: #0a0a0a;
}
.label.rosa {
  background: #ea82af;
  color: #0a0a0a;
}
.label.fucsia {
  background: #e74f58;
  color: #0a0a0a;
}
.label.blanco {
  background: #ffffff;
  color: #0a0a0a;
}
.label.negro {
  background: #000000;
  color: #f1f1f1;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #ff983a;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}
.progress.azul .progress-meter {
  background-color: #5984c6;
}
.progress.lila .progress-meter {
  background-color: #a78fc1;
}
.progress.celeste .progress-meter {
  background-color: #80b3cd;
}
.progress.celeste_oscuro .progress-meter {
  background-color: #44b9d8;
}
.progress.agua .progress-meter {
  background-color: #71c8ac;
}
.progress.verde .progress-meter {
  background-color: #70cb7d;
}
.progress.lima .progress-meter {
  background-color: #89c06c;
}
.progress.amarillo .progress-meter {
  background-color: #f0ce36;
}
.progress.rosa .progress-meter {
  background-color: #ea82af;
}
.progress.fucsia .progress-meter {
  background-color: #e74f58;
}
.progress.blanco .progress-meter {
  background-color: #ffffff;
}
.progress.negro .progress-meter {
  background-color: #000000;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #ff983a;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #f1f1f1;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #ff983a;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: rgb(255, 127.4525380711, 11.05);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #f1f1f1;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #f1f1f1;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #ff983a;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(228.95, 228.95, 228.95);
  background-color: #f1f1f1;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgb(234.975, 234.975, 234.975);
  color: white;
}

tfoot {
  background: rgb(228.95, 228.95, 228.95);
  color: white;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(228.95, 228.95, 228.95);
}

table.unstriped tbody {
  background-color: #f1f1f1;
}
table.unstriped tbody tr {
  border-bottom: 1px solid rgb(228.95, 228.95, 228.95);
  background-color: #f1f1f1;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(229.875, 229.875, 229.875);
}
table.hover tfoot tr:hover {
  background-color: rgb(223.85, 223.85, 223.85);
}
table.hover tbody tr:hover {
  background-color: rgb(235.9, 235.9, 235.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(223.15, 223.15, 223.15);
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #ff983a;
  color: #f1f1f1;
}
.badge.primary {
  background: #ff983a;
  color: #0a0a0a;
}
.badge.secondary {
  background: #767676;
  color: #0a0a0a;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #0a0a0a;
}
.badge.azul {
  background: #5984c6;
  color: #0a0a0a;
}
.badge.lila {
  background: #a78fc1;
  color: #0a0a0a;
}
.badge.celeste {
  background: #80b3cd;
  color: #0a0a0a;
}
.badge.celeste_oscuro {
  background: #44b9d8;
  color: #0a0a0a;
}
.badge.agua {
  background: #71c8ac;
  color: #0a0a0a;
}
.badge.verde {
  background: #70cb7d;
  color: #0a0a0a;
}
.badge.lima {
  background: #89c06c;
  color: #0a0a0a;
}
.badge.amarillo {
  background: #f0ce36;
  color: #0a0a0a;
}
.badge.rosa {
  background: #ea82af;
  color: #0a0a0a;
}
.badge.fucsia {
  background: #e74f58;
  color: #0a0a0a;
}
.badge.blanco {
  background: #ffffff;
  color: #0a0a0a;
}
.badge.negro {
  background: #000000;
  color: #f1f1f1;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #ff983a;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #f1f1f1;
  box-shadow: none;
  overflow: hidden;
  color: white;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: black;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #ff983a;
  color: #f1f1f1;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #f1f1f1;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem;
  border: 1px solid white;
  border-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: white;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid white;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: transparent;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid white;
  border-bottom: 0;
  background-color: transparent;
  color: white;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid white;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #f1f1f1;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #f1f1f1;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #f1f1f1;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #ff983a;
}
.tabs.primary > li > a {
  color: #0a0a0a;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(255, 143.8175126904, 42.35);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #ff983a;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #f1f1f1;
  color: rgb(255, 129.089035533, 14.18);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #ff983a;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #f1f1f1;
  color: white;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #f1f1f1;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(255, 152, 58, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #ff983a;
  color: #0a0a0a;
}
.menu .active > a {
  background: #ff983a;
  color: #0a0a0a;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #f1f1f1;
  box-shadow: 0 7px 0 #f1f1f1, 0 14px 0 #f1f1f1;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #ff983a transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #ff983a transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

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

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #ff983a;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ff983a;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent white;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent white transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent white transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #ff983a;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: transparent;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(241, 241, 241, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #f1f1f1;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: transparent;
  color: black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: transparent;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

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

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

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

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

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

/*
    FONTS
*/
/*
@font-face {
    font-family: 'NeueHaasUnicaPro-Light';
    src: url('../fonts/2E39A8_2_0.eot');
    src: url('../fonts/2E39A8_2_0.eot?#iefix') format('embedded-opentype'),
        url('..//fonts/2E39A8_2_0.woff2') format('woff2'),
        url('..//fonts/2E39A8_2_0.woff') format('woff'),
        url('..//fonts/2E39A8_2_0.ttf') format('truetype');
}
*/
/*
    GLOBAL
*/
.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

section {
  padding: 2.5rem 0;
}
h2, h3, h4, h5 {
  font-weight: bold;
}

p + h4 {
  margin-top: 2rem;
}

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

a {
  color: inherit;
}
a.disabled {
  pointer-events: none;
}

h3.boxed-title {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  padding: 0.75rem 0.75rem 0.625rem 0.75rem;
  border: 1px solid white;
  margin-bottom: 2rem;
}
h3.boxed-title.black {
  color: black;
  border-color: black;
}
h3.boxed-title.black small {
  color: black;
}
h3.boxed-title small {
  color: white;
  display: block;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
}

.lower-separator {
  position: relative;
  padding-bottom: 0.5em;
}
.lower-separator:after {
  content: "";
  width: 50px;
  height: 0.15em;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
}

.lead {
  font-weight: bold;
  font-style: italic;
}
@media print, screen and (max-width: 39.99875em) {
  .lead {
    font-size: 112.5%;
  }
}

.bold {
  font-weight: bold !important;
}

a:hover, a:active {
  color: inherit;
}

a.button,
button.button,
.menu a,
.menu .button {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  outline: none;
}
a.button.hollow.blanco,
button.button.hollow.blanco,
.menu a.hollow.blanco,
.menu .button.hollow.blanco {
  border-color: white !important;
  color: white !important;
}
a.button.left-icon, a.button.right-icon,
button.button.left-icon,
button.button.right-icon,
.menu a.left-icon,
.menu a.right-icon,
.menu .button.left-icon,
.menu .button.right-icon {
  text-align: left;
  display: inline-flex;
  align-items: center;
}
a.button.left-icon i, a.button.right-icon i,
button.button.left-icon i,
button.button.right-icon i,
.menu a.left-icon i,
.menu a.right-icon i,
.menu .button.left-icon i,
.menu .button.right-icon i {
  font-size: 1.25em !important;
  line-height: 0.9rem !important;
}
a.button.left-icon.tiny i, a.button.right-icon.tiny i,
button.button.left-icon.tiny i,
button.button.right-icon.tiny i,
.menu a.left-icon.tiny i,
.menu a.right-icon.tiny i,
.menu .button.left-icon.tiny i,
.menu .button.right-icon.tiny i {
  font-size: 0.875rem !important;
  line-height: 0.6rem !important;
}
a.button.left-icon.small i, a.button.right-icon.small i,
button.button.left-icon.small i,
button.button.right-icon.small i,
.menu a.left-icon.small i,
.menu a.right-icon.small i,
.menu .button.left-icon.small i,
.menu .button.right-icon.small i {
  font-size: 1rem !important;
  line-height: 0.75rem !important;
}
a.button.left-icon.large i, a.button.right-icon.large i,
button.button.left-icon.large i,
button.button.right-icon.large i,
.menu a.left-icon.large i,
.menu a.right-icon.large i,
.menu .button.left-icon.large i,
.menu .button.right-icon.large i {
  font-size: 1.5rem !important;
  line-height: 1.25rem !important;
}
a.button.left-icon i,
button.button.left-icon i,
.menu a.left-icon i,
.menu .button.left-icon i {
  margin-right: 1em;
}
a.button.right-icon i,
button.button.right-icon i,
.menu a.right-icon i,
.menu .button.right-icon i {
  margin-left: 1em;
}
a.button.text-left,
button.button.text-left,
.menu a.text-left,
.menu .button.text-left {
  text-align: left !important;
}
a.button.lima,
button.button.lima,
.menu a.lima,
.menu .button.lima {
  color: #89c06c;
}

.is-dropdown-submenu {
  z-index: 10;
}
.is-dropdown-submenu li a {
  border-top: 0 !important;
}
.is-dropdown-submenu li a.active {
  font-weight: bold;
}
.is-dropdown-submenu a {
  color: black;
}

.dropdown.menu > li.is-dropdown-submenu-parent ul {
  border: 0;
  width: 100%;
  min-width: auto;
}
.dropdown.menu > li.is-dropdown-submenu-parent ul li a {
  text-align: left !important;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a.negro {
  color: black !important;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a.negro::after {
  border-color: black transparent transparent;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a.negro:hover {
  color: black;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a.negro + ul li a {
  color: black;
}

/*
#produccion-pg header {
    background-color: $primary-color;
    .options-menu ul li {
        background-color: $primary-color;
    }
}
#facultad-de-comunicacion-pg header {
    background-color: get-color(fucsia);
    .options-menu ul li {
        background-color: get-color(fucsia);
    }
}
#facultad-de-cinematografia-pg header {
    background-color: get-color(celeste);

    .options-menu ul li {
        background-color: get-color(celeste);
    }
}
#institucional-pg header {
    background-color: get-color(agua);
    .options-menu ul li {
        background-color: get-color(agua);
    }
}
#cursos-pg header {
    background-color: get-color(azul);
    .options-menu ul li {
        background-color: get-color(azul);
    }
}
#ciclos-pg header {
    background-color: get-color(lila);
    .options-menu ul li {
        background-color: get-color(lila);
    }
}
*/
#afiches-pg ul.menu.dropdown li {
  background-color: black;
}

#produccion-pg ul.menu.dropdown li {
  background-color: #ff983a;
}

#novedades-pg ul.menu.dropdown li {
  background-color: #f1f1f1;
}

#facultad-de-comunicacion-pg ul.menu.dropdown li {
  background-color: #e74f58;
}

#facultad-de-cinematografia-pg ul.menu.dropdown li {
  background-color: #80b3cd;
}

/*
#contacto-pg header {
    background-color: $primary-color;
    .options-menu ul li {
        background-color: $primary-color;
    }
}
#biblioteca-pg header {
    background-color: get-color(lima);
    .options-menu ul li {
        background-color: get-color(lima);
    }
}
#admision-pg header {
    background-color: get-color(rosa);
    .options-menu ul li {
        background-color: get-color(rosa);
    }
}
*/
.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.fs20 {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 40em) {
  .fs20 {
    font-size: 1.25rem;
  }
}

.no-border {
  border: 0 !important;
}

.primary-bgr {
  background-color: #ff983a;
  color: white;
}

.secondary-bgr {
  background-color: #767676;
  color: white;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.misc-circle {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.misc-circle .btn {
  position: absolute;
  z-index: 1;
}
.misc-circle .circle {
  width: 120%;
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 40em) {
  .misc-circle .circle {
    right: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .misc-circle .circle {
    width: auto;
  }
}
.misc-circle .circle img {
  border-radius: 50%;
  overflow: hidden;
}
.misc-circle .swiper-container {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.misc-circle .swiper-container .swiper-slide {
  height: auto;
}
.misc-circle .swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.misc-label {
  position: relative;
  padding-left: 35px;
  font-weight: bold;
  font-size: 0.875rem;
}
.misc-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  height: 2px;
  width: 25px;
  background: white;
}

@media print, screen and (min-width: 40em) {
  h2 + .misc-label {
    margin-top: -1rem;
  }
}

.item-label {
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 1;
  font-size: 0.875rem;
  color: white;
  background: #cacaca;
  letter-spacing: 1px;
  line-height: 1;
  padding: 6px 0.5rem 5px;
  pointer-events: none;
}

@media print, screen and (min-width: 64em) {
  .side-menu {
    margin-right: 2rem;
  }
}
.side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-menu ul li {
  border-bottom: 1px solid white;
}
.side-menu ul li a {
  display: block;
  color: white;
  font-weight: bold;
  padding: 1rem 3rem 1rem 0;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .side-menu ul li a {
    font-size: 1.25rem;
  }
}
.side-menu ul li a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f061";
  position: absolute;
  font-size: 1rem;
  line-height: 1rem;
  top: 50%;
  margin-top: -0.5rem;
  right: 0;
}
.side-menu ul li a.active {
  cursor: default;
  opacity: 0.5;
}

ul.links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.links-list li {
  margin: 0 0 0.125rem 0;
}
ul.links-list li a {
  padding: 0.375rem 1rem 0.375rem 1.25rem;
  border-left: 6px solid #cacaca;
  color: white;
  display: block;
}
ul.links-list li a:hover {
  color: #ff983a;
  border-color: #ff983a;
}

footer {
  position: relative;
}

.go-to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  visibility: visible;
  opacity: 0.9;
  transition: all 0.3s ease-out;
}
.go-to-top a {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  color: #0a0a0a;
}
.go-to-top a i {
  background: #cacaca;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  margin-right: 0.5rem;
  z-index: 1000;
  border-radius: 50%;
}
.go-to-top.off {
  opacity: 0;
  visibility: hidden;
}
.go-to-top.fixed {
  position: absolute;
  bottom: auto;
  top: -50px;
}

.top-fixed-content {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 1000;
}

.long-text-cotainer {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}
.long-text-cotainer .long-text {
  overflow: hidden;
  height: 100%;
  max-height: 1500px;
  transition: all 0.7s ease-out;
}
.long-text-cotainer .long-text.collapsed {
  max-height: 170px;
}
.long-text-cotainer [data-role=trigger-expand] {
  position: absolute;
  bottom: 0;
  margin: 0;
}

/*
    HEADER
*/
@media print, screen and (max-width: 63.99875em) {
  .no-js .top-bar {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .no-js .title-bar {
    display: none;
  }
}

/**********/
/**********/
header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 1rem 0;
  transition: all 0.2s ease-out;
  position: fixed;
}
@media print, screen and (max-width: 39.99875em) {
  header .header-inner > .grid-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
header .grid-container.fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}
header.narrow {
  padding: 0.5rem 0;
}
@media print, screen and (min-width: 40em) {
  header.narrow h1 img {
    width: 270px;
  }
}
header + section {
  padding-top: 6rem;
}
@media print, screen and (min-width: 40em) {
  header + section {
    padding-top: 9rem;
  }
}
header * {
  color: white;
}
header h1 {
  display: inline-block;
  margin: 0;
  width: 230px;
}
@media print, screen and (min-width: 40em) {
  header h1 {
    width: auto;
  }
}
header h1 img {
  display: block;
}
header .header-menus {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .button {
  padding: 0.5rem 1rem !important;
  font-weight: 400;
}
header .options-menu > li {
  margin-left: 1rem;
}
header .options-menu > li a {
  white-space: nowrap;
}
@media print, screen and (max-width: 39.99875em) {
  header .options-menu > li a {
    font-size: 0.75rem;
  }
}
header .options-menu ul {
  border: 0;
  width: 100%;
  min-width: auto;
}
header .options-menu ul li {
  background: transparent;
}
header .options-menu ul li a {
  color: white;
  text-align: center;
}
header .options-menu ul li a:hover {
  font-weight: bold;
}

#home-pg header.narrow {
  background-color: black;
}
#home-pg header.narrow .options-menu ul li {
  background-color: black;
}

#afiches-pg header {
  background-color: black;
}
#afiches-pg header .options-menu ul li {
  background-color: black;
}

#produccion-pg header {
  background-color: #ff983a;
}
#produccion-pg header .options-menu ul li {
  background-color: #ff983a;
}

#facultad-de-comunicacion-pg header,
#facultad-de-ciencias-de-la-comunicacion-pg header {
  background-color: #e74f58;
}
#facultad-de-comunicacion-pg header .options-menu ul li,
#facultad-de-ciencias-de-la-comunicacion-pg header .options-menu ul li {
  background-color: #e74f58;
}

#facultad-de-cinematografia-pg header {
  background-color: #80b3cd;
}
#facultad-de-cinematografia-pg header .options-menu ul li {
  background-color: #80b3cd;
}

#institucional-pg header {
  background-color: #71c8ac;
}
#institucional-pg header .options-menu ul li {
  background-color: #71c8ac;
}

#actividades-pg header {
  background-color: #44b9d8;
}
#actividades-pg header .options-menu ul li {
  background-color: #44b9d8;
}

#cursos-pg header {
  background-color: #5984c6;
}
#cursos-pg header .options-menu ul li {
  background-color: #5984c6;
}

#ciclos-pg header {
  background-color: #a78fc1;
}
#ciclos-pg header .options-menu ul li {
  background-color: #a78fc1;
}

#novedades-pg header {
  background-color: #f1f1f1;
}
#novedades-pg header .options-menu ul li {
  background-color: #f1f1f1;
}

#contacto-pg header {
  background-color: #ff983a;
}
#contacto-pg header .options-menu ul li {
  background-color: #ff983a;
}

#programas-pg header {
  background-color: #ff983a;
}
#programas-pg header .options-menu ul li {
  background-color: #ff983a;
}

#biblioteca-pg header {
  background-color: #89c06c;
}
#biblioteca-pg header .options-menu ul li {
  background-color: #89c06c;
}

#admision-pg header {
  background-color: #ea82af;
}
#admision-pg header .options-menu ul li {
  background-color: #ea82af;
}

#intercambio-pg header {
  background-color: #ea82af;
}
#intercambio-pg header .options-menu ul li {
  background-color: #ea82af;
}

#muestra-anual-pg header {
  background-color: #EF524B;
}
#muestra-anual-pg header .options-menu ul li {
  background-color: #EF524B;
}

#becas-pg header {
  background-color: #ea82af;
}
#becas-pg header .options-menu ul li {
  background-color: #ea82af;
}

#carreras-pg header {
  background-color: #f1f1f1;
}
#carreras-pg header .options-menu ul li {
  background-color: #f1f1f1;
}

.social-menu li a {
  padding: 0 0.625rem;
  font-size: 1.125rem;
  line-height: 32px;
}
.social-menu li.search {
  border-left: 1px solid white;
  padding-left: 0.625rem;
  margin-left: 0.625rem;
}

/*
    NAV
*/
body .overlay-bgr {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  background: rgba(0, 0, 0, 0);
  transition: background 0.35s ease-out;
}
body .header-inner h1 {
  opacity: 1;
  transition: opacity 0.35s ease-out;
}
body.fixed {
  position: relative;
}
body.fixed .overlay-bgr {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
body.fixed .header-inner {
  padding-right: 17px;
}
body.fixed .header-inner h1 {
  opacity: 0;
}

html.nav-is-visible {
  margin-right: 17px;
  overflow: hidden;
}

.offcanvas-nav {
  width: 100vw;
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}
@media print, screen and (min-width: 40em) {
  .offcanvas-nav {
    max-width: 22rem;
  }
}
.offcanvas-nav .offcanvas-inner {
  width: 100%;
  height: 100%;
  background: #ff983a;
  transform: translate(-100%, 0);
  transition: all 0.7s cubic-bezier(0.22, 0.63, 0.47, 0.99);
  pointer-events: all;
  padding-bottom: 2rem;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; /* has to be scroll, not auto */
}
.offcanvas-nav .offcanvas-inner .nav-inner {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .offcanvas-nav .offcanvas-inner {
    padding: 0 0.5rem 2rem 0.5rem;
  }
}
.offcanvas-nav .offcanvas-inner * {
  color: white;
}
.offcanvas-nav .offcanvas-inner.visible {
  transform: translate(0, 0);
}
.offcanvas-nav .offcanvas-inner h1 {
  display: inline-block;
  margin: 1rem;
  width: 220px;
}
@media print, screen and (min-width: 40em) {
  .offcanvas-nav .offcanvas-inner h1 {
    width: 230px;
  }
}
.offcanvas-nav .offcanvas-inner ul {
  padding: 0 1rem;
}
.offcanvas-nav .offcanvas-inner .nav-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.offcanvas-nav .offcanvas-inner .nav-menu li a {
  padding: 0.75rem 1rem 0.75rem 0;
  color: white !important;
}
.offcanvas-nav .offcanvas-inner .nav-menu li.iniciar-sesion {
  border-bottom: 0;
  margin: 2.5rem 0 1.25rem;
}
.offcanvas-nav .offcanvas-inner .nav-menu li.iniciar-sesion > a {
  display: inline-block;
  padding: 0.6rem 2.5rem 0.5rem 0.5rem;
  border: 1px solid white;
}
.offcanvas-nav .offcanvas-close {
  position: absolute;
  right: 1.5rem;
  top: 1.25rem;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid white;
  color: white;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.75rem;
}
@media print, screen and (min-width: 40em) {
  .offcanvas-nav .offcanvas-close {
    top: 2rem;
  }
}
.offcanvas-nav .drilldown .is-drilldown-submenu-parent > a::after {
  right: 0.5rem;
  margin-top: -8px;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: white;
  border: 0;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
}

.drilldown .js-drilldown-back > a::before {
  content: "\f060";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: white;
  border: 0;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
}

.drilldown .is-drilldown-submenu {
  transition: all 0.7s cubic-bezier(0.22, 0.63, 0.47, 0.99);
}

/*
    FOOTER
*/
footer {
  position: relative;
  padding: 2rem 0;
  background: #f1f1f1;
}
footer .social-menu {
  display: none !important;
}
@media print, screen and (min-width: 40em) {
  footer {
    padding: 3rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  footer {
    padding: 4rem 0;
  }
  footer .social-menu {
    display: inline-flex !important;
    margin-right: 3rem;
  }
  footer .social-menu a {
    color: #8a8a8a;
  }
  footer .sitemap {
    color: #8a8a8a;
    font-size: 0.875rem;
    margin-bottom: 5rem;
    padding: 0 1rem;
  }
  footer .sitemap h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
  footer .sitemap ul {
    font-size: 1rem;
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
  }
  footer .sitemap ul li {
    margin-bottom: 0.5rem;
  }
  footer .sitemap ul li a:hover {
    text-decoration: underline;
  }
}
footer > .grid-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
footer .footer-logos {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  footer .footer-logos {
    margin: 0;
    justify-content: flex-start;
  }
}
footer .footer-logos li {
  margin: 1rem;
}
@media print, screen and (min-width: 40em) {
  footer .footer-logos li {
    margin: 0 1rem;
  }
}
footer .footer-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #8a8a8a;
  font-size: 0.875rem;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  footer .footer-text {
    flex-direction: row-reverse;
    text-align: right;
  }
}
footer .footer-text img {
  margin: 0 0 1rem;
}
@media print, screen and (min-width: 64em) {
  footer .footer-text img {
    margin: -3rem 0 0 1rem;
  }
}
footer .footer-text p {
  margin: 0;
}
footer .gototop {
  position: absolute;
  right: 2.5rem;
  top: -4rem;
  border-color: white !important;
  color: white !important;
}
@media print, screen and (min-width: 40em) {
  footer .gototop {
    right: 1.25rem;
  }
}
.bottom-bar {
  padding: 1rem 0;
  background: #f1f1f1;
  border-top: 3px solid white;
  text-align: center;
}
.bottom-bar a {
  margin: 0;
  font-size: 0.675rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #666666;
}

/*
    SLIDER
*/
#home-slider {
  width: 100%;
  height: 30rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  #home-slider {
    height: 46.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  #home-slider {
    height: 26.25rem;
    margin: 0 auto 2rem;
  }
}
#home-slider .swiper-slide {
  background-position: center top;
  background-size: auto 280px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /*
          &#slide1,
          &#slide2,
          &#slide3, {
              background-image: url('/content-temp/slide-small.jpg');

              @include breakpoint(large) {
                  background-image: url('/content-temp/slide.jpg');
              }

          }
  */
}
@media print, screen and (min-width: 40em) {
  #home-slider .swiper-slide {
    background-position: center top;
    background-size: auto 420px;
  }
}
@media print, screen and (min-width: 64em) {
  #home-slider .swiper-slide {
    background-position: center center;
    background-size: cover;
  }
}
#home-slider .swiper-slide .slide-inner {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
  width: 100%;
  max-width: 75rem;
  padding: 0 20px;
  height: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 64em) {
  #home-slider .swiper-slide .slide-inner {
    display: flex;
  }
}
#home-slider .swiper-slide .slide-inner .slide-logo {
  margin-bottom: 1rem;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.75s 1s cubic-bezier(0.66, 0.09, 0.41, 0.99);
}
#home-slider .swiper-slide .slide-inner h2 {
  font-weight: 700;
  font-size: 2.125rem;
  margin: 0 0 0.75rem;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.75s 1.3s cubic-bezier(0.66, 0.09, 0.41, 0.99);
}
#home-slider .swiper-slide .slide-inner h3 {
  color: black;
  font-weight: 300;
  font-size: 1.25rem;
  margin: 0 0 1.5rem;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.75s 1.6s cubic-bezier(0.66, 0.09, 0.41, 0.99);
}
#home-slider .swiper-slide .slide-inner .button {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.75s 1.9s cubic-bezier(0.66, 0.09, 0.41, 0.99);
}
#home-slider .swiper-slide .slide-inner .button.hollow {
  background: transparent;
  color: white;
  border-color: white;
  border-radius: 0;
  font-weight: 300;
}
#home-slider .swiper-slide.swiper-slide-active .slide-inner h2, #home-slider .swiper-slide.swiper-slide-active .slide-inner h3, #home-slider .swiper-slide.swiper-slide-active .slide-inner .button.hollow, #home-slider .swiper-slide.swiper-slide-active .slide-inner .slide-logo {
  opacity: 1;
  transform: translate(0, 0);
}
#home-slider .swiper-pagination-bullet {
  background-color: #e6e6e6;
  opacity: 0.5;
  width: 1rem;
  height: 1rem;
  margin: 0 0.375rem;
}
#home-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.slide-small-footer {
  padding: 1rem 40px;
  width: 100%;
  height: 12.5rem;
  box-sizing: border-box;
}
@media print, screen and (min-width: 40em) {
  .slide-small-footer {
    height: 20.625rem;
  }
}
.slide-small-footer img {
  max-width: 12.5rem;
  margin-bottom: 0.75rem;
}
.slide-small-footer .slide-title h2 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.slide-small-footer .slide-subtitle h3 {
  font-weight: 300;
  line-height: 1.1;
  margin-top: 0;
}
.slide-small-footer .button.hollow {
  background: transparent;
  color: black;
  border-color: black;
  border-radius: 0;
  font-weight: 400;
}
@media print, screen and (min-width: 40em) {
  .slide-small-footer {
    padding: 1rem 20px;
  }
  .slide-small-footer img {
    max-width: 18.75rem;
  }
  .slide-small-footer .slide-title h2 {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
  .slide-small-footer .slide-subtitle h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.slider-button-prev,
.slider-button-next {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -1rem;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .slider-button-prev,
  .slider-button-next {
    width: 2rem;
    height: 2rem;
    margin-top: -1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .slider-button-prev,
  .slider-button-next {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -2rem;
  }
}
.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled {
  opacity: 0.4;
}

.slider-button-prev {
  background: url("/img/slider-arrow-left.svg") center center/cover no-repeat;
  left: 1rem;
}

.slider-button-next {
  background: url("/img/slider-arrow-right.svg") center center/cover no-repeat;
  right: 1rem;
}

.swiper-pagination-bullet {
  background-color: #cacaca;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #8a8a8a;
}

/*
    FORMS
*/
.consultas-form {
  max-width: 37.5rem;
}

form h4 {
  margin-bottom: 2rem;
}

textarea {
  height: 9.375rem;
}

.mfp-content .last-news-wrapper {
  text-align: right;
}
.mfp-content .last-news-wrapper .popup-wrapper {
  width: 50%;
  padding: 1.5rem 3rem 0.5rem 4rem;
  margin: auto;
  text-align: right;
}
.mfp-content .last-news-wrapper .mfp-close {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.25rem;
  margin: 0.5rem;
  right: auto;
  left: 0;
}

.mfp-content {
  text-align: center;
}
.mfp-content .popup-wrapper {
  background: white;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  margin: 0.5rem auto;
  max-width: 900px;
  position: relative;
  display: inline-block;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .mfp-content .popup-wrapper {
    padding: 2.5rem 3.5rem 2.5rem 2.5rem;
    margin: 1rem auto;
  }
}
@media print, screen and (min-width: 64em) {
  .mfp-content .popup-wrapper {
    padding: 3rem 4rem 3rem 3rem;
    margin: 1.5rem auto;
  }
}

.mfp-bg {
  background-color: black;
  opacity: 0.95;
}

#facultad-de-cinematografia-pg .mfp-bg {
  background-color: #80b3cd;
  opacity: 0.85;
}
#facultad-de-cinematografia-pg .mfp-content .popup-wrapper {
  background-color: #80b3cd;
}

#facultad-de-comunicacion-pg .mfp-bg,
#facultad-de-ciencias-de-la-comunicacion-pg .mfp-bg {
  background-color: #e74f58;
  opacity: 0.85;
}
#facultad-de-comunicacion-pg .mfp-content .popup-wrapper,
#facultad-de-ciencias-de-la-comunicacion-pg .mfp-content .popup-wrapper {
  background-color: #e74f58;
}

#ciclos-pg .mfp-bg {
  background-color: #a78fc1;
  opacity: 0.85;
}
#ciclos-pg .mfp-content .popup-wrapper {
  background-color: #a78fc1;
}

#cursos-pg .mfp-bg {
  background-color: #5984c6;
  opacity: 0.85;
}
#cursos-pg .mfp-content .popup-wrapper {
  background-color: #5984c6;
}

#programas-pg .mfp-bg {
  background-color: #ff983a;
  opacity: 0.85;
}
#programas-pg .mfp-content .popup-wrapper {
  background-color: #ff983a;
}

#carreras-pg .mfp-bg {
  background-color: white;
  opacity: 0.85;
}
#carreras-pg .mfp-content .popup-wrapper {
  background-color: #ff983a;
}

#home-pg .mfp-bg {
  background-color: black;
  opacity: 0.85;
}
#home-pg .mfp-content .popup-wrapper {
  background-color: black;
}

#becas-pg .mfp-bg {
  background-color: #ea82af;
  opacity: 1;
}
#becas-pg .mfp-content .popup-wrapper {
  background-color: #ea82af;
}

.mfp-close {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 2rem;
  display: block;
  margin: 0.5rem;
  padding: 0;
  text-align: center;
  z-index: 1;
  color: white !important;
}
.mfp-close:active {
  top: 0;
}
.mfp-close i {
  pointer-events: none;
}

/*
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-zoom-in.mfp-removing {
  transition: all 0.2s ease-in-out;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0 !important;
}

/*
====== Newspaper effect ======
*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Move-horizontal effect ======
*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Move-from-top effect ======
*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== 3d unfold ======
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== Zoom-out effect ======
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
====== "Hinge" close effect ======
*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

/*
    FILTROS
*/
.filtros {
  display: flex;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.filtros .filtro.keyword {
  width: 100%;
}
.filtros .filtro.keyword .input-group {
  margin: 0;
}
.filtros .filtro.keyword .input-group-label {
  background: transparent;
  border: 0;
  color: white;
  padding-left: 0;
}
.filtros .filtro.keyword input[type=text] {
  background: transparent;
  border: 0;
  border-bottom: 1px solid white;
  box-shadow: none;
  margin-left: -2rem;
  color: white;
  height: 2.4rem;
  padding: 0.75rem 0.5rem;
  padding-left: 1.875rem;
}
.filtros .filtro.keyword input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.filtros .filtro .button {
  margin-bottom: 0 !important;
}
.filtros .filtro a.button {
  padding: 0.7rem 1rem;
}
.filtros .filtro [data-rel=most-ranked][data-val="1"] {
  background: white;
  color: #ff983a !important;
}
@media print, screen and (min-width: 40em) {
  .filtros .filtro.keyword {
    width: 260px;
  }
}

.filtros.black .filtro.keyword .input-group-label {
  color: black;
}
.filtros.black .filtro.keyword input[type=text] {
  border-color: black;
}

/* 
    WHATSAPP 
*/
.floating-whatsapp {
  font-size: 1rem;
  width: 3em;
  height: 3em;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 100;
}
.floating-whatsapp a {
  display: block;
  transform: scale(1);
  transform-origin: right bottom;
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.54, 1.27);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.floating-whatsapp.off a {
  transform: scale(0);
}
@media print, screen and (min-width: 40em) {
  .floating-whatsapp {
    font-size: 1.25rem;
  }
}

/*
    HOME
*/
.last-news-wrapper {
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all 0.15s 0 ease-out;
}
.last-news-wrapper .last-news-inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto auto;
  padding: 90px 1rem 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .last-news-wrapper .last-news-inner {
    padding: 180px 1.25rem 0;
  }
}
.last-news-wrapper.on {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.3s 1s ease-out;
}
.last-news-wrapper .popup {
  padding: 1.5rem 3.5rem 0.75rem 1.5rem;
  background: black;
  color: white;
  text-align: right;
  width: 100%;
  max-width: 600px;
  position: relative;
  pointer-events: all;
}
.last-news-wrapper a.close-news {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: rgba(255, 255, 255, 0.75);
  pointer-events: all;
  font-size: 1.5rem;
}
.last-news-wrapper a.close-news:hover {
  color: rgba(255, 255, 255, 0.75);
}

section#main-slider-wrapper {
  padding: 0;
}

#main-slider-wrapper .swiper-container {
  width: 100%;
  height: 100vh;
}
#main-slider-wrapper .swiper-container .swiper-wrapper {
  height: 100%;
}
#main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  display: flex;
  justify-content: center;
}
#main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-background,
#main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-video {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-background:before,
#main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-video:before {
  content: "";
  width: 100%;
  height: 170px;
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-background:after,
#main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-video:after {
  content: "";
  width: 100%;
  height: 270px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-video iframe {
  width: 100%;
  height: 100%;
}
#main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 1.5rem 2.25rem 7.5rem 2.25rem;
  text-align: center;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: white;
}
@media print, screen and (min-width: 40em) {
  #main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner {
    padding: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  #main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner {
    padding: 4rem;
  }
}
#main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner h2 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  margin: 0;
  font-size: 1.75rem;
}
@media print, screen and (min-width: 40em) {
  #main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner h2 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  #main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner h2 {
    font-size: 3.5rem;
  }
}
#main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner h3 {
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  margin: 0;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  #main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner h3 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  #main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner h3 {
    font-size: 1.75rem;
  }
}
#main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner p.categoria {
  font-weight: bold;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  #main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner p.categoria {
    font-size: 1rem;
  }
}
#main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner .cta {
  margin: 0.5rem 0;
  pointer-events: all;
}
#main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner .cta .button {
  margin: 0;
}
#main-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-inner .slider-item-categoria {
  position: absolute;
  bottom: 40%;
  right: 2.125rem;
  transform-origin: 100% 0;
  transform: rotate(-90deg);
}

.swiper-button-prev,
.swiper-button-next {
  background: none;
  border: 0;
  color: white;
  text-align: center;
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .swiper-button-prev,
  .swiper-button-next {
    font-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
}

.swiper-button-prev {
  left: 1rem;
}

.swiper-button-next {
  right: 1rem;
}

@media print, screen and (min-width: 40em) {
  .swiper-button-prev {
    left: 2rem;
  }
  .swiper-button-next {
    right: 2rem;
  }
}
.carreras-slider-wrapper {
  position: relative;
  padding: 2rem 0 0;
}
.carreras-slider-wrapper .swiper-container {
  overflow: visible;
}
.carreras-slider-wrapper .swiper-slide {
  width: 220px;
  padding-bottom: 25px;
  height: auto;
}
.carreras-slider-wrapper .carrera-item.slide-item {
  border-radius: 0;
  display: flex;
  gap: 0;
  flex-direction: column;
  text-align: center;
  height: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}
.carreras-slider-wrapper .carrera-item.slide-item span.bgr {
  position: absolute;
  width: 100%;
  height: calc(100% - 5rem);
  left: 0;
  top: auto;
  bottom: 0;
  border-radius: 0;
}
.carreras-slider-wrapper .carrera-item.slide-item .img {
  width: 13rem;
  max-width: 80%;
  transform: none;
  margin: 0 auto 2rem;
}
.carreras-slider-wrapper .carrera-item.slide-item .content {
  position: relative;
  padding: 0 1rem 2rem;
  flex: 1;
}
.carreras-slider-wrapper .carrera-item.slide-item .content h2 {
  font-size: 1.125rem;
}
.carreras-slider-wrapper .carrera-item.slide-item .content a.button {
  background-color: white;
  border-color: black;
  color: black;
  width: 6rem;
  height: auto;
  top: auto;
  opacity: 1;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  margin: 0;
  text-indent: 0;
}
.carreras-slider-wrapper .swiper-button-prev,
.carreras-slider-wrapper .swiper-button-next {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .carreras-slider-wrapper {
    padding: 2rem 3.25rem 0;
  }
  .carreras-slider-wrapper .swiper-container {
    overflow: hidden;
  }
  .carreras-slider-wrapper .swiper-button-prev {
    display: block;
    left: 0;
  }
  .carreras-slider-wrapper .swiper-button-next {
    display: block;
    right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .carreras-slider-wrapper {
    padding: 2rem 0 0;
  }
  .carreras-slider-wrapper .swiper-button-prev {
    left: -3rem;
  }
  .carreras-slider-wrapper .swiper-button-next {
    right: -3rem;
  }
}

/*
    AGENDA
*/
section#home-agenda {
  background: black;
}
@media print, screen and (min-width: 64em) {
  section#home-agenda {
    padding: 3rem 0 10rem;
  }
}

.evento-item {
  position: relative;
  padding-right: 1.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .evento-item {
    margin-bottom: 2rem;
  }
}
.evento-item .evento-item-fecha {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.1;
}
.evento-item .evento-item-fecha span.num {
  display: block;
  font-size: 2.5rem;
}
.evento-item .evento-item-thum {
  margin-bottom: 1rem;
  position: relative;
}
.evento-item .evento-item-titulo {
  margin-bottom: 1.25rem;
}
.evento-item .evento-item-titulo h4 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.evento-item .evento-item-titulo h4 a {
  color: white;
}
.evento-item .evento-item-categoria {
  position: absolute;
  top: 100px;
  right: 1.375rem;
  transform-origin: 100% 0;
  transform: rotate(-90deg);
}
.evento-item.cursos-item .evento-item-fecha,
.evento-item.cursos-item .evento-item-titulo a:hover,
.evento-item.cursos-item .evento-item-categoria {
  color: #5984c6;
}
.evento-item.cursos-item .evento-item-fecha:before,
.evento-item.cursos-item .evento-item-titulo a:hover:before,
.evento-item.cursos-item .evento-item-categoria:before {
  background-color: #5984c6;
}
.evento-item.ciclos-item .evento-item-fecha,
.evento-item.ciclos-item .evento-item-titulo a:hover,
.evento-item.ciclos-item .evento-item-categoria {
  color: #a78fc1;
}
.evento-item.ciclos-item .evento-item-fecha:before,
.evento-item.ciclos-item .evento-item-titulo a:hover:before,
.evento-item.ciclos-item .evento-item-categoria:before {
  background-color: #a78fc1;
}
.evento-item.actividades-item .evento-item-fecha,
.evento-item.actividades-item .evento-item-titulo a:hover,
.evento-item.actividades-item .evento-item-categoria {
  color: #44b9d8;
}
.evento-item.actividades-item .evento-item-fecha:before,
.evento-item.actividades-item .evento-item-titulo a:hover:before,
.evento-item.actividades-item .evento-item-categoria:before {
  background-color: #44b9d8;
}

body#cursos-pg {
  background: #5984c6;
}

body#ciclos-pg {
  background: #a78fc1;
}

body#actividades-pg {
  background: #44b9d8;
}

.curso-img,
.ciclo-img,
.actividad-img,
.actividades-img {
  margin-bottom: 2rem;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .curso-img,
  .ciclo-img,
  .actividad-img,
  .actividades-img {
    margin-bottom: 1rem;
  }
}
.curso-img:after, .curso-img:before,
.ciclo-img:after,
.ciclo-img:before,
.actividad-img:after,
.actividad-img:before,
.actividades-img:after,
.actividades-img:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 15%;
  height: 0;
  padding-bottom: 15%;
  border: 4px solid white;
}
.curso-img:before,
.ciclo-img:before,
.actividad-img:before,
.actividades-img:before {
  top: 0;
  left: 0;
  border-bottom: 0;
  border-right: 0;
}
.curso-img:after,
.ciclo-img:after,
.actividad-img:after,
.actividades-img:after {
  bottom: 0;
  right: 0;
  border-left: 0;
  border-top: 0;
}

section#cursos .misc-circle,
section#ciclos .misc-circle,
section#actividades .misc-circle {
  padding-bottom: 10%;
}
@media print, screen and (min-width: 64em) {
  section#cursos .misc-circle,
  section#ciclos .misc-circle,
  section#actividades .misc-circle {
    padding-bottom: 50%;
  }
}

section#cursos-listado,
section#ciclos-listado,
section#actividades-listado {
  position: relative;
  z-index: 1;
}
section#cursos-listado .evento-item-thum .item-label,
section#ciclos-listado .evento-item-thum .item-label,
section#actividades-listado .evento-item-thum .item-label {
  background-color: #5984c6;
}

body#ciclos-pg .item-label {
  background-color: #a78fc1 !important;
}

body#cursos-pg .item-label {
  background-color: #5984c6 !important;
}

body#actividades-pg .item-label {
  background-color: #44b9d8 !important;
}

@media print, screen and (min-width: 64em) {
  section#ciclo-detalle .item-label,
  section#curso-detalle .item-label,
  section#actividad-detalle .item-label {
    font-size: 2rem;
    bottom: 2rem;
  }
}
.ciclo-film {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.ciclo-film .ciclo-film-header {
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .ciclo-film .ciclo-film-header {
    padding-right: 12rem;
  }
}
.ciclo-film .ciclo-film-header p.fecha {
  text-transform: uppercase;
  margin: 0;
}
.ciclo-film .ciclo-film-header h4 {
  margin: 0.375rem 0 0.5rem 0;
}
@media print, screen and (min-width: 40em) {
  .ciclo-film .ciclo-film-header .ver-mas {
    position: absolute;
    top: 1.5rem;
    right: 0;
  }
}

#curso-detalle .copete,
#ciclo-detalle .copete,
#actividad-detalle .copete {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 40em) {
  #curso-detalle .copete,
  #ciclo-detalle .copete,
  #actividad-detalle .copete {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  #curso-detalle .actividad-description,
  #ciclo-detalle .actividad-description,
  #actividad-detalle .actividad-description {
    font-size: 1.125rem;
  }
}

/*
    NOVEDADES
*/
body#novedades-pg {
  background: #f1f1f1;
}
body#novedades-pg section * {
  color: black;
}
body#novedades-pg header * {
  color: black !important;
}
body#novedades-pg header h1 img {
  filter: brightness(0);
}
body#novedades-pg header a.button.hollow.blanco,
body#novedades-pg header button.button.hollow.blanco {
  color: black !important;
  border-color: black !important;
}
body#novedades-pg header .social-menu li.search {
  border-color: black;
}
body#novedades-pg ::placeholder {
  color: black !important;
}
body#novedades-pg .filtros {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  body#novedades-pg .filtros {
    justify-content: flex-end;
    align-items: center;
    margin-top: 1.5rem;
  }
  body#novedades-pg .filtros .filtro:last-child {
    margin-right: 0;
  }
}

section#home-novedades {
  background: #f1f1f1;
}
section#home-novedades * {
  color: black;
}
@media print, screen and (min-width: 64em) {
  section#home-novedades {
    padding: 4rem 0 6rem;
  }
}

@media print, screen and (min-width: 40em) {
  .novedades-list .cell-inner {
    height: 100%;
  }
  .novedades-list .cell-inner .novedad-item {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .novedades-list .cell-inner .novedad-item .novedad-item-descripcion {
    flex-grow: 1;
  }
}
.novedad-item {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.novedad-item .novedad-item-foto img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.novedad-item .novedad-item-descripcion {
  padding: 1.5rem;
}
.novedad-item .novedad-item-descripcion * {
  color: black;
}
.novedad-item .novedad-item-descripcion h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.novedad-item .novedad-item-descripcion .novedad-item-categoria {
  display: inline-block;
  margin-bottom: 1rem;
}
.novedad-item > .button.hollow {
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  margin-top: -1rem;
  background: white;
}
.novedad-item.celeste .novedad-item-descripcion {
  background-color: #80b3cd;
}
.novedad-item.agua .novedad-item-descripcion {
  background-color: #71c8ac;
}
.novedad-item.azul .novedad-item-descripcion {
  background-color: #5984c6;
}
.novedad-item.fucsia .novedad-item-descripcion {
  background-color: #e74f58;
}
.novedad-item.verde .novedad-item-descripcion {
  background-color: #70cb7d;
}
.novedad-item.amarillo .novedad-item-descripcion {
  background-color: #f0ce36;
}
.novedad-item.lila .novedad-item-descripcion {
  background-color: #a78fc1;
}
.novedad-item.naranja .novedad-item-descripcion {
  background-color: #ff983a;
}
.novedad-item.rosa .novedad-item-descripcion {
  background-color: #ea82af;
}
.novedad-item.twitter .novedad-item-descripcion {
  background-color: white;
}
.novedad-item.newsletter .novedad-item-descripcion {
  background-color: white;
}

.novedad-foto {
  margin-bottom: 1.5rem;
}

.novedad-desarrollo {
  margin-bottom: 1.5rem;
}
.novedad-desarrollo a {
  font-weight: bold;
  font-style: italic;
}

.novedad-pie {
  margin-bottom: 1.5rem;
}

form.p-optin .p-body {
  border: 0 !important;
  padding: 0;
}
form.p-optin ul.menu.dropdown li {
  background-color: white;
}
form.p-optin input {
  border: 0 !important;
  border-bottom: 1px solid black !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: none;
}
form.p-optin button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  background: white !important;
  color: black !important;
  border: 1px solid black;
}
[data-whatinput=mouse] form.p-optin button {
  outline: 0;
}
form.p-optin button, form.p-optin button:hover, form.p-optin button:focus, form.p-optin button.disabled, form.p-optin button.disabled:hover, form.p-optin button.disabled:focus, form.p-optin button[disabled], form.p-optin button[disabled]:hover, form.p-optin button[disabled]:focus {
  background-color: transparent;
}
form.p-optin button, form.p-optin button.disabled, form.p-optin button[disabled], form.p-optin button.disabled:hover, form.p-optin button[disabled]:hover, form.p-optin button.disabled:focus, form.p-optin button[disabled]:focus {
  border: 1px solid white;
  color: white;
}
form.p-optin button:hover, form.p-optin button:focus {
  border-color: rgb(127.5, 127.5, 127.5);
  color: rgb(127.5, 127.5, 127.5);
}
form.p-optin button:hover {
  color: black !important;
  border: 1px solid black;
}

/*
    PRODUCCION
*/
body#produccion-pg {
  background: #ff983a;
}

body#muestra-anual-pg {
  background: #EF524B;
}

section#home-muestra-anual {
  position: relative;
  background: #EF524B;
}

section#home-produccion {
  position: relative;
  background: #ff983a;
}
section#home-produccion .grid-container {
  position: relative;
}
@media print, screen and (min-width: 64em) {
  section#home-produccion {
    padding: 4rem 0 6rem;
  }
}
section#home-produccion h3 {
  position: absolute;
  top: 10px;
  left: 2rem;
  z-index: 3;
}
@media print, screen and (min-width: 64em) {
  section#home-produccion h3 {
    top: 50px;
  }
}

.produccion-item {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
}
.produccion-item .produccion-item-foto {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 2rem;
  position: relative;
}
.produccion-item .produccion-item-foto .play-icon {
  color: white;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -1.5rem;
  left: calc(10% - 1.5rem);
}
.produccion-item .produccion-item-foto .play-icon a {
  display: block;
  border: 2px solid white;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 3rem;
  width: 3rem;
  height: 3rem;
  color: white;
}
.produccion-item .produccion-item-foto .play-icon:before {
  content: "";
  height: 2px;
  width: 160%;
  position: absolute;
  z-index: -1;
  left: -30%;
  top: 50%;
  background: #ff8200;
}
.produccion-item .produccion-item-foto .mask {
  width: 90%;
  border-radius: 50%;
  overflow: hidden;
}
.produccion-item .produccion-item-foto .mask a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.produccion-item .produccion-item-foto .mask a[href=""] {
  cursor: auto;
  pointer-events: none;
}
.produccion-item .produccion-item-foto .mask a .preloader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  opacity: 0.5;
}
.produccion-item .produccion-item-foto .mask a img {
  height: 100%;
  position: absolute;
  max-width: none;
  z-index: 1;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.produccion-item .produccion-item-foto .mask a img.show {
  opacity: 1;
}
.produccion-item .produccion-item-foto .mask a .overlay-thum {
  height: 100%;
  position: absolute;
  justify-content: center;
  display: none;
}
.produccion-item .produccion-item-foto .mask a:hover .overlay-thum {
  display: flex;
}
.produccion-item .produccion-item-foto i.mas-votado {
  position: absolute;
  left: 0;
  bottom: 0;
}
.produccion-item .produccion-item-descripcion h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}
.produccion-item .produccion-item-descripcion h4 a {
  color: white;
}
.produccion-item .produccion-item-descripcion h5 {
  font-size: 1.25rem;
}
.produccion-item .produccion-item-anio {
  position: absolute;
  top: 60%;
  right: 1rem;
  transform-origin: 100% 0;
  transform: rotate(-90deg);
}
@media print, screen and (min-width: 40em) {
  .produccion-item.featured .produccion-item-foto .play-icon {
    margin-top: -2.5rem;
    left: calc(10% - 2.5rem);
  }
  .produccion-item.featured .produccion-item-foto .play-icon a {
    font-size: 2rem;
    line-height: 5rem;
    width: 5rem;
    height: 5rem;
  }
}
.produccion-item.featured .produccion-item-descripcion .produccion-item-categoria {
  display: inline-block;
  margin-bottom: 1rem;
}
.produccion-item.featured .produccion-item-descripcion h4 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .produccion-item.featured .produccion-item-descripcion h4 {
    font-size: 2.5rem;
  }
}
.produccion-item.featured .produccion-item-descripcion h5 {
  font-size: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  #produccion-pg #produccion-listado {
    min-height: calc(100vh - 402px);
  }
}
@media print, screen and (min-width: 64em) {
  #produccion-pg #produccion-listado {
    min-height: calc(100vh - 292px);
  }
}

section#produccion-destacado {
  position: relative;
}
section#produccion-destacado > .grid-container {
  position: relative;
}
section#produccion-destacado h3 {
  position: absolute;
  top: 10px;
  left: 2rem;
  z-index: 3;
}
@media print, screen and (min-width: 64em) {
  section#produccion-destacado h3 {
    top: 50px;
  }
}
@media print, screen and (min-width: 64em) {
  section#produccion-destacado .produccion-item.featured .produccion-item-descripcion {
    padding-left: 2rem;
  }
}
section#produccion-destacado .produccion-item.featured .produccion-item-descripcion h4 {
  font-size: 2.25rem;
}
section#produccion-destacado .produccion-item.featured .produccion-item-anio {
  top: 80%;
}

/*
    INSTITUCIONAL
*/
body#institucional-pg {
  background: #71c8ac;
}

section#institucional.mision .misc-circle {
  margin-top: 4rem;
}
@media print, screen and (max-width: 39.99875em) {
  section#institucional.mision .misc-circle {
    position: absolute;
    top: 0;
    z-index: -1;
    right: 4rem;
    top: 8rem;
  }
}
@media print, screen and (min-width: 64em) {
  section#institucional.mision .misc-circle {
    width: 200%;
  }
}
section#institucional.mision .misc-circle .circle {
  width: 100%;
}
section#institucional.autoridades .misc-circle, section#institucional.marca .misc-circle {
  padding-bottom: 0;
  z-index: -1;
}
@media print, screen and (max-width: 39.99875em) {
  section#institucional.autoridades .misc-circle, section#institucional.marca .misc-circle {
    position: absolute;
    top: 0;
    z-index: -1;
    right: 4rem;
    top: 11rem;
  }
}
@media print, screen and (min-width: 40em) {
  section#institucional.autoridades .misc-circle .circle, section#institucional.marca .misc-circle .circle {
    width: 300%;
    right: 0;
  }
}

.areas-list {
  display: flex;
  flex-wrap: wrap;
}
.areas-list .area {
  width: 100%;
  border: 1px solid white;
  padding: 1rem 1rem 1.5rem;
  margin: 0.5rem 0;
}
@media print, screen and (min-width: 40em) {
  .areas-list .area {
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .areas-list .area {
    width: calc(33.333% - 1.5rem);
    margin: 0.75rem;
    padding: 1.5rem 1rem 3rem;
  }
}
.areas-list .area p {
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media print, screen and (min-width: 40em) {
  .areas-list .area p {
    min-height: 3.6em;
    margin-bottom: 2rem;
  }
}
.areas-list .area a {
  display: inline-block;
  line-height: 1.2em;
  color: white;
  font-weight: bold;
}
@media print, screen and (min-width: 40em) {
  .areas-list .area a {
    min-height: 2.4em;
  }
}
.areas-list .area a span {
  font-weight: 400;
}

/*
    CONTACTO
*/
body#contacto-pg {
  background: #ff983a;
}

.contact-details {
  margin-bottom: 1rem;
}
.contact-details * {
  color: white;
}

.map-wrapper {
  margin-bottom: 3rem;
  position: relative;
}
.map-wrapper .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 54%;
}
.map-wrapper .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

form#contact-form {
  margin-bottom: 3rem;
}

/*
    ADMISION
*/
body#admision-pg {
  background: #ea82af;
}

.faq a {
  color: white !important;
}
.faq .accordion-item .accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.25rem;
  content: "\f078";
}
.faq .accordion-item.is-active .accordion-title {
  font-weight: 700;
}
.faq .accordion-item.is-active .accordion-title::before {
  content: "\f077";
}
.faq .accordion-content {
  border-top: 0;
}

/*
    BIBLIOTECA
*/
body#biblioteca-pg {
  background: #89c06c;
}

@media print, screen and (max-width: 39.99875em) {
  section#biblioteca .misc-circle {
    margin-bottom: 30%;
  }
}
@media print, screen and (min-width: 64em) {
  section#biblioteca .misc-circle {
    margin-bottom: -5rem;
  }
}
section#biblioteca .misc-circle .btn {
  top: 57%;
  right: 0;
}
@media print, screen and (min-width: 40em) {
  section#biblioteca .misc-circle .btn {
    top: 40%;
  }
}
@media print, screen and (min-width: 64em) {
  section#biblioteca .misc-circle .circle {
    padding-left: 4rem;
  }
}

/*
    SEARCH
*/
body.searching .mfp-bg {
  background: black !important;
  opacity: 0.8;
}
body.searching .mfp-content .popup-wrapper {
  background: black !important;
}

#searchPopup.popup-wrapper {
  width: 100%;
  max-width: 700px;
  margin: 0;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
}
@media print, screen and (min-width: 40em) {
  #searchPopup.popup-wrapper {
    padding: 3rem 4rem 3rem 3rem;
    width: 90%;
    margin-top: 4.5rem;
  }
}

.search-inner .filtros {
  justify-content: flex-start !important;
}
.search-inner .filtros .filtro.keyword {
  width: 100%;
  max-width: 350px;
  margin-right: 0;
}
.search-inner .filtros ::placeholder {
  color: white !important;
}

.search-field {
  flex-grow: 0;
  flex-shrink: 0;
}

.search-results {
  transition: all 0.3s ease-out;
  height: 2px;
  max-height: calc(100vh - 15rem);
  position: relative;
}
.search-results > p {
  margin-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  .search-results {
    max-height: calc(100vh - 21rem);
  }
}
.search-results.show {
  opacity: 1;
}
.search-results #search-slider {
  height: 100%;
  width: 100%;
}
.search-results .search-result {
  height: auto;
}
.search-results .search-result .search-result-inner {
  display: flex;
  align-items: center;
  padding: 1rem 0.5rem;
  margin-right: 1.5rem;
  border-bottom: 1px solid #222;
}
.search-results .search-result .search-result-img {
  flex-shrink: 0;
  margin-right: 0.75rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .search-results .search-result .search-result-img {
    margin-right: 1.5rem;
    width: 80px;
    height: 80px;
  }
}
.search-results .search-result .search-result-title {
  width: calc(100% - 3.25rem);
}
@media print, screen and (min-width: 40em) {
  .search-results .search-result .search-result-title {
    width: calc(100% - 6.5rem);
  }
}
.search-results .search-result .search-result-title h6 {
  font-weight: 700;
  font-size: 0.875rem;
  width: 100%;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .search-results .search-result .search-result-title h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.search-results .search-result .search-result-title h6 a {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-results .search-result .search-result-title .search-result-label {
  opacity: 0.7;
  font-size: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .search-results .search-result .search-result-title .search-result-label {
    font-size: 0.75rem;
  }
}
.search-results .search-result .search-result-label {
  opacity: 1 !important;
}
.search-results .search-result[data-rel=facultad-de-cinematografia] h6:hover {
  color: #80b3cd;
}
.search-results .search-result[data-rel=facultad-de-cinematografia] .search-result-label {
  color: #80b3cd;
}
.search-results .search-result[data-rel=facultad-de-cinematografia] .search-result-label:before {
  background-color: #80b3cd;
}
.search-results .search-result[data-rel=facultad-de-comunicacion] h6:hover {
  color: #e74f58;
}
.search-results .search-result[data-rel=facultad-de-comunicacion] .search-result-label {
  color: #e74f58;
}
.search-results .search-result[data-rel=facultad-de-comunicacion] .search-result-label:before {
  background-color: #e74f58;
}
.search-results .search-result[data-rel=novedades] h6:hover {
  color: #cacaca;
}
.search-results .search-result[data-rel=novedades] .search-result-label {
  color: #cacaca;
}
.search-results .search-result[data-rel=novedades] .search-result-label:before {
  background-color: #cacaca;
}
.search-results .search-result[data-rel=cursos] h6:hover {
  color: #5984c6;
}
.search-results .search-result[data-rel=cursos] .search-result-label {
  color: #5984c6;
}
.search-results .search-result[data-rel=cursos] .search-result-label:before {
  background-color: #5984c6;
}
.search-results .search-result[data-rel=ciclos] h6:hover {
  color: #a78fc1;
}
.search-results .search-result[data-rel=ciclos] .search-result-label {
  color: #a78fc1;
}
.search-results .search-result[data-rel=ciclos] .search-result-label:before {
  background-color: #a78fc1;
}

.swiper-scrollbar {
  background: rgba(255, 255, 255, 0.1);
}

.swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.3);
}

.swiper-container-vertical > .swiper-scrollbar {
  right: 0;
  width: 0.5rem;
}

/*
    INTERCAMBIO
*/
body#intercambio-pg {
  background: #ea82af;
}

section#intercambio h3 {
  font-size: 1.25rem;
  position: absolute;
  z-index: 2;
  top: 10%;
  background: #ea82af;
}
@media print, screen and (max-width: 39.99875em) {
  section#intercambio .misc-circle {
    position: relative;
    width: 80%;
    height: auto;
    padding-bottom: 0;
  }
  section#intercambio .misc-circle .circle {
    width: 100%;
    position: relative;
    right: auto;
  }
}
@media print, screen and (min-width: 40em) {
  section#intercambio .misc-circle .circle {
    width: 100%;
  }
}

.indent {
  text-indent: -0.45em;
  padding-left: 0.9em;
}

/*
.faq {
    a {
        color: white !important;
    }

    .accordion-item {

        .accordion-title {

            &::before {
                position: absolute;
                top: 50%;
                right: 1rem;
                margin-top: -0.5rem;
                font-family: "Font Awesome 5 Pro";
                font-weight: 300;
                font-size: 1.25rem;
                content: '\f078';
            }
        }

        &.is-active {
            .accordion-title {
                font-weight: 700;

                &::before {
                    content: '\f077';
                }
            }
        }
    }

    .accordion-content {
        border-top: 0;
    }

}
*/
/*
    PROGRAMAS
*/
body#programas-pg {
  background: #ff983a;
}
body#programas-pg .misc-circle a.button {
  position: absolute;
  z-index: 10;
  top: 100%;
}
body#programas-pg h2 {
  margin-bottom: 0.75em;
}
@media print, screen and (min-width: 40em) {
  body#programas-pg .misc-circle a.button {
    top: auto;
    bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  body#programas-pg .misc-circle a.button {
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -115px;
  }
}

#programas {
  overflow: hidden;
  padding-bottom: 3.5rem;
}

#programa-detalle {
  padding-top: 4rem;
}
@media print, screen and (min-width: 64em) {
  #programa-detalle {
    padding-top: 0;
  }
}

.profesores-list {
  padding: 1.5rem 0;
}
.profesores-list .profesor-item {
  margin-bottom: 2rem;
}
.profesores-list .profesor-item .pic {
  max-width: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.profesores-list .profesor-item .txt .social {
  text-align: right;
  font-size: 1.2em;
}
.profesores-list .profesor-item .txt .social ul {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.profesores-list .profesor-item .txt .social ul li {
  display: inline;
  margin-left: 0.75em;
}
@media print, screen and (min-width: 40em) {
  .profesores-list .profesor-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4rem;
  }
  .profesores-list .profesor-item .pic {
    flex: 0 0 200px;
    margin: 0 2rem 0 0;
  }
}

/*
    BECAS
*/
body#becas-pg {
  background: #ea82af;
}

.becas-nav-wrapper {
  position: relative;
}
.becas-nav-wrapper .becas-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.becas-nav-wrapper .becas-nav ul li {
  background-color: #DB619B;
  margin-bottom: 0.5rem;
  border-radius: 3rem 0 0 3rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
}
.becas-nav-wrapper .becas-nav ul li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.becas-nav-wrapper .becas-nav ul li a .img {
  width: 2.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .becas-nav-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
    bottom: 0;
    background-color: #DB619B;
  }
  .becas-nav-wrapper > .grid-container {
    position: relative;
    z-index: 2;
  }
  .becas-nav-wrapper .becas-nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
  .becas-nav-wrapper .becas-nav ul li {
    flex: 0 1 160px;
    text-align: center;
    background: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1.5rem 0;
  }
  .becas-nav-wrapper .becas-nav ul li a {
    display: block;
  }
  .becas-nav-wrapper .becas-nav ul li a .img {
    width: auto;
    max-width: 170px;
    margin: 0 auto 1rem;
    transition: transform 0.2s ease;
  }
  .becas-nav-wrapper .becas-nav ul li a:hover .img {
    transform-origin: center;
    transform: scale(1.1);
  }
}
@media print, screen and (min-width: 64em) {
  .becas-nav-wrapper .becas-nav ul {
    justify-content: space-between;
  }
  .becas-nav-wrapper .becas-nav ul li {
    padding: 2rem 0 2.5rem;
  }
  .becas-nav-wrapper .becas-nav ul li .img {
    margin: 0 auto 1.75rem;
  }
}

.popup-beca a {
  color: white !important;
}
.popup-beca a:not(.button) {
  text-decoration: underline;
}
.popup-beca .gotopopupstart {
  border-color: white !important;
  float: right;
}

.becas-list .beca-item {
  margin-bottom: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid white;
}
.becas-list .beca-item h2, .becas-list .beca-item .h2 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
.becas-list .beca-item h2 {
  margin-bottom: 0;
}
.becas-list .beca-item a {
  color: white !important;
}
.becas-list .beca-item a:not(.button) {
  text-decoration: underline;
}
.becas-list .beca-item .img {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.becas-list .beca-item .img img {
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  width: 4rem;
  margin: 0 1rem 0 0;
}
.becas-list .beca-item .cta .button {
  margin: 0 0 0.75rem;
  width: 14rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .becas-list {
    margin-top: 3rem;
  }
  .becas-list .beca-item {
    display: flex;
    gap: 3rem;
    margin-bottom: 5rem;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .becas-list .beca-item h2, .becas-list .beca-item .h2 {
    font-size: 1.75rem;
  }
  .becas-list .beca-item .img {
    width: 13rem;
    flex-shrink: 0;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .becas-list .beca-item .img img {
    width: 100%;
    margin: 0 1rem 0 0;
  }
  .becas-list .beca-item .content {
    flex: 1;
    padding-bottom: 2rem;
    border-bottom: 1px solid white;
  }
  .becas-list .beca-item .content .h2 {
    width: 100%;
  }
  .becas-list .beca-item .content .txt {
    flex: 1;
  }
  .becas-list .beca-item .content .cta {
    padding-top: 0.75rem;
  }
  .becas-list .beca-item .content .cta .button {
    width: 12rem;
  }
}
@media print, screen and (min-width: 64em) {
  .becas-list .beca-item {
    gap: 5.75rem;
  }
  .becas-list .beca-item .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .becas-list .beca-item .content .cta {
    width: 16rem;
    text-align: right;
  }
  .becas-list .beca-item .content .cta .button {
    margin: 0 0 0.75rem auto;
  }
}

.faq a {
  color: white !important;
}
.faq .accordion-item .accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.25rem;
  content: "\f078";
}
.faq .accordion-item.is-active .accordion-title {
  font-weight: 700;
}
.faq .accordion-item.is-active .accordion-title::before {
  content: "\f077";
}
.faq .accordion-content {
  border-top: 0;
}

/*
    CARRERAS
*/
body#carreras-pg {
  background: #f1f1f1;
  color: black;
}
body#carreras-pg header * {
  color: black !important;
  border-color: black !important;
}
body#carreras-pg header .logo {
  filter: invert(1);
}
body#carreras-pg footer .gototop {
  border-color: black !important;
  color: black !important;
}
body#carreras-pg .misc-label:before {
  background-color: black;
}
body#carreras-pg .py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body#carreras-pg .py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 64em) {
  body#carreras-pg .py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body#carreras-pg .py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  body#carreras-pg .col-x2 {
    columns: 2;
    column-gap: 40px;
  }
}

.new {
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 3rem 0 0 3rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem 0.25rem 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.new span.bgr {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 3rem 0 0 3rem;
}
.new .img {
  position: relative;
  z-index: 1;
  width: 2.75rem;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  transform-origin: left center;
  transform: scale(1.5);
}
.new .content {
  z-index: 1;
}
.new .content h2 {
  font-size: 0.875rem;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
}
.new .content a.button {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  text-indent: -9999px;
}
@media print, screen and (min-width: 64em) {
  .new {
    border-radius: 0;
    display: flex;
    gap: 0;
    flex-direction: column;
    text-align: center;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .new span.bgr {
    position: absolute;
    width: 100%;
    height: calc(100% - 5rem);
    left: 0;
    top: auto;
    bottom: 0;
    border-radius: 0;
  }
  .new .img {
    width: 13rem;
    max-width: 80%;
    transform: none;
    margin: 0 auto 2rem;
  }
  .new .content {
    position: relative;
    padding: 0 1rem 3rem;
    flex: 1;
  }
  .new .content h2 {
    font-size: 1.125rem;
  }
  .new .content a.button {
    background-color: white;
    border-color: black;
    color: black;
    width: 6rem;
    height: auto;
    top: auto;
    opacity: 1;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    margin: 0;
    text-indent: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .carreras-list .cell {
    margin-bottom: 4rem;
  }
}

.carrera-nav .nav-item {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 3rem 0 0 3rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0.125rem 0.5rem 0.125rem 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.carrera-nav .nav-item span.bgr {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 3rem 0 0 3rem;
}
.carrera-nav .nav-item .img {
  position: relative;
  z-index: 1;
  width: 2.25rem;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  transform-origin: left center;
  transform: scale(1.5);
}
.carrera-nav .nav-item .content {
  position: relative;
  z-index: 1;
}
.carrera-nav .nav-item .content span {
  font-size: 0.875rem;
  color: white;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0;
}
.carrera-nav .nav-item .content a.button {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  text-indent: -9999px;
}
@media print, screen and (min-width: 64em) {
  .carrera-nav {
    display: flex;
    gap: 1rem;
  }
  .carrera-nav .nav-item {
    border-radius: 0;
    flex: 1;
    display: flex;
    gap: 0;
    flex-direction: column;
    text-align: center;
    margin: 0;
    padding: 0;
    max-width: 30%;
  }
  .carrera-nav .nav-item:hover .img {
    transform: scale(1.1);
  }
  .carrera-nav .nav-item span.bgr {
    position: absolute;
    width: 100%;
    height: calc(100% - 5rem);
    left: 0;
    top: auto;
    bottom: 0;
    border-radius: 0;
  }
  .carrera-nav .nav-item .img {
    width: 80%;
    max-width: 10rem;
    transform: scale(1);
    transform-origin: center center;
    margin: 0 auto 1.5rem;
    transition: transform 0.2s ease !important;
  }
  .carrera-nav .nav-item .content {
    padding: 0 1rem 1.5rem;
    flex: 1;
  }
  .carrera-nav .nav-item .content span {
    font-size: 1rem;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .plan-estudios-btn {
    width: 100%;
    margin-top: 1.5rem;
    font-size: 1rem !important;
    display: flex;
    justify-content: space-between;
  }
  .plan-estudios-btn br {
    display: none;
  }
}

.links-list a.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 1rem;
  border-width: 2px;
  text-align: left;
}
.links-list a.button:hover {
  background-color: #ff983a;
  -color: #ff983a;
  border-color: #ff983a;
  color: white;
}
@media print, screen and (min-width: 40em) {
  .links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  .links-list a.button {
    flex: 1 1 calc(50% - 1rem);
  }
}
@media print, screen and (min-width: 64em) {
  .links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  .links-list a.button {
    font-size: 1.25rem;
    flex: 1 1 calc(25% - 1rem);
  }
  .links-list a.button span {
    max-width: 150px;
  }
}

.carrera-testimonio {
  position: relative;
  border: 1px solid #ccc;
  padding: 4rem 1.5rem 1.5rem 1.5rem;
}
.carrera-testimonio .img {
  position: absolute;
  width: 5.5rem;
  border-radius: 50%;
  overflow: hidden;
  transform: translateY(calc(-50% - 4rem));
}
.carrera-testimonio .img img {
  width: 100%;
}
.carrera-testimonio .content {
  color: #666;
}
.carrera-testimonio .content p.testimonio {
  font-size: 0.875rem;
  font-style: italic;
}
.carrera-testimonio .content p.name {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.carrera-testimonio .content p.carrera {
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .carrera-testimonio {
    padding: 7rem 2rem 2em 2rem;
  }
  .carrera-testimonio .img {
    width: 10rem;
    border-radius: 50%;
    overflow: hidden;
    transform: translateY(calc(-50% - 7rem));
  }
  .carrera-testimonio .img img {
    width: 100%;
  }
  .carrera-testimonio .content p.testimonio {
    font-size: 1rem;
  }
}

body#carreras-pg .faq .accordion-item .accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.25rem;
  content: "\f078";
}
body#carreras-pg .faq .accordion-item.is-active .accordion-title {
  font-weight: 700;
}
body#carreras-pg .faq .accordion-item.is-active .accordion-title::before {
  content: "\f077";
}
body#carreras-pg .faq .accordion-content {
  border-top: 0;
}

#afiches-listado {
  margin-bottom: 5rem;
}
#afiches-listado h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 64em) {
  #afiches-listado h1 {
    font-size: 2.5rem;
  }
}

.afiches-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.afiches-list .afiche-item {
  width: calc(50% - 0.25rem);
}
.afiches-list .afiche-item .afiche-item-foto img {
  aspect-ratio: 7/10;
  object-fit: cover;
}
@media print, screen and (min-width: 40em) {
  .afiches-list .afiche-item {
    width: calc(33.333333% - 0.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .afiches-list .afiche-item {
    width: calc(20% - 0.416rem);
  }
}

.pswp .af-title {
  display: block;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.pswp .af-anio,
.pswp .af-director {
  font-size: 14px;
}
.pswp .af-desc {
  font-size: 14px;
  display: block;
  margin-top: 0.75em;
  opacity: 0.7;
}
.pswp .af-desc:after {
  content: "";
  display: block;
  height: 10px;
}
.pswp .pswp__dynamic-caption::-webkit-scrollbar {
  width: 8px; /* width of the entire scrollbar */
}
.pswp .pswp__dynamic-caption::-webkit-scrollbar-track {
  background: transparent;
}
.pswp .pswp__dynamic-caption::-webkit-scrollbar-thumb {
  background-color: #666; /* color of the scroll thumb */
  border-radius: 6px; /* roundness of the scroll thumb */
  border: 2px solid transparent; /* creates padding around scroll thumb */
}
.pswp .pswp__dynamic-caption.pswp__dynamic-caption--aside {
  max-height: calc(99vh - 70px);
  overflow-y: auto;
}
.pswp .pswp__dynamic-caption.pswp__dynamic-caption--below {
  padding-bottom: 15px;
  max-height: calc(100vh - 142vw);
  overflow-y: auto;
}
@media print, screen and (min-width: 40em) {
  .pswp .af-title {
    font-size: 20px;
  }
  .pswp .af-anio,
  .pswp .af-director {
    font-size: 16px;
  }
}

/*# sourceMappingURL=app.css.map */
