@charset "UTF-8";

/*@import url("//hello.myfonts.net/count/38df3c");*/

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

html {
  font-family: "Haas Grotesk Display", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Haas Grotesk Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

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

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

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

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

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

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'><path stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/><circle r='.5'/><circle cx='3' r='.5'/><circle cy='3' r='.5'/><circle cx='3' cy='3' r='.5'/></svg>");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 0.75rem center/8px 10px,
  url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'><path stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/><circle r='.5'/><circle cx='3' r='.5'/><circle cy='3' r='.5'/><circle cx='3' cy='3' r='.5'/></svg>") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled~.custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'><path stroke='%23fff' d='M0 2h4'/></svg>");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23fff'/></svg>");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'><path fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

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

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

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: sticky)) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

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

.font-weight-normal {
  font-weight: 400 !important;
}

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

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

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

select.bs-select-hidden,
.bootstrap-select>select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select>.dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.bootstrap-select>.dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select>select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select>select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group)>.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu>.inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}


/** Aclarar ligeramente un color @param {Color} $color - color a matizar @param {Number} $percentage - porcentaje del `$color` que debe ser devuelto @return {Color} */


/** Oscurecer ligeramente un color @param {Color} $color - color a oscurecer @param {Number} $percentage - porcentaje de `$color` que debe ser devuelto @return {Color} */


/** Añade transparencia a un color @param {Color} $color - color a añadir transparencia @param {Number} $opacity - porcentaje de transparencia de 0 a 1. @return {Color} */


/** Get title styles @param {Text} $family - tipo de letra @param {Number} $size - tamaño de la fuente @param {Number} $color - color del texto @return {Text} */


/** Set transition for element @param {Text} $attr - tipo de atributo que tendrá transición @param {Number} $time - tiempo de duración @param {Text} $type - tipo de animación que tendrá @param {Number} $delay - Retraso en la animación @return {Text} */


/** Custom burron @param {Number} $color - color del texto @param {Number} $color-hover - color del texto activo @param {Number} $color-bg - color del fondo @param {Number} $color-border - color del borde */


/** Colors Palette */


/** Typography */


/** Theme */


/** Container */


/** Grid */


/** Sidebar */


/** Header */

@keyframes scrollHint {
  0% {
    transform: translateY(-0.9375rem);
  }
  100% {
    transform: translateY(0);
  }
}


/*! Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden */

body {
  -webkit-backface-visibility: hidden;
}

.animated {
  animation-duration: calc(1s);
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: calc(1s * 2);
}

.animated.bounceIn,
.animated.bounceOut {
  animation-duration: calc(1s * 0.75);
}

.animated.flipOutX,
.animated.flipOutY {
  animation-duration: calc(1s * 0.75);
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

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

.fadeIn {
  animation-name: fadeIn;
}

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

.fadeOut {
  animation-name: fadeOut;
}

@media (min-width: 1024px) {
  .animated-sm {
    animation: none;
  }
}

/* Custom css */
html {
  scroll-behavior: smooth;
}

[role="main"] {
  background-color: #f1f1f0;
}

a {
  color: #25282a;
}

a:hover {
  color: #ee2737;
}

:focus {
  outline: none;
}

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

.t1 {
  font-family: "Haas Grotesk Display", serif;
  font-size: 88px;
  font-weight: 400;
  color: #25282a;
}

.t1--white {
  font-family: "Haas Grotesk Display", serif;
  font-size: 88px;
  font-weight: 400;
  color: white;
}

.t2 {
  font-family: "Haas Grotesk Display", serif;
  font-size: 48px;
  font-weight: 600;
  color: #25282a;
}

.t2--white {
  font-family: "Haas Grotesk Display", serif;
  font-size: 48px;
  font-weight: 400;
  color: white;
}

@media (max-width: 767.98px) {
  .t2 {
    font-size: 24px;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .t2 {
    font-size: 32px;
    line-height: 3rem;
  }
}

@media (min-width: 1024px) {
  .t2 {
    font-size: 48px;
    line-height: 4rem;
  }
}

.t3 {
  font-family: "Haas Grotesk Display", serif;
  font-size: 32px;
  font-weight: 400;
  color: #25282a;
}

.t4 {
  font-family: "Haas Grotesk Display", serif;
  font-size: 24px;
  font-weight: 400;
  color: #25282a;
}

.t5 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #25282a;
}

.t6 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #25282a;
}

.t6--white {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: white;
}

.t7 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #25282a;
}

.t7--white {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
}

.p1 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #25282a;
}

.p2 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #616161;
}

.p2--white {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.p3 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #616161;
}

.p3--white {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: white;
}

.p4 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: white;
}

.p5 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #25282a;
}

.p5--white {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: white;
}

.p6 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #25282a;
}

.p6--white {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: white;
}

body {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #616161;
}

body small {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #616161;
}

caption {
  font-family: "Haas Grotesk Display", serif;
  font-size: 14px;
  font-weight: 400;
  color: #616161;
}

.section--white {
  background-color: white;
}

.section--white__header {
  margin-bottom: 3.125rem !important;
}

.section--grey {
  background-color: #f3f2f0;
}

.section--grey__header {
  margin-bottom: 3.125rem !important;
}

.section--grey__footer {
  margin-top: 0.9375rem !important;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.border--right {
  border-right: 1px dashed #bbbcbc;
}

.border--left {
  border-left: 1px dashed #bbbcbc;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

@media (min-width: 320px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1024px) {
  .container--fullwidth {
    max-width: 100%;
  }
}

.notFound {
  padding: 5rem;
  background-color: #f3f2f0;
}

.notFound h2 {
  color: #25282a;
  font-size: 30px;
}

.notFound p {
  max-width: 540px;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 425px) {
  .notFound {
    padding: 5rem 2rem;
  }
  .notFound h2 {
    font-size: 23px;
  }
}

.mediaTitle {
  margin-top: 5rem;
}

.mediaTitle h2 {
  color: #25282a;
  font-size: 32px;
  font-weight: 500;
}

@media (max-width: 425px) {
  .mediaTitle h2 {
    font-size: 21px;
    margin-bottom: -10px;
  }
}

@media (max-width: 425px) {
  .bullets {
    flex-direction: column !important;
  }
}

.filters {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2px;
  /* @media (max-width: 375px) { .filter1{ flex: 1 0 81%; } } @media (max-width: 320px) { .filter1{ flex: 1 0 79%; } } */
}

.filters .filter1 {
  flex: 1 0 100%;
  margin-top: 1.875rem;
  display: inline-block;
}

.filters .filter2 {
  flex: 1 0;
  margin-left: 1.875rem;
  display: inline-block;
}

.filters .filter2 .b9__filter {
  margin: 0 !important;
}

.filters .modulFilter {
  flex: 1 0 76%;
  display: inline-block;
}

@media (max-width: 1023px) {
  .filters .filter1 {
    flex: 1 0 70%;
    margin: 0;
  }
  .filters .filter2 {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(30% - 2px);
    margin: 0 0 0 2px;
  }
  .filters .modulFilter {
    flex: 1 0 100%;
  }
}

@media (max-width: 767px) {
  .filters .filter1 {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 58px);
  }
  .filters .filter2 {
    flex: 1 0 58px;
    padding-left: 2px;
    margin: 0;
  }
}

.btn {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: white;
  transition: all 0.4s ease-in-out;
  padding: 0.875rem 1rem;
  line-height: calc(24 / 14);
}

.btn-sm {
  padding: 0.125rem 1rem;
}

.btn-border {
  position: relative;
  color: #ee2737;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-border:before,
.btn-border:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transform: translateZ(0);
}

.btn-border:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-top: 2px solid #ee2737;
  border-right: 2px solid #ee2737;
}

.btn-border:after {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-left: 2px solid #ee2737;
  border-bottom: 2px solid #ee2737;
}

.btn-border:hover {
  color: #ee2737;
}

.btn-border:hover:before,
.btn-border:hover:after {
  width: 100%;
  height: 100%;
}

.btn-border--white {
  color: white;
}

.btn-border--white:before,
.btn-border--white:after {
  border-color: white;
}

.btn-border--white:hover {
  color: white;
}

.btn-border span {
  font-size: 0.875rem;
  line-height: calc(16 / 14);
  font-weight: 600;
  text-transform: none;
}

.btn-border .icon {
  margin-left: 0.75rem;
}

.btn-eae {
  background: #ee2737;
  border: #ee2737;
}

.btn-eae:hover,
.btn-eae:focus,
.btn-eae:active {
  color: white;
  background: #be1f2c;
  border: #be1f2c;
  box-shadow: none;
}

.btn-link {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ee2737;
  text-decoration: underline;
}

.btn-link:hover {
  color: #be1f2c;
}

.btn-outline {
  background: white;
  border: 2px solid #ee2737;
  border-radius: 0;
  color: #ee2737;
  font-weight: 600;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: white;
  background: #ee2737;
  box-shadow: none;
}

.btn-secondary {
  background: #bbbcbc;
  border: #bbbcbc;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: white;
  background: #969696;
  border: #969696;
  box-shadow: none;
}

.btn-cta {
  background-color: #ee2737;
  color: white;
  border-radius: 0;
  border: 0.125rem solid white;
  font-family: "Haas Grotesk Display", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: calc(24 / 16);
  text-transform: uppercase;
  padding: 0.875rem;
}

.btn-cta:hover {
  color: white;
}

.btn-back {
  display: block;
  color: #616161;
}

.btn-back svg {
  margin-right: 0.625rem;
}

.custom-select {
  padding: 0.5rem 1rem;
  border-radius: 0;
  border-color: #616161;
  height: 3rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: calc(16 / 14);
  background: white url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='120' height='120' fill='%23616161'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 0.75rem;
  background-position: calc(100% - 1rem) 60%;
}

.custom-select--chevron {
  background: white url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 32 32'><path fill='%23ee2737' d='M29.724 7.724c0.521-0.521 1.365-0.521 1.886 0s0.521 1.365 0 1.886l-14.667 14.667c-0.521 0.521-1.365 0.521-1.886 0l-14.667-14.667c-0.521-0.521-0.521-1.365 0-1.886s1.365-0.521 1.886 0l13.724 13.724 13.724-13.724z'/></svg>") no-repeat right 0.75rem center/20px 20px;
}

.form-control {
  border-radius: 0;
  border-color: #616161;
  color: #616161;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: calc(16 / 14);
  height: 3rem;
  padding: 1rem;
  transition: border-color 0.4s ease-in-out;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #4990e2;
}

.form-control.valid:not([readonly]) {
  border-color: #00be44;
}

.form-control.valid:not([readonly]):not(.prefix):not(.custom-select):not([readonly]) {
  background: white url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 32 32'><path fill='%2300be44' d='M11.833 23.902l-9.68-9.68c-0.407-0.407-1.066-0.407-1.473 0s-0.407 1.066 0 1.473l10.417 10.417c0.407 0.407 1.066 0.407 1.473 0l18.75-18.75c0.407-0.407 0.407-1.066 0-1.473s-1.066-0.407-1.473 0l-18.013 18.013z'/></svg>") no-repeat right 0.75rem center/24px 24px;
}

.form-control.valid:not([readonly]):not(.prefix).custom-select {
  background: white url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 32 32'><path fill='%2300be44' d='M29.724 7.724c0.521-0.521 1.365-0.521 1.886 0s0.521 1.365 0 1.886l-14.667 14.667c-0.521 0.521-1.365 0.521-1.886 0l-14.667-14.667c-0.521-0.521-0.521-1.365 0-1.886s1.365-0.521 1.886 0l13.724 13.724 13.724-13.724z'/></svg>") no-repeat right 0.75rem center/20px 20px;
}

.form-control.error:not([readonly]) {
  border-color: #ee2737;
}

.form-group {
  position: relative;
  margin-bottom: 0.625rem;
}

.form-group label {
  display: block;
  color: #616161;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: calc(16 / 14);
  transition: all 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.form-group label:not([id*="error"]) {
  position: absolute;
  left: 1rem;
  top: 1rem;
}

.form-group label[id*="error"] {
  position: relative;
  top: initial;
  left: initial;
  text-align: left;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ee2737;
}

.form-group svg.icon-checked {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  opacity: 0;
  z-index: 1070;
  transition: opacity 0.4s ease 0s;
}

.form-group--active label:not([id*="error"]) {
  color: #25282a;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  transform: translate3d(0.0625rem, -0.5625rem, 0);
}

.form-group--active .form-control {
  padding: 1.5rem 1rem 0.5rem 1rem;
}

.form-legal-text {
  font-size: 0.75rem;
  line-height: calc(16 / 12);
  height: 3.125rem;
  overflow-y: scroll;
}

.custom-gender-group,
.custom-language-group {
  display: flex;
  flex-flow: row nowrap;
}

.custom-gender-group .form-check,
.custom-language-group .form-check {
  flex: 1 1;
  padding: 0;
}

.custom-gender-group .form-check [type="radio"],
.custom-language-group .form-check [type="radio"] {
  display: none;
}

.custom-gender-group .form-check label,
.custom-language-group .form-check label {
  position: static;
  left: auto;
  top: auto;
  color: #25282a;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: calc(22 / 14);
  padding: 0.75rem;
  text-align: center;
  width: 100%;
  background: white;
  border: 1px solid #616161;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0;
}

.custom-gender-group .form-check [type="radio"]:checked~label,
.custom-language-group .form-check [type="radio"]:checked~label {
  background: #ee2737;
  border-color: #8b0b15;
  color: white;
}

fieldset[data-drupal-selector^="edit-campus"] span.fieldset-legend{
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 0px;
}

div[id^="edit-campus"].valid:not([readonly]):not(.prefix):not(.custom-select):not([readonly]){
  background: white url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 32 32'><path fill='%2300be44' d='M11.833 23.902l-9.68-9.68c-0.407-0.407-1.066-0.407-1.473 0s-0.407 1.066 0 1.473l10.417 10.417c0.407 0.407 1.066 0.407 1.473 0l18.75-18.75c0.407-0.407 0.407-1.066 0-1.473s-1.066-0.407-1.473 0l-18.013 18.013z'/></svg>") no-repeat right 0.75rem center/24px 24px;
}
div[id^="edit-campus"].valid{
  padding: 0 10% 0 5px !important;
  border: 0;
  background-color: transparent !important;
  background-position-x: right !important;
  transition: padding-right 0.5s ease;
}

div[id^="edit-campus"] input[type="radio"]:checked+label{
  background: #ee2737;
  border-color: #8b0b15;
  color: white;
}

div[id^="edit-campus"] input[type="radio"]{
  display: none;
}

div[id^="edit-campus"]{
  display: flex;
  flex-flow: row nowrap;
}
div[id^="edit-campus"]:first-child label.option{
  /*border-right: none;*/
}

div[id^="edit-campus"] label.option{
  position: static;
  left: auto;
  top: auto;
  color: #25282a;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: calc(22 / 14);
  padding: 0.75rem;
  text-align: center;
  width: 100%;
  background: white;
  border: 1px solid #616161;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0;
}

.custom-gender-group .form-check:first-child label,
.custom-language-group .form-check:first-child label {
  border-right: none;
}

.custom-language-group {
  justify-content: space-between;
}

.custom-language-group .form-check {
  flex: initial;
  flex-basis: calc((100% / 3) - 0.46875rem);
}

.custom-language-group .form-check label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #25282a !important;
}

.custom-language-group .form-check svg {
  fill: #d9d9d6;
}

.custom-language-group .form-check:first-of-type svg path:first-child {
  fill: #ee2737;
}

.custom-language-group .form-check:nth-child(2) svg path:first-child,
.custom-language-group .form-check:nth-child(2) svg path:nth-child(2) {
  fill: #ee2737;
}

.custom-language-group .form-check:last-of-type svg {
  fill: #ee2737;
}

.custom-phone-group {
  display: flex;
  flex-flow: row nowrap;
}

.custom-phone-group .form-group:first-child {
  flex-basis: 3.75rem;
}

.custom-phone-group .form-group:last-child {
  flex: 1 1;
}

.custom-phone-group .form-group [readonly] {
  border-right: none;
}

.custom-phone-group .form-group label#phone-error {
  transform: translateX(-3.75rem);
}

.custom-switch.custom-control.eae-switch {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding-left: 3.75rem;
}

.custom-switch.custom-control.eae-switch input {
  order: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-switch.custom-control.eae-switch input:checked~label.custom-control-label:before {
  border: none !important;
  background-color: #f36873;
}

.custom-switch.custom-control.eae-switch input:checked~label.custom-control-label:after {
  background-color: #ee2737;
  transform: translateX(1.375rem);
}

.custom-switch.custom-control.eae-switch input:focus~label:before {
  border: none;
  box-shadow: none;
}

.custom-switch.custom-control.eae-switch label.custom-control-label {
  order: 2;
  line-height: calc(60 / 40);
}

.custom-switch.custom-control.eae-switch label.custom-control-label:before {
  top: 0.125rem;
  left: -3.75rem;
  width: 2.5rem;
  height: 12px;
  border: none !important;
  background-color: #d9d9d6;
}

.custom-switch.custom-control.eae-switch label.custom-control-label:after {
  width: 1.25rem;
  height: 1.25rem;
  top: -0.1875rem;
  left: -3.875rem;
  border-radius: 50%;
  background-color: white;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.custom-switch.custom-control.eae-switch label.error {
  order: 3;
  color: #ee2737;
}

.dropdown.bootstrap-select.select {
  border-radius: 0;
}

.dropdown.bootstrap-select.select button.dropdown-toggle {
  color: #25282a;
  border-radius: 0;
  border: 1px solid #25282a;
  background-color: white;
}

.dropdown.bootstrap-select.select button.dropdown-toggle:after {
  border: none;
  width: 1.5rem;
  height: 0.625rem;
  background: transparent url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2032%2032'><path%20fill='%2325282a'%20d='M29.724%207.724c0.521-0.521%201.365-0.521%201.886%200s0.521%201.365%200%201.886l-14.667%2014.667c-0.521%200.521-1.365%200.521-1.886%200l-14.667-14.667c-0.521-0.521-0.521-1.365%200-1.886s1.365-0.521%201.886%200l13.724%2013.724%2013.724-13.724z'/></svg>") no-repeat right center/20px 20px;
}

.dropdown.bootstrap-select.select .dropdown-menu {
  flex-direction: column;
  padding-top: 0;
  border-radius: 0;
}

.dropdown.bootstrap-select.select .dropdown-menu.show {
  display: flex;
}

.dropdown.bootstrap-select.select .dropdown-menu a.dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.9375rem 0.9375rem;
}

.dropdown.bootstrap-select.select .dropdown-menu a.dropdown-item span.icon {
  display: block;
  order: 1;
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0;
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 32 32'><path fill='%23ee2737' d='M11.833 23.902l-9.68-9.68c-0.407-0.407-1.066-0.407-1.473 0s-0.407 1.066 0 1.473l10.417 10.417c0.407 0.407 1.066 0.407 1.473 0l18.75-18.75c0.407-0.407 0.407-1.066 0-1.473s-1.066-0.407-1.473 0l-18.013 18.013z'/></svg>") no-repeat left center/20px 20px;
}

.dropdown.bootstrap-select.select .dropdown-menu a.dropdown-item span.text {
  order: 2;
  margin-right: 0;
  margin-left: 0.9375rem;
}

.dropdown.bootstrap-select.select .dropdown-menu a.dropdown-item:active {
  background-color: #ee2737;
}

.dropdown.bootstrap-select.select .dropdown-menu a.dropdown-item.selected span.icon {
  position: relative;
  top: initial;
  right: initial;
  opacity: 1;
}

.dropdown.bootstrap-select.select .dropdown-menu .bs-actionsbox {
  order: 2;
  padding-top: 0.9375rem;
  border-top: 1px solid #d9d9d6;
}

.dropdown.bootstrap-select.select .dropdown-menu .bs-actionsbox button {
  width: 100%;
  border: none;
  transition: all 0.3s ease 0s;
}

.dropdown.bootstrap-select.select .dropdown-menu .bs-actionsbox button:hover {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #d62332;
}

.dropdown.bootstrap-select.select .dropdown-menu .bs-actionsbox button.disabled {
  border: none;
  cursor: default;
  pointer-events: none;
  background-color: #f14755;
}


.bootstrap-datetimepicker-widget {
  min-width: 20.3125rem;
  max-width: 25.9375rem;
  padding: 0.9375rem;
  float: none !important;
}

.bootstrap-datetimepicker-widget:before,
.bootstrap-datetimepicker-widget:after {
  display: none !important;
}

.bootstrap-datetimepicker-widget>ul {
  list-style: none;
  padding: 0;
}

.bootstrap-datetimepicker-widget>ul .datepicker thead th.picker-switch {
  font-family: "Haas Grotesk Display", serif;
  font-size: 16px;
  font-weight: 600;
  color: #25282a;
  text-transform: capitalize;
  padding-bottom: 0.9375rem;
}

.bootstrap-datetimepicker-widget>ul .datepicker thead th.picker-switch:hover {
  color: #ee2737;
  background: none;
}

.bootstrap-datetimepicker-widget>ul .datepicker thead th.dow {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #25282a;
  text-transform: capitalize;
}

.bootstrap-datetimepicker-widget>ul .datepicker tbody tr td {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #25282a;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-shadow: none;
}

.bootstrap-datetimepicker-widget>ul .datepicker tbody tr td:hover {
  border-radius: 0;
}

.bootstrap-datetimepicker-widget>ul .datepicker tbody tr td.old,
.bootstrap-datetimepicker-widget>ul .datepicker tbody tr td.new {
  color: #bbbcbc;
}

.bootstrap-datetimepicker-widget>ul .datepicker tbody .day.active {
  position: relative;
  color: #ee2737;
  background: none;
}

.bootstrap-datetimepicker-widget>ul .datepicker tbody .day.active:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  background-color: rgba(238, 39, 55, 0.2);
  transform: translate(-50%, -50%);
}

.bootstrap-datetimepicker-widget>ul .datepicker tbody .day.active:before {
  display: none !important;
}

.bootstrap-datetimepicker-widget>ul .picker-switch.accordion-toggle {
  display: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: initial;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon--black {
  fill: #25282a;
}

.icon--green {
  fill: #00be44;
}

.icon--grey {
  fill: #979797;
}

.icon--red {
  fill: #ee2737;
}

.icon--white {
  fill: white;
}

.icon--grey-light {
  fill: #bbbcbc;
}

.icon--12 {
  width: 0.75rem;
  height: 0.75rem;
}

.icon--14 {
  width: 0.875rem;
  height: 0.875rem;
}

.icon--16 {
  width: 1rem;
  height: 1rem;
}

.icon--18 {
  width: 1.125rem;
  height: 1.125rem;
}

.icon--24 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon--32 {
  width: 2rem;
  height: 2rem;
}

.icon--36 {
  width: 2.25rem;
  height: 2.25rem;
}

.icon--40 {
  width: 2.5rem;
  height: 2.5rem;
}

.icon--48 {
  width: 3rem;
  height: 3rem;
}

.icon--56 {
  width: 3.5rem;
  height: 3.5rem;
}

.icon-stack {
  display: block;
  position: relative;
}

.icon-stack .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.icon-stack--40 {
  width: 2.5rem;
  height: 2.5rem;
}

.icon-stack--56 {
  width: 3.5rem;
  height: 3.5rem;
}

.logo-eae {
  display: inline-block;
  width: 10.5625rem;
  height: 2.25rem;
}

.logo-eae--primary {
  fill: #ee2737;
}

.logo-eae--white {
  fill: white;
}

.nav-tabs {
  justify-content: center;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link {
  position: relative;
  color: #616161;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}

.nav-tabs .nav-link:hover {
  color: #25282a;
}

.nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  display: block;
  height: 0.25rem;
  border-radius: 0.09375rem;
  transition: all 0.4s ease-in-out;
  margin: 0 20%;
  width: 40%;
}

.nav-tabs .nav-link.active {
  color: #25282a;
  font-weight: 600;
}

.nav-tabs .nav-link.active:after {
  background: #ee2737;
}


/* FONT ZONE */


/* Use Google's hosted "Open Sans" font as display font in button */


/* The button */

.addeventatc {
  display: inline-block;
  position: relative;
  font-family: "Open Sans", Roboto, Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

.addeventatc:hover {
  color: #555;
  font-size: 16px;
  text-decoration: underline;
}

.addeventatc .start,
.addeventatc .end,
.addeventatc .timezone,
.addeventatc .title,
.addeventatc .description,
.addeventatc .location,
.addeventatc .organizer,
.addeventatc .organizer_email,
.addeventatc .facebook_event,
.addeventatc .all_day_event,
.addeventatc .date_format,
.addeventatc .alarm_reminder,
.addeventatc .recurring,
.addeventatc .attendees,
.addeventatc .calname,
.addeventatc .uid,
.addeventatc .status,
.addeventatc .method,
.addeventatc .client,
.addeventatc .transp {
  display: none !important;
}


/* Drop down */

.addeventatc_dropdown {
  width: 230px;
  position: absolute;
  padding: 6px 0 0 0;
  color: #000 !important;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  text-decoration: none;
  text-align: left;
  margin-left: -1px;
  display: none;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 10px 26px;
  transform: scale(0.98, 0.98) translateY(5px);
  z-index: -1;
  transition: transform 0.15s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.addeventatc_dropdown.topdown {
  transform: scale(0.98, 0.98) translateY(-5px) !important;
}

.addeventatc_dropdown span {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  padding: 14px 10px 14px 55px;
  transition: background-color 0.3s;
}

.addeventatc_dropdown span:hover {
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
}

.addeventatc_dropdown em {
  color: #999 !important;
  font-size: 12px !important;
}

.addeventatc_dropdown .frs a {
  background: #fff;
  color: #cacaca !important;
  cursor: pointer;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 110% !important;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  top: 5px;
  z-index: 101;
}

.addeventatc_dropdown .frs a:hover {
  color: #999 !important;
}

.addeventatc_dropdown .ateappleical {
  background: url(../img/icon-apple-t5.svg) 18px 40% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ategoogle {
  background: url(../img/icon-google-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ateoutlook {
  background: url(../img/icon-outlook-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ateoutlookcom {
  background: url(../img/icon-outlookcom-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ateyahoo {
  background: url(../img/icon-yahoo-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .atefacebook {
  background: url(../img/icon-facebook-t5.svg) 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .copyx {
  height: 21px;
  display: block;
  position: relative;
  cursor: default;
}

.addeventatc_dropdown .brx {
  height: 1px;
  overflow: hidden;
  background: #e8e8e8;
  position: absolute;
  z-index: 100;
  left: 10px;
  right: 10px;
  top: 9px;
}

.addeventatc_dropdown.addeventatc-selected {
  transform: scale(1, 1) translateY(0px);
  z-index: 99999999999;
}

.addeventatc_dropdown.topdown.addeventatc-selected {
  transform: scale(1, 1) translateY(0px) !important;
}

.addeventatc_dropdown .drop_markup {
  background-color: #f4f4f4;
}

.l-lp {
  display: flex;
  flex-flow: column;
}

.l-lp__main,
.l-lp__content,
.l-lp__aside,
.l-lp [role='banner'],
.l-lp [role='contentinfo'] {
  flex: 0 1 100%;
}

@media (min-width: 1024px) {
  .l-lp {
    flex-flow: row wrap;
  }
  .l-lp__content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 18rem);
    max-width: calc(100% - 18rem);
  }
  .l-lp__aside {
    display: flex;
    flex-direction: column;
    background-color: #bbbcbc;
    flex: 0 0 18rem;
  }
  .l-lp__aside>div {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 1400px) {
  .l-lp__content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% - 23.875rem);
    max-width: calc(100% - 23.875rem);
  }
  .l-lp__aside {
    flex: 0 0 23.875rem;
  }
}

.l-lp__content>section,
.l-lp__content .l-section {
  padding: 3.125rem 1rem;
}

@media (min-width: 768px) {
  .l-lp__content>section,
  .l-lp__content .l-section {
    padding: 4.375rem 3.125rem;
  }
}

.l-lp__content>section>div,
.l-lp__content>section>header,
.l-lp__content>section>section,
.l-lp__content .l-inner {
  width: 100%;
  max-width: 81.25rem;
  margin: 0 auto;
}

.l-lp__content .l-section--no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.l-lp__content .l-section--no-padding-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.l-lp__content .l-section--no-padding-horizontal-fw div {
  max-width: initial;
  position: relative;
}

.l-lp__content .l-section--no-padding-horizontal-sidebar {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

@media (max-width: 767px) {
  .l-lp__content .l-section--no-padding-horizontal-sidebar {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
}

.l-lp__content .l-section--no-padding-top {
  padding-top: 0 !important;
}

.l-lp__content .l-section--no-padding-bottom {
  padding-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .l-lp__content .l-section--no-padding-top-xs {
    padding-top: 0 !important;
  }
  .l-lp__content .l-section--no-padding-horizontal-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .l-lp__content .l-section--no-padding-vertical-xs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .l-lp__content .l-section--no-padding-xs {
    padding: 0 !important;
  }
}

@media (min-width: 1024px) {
  .l-lp__content .l-section--no-padding-horizontal-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.l-lp.fixing-tabs [data-behavior='sticky'] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1019;
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
  box-shadow: 0 0.5625rem 1.125rem rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
  .l-lp.fixing-tabs [data-behavior='sticky'] {
    top: 5.5rem;
  }
}

@media (min-width: 768px) {
  .l-lp.fixing-tabs.fixed-tabs [data-behavior='sticky'] {
    transform: translate3d(0, 4.0625rem, 0);
  }
}

@media (min-width: 1024px) {
  .l-lp.fixing-tabs.fixed-tabs [data-behavior='sticky'] {
    transform: translate3d(0, 0, 0);
  }
}

.l-lp.fixing-cab-nav3 {
  padding-bottom: 3.5625rem;
}

@media (min-width: 768px) {
  .l-lp.fixing-cab-nav3 {
    padding-top: 4.0625rem;
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .l-lp.fixing-cab-nav3 {
    padding-top: 5.5rem;
  }
}

.l-lp.fixing-cab-nav3.fixing-tabs {
  padding-top: 3.5rem;
}

@media (min-width: 768px) {
  .l-lp.fixing-cab-nav3.fixing-tabs {
    padding-top: 9.5625rem;
  }
}

@media (min-width: 1024px) {
  .l-lp.fixing-cab-nav3.fixing-tabs {
    padding-top: 5.5rem;
  }
}

.l-lp--g .l-lp__aside,
.l-lp--multi .l-lp__aside {
  background: #ee2737;
}

.l-lp--g .l-lp__aside label[id*="error"],
.l-lp--multi .l-lp__aside label[id*="error"] {
  position: relative;
  top: initial;
  left: initial;
  text-align: left;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ee2737;
  color: white;
}

.l-lp--g .l-lp__aside .c19,
.l-lp--g .l-lp__aside small,
.l-lp--multi .l-lp__aside .c19,
.l-lp--multi .l-lp__aside small {
  color: white;
}

.l-lp--g .l-lp__content,
.l-lp--multi .l-lp__content {
  position: relative;
  padding: 3.125rem 1rem;
}

@media (max-width: 1023.98px) {
  .l-lp--g .l-lp__content .b8,
  .l-lp--multi .l-lp__content .b8 {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .l-lp--g .l-lp__content,
  .l-lp--multi .l-lp__content {
    padding: 4.375rem 3.125rem;
  }
}

.pack-info {
  padding: 0 !important;
}

.pack-info .l-lp__content {
  padding: 0 !important;
}

.l-lp--streaming .l-lp__content {
  position: relative;
  padding: 3rem 0;
}

.l-lp--streaming .l-lp__content .a19 {
  max-width: 81.25rem;
  margin: 0 auto 5rem;
}

@media (max-width: 767.98px) {
  .l-lp--streaming .l-lp__content {
    padding: 1.875rem 0;
  }
  .l-lp--streaming .l-lp__content .a19 {
    margin: 0 auto 2.5rem;
  }
}

.l-lp--noaside .l-lp__content,
.l-file .l-lp__content {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .l-file:not(.has-cta).fixing-cab-sticky-gen [role="banner"] {
    display: none;
  }
  .l-file.has-cta.fixing-cab-sticky-gen [role="banner"] {
    position: fixed;
    top: auto;
    bottom: -3.5625rem;
    left: 0;
    z-index: 1020;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .l-file.has-cta.fixing-cab-sticky-gen.fixed-cab-sticky-gen [role="banner"] {
    transform: translate3d(0, -100%, 0);
  }
}

.admission__section {
  padding: 3.125rem 0.9375rem 5rem;
}

.ty .a28__box:last-of-type {
  margin-bottom: 0 !important;
}

.ty__section {
  position: relative;
  padding: 3.75rem 1.875rem;
}

@media (min-width: 768px) {
  .ty__section {
    padding: 5.625rem 0;
  }
}

.ty__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ty__content {
  position: relative;
  max-width: 40.3125rem;
  margin: auto;
  text-align: center;
}

.ty__img+.ty__content *:not(.ty__title) {
  color: white;
}

.ty__title {
  font-family: "Haas Grotesk Display", serif;
  font-size: 32px;
  font-weight: 600;
  color: #ee2737;
  line-height: 1;
  margin-bottom: 0.9375rem;
}

.ty__subtitle {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #25282a;
  margin-bottom: 1.875rem;
}

.ty__introduction {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #25282a;
}

.ty__introduction p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ty__introduction {
    font-size: 16px;
  }
  .ty__introduction p {
    margin-bottom: 0;
  }
}

.ty__cta {
  display: inline-block;
  margin-top: 2.8125rem;
  border: none;
  transition: background-color 0.3s ease 0s;
}

.ty__cta:hover {
  text-decoration: none;
  background-color: #f1525f;
}

.ty__form {
  margin-top: 2.8125rem;
  padding-top: 2.8125rem;
  border-top: 1px solid #d9d9d6;
  text-align: left;
}

.ty__form--hide {
  display: none;
}

.ty__form .form-hint {
  font-size: 14px;
  text-align: center;
  margin-bottom: 2.8125rem;
}

.ty__form__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .ty__form__wrapper {
    flex-direction: row;
    align-items: flex-end;
  }
}

.ty__form__wrapper>div:first-child {
  padding-right: 0.9375rem;
}

.ty__form__wrapper .custom-switch {
  margin-bottom: 0.9375rem;
}

.ty__form__wrapper .custom-switch label {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .ty__form__wrapper .custom-switch label {
    min-width: 413px;
  }
}

.ty__form__cta {
  width: 9.6875rem;
  max-width: 9.6875rem;
  margin-top: 2.8125rem;
  cursor: pointer;
  border: none;
  transition: background-color 0.3s ease 0s;
}

.ty__form__cta[disabled] {
  opacity: 0.7;
  pointer-events: none;
}

.ty__form__cta:hover {
  background-color: #f1525f;
}

@media (min-width: 768px) {
  .ty__form__cta {
    margin-top: 0;
  }
}

.ty section.section--grey+section.section--grey {
  position: relative;
}

.ty section.section--grey+section.section--grey:before {
  display: block;
  content: "";
  width: calc(100% - 1.875rem);
  height: 1px;
  max-width: 87.5rem;
  margin: auto;
  background-color: #d9d9d6;
  position: relative;
  top: -3.75rem;
}

@media (min-width: 768px) {
  .ty section.section--grey+section.section--grey:before {
    width: calc(100% - 7.5rem);
  }
}

@media (min-width: 1400px) {
  .ty section.section--grey+section.section--grey:before {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .ty section.section--grey+section.section--grey:before {
    top: -2.5rem;
  }
}

.cab-sticky-gen {
  background: white;
  border-bottom: 1px solid #d9d9d6;
  height: 3.5625rem;
  position: relative;
  z-index: 1020;
}

.cab-sticky-gen.menu-is-on .cab-sticky-gen__togglers [data-toggle="menu"] {
  background-color: rgba(238, 39, 55, 0.1);
}

.cab-sticky-gen.menu-is-on .cab-sticky-gen__togglers [data-toggle="menu"] .icon-close {
  display: block;
  fill: #ee2737;
}

.cab-sticky-gen.menu-is-on .cab-sticky-gen__togglers [data-toggle="menu"] .icon-menu {
  display: none;
}

.cab-sticky-gen__brand {
  display: block;
  width: 7rem;
  height: 1.5rem;
  pointer-events: auto;
}

.cab-sticky-gen__brand .logo-eae {
  display: block;
  width: 100%;
  height: 100%;
}

.cab-sticky-gen__main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 3.5rem;
  padding-left: 1rem;
  pointer-events: none;
}

.cab-sticky-gen__navs {
  z-index: 1;
}

.cab-sticky-gen__togglers {
  display: flex;
  flex-flow: row nowrap;
  pointer-events: auto;
}

.cab-sticky-gen__togglers [type="button"] {
  appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.4s ease-in-out;
}

.cab-sticky-gen__togglers [type="button"]:focus {
  outline: none;
}

.cab-sticky-gen__togglers [data-toggle="menu"] {
  background-color: #ee2737;
}

.cab-sticky-gen__togglers [data-toggle="menu"] .icon-close {
  display: none;
}

.cab-sticky-gen__togglers [data-toggle="menu"] .icon {
  fill: white;
}

@media (max-width: 1023.98px) {
  .cab-sticky-gen__main {
    background: white;
    z-index: 1;
  }
  .cab-sticky-gen__navs {
    position: fixed;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    background: white;
    top: 3.5625rem;
    bottom: 0;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    transition: opacity 0.4s ease-in-out, transform 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .cab-sticky-gen.menu-is-on .cab-sticky-gen__navs {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .cab-sticky-gen__search .icon-border-right {
    display: none;
  }
}

@media (min-width: 768px) {
  .cab-sticky-gen {
    height: 4.0625rem;
  }
  .cab-sticky-gen__brand {
    width: 9.375rem;
    height: 2rem;
  }
  .cab-sticky-gen__main {
    height: 4rem;
    padding-left: 1.5rem;
  }
  .cab-sticky-gen__navs {
    top: 4.0625rem;
    height: calc(100vh - 4rem);
  }
  .cab-sticky-gen__togglers [type="button"] {
    width: 4rem;
    height: 4rem;
  }
}

@media (min-width: 1024px) {
  .cab-sticky-gen {
    height: 7.75rem;
    padding-top: 2.1875rem;
  }
  .cab-sticky-gen [data-toggle="menu"] {
    display: none;
  }
  .cab-sticky-gen__brand {
    display: block;
    width: 10.5625rem;
    height: 2.25rem;
  }
  .cab-sticky-gen__main {
    height: 5.5rem;
    padding: 0 1.5rem;
  }
  .cab-sticky-gen__navs {
    height: auto;
  }
  .cab-sticky-gen .cab-nav1 {
    position: absolute;
    top: 2.1875rem;
    left: 0;
    right: 0;
  }
  .cab-sticky-gen .cab-nav1__l1 {
    margin-left: 12.0625rem;
    margin-right: 5.5rem;
  }
  .cab-sticky-gen .cab-nav2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .cab-sticky-gen__brand {
    display: block;
    width: 11.6875rem;
    height: 2.5rem;
  }
  .cab-sticky-gen__main {
    padding: 0 3.125rem;
  }
  .cab-sticky-gen .cab-nav1__l1 {
    margin-left: 17.9375rem;
    margin-right: 7.125rem;
  }
}

body.nav-is-on {
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  body.nav-is-on {
    padding-top: 3.5625rem;
  }
  body.nav-is-on .cab-sticky-gen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  body.nav-is-on .cab-sticky-gen__navs {
    height: calc(100vh - 3.5625rem);
  }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  body.nav-is-on {
    padding-top: 4.0625rem;
  }
  body.nav-is-on .cab-sticky-gen__navs {
    height: calc(100vh - 4.0625rem);
  }
}

body.fixing-cab-sticky-gen {
  padding-top: 3.5625rem;
}

body.fixing-cab-sticky-gen .cab-sticky-gen {
  position: fixed;
  top: -3.5625rem;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

@media (min-width: 768px) {
  body.fixing-cab-sticky-gen {
    padding-top: 4.0625rem;
  }
  body.fixing-cab-sticky-gen .cab-sticky-gen {
    top: -4.0625rem;
  }
}

@media (min-width: 1024px) {
  body.fixing-cab-sticky-gen {
    padding-top: 7.75rem;
  }
  body.fixing-cab-sticky-gen .cab-sticky-gen {
    top: -7.75rem;
  }
}

body.fixing-cab-sticky-gen.fixed-tabs {
  padding-top: 7.0625rem;
}

@media (min-width: 768px) {
  body.fixing-cab-sticky-gen.fixed-tabs {
    padding-top: 9.5625rem;
  }
}

@media (min-width: 1024px) {
  body.fixing-cab-sticky-gen.fixed-tabs {
    padding-top: 13.25rem;
  }
}

body.fixing-cab-sticky-gen.fixed-cab-sticky-gen .cab-sticky-gen {
  transform: translate3d(0, 100%, 0);
}

@media (min-width: 1024px) {
  body.fixing-cab-sticky-gen.fixed-cab-sticky-gen .cab-sticky-gen {
    transform: translate3d(0, calc(100% - 2.25rem), 0);
  }
}

body.fixing-cab-sticky-gen.l-file.fixing-cab-sticky-gen .cab-sticky-gen__brand {
  width: 7rem;
  height: 1.5rem;
}

.cab-nav1 {
  position: relative;
  background: white;
}

.cab-nav1 a:hover {
  text-decoration: none;
}

.cab-nav1 a.active {
  color: #ee2737;
}

.cab-nav1__back {
  margin-bottom: 0.625rem;
}

.cab-nav1__back a {
  display: inline-flex;
  align-items: center;
  color: #616161;
}

.cab-nav1__back span {
  margin-left: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: calc(24 / 15);
}

.cab-nav1__back .icon-close {
  display: none;
}

.cab-nav1__l1,
.cab-nav1__l2,
.cab-nav1__l3,
.cab-nav1__formats__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cab-nav1__l1>li>a,
.cab-nav1__l3>li>a {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: calc(20 / 15);
}

.cab-nav1__l2 {
  background: white;
}

.cab-nav1__l3>li>a {
  display: inline-block;
  padding: 0.625rem 0;
}

@media (max-width: 1023.98px) {
  .cab-nav1 {
    padding: 1.5rem 0;
    transform: translate3d(0, 0, 0);
    transition: all 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .cab-nav1.show-l2 {
    transform: translate3d(-100%, 0, 0);
  }
  .cab-nav1.show-l3 {
    transform: translate3d(-200%, 0, 0);
  }
  .cab-nav1__formats {
    border-top: 1px solid #d9d9d6;
    margin: 1.875rem -1rem 0;
    padding: 1.25rem 1rem 0;
  }
  .cab-nav1__formats__title {
    display: none;
  }
  .cab-nav1__formats__items>li>a {
    display: inline-block;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: calc(20 / 15);
    padding: 0.625rem 0;
  }
  .cab-nav1__l1 {
    height: auto;
    transition: height 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .cab-nav1__l1>li>a {
    display: inline-block;
    padding: 0.625rem 1rem;
  }
  .cab-nav1__l2,
  .cab-nav1__l3 {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 1.25rem 1rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease-in-out;
  }
  .active>.cab-nav1__l2,
  .active>.cab-nav1__l3 {
    opacity: 1;
    pointer-events: auto;
  }
  .cab-nav1__l2>li>a,
  .cab-nav1__l3>li>a {
    display: inline-block;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: calc(20 / 15);
    padding: 0.625rem 0;
  }
  .cab-nav1__l2,
  .cab-nav1__l3 {
    left: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .cab-nav1__l1>li>a {
    padding: 0.625rem 2.5rem;
  }
  .cab-nav1__l2 {
    padding: 1.25rem 2.5rem;
  }
  .cab-nav1__formats {
    margin: 1.875rem -2.5rem 0;
    padding: 1.25rem 2.5rem;
  }
}

@media (min-width: 1024px) {
  .cab-nav1 {
    pointer-events: none;
    border-bottom: 1px solid #d9d9d6;
  }
  .cab-nav1__back,
  .cab-nav1__all {
    display: none;
  }
  .cab-nav1__formats {
    flex: 1 0 100% !important;
    margin: 3.125rem -3.125rem -3.125rem;
    padding: 1.875rem 3.125rem;
    text-align: center;
    background-color: #f1f1f0;
    position: relative;
    box-shadow: inset 0 1px 0.5rem rgba(0, 0, 0, 0.1);
  }
  .cab-nav1__formats__title {
    color: #25282a;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: calc(28 / 18);
    margin: 0 0 1.5625rem;
  }
  .cab-nav1__formats__items {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
  .cab-nav1__formats__items>li {
    flex: 0 1 16.25rem;
  }
  .cab-nav1__formats__items>li+li {
    margin-left: 2.5rem;
  }
  .cab-nav1__formats__items a {
    background: white;
    border: 2px solid #bbbcbc;
    display: block;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: calc(22 / 14);
    padding: 0.9375rem 1.875rem;
    transition: all 0.4s ease-in-out;
  }
  .cab-nav1__formats__items a:hover,
  .cab-nav1__formats__items a.active {
    border-color: transparent;
    background: #ee2737;
    color: white;
  }
  .cab-nav1__l1 {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    pointer-events: auto;
  }
  .cab-nav1__l1>li.active>ul {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 0.5625rem 1.125rem rgba(0, 0, 0, 0.1);
  }
  .cab-nav1__l1>li>a {
    padding: 0.75rem;
    min-width: 5.25rem;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    height: 5.5625rem;
  }
  .cab-nav1__l1>li>a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    display: block;
    width: 3.75rem;
    height: 0.25rem;
    background: #ee2737;
    border-radius: 0.125rem;
    transform: translateX(-50%) scale3d(0, 1, 1);
    transition: transform 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .cab-nav1__l1>li.active>a,
  .cab-nav1__l1>li>a:hover {
    color: #25282a;
  }
  .cab-nav1__l1>li.active>a:after,
  .cab-nav1__l1>li>a:hover:after {
    transform: translateX(-50%) scale3d(1, 1, 1);
  }
  .cab-nav1__l2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    max-width: 100vw;
    padding: 3.125rem;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -100%, 0);
    transition: opacity 0.4s ease-in-out, transform 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .cab-nav1__l2>.cab-nav1__back {
    display: block;
    position: absolute;
    right: 3.125rem;
    top: 0.75rem;
    margin: 0 !important;
    padding: 0 !important;
    border-right: none !important;
  }
  .cab-nav1__l2>.cab-nav1__back a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    padding: 0 !important;
    background: transparent;
  }
  .cab-nav1__l2>.cab-nav1__back a:hover {
    background: rgba(238, 39, 55, 0.1);
  }
  .cab-nav1__l2>.cab-nav1__back .icon-close {
    display: block;
  }
  .cab-nav1__l2>.cab-nav1__back span,
  .cab-nav1__l2>.cab-nav1__back .icon-arrow-left-2 {
    display: none;
  }
  .cab-nav1__l2 .has-submenu a {
    font-weight: 600;
  }
  .cab-nav1__l2 .has-submenu ul a {
    font-weight: 500;
    font-size: 0.9rem;
  }
  .cab-nav1__l2:not(.cab-nav1__l2--programs)>li {
    border-right: 1px solid #d9d9d6;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(25% - 0.9375rem);
    padding-right: 1.25rem;
    margin-left: 1.25rem;
  }
  .cab-nav1__l2:not(.cab-nav1__l2--programs)>li:nth-child(2),
  .cab-nav1__l2:not(.cab-nav1__l2--programs)>li:nth-child(4n+6) {
    margin-left: 0;
  }
  .cab-nav1__l2:not(.cab-nav1__l2--programs)>li:nth-child(5),
  .cab-nav1__l2:not(.cab-nav1__l2--programs)>li:nth-child(4n+5) {
    border-right: none;
  }
  .cab-nav1__l2:not(.cab-nav1__l2--programs)>li>a {
    display: inline-block;
    padding: 0.9375rem 0;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: calc(20 / 15);
    color: #25282a;
    transition: all 0.4s ease-in-out;
  }
  .cab-nav1__l2:not(.cab-nav1__l2--programs)>li>a.active,
  .cab-nav1__l2:not(.cab-nav1__l2--programs)>li>a:hover {
    color: #ee2737;
  }
  .cab-nav1__l2--programs>li {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(25% - 1.875rem);
  }
  .cab-nav1__l2--programs>li>a {
    font-family: "Haas Grotesk Display", serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: calc(24 / 18);
    color: #25282a;
  }
  .cab-nav1__l2--programs>li+li:not(.cab-nav1__back)+li:not(.cab-nav1__formats) {
    margin-left: 1.875rem;
  }
  .cab-nav1__l2--programs>li:nth-child(4n+0)+li:not(.cab-nav1__back)+li:not(.cab-nav1__formats) {
    margin-left: 0;
  }
  .cab-nav1__l2--programs>li:nth-child(n+4)+li:not(.cab-nav1__back)+li:not(.cab-nav1__formats) {
    margin-top: 2.125rem;
  }
  .cab-nav1__l3 {
    margin-top: 1.25rem;
  }
  .cab-nav1__l3>li>a {
    color: #616161;
  }
  .cab-nav1__l3>li>a:hover {
    color: #ee2737;
  }
}

.cab-nav2 {
  padding: 0;
  margin: 0;
}

@media (max-width: 1023.98px) {
  .cab-nav2 {
    position: relative;
    border-top: 1px solid #d9d9d6;
  }
  .cab-nav2__lang,
  .cab-nav2__settings {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .cab-nav2__lang {
    left: 0;
    width: 100%;
    height: 4rem;
    background: #f3f2f0;
    padding: 0 0.9375rem;
    justify-content: flex-start;
  }
  .cab-nav2__lang .nav-item {
    font-size: 0;
  }
  .cab-nav2__lang .nav-item.active .nav-link {
    color: #979797;
  }
  .cab-nav2__lang .nav-link {
    display: inline-block;
    font-size: 0.875rem;
  }
  .cab-nav2__lang .nav-item+.nav-item::before {
    content: "·";
    padding: 0 0.625rem;
    font-size: 0.875rem;
  }
  .cab-nav2__menu {
    display: inline-block;
    font-size: 0.875rem;
  }
  .cab-nav2__settings {
    right: 0;
    bottom: 0;
  }
  .cab-nav2__settings .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    background-color: #d9d9d6;
    margin-left: 1px;
  }
  .cab-nav2__settings .icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .cab-nav2 .container {
    padding-top: 1.875rem;
    padding-bottom: 5.625rem;
  }
}

@media (min-width: 768px) {
  .cab-nav2__lang {
    padding-left: 2.875rem;
  }
  .cab-nav2__menu {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 1024px) {
  .cab-nav2 {
    background-color: #25282a;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .cab-nav2 .container {
    color: white;
    background-color: #25282a;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0.4375rem 0;
  }
  .cab-nav2 a {
    color: white;
  }
  .cab-nav2 .navbar-nav {
    display: flex;
    flex-flow: row nowrap;
  }
  .cab-nav2 .nav-item .icon-chevron-down {
    height: 0.625rem;
  }
  .cab-nav2 .nav-item .nav-link {
    font-size: 0.875rem;
    margin: 0;
    padding: 0 0.9375rem;
    color: #d9d9d6;
  }
  .cab-nav2 .nav-item .nav-link:hover {
    color: white;
  }
  .cab-nav2 .nav-item .nav-link.dropdown {
    padding-right: 1.5625rem;
  }
  .cab-nav2 .nav-item .nav-link.dropdown::after {
    border: solid #979797;
    content: "";
    border-width: 0 0.0625rem 0.0625rem 0;
    display: inline-block;
    padding: 0.1875rem;
    transform: rotate(45deg);
    position: absolute;
    right: 0.625rem;
    top: 0.3125rem;
  }
  .cab-nav2 .nav-item .nav-link .icon {
    width: 1.2em;
    height: 1.1em;
  }
  .cab-nav2 .nav-item .navbar-nav {
    position: absolute;
    display: list-item;
    background-color: #25282a;
    display: none;
    padding: 0.625rem 0;
  }
  .cab-nav2 .nav-item .navbar-nav .nav-item {
    padding: 0.3125rem;
  }
  .cab-nav2 .nav-item .navbar-nav .nav-item.active {
    display: none;
  }
  .cab-nav2 .nav-item .navbar-nav .nav-item .nav-link {
    border: none;
  }
  .cab-nav2 .nav-item:hover .navbar-nav {
    display: block;
  }
  .cab-nav2__menu,
  .cab-nav2__settings {
    padding: 0;
  }
  .cab-nav2__menu .nav-item .nav-link,
  .cab-nav2__settings .nav-item .nav-link {
    border-left: 1px solid #616161;
  }
}

@media (min-width: 1400px) {
  .cab-nav2 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.cab-nav3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-bottom: 1px solid #d9d9d6;
  min-height: 3.5625rem;
  padding: 0 1rem;
  position: relative;
  transform: translateZ(0);
  transition: transform 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
  will-change: transform;
}

.cab-nav3 .btn-eae {
  border-radius: 1.25rem;
  height: 2.5rem;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
  display: none;
}

.cab-nav3__brand {
  display: block;
  width: 7rem;
  height: 1.5rem;
  pointer-events: auto;
}

.cab-nav3__brand .logo-eae {
  display: block;
  width: 100%;
  height: 100%;
}

.cab-nav3__ctas button:focus {
  outline: none;
}

.cab-nav3__navbar {
  display: flex;
  flex: 1 1;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767.98px) {
  .cab-nav3__ctas {
    display: none;
  }
}

@media (min-width: 768px) {
  .cab-nav3 {
    height: 4.0625rem;
    padding: 0 1.5rem;
  }
  .cab-nav3__brand {
    display: block;
    width: 10.5625rem;
    height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .cab-nav3 {
    height: 5.5rem;
  }
  .cab-nav3__brand {
    display: block;
    width: 10.5625rem;
    height: 2.25rem;
  }
}

@media (min-width: 1400px) {
  .cab-nav3 {
    padding: 0 3.125rem;
  }
  .cab-nav3__brand {
    display: block;
    width: 11.6875rem;
    height: 2.5rem;
  }
}

body.fixing-cab-nav3 .cab-nav3 {
  position: fixed;
  bottom: -3.5625rem;
  left: 0;
  z-index: 1020;
  width: 100%;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 767.98px) {
  body.fixing-cab-nav3 .cab-nav3 {
    background: #ee2737;
    border-bottom: none;
    border-top: 1px solid white;
    padding: 0;
  }
  body.fixing-cab-nav3 .cab-nav3__brand {
    display: none;
  }
  body.fixing-cab-nav3 .cab-nav3__ctas {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
  }
  body.fixing-cab-nav3 .cab-nav3__ctas button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  body.fixing-cab-nav3 .cab-nav3__ctas .btn-eae {
    flex: 1 1;
    height: auto;
    border-radius: 0;
    border-left: 1px solid white;
  }
  body.fixing-cab-nav3 .cab-nav3__ctas .btn-icon {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    background: transparent !important;
  }
  body.fixing-cab-nav3 .cab-nav3__ctas .btn-icon .icon {
    fill: white;
  }
}

@media (min-width: 768px) {
  body.fixing-cab-nav3 .cab-nav3 {
    bottom: auto;
    top: -4.0625rem;
  }
  body.fixing-cab-nav3 .cab-nav3 .btn-eae {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  body.fixing-cab-nav3 .cab-nav3 {
    top: -5.5rem;
  }
}

body.fixing-cab-nav3.fixed-cab-nav3 .cab-nav3 {
  transform: translate3d(0, -100%, 0);
}

@media (min-width: 768px) {
  body.fixing-cab-nav3.fixed-cab-nav3 .cab-nav3 {
    transform: translate3d(0, 100%, 0);
  }
}

.cab-sticky-fich {
  transition: background 0.4s ease-in-out;
}

.cab-sticky-fich [data-toggle="self"]:focus {
  outline: none;
}

.cab-sticky-fich__title,
.cab-sticky-fich__ctas {
  opacity: 1;
  transition: opacity 0.4s ease-in-out, transform 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

@media (max-width: 767.98px) {
  .cab-sticky-fich {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #ee2737;
    border-bottom: none;
    border-top: 1px solid white;
  }
  .cab-sticky-fich__title,
  .cab-sticky-fich__toggle {
    display: none;
  }
  .cab-sticky-fich__ctas {
    display: none;
    flex-flow: row nowrap;
    width: 100%;
  }
  .cab-sticky-fich__ctas button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .cab-sticky-fich__ctas .btn-eae {
    flex: 1 1;
    height: auto;
    border-radius: 0;
    border-left: 1px solid white;
  }
  .cab-sticky-fich__ctas .btn-icon {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    background: transparent !important;
  }
  .cab-sticky-fich__ctas .btn-icon .icon {
    fill: white;
  }
  .fixing-cab-sticky-gen .cab-sticky-fich__ctas {
    display: flex;
  }
}

@media (min-width: 768px) {
  .cab-sticky-fich {
    display: none;
    position: absolute;
    top: 0;
    left: 10.875rem;
    z-index: 2;
  }
  .fixing-cab-sticky-gen .cab-sticky-fich {
    display: flex;
  }
  .cab-sticky-fich .btn-eae {
    border-radius: 1.25rem;
    height: 2.5rem;
    font-size: 0.875rem;
    line-height: 1;
    padding: 0.75rem 1.25rem;
    text-transform: uppercase;
  }
}

@media (min-width: 320px) and (max-width: 1023.98px) {
  .cab-sticky-fich {
    right: 8.875rem;
    justify-content: flex-end;
  }
  .cab-sticky-fich__toggle,
  .cab-sticky-fich__title {
    display: none;
  }
}

@media (min-width: 1024px) {
  .cab-sticky-fich {
    top: 2.25rem;
    right: 1.5rem;
    left: 10rem;
    height: 5.5rem;
    background: white;
    padding-left: 1rem;
    align-items: center;
  }
  .cab-sticky-fich:before {
    content: "";
    display: block;
    width: 1px;
    height: 3rem;
    background: #d9d9d6;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.5rem;
  }
  .cab-sticky-fich [data-toggle="self"] {
    appearance: none;
    border: none;
    background: transparent;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cab-sticky-fich [data-toggle="self"] .icon-close {
    display: none;
  }
  .cab-sticky-fich__ctas {
    margin-left: auto;
  }
  .cab-sticky-fich__title {
    margin-left: 1rem;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: calc(28 / 18);
    color: #25282a;
  }
}

@media (min-width: 1400px) {
  .cab-sticky-fich {
    right: 3.125rem;
    left: 11.625rem;
  }
}

.cab-sticky-fich.active {
  background: transparent;
  pointer-events: none;
}

.cab-sticky-fich.active [data-toggle="self"] {
  pointer-events: auto;
}

.cab-sticky-fich.active [data-toggle="self"] .icon-close {
  display: block;
}

.cab-sticky-fich.active [data-toggle="self"] .icon-menu {
  display: none;
}

.cab-sticky-fich.active .cab-sticky-fich__title,
.cab-sticky-fich.active .cab-sticky-fich__ctas {
  opacity: 0;
  transform: scale3d(0, 0, 0);
}

.footer {
  background-color: #25282a;
  color: white;
}

.footer__main {
  display: flex;
  flex-flow: column nowrap;
  padding: 2.5rem 1rem 3.125rem;
}

@media (min-width: 768px) {
  .footer .footer__main {
    padding: 3.125rem;
  }
}

@media (min-width: 320px) and (max-width: 767.98px) {
  .footer {
    margin-bottom: 57px;
  }
}

.footer-card {
  padding: 0.625rem 0;
}

.footer-card__title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  font-family: "Haas Grotesk Display", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: calc(28 / 18);
}

.footer-card__title .icon {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.footer-card--collapse .footer-card__title[aria-expanded="true"] .icon {
  transform: scale3d(1, -1, 1);
}

@media (max-width: 767.98px) {
  .footer-card--collapse {
    border-bottom: 1px solid #616161;
  }
  .footer-card--collapse .footer-card__title {
    cursor: pointer;
  }
  .footer-card--collapse .footer-card__title:before {
    content: "";
    display: block;
    position: absolute;
    top: -0.625rem;
    left: 0;
    right: 0;
    bottom: -0.625rem;
  }
}

@media (min-width: 768px) {
  .footer-card--collapse .footer-card__title {
    cursor: auto;
    pointer-events: none;
  }
  .footer-card--collapse .footer-card__title .icon {
    display: none;
  }
  .footer-card--collapse .collapse,
  .footer-card--collapse .collapsing,
  .footer-card--collapse .collapse:not(.show) {
    display: block;
    height: auto !important;
  }
}

.footer-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  max-width: 15.25rem;
  padding: 0.6875rem 1.875rem;
  margin-top: 1.25rem;
  color: white;
  background: transparent;
  transition: all 0.4s ease-in-out;
  white-space: nowrap;
}

@media (min-width: 1024px) and (max-width: 1399.98px) {
  .footer-contact {
    padding: 0.6875rem 1rem;
  }
}

.footer-contact span {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: -0.025em;
}

.footer-contact .icon {
  transition: all 0.4s ease-in-out;
  margin-right: 1.875rem;
}

.footer-contact:hover {
  color: #25282a;
  background: white;
  text-decoration: none;
}

.footer-contact:hover .icon {
  fill: #25282a;
}

.footer-location {
  display: flex;
  flex-flow: row nowrap;
  padding: 0.625rem 0;
}

.footer-location .icon {
  margin-top: 0.1875rem;
  margin-right: 0.625rem;
}

.footer-location span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: calc(21 / 14);
}

.footer-nav {
  display: flex;
  padding: 0.9375rem 0;
  flex-flow: column nowrap;
  align-items: flex-start;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: calc(21 / 14);
}

.footer-nav a {
  color: white;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.footer-nav a:hover {
  opacity: .6;
  text-decoration: none;
}

.footer-nav a+a {
  margin-top: 0.9375rem;
}

.footer-sn {
  display: flex;
  flex-flow: row nowrap;
  margin: 0.9375rem -0.3125rem;
}

.footer-sn__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin: 0 0.3125rem;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.footer-sn__item:hover {
  opacity: .6;
}

@media (max-width: 767.98px) {
  .footer-sn {
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .footer-sn {
    margin: 0.9375rem -0.5rem;
  }
  .footer-sn__item {
    margin: 0 0.5rem 0.625rem;
  }
}

.footer-bottom {
  background-color: #ee2737;
  color: white;
  padding: 0.625rem 1rem;
}

.footer-bottom__claim {
  flex-shrink: 0;
  font-family: "Haas Grotesk Display", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: calc(36 / 24);
}

.footer-bottom__content {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.footer-bottom__links {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}

.footer-bottom__links li {
  color: white;
  font-size: 0.875rem;
  line-height: calc(21 / 14);
}

.footer-bottom__links a {
  color: white;
  opacity: 1;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
}

.footer-bottom__links a:hover {
  opacity: .6;
}

.footer-bottom-vertical-line,
.footer-bottom-pfu-mobile {
  display: none;
}

.footer-bottom-logo {
  width: 250px;
}

.footer-bottom-link-planeta {
  text-decoration: none !important;
;
}

@media (max-width: 767.98px) {
  .footer-bottom__claim {
    margin: 1.25rem auto;
  }
  .footer-bottom__links {
    margin: 0;
  }
  .footer-bottom__links .copyright {
    display: block;
    text-align: center;
    margin: 0.625rem auto;
  }
  .footer-bottom__links li {
    display: inline-block;
    margin: 0.3125rem 0.625rem;
  }
  .footer-bottom-pc {
    display: none !important;
  }
  .footer-bottom-pfu-mobile {
    display: block;
  }
  .footer-bottom-logo {
    margin-top: 12%;
    max-width: none !important;
    width: 220px;
  }
  .footer-bottom__links li:nth-child(2) {
    font-size: 11pt;
    display: grid;
    grid-template-columns: 39% 3% 27%;
    margin-left: 3px;
  }
  .footer-bottom__links li:nth-child(2) svg {
    height: 40px;
  }
  .footer-bottom-vertical-line {
    height: 65%;
    margin-top: 7px;
    border-left: solid 1px white;
    margin-left: 3px;
    display: block !important;
  }
}

@media (max-width: 450px) {
  .footer-bottom__links li:nth-child(2) {
    font-size: 9pt;
  }
  .footer-bottom-logo {
    margin-top: 12%;
    max-width: none !important;
    width: 190px;
  }
}

@media (min-width: 768px) {
  .footer-bottom {
    padding: 1rem 3.125rem;
  }
  .footer-bottom__links>li:not(:last-child):after {
    content: "";
    display: inline-block;
    height: 0.75rem;
    width: 0;
    margin: 0 0.625rem 0 0.5625rem;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media (min-width: 1024px) {
  .footer-bottom__claim {
    margin-left: 3.125rem;
  }
  .footer-bottom__content {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .footer-bottom__links {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .footer-bottom__links>li:not(:last-child):after {
    margin: 0 1.25rem 0 1.1875rem;
  }
}

@media (max-width: 767.98px) {
  .footer--site .footer-sn,
  .footer--site .footer-contact {
    margin-top: 1.875rem;
  }
  .footer--site .footer-card--contact {
    text-align: center;
    margin-top: 0.625rem;
  }
  .footer--site .footer-card--contact .footer-card__title {
    justify-content: center;
  }
  .footer--site .footer-card--sn {
    margin-top: 1.875rem;
    text-align: center;
  }
  .footer--site .footer-card--sn .footer-card__title {
    justify-content: center;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .footer--site .footer__main {
    display: grid;
  }
  .footer--site .footer-sn {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .footer--site .footer__main {
    grid-template-columns: repeat(6, auto);
    grid-template-rows: auto;
    grid-gap: 0 1.875rem;
  }
  .footer--site .footer-card--bcn {
    grid-column: 1 / span 2;
    grid-row: 1;
  }
  .footer--site .footer-card--mad {
    grid-column: 1 / span 2;
    grid-row: 2;
  }
  .footer--site .footer-card--programas {
    grid-column: 3 / span 2;
    grid-row: 1 / span 2;
  }
  .footer--site .footer-card--links {
    grid-column: 5 / span 2;
    grid-row: 1 / span 2;
  }
  .footer--site .footer-card--sn {
    grid-column: 1 / span 3;
    grid-row: 3;
  }
  .footer--site .footer-card--contact {
    grid-column: 4 / span 3;
    grid-row: 3;
  }
}

@media (min-width: 1024px) {
  .footer--site .footer__main {
    grid-template-columns: repeat(12, calc(100% / 12 - 1.71875rem));
  }
  .footer--site .footer-card--bcn {
    grid-column: 1 / span 3;
    grid-row: 1 / span 2;
  }
  .footer--site .footer-card--mad {
    grid-column: 1 / span 3;
    grid-row: 3;
  }
  .footer--site .footer-card--programas {
    grid-column: 4 / span 3;
    grid-row: 1 / span 3;
  }
  .footer--site .footer-card--links {
    grid-column: 7 / span 3;
    grid-row: 1 / span 3;
  }
  .footer--site .footer-card--sn {
    grid-column: 10 / span 3;
    grid-row: 1;
  }
  .footer--site .footer-card--contact {
    grid-column: 10 / span 3;
    grid-row: 2 / span 2;
  }
}

@media (min-width: 768px) {
  .footer--landing .footer__main {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .footer--landing .footer__main .footer-card {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(50% - 0.9375rem);
  }
  .footer--landing .footer__main .footer-card__content {
    display: flex;
    flex-flow: row nowrap;
  }
  .footer--landing .footer__main .footer-card__title {
    margin-bottom: 0.625rem;
  }
  .footer--landing .footer__main .footer-location+.footer-location {
    margin-left: 0.9375rem;
  }
}

@media (min-width: 1024px) {
  .footer--landing .footer__main .footer-card {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(50% - 1.875rem);
  }
  .footer--landing .footer__main .footer-location+.footer-location {
    margin-left: 3.75rem;
  }
}

@media (min-width: 1400px) {
  .footer--landing .footer__main {
    justify-content: flex-start;
  }
  .footer--landing .footer__main .footer-card {
    flex: 0 1 auto;
  }
  .footer--landing .footer__main .footer-card+.footer-card,
  .footer--landing .footer__main .footer-location+.footer-location {
    margin-left: 3.75rem;
  }
}

.nav-sec-rsociales {
  transition: All .4s ease-in-out;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  position: fixed;
  bottom: -150px;
  left: 0;
  right: 0;
  z-index: 999;
}

.nav-sec-rsociales.show {
  bottom: 0;
}

.nav-sec-rsociales .nav-sec-rsociales__social__networks__item.nav-sec-rsociales__social__networks__item--whatsapp {
  display: none;
}

@media (max-width: 767px) {
  .nav-sec-rsociales .nav-sec-rsociales__social__networks__item.nav-sec-rsociales__social__networks__item--whatsapp {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .nav-sec-rsociales {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

.nav-sec-rsociales--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: unset !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.nav-sec-rsociales--content .nav-sec-rsociales__subscribe {
  display: none;
}

@media (max-width: 767px) {
  .nav-sec-rsociales--content.subscribe .nav-sec-rsociales__subscribe {
    display: flex;
    height: 100%;
    padding: 0 1.25rem;
    background-color: #ee2737;
    color: #fff;
    position: absolute;
    right: 0;
    align-items: center;
  }
  .nav-sec-rsociales--content.subscribe .nav-sec-rsociales__subscribe>span {
    font-size: 0.8125rem;
    text-transform: uppercase;
  }
  .nav-sec-rsociales--content.subscribe .nav-sec-rsociales__prev,
  .nav-sec-rsociales--content.subscribe .nav-sec-rsociales__next {
    display: none;
  }
}

.nav-sec-rsociales__no-content {
  width: 28%;
}

.nav-sec-rsociales__prev {
  width: 28%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.nav-sec-rsociales__prev svg {
  flex: 1 1;
  width: 1.3rem;
  height: 1.3rem;
}

.nav-sec-rsociales__prev span {
  flex: 9 1;
}

@media (max-width: 767px) {
  .nav-sec-rsociales__prev svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.nav-sec-rsociales__prev>span {
  padding-left: 1rem;
  font-size: 0.875rem;
  color: #4f5153;
  font-weight: 500;
}

@media (max-width: 767px) {
  .nav-sec-rsociales__prev>span {
    display: none;
  }
}

.nav-sec-rsociales__next {
  width: 28%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-sec-rsociales__next svg {
  flex: 1 1;
  width: 1.3rem;
  height: 1.3rem;
}

.nav-sec-rsociales__next span {
  flex: 9 1;
}

@media (max-width: 767px) {
  .nav-sec-rsociales__next svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.nav-sec-rsociales__next>span {
  text-align: right;
  padding-right: 1rem;
  font-size: 0.875rem;
  color: #4f5153;
  font-weight: 500;
}

@media (max-width: 767px) {
  .nav-sec-rsociales__next>span {
    display: none;
  }
}

.nav-sec-rsociales__social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.nav-sec-rsociales__social__title {
  font-size: 0.875rem;
  color: #666666;
}

@media (max-width: 767px) {
  .nav-sec-rsociales__social__title {
    display: none;
  }
}

.nav-sec-rsociales__social__networks {
  display: flex;
  align-items: center;
  margin-top: -0.3125rem;
}

.nav-sec-rsociales__social__networks__item {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .nav-sec-rsociales__social__networks__item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.list-events {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
}

.list-events__pagination {
  margin-top: 5.625rem !important;
}

@media (max-width: 767.98px) {
  .list-events {
    grid-template-columns: 1fr;
  }
  .list-events .b13 {
    align-self: center;
    justify-self: center;
  }
  .list-events .b13 .flatpickr-calendar {
    display: inline-grid;
    padding: 0.3125rem;
  }
  .list-events .d5 {
    align-self: center;
    justify-self: center;
  }
}

@media (min-width: 768px) {
  .list-events {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .list-events {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .list-events .b13 {
    max-width: initial;
  }
  .list-events .b13 .flatpickr-calendar {
    max-width: initial;
    display: inline-grid;
  }
}

@media (min-width: 1400px) {
  .list-events {
    padding: 0;
  }
}

.list-press {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
}

.list-press__pagination {
  margin: 5.625rem 0;
}

@media (max-width: 767.98px) {
  .list-press {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .list-press {
    grid-template-columns: 1fr 1fr;
  }
  .list-press .d4 {
    max-width: initial;
  }
}

@media (min-width: 1024px) {
  .list-press {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1400px) {
  .list-press {
    padding: 0;
  }
}

@keyframes search-loading {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}

.searchUX {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  background-color: #d9d9d6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1019;
  overflow-y: scroll;
  will-change: transform;
  perspective: preserve-3d;
  transform: translate3d(-100%, 0, 0);
  /*transition: transform 0.6s ease 0s;*/
}

.searchUX.show {
  transform: translate3d(0, 0, 0);
}

.searchUX__header {
  padding: 2.5rem 2.5rem 3.4375rem 2.5rem;
  background-color: #d9d9d6;
}

.searchUX.loaded {
  background-color: white;
}

.searchUX__close {
  display: flex;
  align-items: center;
  color: #ee2737;
  border: none;
  background: none;
  outline: none;
  appearance: none;
  box-shadow: none;
  padding: 1.125rem;
  margin-left: auto;
}

.searchUX__close:focus,
.searchUX__close:active {
  outline: none;
}

.searchUX__close svg {
  margin: 0 !important;
}

.searchUX__loading {
  display: none;
  width: 3.125rem;
  height: 3.75rem;
  position: absolute;
  top: calc(50% - 1.5625rem);
  left: calc(50% - 1.875rem);
  font-size: 12px;
  text-align: center;
}

.searchUX__loading__item {
  display: inline-block;
  width: 0.375rem;
  height: 100%;
  animation: search-loading 1.2s infinite ease-in-out;
}

.searchUX__loading__item--1 {
  background-color: #d9d9d6;
}

.searchUX__loading__item--2 {
  background-color: #ddddda;
  animation-delay: -1.1s;
}

.searchUX__loading__item--3 {
  background-color: #e1e1de;
  animation-delay: -1s;
}

.searchUX__loading__item--4 {
  background-color: #e4e4e2;
  animation-delay: -0.9s;
}

.searchUX__loading__item--5 {
  background-color: #e8e8e6;
  animation-delay: -0.8s;
}

.searchUX__container {
  height: 100%;
  flex: 1 0 auto;
  background-color: white;
  opacity: 0;
  will-change: opacity;
  /*transition: opacity 0.4s ease 0s;*/
}

.searchUX__container.show,
.searchUX__container.loading {
  opacity: 1;
}

.searchUX__container.loading .searchUX__loading {
  display: block;
}

.searchUX__container.loading .search__tabs {
  opacity: .4;
}

.searchUX__container.show .search__tabs {
  display: block;
}

.searchUX__container .b7__normal__tabs {
  width: calc(100% - 5.625rem);
  max-width: initial;
  justify-content: initial;
  padding-left: 0;
}

.searchUX__loading {
  display: none;
}

.searchUX__tabs {
  display: none;
}

.searchUX__form {
  width: 100%;
  margin-top: 3.75rem;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}

.searchUX__form .form-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #a71b27;
}

@media (max-width: 767.98px) {
  .searchUX__form .form-row {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
    text-align: center;
  }
}

.searchUX__form input {
  padding-right: 0.9375rem;
  color: #25282a;
  border: none;
  background: none;
  appearance: none;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .searchUX__form input {
    width: calc(100vw - 5rem);
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #a71b27;
    margin-bottom: 0.9375rem;
  }
}

@media (min-width: 1024px) {
  .searchUX__form input {
    flex: 1 1 auto;
    font-size: 30px;
  }
}

.searchUX__form button {
  max-width: 12.5rem;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  background-color: #ee2737;
  padding: 0.875rem 2rem;
}

.searchUX__form button:before,
.searchUX__form button:after {
  border: 0;
}

.searchUX__form button:hover {
  color: white;
  background-color: #f54b5e;
  border-color: #f54b5e;
}

.searchUX__suggestions {
  width: 100%;
  margin-top: 1.3125rem;
  background-color: white;
  padding: 0.9375rem;
}

@media (max-width: 767.98px) {
  .searchUX__suggestions {
    margin-top: 0;
  }
}

.searchUX__suggestions__item {
  padding: 0.9375rem;
  cursor: pointer;
  will-change: background-color;
  /*transition: background-color 0.3s ease 0s;*/
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.searchUX__suggestions__item:hover,
.searchUX__suggestions__item.autocomplete-selected {
  background-color: #f2f2f2;
}

body.search-open {
  overflow: hidden;
}

.datos-basicos__cta {
  display: block;
  width: 100%;
  margin: auto;
}

.datos-basicos__form {
  max-width: 26rem;
  margin: 0 auto;
}

.datos-basicos__header,
.datos-basicos__hint {
  text-align: center;
}

.datos-basicos__title {
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
  font-weight: 600;
}

.datos-basicos__hint .form-text {
  font-size: 0.75rem;
  line-height: 1;
}

.datos-basicos__legal {
  display: block;
  /*margin: rem(30) auto !important;*/
}

.datos-basicos__error:not(input) {
  margin-top: 0.3125rem;
}

.datos-basicos .form-group .custom-gender-group .form-check label {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .datos-basicos__cta {
    max-width: 13.75rem;
  }
}

.datos-complementarios__section {
  margin-bottom: 1.875rem;
}

.datos-complementarios__section:last-of-type {
  margin-bottom: 0;
}

.datos-complementarios__cta {
  display: block;
  width: 100%;
  margin: auto;
}

.datos-complementarios__form {
  max-width: 26rem;
  margin: 0 auto;
}

.datos-complementarios__header,
.datos-complementarios__hint {
  text-align: center;
}

.datos-complementarios__title {
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
  font-weight: 600;
}

.datos-complementarios__hint .form-text {
  font-size: 0.75rem;
  line-height: 1;
}

.datos-complementarios .form-group .form-check label {
  margin-bottom: 0;
}

.datos-complementarios .form-group.custom-radio-language label {
  position: relative;
  top: initial;
  left: initial;
  color: #25282a;
}

.datos-complementarios__legal {
  display: block;
  margin: 1.875rem auto !important;
}

.datos-complementarios__error:not(input) {
  margin-top: 0.3125rem;
}

@media (min-width: 768px) {
  .datos-complementarios__cta {
    max-width: 13.75rem;
  }
}

.slider {
  width: 100%;
  height: 100%;
}

.slider--item {
  background-image: linear-gradient(#bbbcbc 45%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 0.0625rem 0.9375rem;
  background-repeat: repeat-y;
}

.slider--item__title h2 {
  font-family: "Haas Grotesk Display", serif;
  font-size: 64px;
  font-weight: 700;
  color: #ee2737;
}

.slider--item__description {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #25282a;
  line-height: 24px;
  padding: 0 2rem;
}

.slider--paginator {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 50px;
}

.slider--paginator__box {
  transition: all 0.3s ease-in-out 0s;
  float: left;
  width: 14px;
  height: 14px;
  margin: 0 0.25rem;
  border-radius: 0 !important;
  border: 2px solid #fabec3;
  background: #fabec3;
  cursor: pointer;
  outline: none;
  opacity: 1;
}

.slider--paginator__box:hover,
.slider--paginator__box.swiper-pagination-bullet-active {
  background: white;
  border: 2px solid #ee2737;
}

.slider--paginator__box:last-child {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .slider--item {
    background-image: none;
  }
  .slider--item__description {
    font-size: 14px;
    line-height: 1.3125rem;
  }
}

.slider:after {
  content: "";
  position: absolute;
  border-right: 5px solid white;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.section--grey .slider:after {
  border-color: #f3f2f0;
}

header.landing-header {
  overflow-x: hidden;
  transition: all 0.3s ease-in-out 0s;
}

header.landing-header.fixed-bottom {
  box-shadow: 0 0 0.625rem -0.3125rem #000;
}

header.landing-header.fixed-bottom .logos {
  display: none !important;
}

header.landing-header.fixed-bottom .button-group {
  display: flex;
  justify-content: space-between !important;
  width: 100%;
}

header.landing-header.fixed-top {
  box-shadow: 0 0 0.625rem -0.3125rem #000;
}

header.landing-header.fixed-top .logos {
  display: initial !important;
}

@media (max-width: 1023.98px) {
  header.landing-header .button-group {
    display: none;
    transition: all 0.3s ease-in-out 0s;
  }
}

header.landing-header nav {
  transition: all 0.7s ease-in-out 0s;
  height: 4.5rem;
  padding: 0.5rem 1.5625rem;
}

header.landing-header nav .btn-icon {
  color: #25282a;
  outline: none;
  transition: all 0.3s ease-in-out 0s;
}

header.landing-header nav .btn-icon svg {
  transition: all 0.3s ease-in-out 0s;
}

header.landing-header nav .btn-icon:hover,
header.landing-header nav .btn-icon:active,
header.landing-header nav .btn-icon:focus {
  color: #ee2737;
  box-shadow: none;
}

header.landing-header nav .btn-icon:hover svg,
header.landing-header nav .btn-icon:active svg,
header.landing-header nav .btn-icon:focus svg {
  fill: #ee2737;
}

header.landing-header nav .btn-eae {
  width: 0;
  padding: 0;
}

.fix-header header.landing-header nav .btn-eae {
  width: 14.375rem;
  padding: 0.625rem;
  margin-left: 1.5rem;
}

@media (max-width: 1023.98px) {
  .fix-header header.landing-header nav .btn-eae {
    padding: 0.625rem;
    margin-left: 0;
  }
}

header.landing-header.sticky-top {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 1400px) {
  header.landing-header nav {
    height: 4.5rem;
    padding: 0.5rem 2.5rem;
  }
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: #616161;
  font-weight: 500;
  height: 3rem;
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
}

[class*="--small"] .select2-container .select2-selection--single .select2-selection__rendered {
  height: 2rem;
  padding: 0.0625rem 1.875rem 0.0625rem 0.625rem;
}

.select2-container--default .select2-selection--single {
  position: relative;
  border-radius: 0;
  border-color: #616161;
  font-size: 0.875rem;
  color: #616161;
  height: 3rem;
}

[class*="--small"] .select2-container--default .select2-selection--single {
  height: 2rem;
  font-size: 0.75rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 1rem;
  width: 1.25rem;
  height: 1.625rem;
  margin-top: -0.8125rem;
}

.select2-container--default .select2-results__option:hover,
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #f5f5f5;
  color: #616161;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: white;
  color: #616161;
  background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23ee2737' d='M11.833 23.902l-9.68-9.68c-0.407-0.407-1.066-0.407-1.473 0s-0.407 1.066 0 1.473l10.417 10.417c0.407 0.407 1.066 0.407 1.473 0l18.75-18.75c0.407-0.407 0.407-1.066 0-1.473s-1.066-0.407-1.473 0l-18.013 18.013z'></path></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: calc(100% - 1rem) center;
}

.select2-container--default .select2-results__option[aria-selected="true"]:hover {
  background-color: #f5f5f5;
}

.select2-dropdown {
  border-radius: 0;
  border-color: #616161;
}

.select2-results__option {
  color: #616161;
  font-size: 0.875rem;
  padding: 0.375rem 0.625rem;
}

.select2-search--dropdown .select2-search__field {
  font-size: 0.875rem;
}

.select2-selection__arrow {
  position: absolute;
  background: white url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='120' height='120' fill='%23616161'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 0.75rem 0.75rem;
  background-position: 90% 80%;
  transform: scale3d(1, 1, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

[aria-expanded="true"] .select2-selection__arrow {
  transform: scale3d(1, -1, 1);
}

.select2-selection__arrow b {
  display: none;
}

section.a1-section {
  overflow: hidden;
  border-bottom: 4px solid #ee2737;
}

section.a1-section .a1 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
}

section.a1-section .a1--with-top-header {
  min-height: calc(100vh - 87px);
  height: calc(100vh - 87px);
}

section.a1-section .a1__content,
section.a1-section .a1__background:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.a1-section .a1__background {
  width: 100%;
  height: 100%;
}

section.a1-section .a1__background .plyr {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section.a1-section .a1__background .plyr .plyr__video-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

section.a1-section .a1__background:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

section.a1-section .a1__background img,
section.a1-section .a1__background video,
section.a1-section .a1__background iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.a1-section .a1__content {
  width: 80%;
  left: 50%;
  padding: 5rem 0 8.75rem 0;
  transform: translate3d(-50%, 0, 0);
}

section.a1-section .a1__content__header h1,
section.a1-section .a1__content__header h2 {
  font-weight: bold;
}

section.a1-section .a1__content__header .t1 {
  display: none;
}

section.a1-section .a1__content__header .t2 {
  display: block;
}

@media (min-width: 1024px) {
  section.a1-section .a1__content__header>.t1 {
    display: block;
  }
  section.a1-section .a1__content__header>.t2 {
    display: none;
  }
}

section.a1-section .a1__content__body {
  width: 100%;
  padding-bottom: inherit;
}

section.a1-section .a1__content__body>p.p6 {
  display: none;
}

section.a1-section .a1__content__body__guided-search form {
  display: none;
}

section.a1-section .a1__content__body__guided-search form .form-group {
  margin-bottom: 0;
  flex-grow: 1;
  flex-basis: calc(100% / 4 - 8.4375rem);
  margin-right: 0.125rem;
  text-align: left;
}

section.a1-section .a1__content__body__guided-search form .form-group:last-child {
  max-width: 8.4375rem;
  flex-grow: 0.5;
  margin-right: 0;
}

section.a1-section .a1__content__body__guided-search form .form-group select.custom-select {
  height: 3.125rem;
  padding: 0 30px 0 10px !important;
  background-color: white;
}

section.a1-section .a1__content__body__guided-search form .form-group select.custom-select:not(.error):not(.valid) {
  border: none;
}

section.a1-section .a1__content__body__guided-search button.btn-cta {
  border: none;
  width: 100%;
  height: 100%;
  max-height: 3.125rem;
  line-height: 1;
  transition: all 0.3s ease 0s;
}

section.a1-section .a1__content__body__guided-search button.btn-cta:hover {
  background-color: #d62332;
}

section.a1-section .a1__content__body__guided-search button.btn-cta:nth-child(2) {
  height: 3.4375rem;
  max-width: 15.9375rem;
  text-transform: none;
}

@media (min-width: 1024px) {
  section.a1-section .a1__content__body>p.p6 {
    display: block;
  }
  section.a1-section .a1__content__body__guided-search {
    padding: 0.9375rem;
    background-color: rgba(255, 255, 255, 0.6);
  }
  section.a1-section .a1__content__body__guided-search form {
    display: flex;
  }
  section.a1-section .a1__content__body__guided-search button.btn-cta:nth-child(2) {
    display: none;
  }
}

section.a1-section svg.icon-go-down {
  position: absolute;
  left: calc(50% - 32px / 2);
  bottom: 3.75rem;
  animation: scrollHint 1s cubic-bezier(0.694, 0.0482, 0.335, 1) infinite alternate;
}

@media (max-width: 1024px) {
  section.a1-section .a1__content__body {
    padding: 0;
  }
  section.a1-section svg.icon-go-down {
    bottom: 5.625rem;
  }
}

@media (max-width: 465px) {
  section.a1-section svg.icon-go-down {
    bottom: 6.875rem;
  }
}

.a2 {
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .a2 {
    padding: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .a2 {
    padding: 0.625rem 3.125rem;
  }
}

@media (min-width: 1024px) {
  .a2 {
    padding: 0.625rem;
  }
}

.a2 .a2-container {
  min-height: 12.5rem;
  width: 100%;
  margin: -6.25rem auto 0;
  background-color: white;
  display: flex;
  justify-content: flex-start;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}

.a2 .a2-container__img {
  flex-shrink: 0;
  max-width: 22.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.a2 .a2-container .a2-text-container {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 1.875rem;
  justify-content: center;
}

.a2 .a2-container .a2-text-container .a2-text-subtitle {
  color: #ee2737;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 1rem;
  width: 100%;
}

.a2 .a2-container .a2-text-container .a2-text-title {
  color: #25282a;
  font-family: "Haas Grotesk Display", serif;
  font-size: 1.5rem;
  font-weight: 700;
  width: 100%;
}

.a2 .a2-container .a2-text-container p {
  color: #25282a;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  width: 100%;
}

@media (max-width: 767.98px) {
  .a2 .a2-container .a2-text-container .a2-text-subtitle {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .a2 .a2-container .a2-text-container .a2-text-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
  }
  .a2 .a2-container .a2-text-container p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .a2 .a2-container {
    max-width: 48.125rem;
  }
}

@media (min-width: 1400px) {
  .a2 .a2-container {
    max-width: 70rem;
  }
}

@media (max-width: 767.98px) {
  .a2 .a2-container {
    min-height: 0;
    margin: 0 auto calc(-50% + 0.9375rem);
    transform: translateY(calc(-50% - 0.9375rem));
  }
  .a2 .a2-container__img {
    display: none;
  }
}

@media (max-width: 591px) {
  .a2 .a2-container .a2-text-container {
    padding: 0.625rem;
  }
}

.a3 .section--grey__footer {
  margin-top: 2.5rem !important;
}

.a3 .section--grey__footer a {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ee2737;
}

.a3 .section--grey__footer a:hover {
  text-decoration: none;
}

.a3 .section--grey__footer a:hover svg {
  transform: translate(-0.3125rem, -2px);
}

.a3 .section--grey__footer a span {
  text-decoration: underline;
}

.a3 .section--grey__footer a svg {
  transform: translateY(-0.125rem);
  margin-right: 0.3125rem;
  transition: all 0.4s ease-in-out 0s;
}

.a3__title {
  font-size: 32px;
  color: #25282a;
  font-weight: bold;
  font-family: "Haas Grotesk Display", serif;
  letter-spacing: 1px;
  position: relative;
}

@media (max-width: 767.98px) {
  .a3__title {
    font-size: 24px;
  }
}

.a3 .swiper-container {
  width: calc(100% - 3px) !important;
}

.a3 .swiper-slide .slider--item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.a3 .swiper-slide .slider--item__description {
  max-width: 300px;
}

.a3 .swiper-slide:last-child .slider--item {
  border-right: 0;
  background-image: none;
}

.a3 .swiper-pagination-bullet:only-child {
  display: none;
}

.a3+.c4 .c4__container {
  position: relative;
}

.a4__back {
  display: inline-block;
  position: relative;
  padding: 0.75rem 0 0.75rem 2.5rem;
  color: #25282a;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.a4__back:hover {
  color: #ee2737;
}

.a4__back span {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: calc(21 / 14);
  text-transform: uppercase;
}

.a4__back .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.75rem;
}

.a4__content {
  position: relative;
  z-index: 0;
}

.a4__header {
  max-width: 56.25rem;
  text-align: center;
  margin-bottom: 3.125rem !important;
}

@media (min-width: 768px) {
  .a4__header {
    margin-bottom: 4.375rem !important;
  }
}

.a4__l1,
.a4__l2,
.a4__l3 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.a4__l2,
.a4__l3 {
  display: none;
}

.a4__title {
  margin: 0;
  color: #25282a;
  font-family: "Haas Grotesk Display", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: calc(36 / 24);
}

.a4 .icon-arrow-right-2 {
  display: none;
}

@media (min-width: 768px) {
  .a4 {
    padding: 3.75rem 3rem;
  }
  .a4__title {
    font-weight: 700;
    font-size: 2rem;
  }
}

@media (max-width: 1023.98px) {
  .a4__content {
    overflow: hidden;
  }
  .a4__l1>li+li {
    margin-top: 0.25rem;
  }
  .a4__l1>li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ee2737;
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: calc(16 / 14);
    padding: 1.25rem 1rem;
    transition: all 0.4s ease-in-out;
  }
  .a4__l1>li>a:hover {
    text-decoration: none;
  }
  .a4__l1>li>a .icon {
    transition: all 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .a4__l1>li.active>a {
    background: #f1f1f0;
    color: #ee2737;
  }
  .a4__l1>li.active>a .icon {
    transform: rotate(-180deg);
    fill: #ee2737;
  }
  .a4__l2 {
    position: relative;
    margin-top: 0.25rem;
    background-color: #f1f1f0;
    padding: 1.875rem 2.5rem;
    transform: translate3d(0, 0, 0);
    transition: transform 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .a4__l2.active {
    transform: translate3d(-100%, 0, 0);
  }
  .a4__l2>li>a {
    display: inline-block;
    padding: 0.625rem 0;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: calc(21 / 14);
  }
  .a4__l2>li>a:hover {
    text-decoration: none;
  }
  .a4__l2>li.active>ul {
    opacity: 1;
    pointer-events: auto;
  }
  .a4__l3 {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    background: #d9d9d6;
    opacity: 0;
    pointer-events: none;
    padding: 1rem;
  }
  .a4__l3>li:not(.a4__back) {
    padding-left: 2.5rem;
  }
  .a4__l3>li:not(.a4__back)>a {
    display: inline-block;
    padding: 0.625rem 0;
    font-weight: 500;
    font-size: 1rem;
    line-height: calc(24 / 14);
    text-decoration: underline;
  }
}

@media (min-width: 1024px) {
  .a4__back {
    display: none;
  }
  .a4__l1>li>a,
  .a4__l2>li>a {
    display: block;
    position: relative;
    transition: all 0.4s ease-in-out;
  }
  .a4__l1>li>a:before,
  .a4__l2>li>a:before {
    content: "";
    display: block;
    width: 1rem;
    height: 0.125rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    transform: scale3d(0, 1, 1);
    transform-origin: left center;
    transition: all 0.4s ease-in-out;
  }
  .a4__l1>li.active>a,
  .a4__l1>li>a:hover,
  .a4__l2>li.active>a,
  .a4__l2>li>a:hover {
    text-decoration: none;
    padding-left: 1.5rem;
    margin-right: -1.5rem;
  }
  .a4__l1>li.active>a:before,
  .a4__l1>li>a:hover:before,
  .a4__l2>li.active>a:before,
  .a4__l2>li>a:hover:before {
    transform: scale3d(1, 1, 1);
  }
  .a4__l1>li.active>a .icon-arrow-right-2,
  .a4__l2>li.active>a .icon-arrow-right-2 {
    opacity: 1;
  }
  .a4__l1 .icon-arrow-right-2,
  .a4__l2 .icon-arrow-right-2 {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.75rem;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
  }
  .a4__l1 {
    z-index: 3;
    width: 33.3333333%;
    padding: 3rem;
    min-height: 26.125rem;
    background: #ee2737;
  }
  .a4__l1>li>a {
    padding: 0.625rem 0;
    font-family: "Haas Grotesk Display", serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: calc(32 / 24);
    color: #25282a;
  }
  .a4__l1>li>a:before {
    background: white;
  }
  .a4__l1>li>a .icon-chevron-down {
    display: none;
  }
  .a4__l1>li.active>ul {
    opacity: 1;
    pointer-events: auto;
  }
  .a4__l1>li.active>ul>li.active>ul {
    display: block;
  }
  .a4__l1>li.active>a,
  .a4__l1>li>a:hover {
    background: transparent;
    color: white;
    text-decoration: none;
  }
  .a4__l1>li.active>a:before,
  .a4__l1>li>a:hover:before {
    transform: scale3d(1, 1, 1);
  }
  .a4__l2 {
    display: block;
    position: absolute;
    z-index: -1;
    top: -1.25rem;
    bottom: -1.25rem;
    left: 3rem;
    background: #f1f1f0;
    padding: 4.375rem 3rem 4.375rem calc(33.3333333% - 1.5rem);
    width: calc(66.66666666% - 3rem);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
  }
  .a4__l2>li>a {
    padding: 0.75rem 0;
    font-weight: 600;
    font-size: 1rem;
    line-height: calc(24 / 16);
  }
  .a4__l2>li>a:before {
    background: #ee2737;
  }
  .a4__l2>li.active>ul {
    opacity: 1;
    pointer-events: auto;
  }
  .a4__l2>li.active>a,
  .a4__l2>li>a:hover {
    color: #ee2737;
  }
  .a4__l3 {
    /*display: block;*/
    position: absolute;
    z-index: -1;
    background: white;
    border: 1px solid #d9d9d6;
    border-left: none;
    width: calc(50% + 1.5rem);
    top: 1.25rem;
    bottom: 1.25rem;
    left: 100%;
    padding: 3rem 3rem 3rem 1.5rem;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
  }
  .a4__l3>li>a {
    display: inline-block;
    padding: 0.75rem 0;
    font-weight: 500;
    font-size: 1rem;
    line-height: calc(24 / 16);
    text-decoration: underline;
    transition: all 0.4s ease-in-out;
  }
  .a4__title {
    font-size: 3rem;
  }
}

.a5 {
  width: 100%;
}

.a5__header {
  text-align: center;
}

.a5__container {
  max-width: 87.5rem;
  margin: 0 auto;
  position: relative;
}

.a5__slider {
  position: relative;
  padding: 5rem 0 0;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .a5__slider {
    padding: 3.75rem 0 5rem;
  }
}

.a5__title {
  color: #25282a;
  font-family: "Haas Grotesk Display", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: calc(36 / 24);
  margin: 0;
}

@media (min-width: 767px) {
  .a5 .swiper-slide .d1 {
    max-width: 99%;
  }
  .a5 .swiper-slide .d1 a {
    width: 100%;
  }
  .a5 .swiper-slide .d1 a img {
    width: 100%;
  }
}

.a5 .swiper-wrapper {
  position: relative;
  z-index: 1;
  max-height: 355px;
}

.a5 .swiper-footer {
  position: relative;
  margin: 4.0625rem auto auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  z-index: 0;
}

.a5 .swiper-footer>* {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  background: transparent none;
  margin-top: unset;
}

.a5 .swiper-footer .slider--paginator {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.a5 .swiper-footer .swiper-button-prev {
  margin-left: auto;
}

.a5 .swiper-footer .swiper-button-next {
  margin-left: 0.5rem;
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .a5 .swiper-footer .swiper-button-prev,
  .a5 .swiper-footer .swiper-button-next {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .a5 .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 20.3125rem;
  }
  .a5 .swiper-slide .d1 {
    max-width: unset !important;
    width: 100%;
  }
  .a5 .swiper-footer {
    position: relative;
    bottom: 0;
    left: -5px;
    width: 100%;
    z-index: -1;
    padding-top: 1.875rem;
  }
  .a5 .swiper-button-next,
  .a5 .swiper-button-prev {
    display: none;
  }
}

@media (min-width: 768px) {
  .a5__slider {
    padding: 5rem 0 0;
  }
  .a5 .swiper-button-next,
  .a5 .swiper-button-prev {
    display: block;
  }
  .a5 .swiper-pagination {
    display: none;
  }
  .a5__title {
    font-size: 2rem;
    font-weight: 700;
  }
}

@media (min-width: 1024px) {
  .a5__title {
    font-size: 3.125rem;
  }
}

.a6 {
  background-color: #979797;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  border-bottom: 0.25rem solid #ee2737;
}

.a6__header {
  position: relative;
  z-index: 1;
  margin-bottom: 3.75rem;
}

.a6__header--pretitle p {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
  margin-bottom: 0;
}

.a6__header--title h2 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: white;
}

@media (max-width: 1023.98px) {
  .a6__header--title h2 {
    font-size: 24px;
  }
}

.a6__content {
  position: relative;
  z-index: 1;
}

.a6__content--btn {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: white;
  width: 100%;
  border: 0.0625rem solid white;
  background-color: rgba(37, 40, 42, 0.5);
  text-align: center;
  padding: 0.9375rem;
  margin-bottom: 0.9375rem;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-in-out 0s;
}

.a6__content--btn:hover {
  background-color: rgba(37, 40, 42, 0.7);
}

.a6__content--btn:active,
.a6__content--btn:focus {
  outline: none;
  box-shadow: none;
}

.a6__content--btn.link {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.a6__content--btn.link:hover {
  text-decoration: none;
  border: 0.0625rem solid #ee2737;
}

@media (min-width: 1024px) {
  .a6__content--btn {
    margin-bottom: 0;
  }
}

.a6__questions {
  display: flex;
  width: 100%;
  margin: 0;
}

.a6__questions-question {
  flex: 1 0 auto;
  padding: 0.3125rem;
}

.a6__bg {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  min-height: 360px;
}

@media (max-width: 1023.98px) {
  .a6__bg {
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .a7.noSlider .swiper-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: calc(100% - 32px);
    width: calc(100% - 32px) !important;
    margin: 0 auto;
  }
  .a7.noSlider .swiper-wrapper>div {
    margin-bottom: 2rem;
  }
}

.a7__header__title {
  font-weight: 600;
}

.a7__header__link:hover {
  text-decoration: none;
}

.a7__header__link:hover p {
  color: #ee2737;
}

.a7__header__link__text {
  display: none;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

@media (min-width: 768px) {
  .a7__header__link__text {
    display: initial;
  }
}

.a7__content .swiper-container {
  position: relative;
  margin: auto;
}

.a7__content .swiper-container .swiper-footer {
  width: 100%;
}

.a7__content .swiper-container .swiper-footer .slider--paginator {
  margin-top: 3.125rem;
}

@media (min-width: 768px) {
  .a7__content .swiper-container .swiper-footer {
    display: none;
  }
}

.a7__content .swiper-wrapper {
  position: relative;
}

.a7__content .swiper-wrapper .a7__content__box {
  width: initial;
}

.a7__content .swiper-wrapper .a7__content__box .d2,
.a7__content .swiper-wrapper .a7__content__box .d3,
.a7__content .swiper-wrapper .a7__content__box .d4 {
  margin: auto;
}

.a7__content .swiper-wrapper .a7__content__box--outstanding {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

.a7__content .swiper-wrapper .a7__content__box--text {
  grid-column-end: span 1;
}

@media (max-width: 767.98px) {
  .a7__header {
    padding: 0 1rem;
  }
}

@media (min-width: 768px) {
  .a7__content .swiper-wrapper {
    display: grid;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto auto;
    grid-gap: 1.875rem 1.875rem;
    justify-content: flex-start;
  }
  .a7__content__box {
    grid-column-end: span 2;
  }
  .a7__content .swiper-wrapper .a7__content__box {
    width: initial;
  }
  .a7__content .swiper-wrapper .a7__content__box .d2 {
    max-width: 100%;
  }
  .a7__content .swiper-wrapper .a7__content__box .d2__body__content {
    max-width: 100%;
  }
  .a7__content .swiper-wrapper .a7__content__box .d3,
  .a7__content .swiper-wrapper .a7__content__box .d4 {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .a7__content .swiper-wrapper {
    display: grid;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.875rem 1.875rem;
  }
}

.a8 {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
}

.a8__header__title {
  font-weight: 600;
}

@media (max-width: 767px) {
  .a8__header__title {
    padding: 0 1rem !important;
  }
}

@media (max-width: 767px) {
  .a8__header__link {
    padding-right: 1rem !important;
  }
}

.a8__header__link:hover {
  text-decoration: none;
}

.a8__header__link:hover p {
  color: #ee2737;
}

.a8__header__link__text {
  display: none;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

@media (min-width: 768px) {
  .a8__header__link__text {
    display: initial;
  }
}

.a8 .swiper-container {
  position: relative;
  margin: auto;
}

.a8 .swiper-container .swiper-wrapper {
  position: relative;
}

.a8 .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  /* max-width: rem(415); @media (max-width: 425px) { max-width: rem(365); } @media (max-width: 375px) { max-width: rem(320); } @media (max-width: 320px) { max-width: rem(265); } */
}

.a8 .swiper-container .swiper-wrapper .swiper-slide .d5 {
  position: relative;
  max-height: 18.5rem;
  min-height: 18.5rem;
  overflow: hidden;
  flex: 1 1;
}

.a8 .swiper-container .swiper-wrapper .swiper-slide .d5:after {
  content: '';
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
}

.a8 .swiper-container .swiper-footer {
  width: 100%;
}

.a8 .swiper-container .swiper-footer .slider--paginator {
  margin-top: 3.125rem;
}

@media (min-width: 768px) {
  .a8 .swiper-container .swiper-footer {
    display: none;
  }
}

@media (max-width: 425px) {
  .a8-pr-0 {
    padding-right: 0 !important;
  }
}

.a9 {
  width: 100%;
  max-width: 87.5rem;
  margin: auto;
}

.a9__cta {
  max-width: 300px;
  left: calc(50% - 110px);
  margin-top: 1.875rem;
}

.a9 .d12__container {
  width: 100%;
}

.a9__header {
  padding: 0 1rem;
}

.a9__header__title {
  font-weight: 600;
}

.a9__header__link:hover {
  text-decoration: none;
}

.a9__header__link:hover p {
  color: #ee2737;
}

.a9__header__link__text {
  display: none;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

@media (min-width: 768px) {
  .a9__header__link__text {
    display: initial;
  }
}

.a9__content .swiper-container {
  position: relative;
  margin: auto;
}

.a9__content .swiper-container .swiper-footer {
  width: 100%;
}

.a9__content .swiper-container .swiper-footer .slider--paginator {
  margin-top: 3.125rem;
}

@media (min-width: 768px) {
  .a9__content .swiper-container .swiper-footer {
    display: none;
  }
}

.a9__content .swiper-wrapper {
  position: relative;
}

.a9__content .swiper-wrapper .a9__content__box {
  width: initial;
  overflow: hidden;
}

.a9__content .swiper-wrapper .a9__content__box .d2,
.a9__content .swiper-wrapper .a9__content__box .d3,
.a9__content .swiper-wrapper .a9__content__box .d4 {
  margin: auto;
}

.a9__content .swiper-wrapper .a9__content__box--outstanding {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

.a9__content .swiper-wrapper .a9__content__box--text {
  grid-column-end: span 1;
}

@media (max-width: 767.98px) {
  .a9.noSlider .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
  .a9.noSlider .swiper-wrapper .d3,
  .a9.noSlider .swiper-wrapper .d4,
  .a9.noSlider .swiper-wrapper .d12 {
    padding-bottom: 1.875rem;
  }
  .a9.noSlider .swiper-wrapper .d3,
  .a9.noSlider .swiper-wrapper .d4,
  .a9.noSlider .swiper-wrapper .d12,
  .a9.noSlider .swiper-wrapper .d13 {
    max-width: 18.9375rem;
  }
  .a9 .a9__content__box.isNews {
    margin: 0 auto;
  }
  .a9 .a9__content__box.isNews .d13 {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 768px) {
  .a9__content .swiper-wrapper {
    display: grid;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 18.9375rem 18.9375rem;
    grid-gap: 1.875rem 1.875rem;
    justify-content: center;
  }
  .a9__content__box {
    grid-column-end: span 2;
  }
  .a9__content__box.isNews {
    grid-column-end: span 1;
  }
}

@media (min-width: 1024px) {
  .a9__content .swiper-wrapper {
    display: grid;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.875rem 1.875rem;
  }
}

.a10 {
  margin-top: 1.875rem;
}

.a10--content {
  display: flex;
}

.a10--content--imgs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.a10--content--imgs__img {
  width: 20%;
  min-width: 288px;
  background: white;
  padding: 1rem;
}

.a10--content--imgs__img .logo {
  width: 100%;
}

@media (max-width: 767.98px) {
  .a10--content--imgs__img {
    width: calc(50% - 8px);
    min-width: auto;
    padding: 0 0 1rem 0;
  }
  .a10--content--imgs__img:nth-child(odd) {
    margin-right: 1rem;
  }
}

@media (min-width: 768px) {
  .a10--content--imgs__img {
    width: 33.333%;
    min-width: auto;
  }
}

@media (min-width: 1400px) {
  .a10--content--imgs__img {
    width: 25%;
  }
}

.a11__content {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.a11__header {
  text-align: center;
  margin-bottom: 3.125rem;
}

.a11__pics {
  width: 60%;
  margin: 0;
  max-height: 542px;
}

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

.a11__slides {
  position: relative;
  display: flex;
  flex-flow: column;
}

.a11__slides:before {
  content: '';
  display: block;
  width: 3.5rem;
  height: 0.25rem;
  background: #ee2737;
  position: absolute;
  top: 0;
  left: 0;
}

.a11__slides p {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: calc(24 / 16);
  padding-top: 2rem;
  color: #25282a;
  padding-right: 1rem;
}

@media (min-width: 320px) and (max-width: 1399.98px) {
  .a11__slides p {
    font-size: 1rem;
  }
}

.a11__slides p:last-child {
  margin: 0;
}

.a11__title {
  color: #25282a;
  font-family: "Haas Grotesk Display", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: calc(24 / 16);
}

.a11__title strong {
  display: block;
  font-family: "Haas Grotesk Display", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: calc(36 / 24);
}

.a11__wrap {
  display: flex;
  background: white;
  z-index: 2;
  width: 45%;
  position: absolute;
  height: 80%;
  top: 10%;
  bottom: 10%;
  left: 0;
  padding: 2.5rem 1rem 1rem 1.25rem;
}

@media (min-width: 1400px) {
  .a11__wrap {
    padding-left: 2.5rem;
  }
}

.a11__wrap .swiper-slide.swiper-slide-active {
  width: 100% !important;
}

.a11 .swiper-footer {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.a11 .swiper-footer>* {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  background: transparent none;
  margin-top: unset;
}

.a11 .swiper-footer .swiper-pagination {
  color: #bbbcbc;
  font-family: "Haas Grotesk Display", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: calc(28 / 24);
}

.a11 .swiper-footer .swiper-pagination-current {
  color: #25282a;
  position: relative;
  top: -0.25rem;
}

.a11 .swiper-footer .swiper-pagination-total {
  position: relative;
  top: 0.25rem;
}

.a11 .swiper-footer .swiper-button-prev {
  margin-left: auto;
}

.a11 .swiper-footer .swiper-button-next {
  margin-left: 0.5rem;
}

@media (max-width: 767.98px) {
  .a11__slides {
    flex-direction: column-reverse;
  }
  .a11__slides .swiper-footer {
    margin-bottom: 1.25rem;
  }
  .a11__pics {
    width: 100%;
  }
  .a11__wrap {
    width: 90%;
    padding: 1.5625rem;
    margin: -3.125rem 1rem;
    position: relative;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .a11__content {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    flex-direction: row-reverse;
  }
  .a11__slides {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
  }
  .a11__slides .swiper-wrapper {
    margin-bottom: 1.25rem;
  }
  .a11__title {
    font-size: 1.125rem;
  }
  .a11__title strong {
    font-weight: 700;
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .a11__title {
    font-size: 1.5rem;
  }
  .a11__title strong {
    font-size: 3rem;
  }
}

.a11--v2 .a11__slides .swiper-wrapper {
  flex: 1 1;
  max-height: calc(100% - 4.75rem);
}

.a11--v2 .a11__slides .swiper-wrapper .swiper-slide {
  overflow: auto;
}

.a11--v2 .a11__slides .swiper-wrapper .ps__rail-x,
.a11--v2 .a11__slides .swiper-wrapper .ps__rail-y {
  opacity: 0.6;
}

.a11--v2 .a11__slides .swiper-footer {
  flex-shrink: 0;
}

.a11--v2 .a11__wrap {
  height: auto;
}

.a12 {
  background: #ee2737;
  color: white;
  width: 100%;
}

.a12 .form-group label[id*="error"] {
  color: white !important;
}

.a12__cta {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.a12__cta:hover,
.a12__cta:focus,
.a12__cta:active {
  color: white;
  background: #be1f2c;
  box-shadow: none;
}

.a12__form {
  max-width: 26rem;
  margin: 0 auto;
}

.a12__header,
.a12__hint {
  text-align: center;
}

.a12__hint .form-text {
  font-size: 0.75rem;
  line-height: 1;
}

.a12 .form-legal-text {
  margin: 2rem auto;
}

@media (max-width: 767.98px) {
  .a12__title {
    margin: 0;
    font-family: "Haas Grotesk Display", serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: calc(36 / 24);
  }
  .a12__hint {
    margin: 1rem auto 1.5625rem;
  }
  .a12__cta {
    margin-top: 1.25rem;
    margin-bottom: 5rem;
  }
}

@media (max-width: 1023.98px) {
  .a12 {
    background: #ee2737;
    color: white;
  }
  .a12 .bgToA12 {
    background: #ee2737 url("../img/c19-bg.jpg") no-repeat center;
    background-size: cover;
  }
  .a12__title {
    margin: 0;
    font-family: "Haas Grotesk Display", serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: calc(36 / 24);
  }
}

.a12 .form-text {
  color: white;
}

@media (min-width: 768px) {
  .a12__title {
    font-family: "Haas Grotesk Display", serif;
    font-size: 2rem;
    line-height: calc(56 / 32);
  }
}

@media (min-width: 1024px) {
  .a12__cta {
    margin-top: 1.25rem;
    margin-bottom: 3.125rem;
  }
  .a12__header {
    color: white;
  }
  .a12__hint {
    margin: 1rem auto 1.5625rem;
  }
  .a12__title {
    margin: 0;
    font-family: "Haas Grotesk Display", serif;
    font-size: 3rem;
    line-height: 4rem;
  }
}

.bgToA12 {
  background: #ee2737 url("../img/c19-bg.jpg") no-repeat center;
  background-size: cover;
}

.a13 .section--grey__footer {
  margin-top: 2.5rem !important;
}

.a13 .section--grey__footer a {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ee2737;
}

.a13 .section--grey__footer a:hover {
  text-decoration: none;
}

.a13 .section--grey__footer a:hover svg {
  transform: translate(-0.3125rem, -2px);
}

.a13 .section--grey__footer a span {
  text-decoration: underline;
}

.a13 .section--grey__footer a svg {
  transform: translateY(-0.125rem);
  margin-right: 0.3125rem;
  transition: all 0.4s ease-in-out 0s;
}

.a14__box {
  display: block;
  margin-bottom: 0 !important;
}

.a14__box__media {
  display: none;
}

.a14__box__container {
  transform: none !important;
}

.a14__box__container__content__link {
  display: block !important;
  max-width: initial !important;
  margin: initial !important;
  text-align: center;
  text-decoration: none;
}

.a14__box__container__content__link svg {
  margin-right: 0.3125rem;
}

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

@media (min-width: 768px) {
  .a14__box__container__content__link {
    text-align: left !important;
  }
}

.page-introduction-main-container {
  overflow: hidden;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
}

.page-introduction-main-container .page-introduction-container .pi-title {
  font-family: "Haas Grotesk Display", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #25282a;
  line-height: calc(64 / 48);
  text-align: center;
}

.page-introduction-main-container .page-introduction-container .pi-title p {
  margin: 0;
}

.page-introduction-main-container .page-introduction-container .pi-description {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #616161;
  margin-top: 1.875rem;
  text-align: center;
  line-height: calc(32 / 20);
}

.page-introduction-main-container .page-introduction-container .pi-titleContent {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #25282a;
  line-height: calc(48 / 32);
  text-align: left;
}

.page-introduction-main-container .page-introduction-container .pi-subtitle {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #25282a;
  line-height: 2rem;
  text-align: left;
}

.page-introduction-main-container .page-introduction-container .pi-text {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #616161;
  line-height: calc(32 / 20);
  text-align: left;
}

.page-introduction-main-container .page-introduction-container .pi-bullets {
  list-style: none;
}

.page-introduction-main-container .page-introduction-container .pi-bullets li {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  line-height: 1.5rem;
  position: relative;
  margin-bottom: 0.9375rem;
}

.page-introduction-main-container .page-introduction-container .pi-bullets li:before {
  content: "";
  position: absolute;
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: #ee2737;
  border-radius: 50%;
  left: -1.25rem;
  top: 0.4375rem;
}

.page-introduction-main-container .page-introduction-container .pi-bullets li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1399.98px) {
  .page-introduction-main-container .page-introduction-container .pi-text {
    margin-top: 1.875rem;
    font-size: 1rem;
    line-height: calc(24 / 16);
  }
}

@media (max-width: 1023.98px) {
  .page-introduction-main-container .page-introduction-container {
    padding: 0.625rem 0.625rem;
  }
  .page-introduction-main-container .page-introduction-container .pi-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .page-introduction-main-container .page-introduction-container .pi-description {
    font-size: 1rem;
    line-height: calc(24 / 16);
  }
  .page-introduction-main-container .page-introduction-container .pi-text {
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .page-introduction-main-container .page-introduction-container .pi-title {
    font-size: 1.5rem;
    line-height: calc(32 / 24);
  }
  .page-introduction-main-container .page-introduction-container .pi-titleContent {
    font-family: "Haas Grotesk Display", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #25282a;
    line-height: 1.5rem;
    text-align: left;
  }
  .page-introduction-main-container .page-introduction-container .pi-subtitle {
    font-size: 1.125rem !important;
    line-height: calc(24 / 16);
  }
  .page-introduction-main-container .page-introduction-container .pi-description {
    font-size: 0.875rem !important;
    line-height: calc(24 / 16);
  }
  .page-introduction-main-container .page-introduction-container .pi-text {
    margin-top: 1.25rem;
    font-size: 0.875rem !important;
    line-height: calc(24 / 16);
  }
  .page-introduction-main-container .page-introduction-container .pi-bullets {
    margin-top: 0.9375rem !important;
  }
  .page-introduction-main-container .page-introduction-container .pi-bullets li {
    font-size: 0.875rem !important;
    line-height: calc(24 / 16);
    margin-bottom: 0.9375rem !important;
  }
}

@media (max-width: 1399.98px) {
  .page-introduction-main-container {
    padding: 0.625rem 0.625rem;
  }
  body.landing-programa .page-introduction-main-container {
    padding-bottom: 2.5rem;
  }
  body.landing-programa .page-introduction-main-container .pi-text {
    font-size: 1rem;
    line-height: calc(24 / 16);
  }
}

@media (max-width: 767.98px) {
  body.landing-programa .page-introduction-main-container .pi-title {
    font-size: 1.5rem;
    line-height: calc(32 / 24);
  }
  body.landing-programa .page-introduction-main-container .pi-text {
    font-size: 0.875rem;
    line-height: calc(24 / 16);
  }
}

.a16 {
  width: 100%;
}

.a16+.a5 .a5__container {
  border-top: 0.0625rem solid #d9d9d6;
}

.a16__slider {
  margin: 0 auto;
}

.a16__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .a16__item {
    width: calc(100% / 2 - 1.875rem);
  }
}

@media (min-width: 1024px) {
  .a16__item {
    width: calc(100% / 3 - 1.875rem);
  }
}

@media (min-width: 1024px) {
  .a16__item {
    width: calc(100% / 4 - 1.875rem);
  }
}

.a16__item--content {
  position: relative;
  width: 100%;
}

@media (max-width: 320px) {
  .a16__item--content {
    /*width: calc(100% - 25px) !important;*/
  }
}

.a16__item--image {
  position: relative;
}

.a16__item--image .icon--play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  transition: all 0.3s ease-in-out 0s;
}

.a16__item--image .video-container {
  position: relative;
  padding-bottom: 64%;
  height: 0;
}

.a16__item--image .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.a16__item--image span.modal-launcher {
  height: 100%;
  width: 100%;
}

.a16__item--image img {
  width: 100%;
  height: auto;
}

.a16__item--badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: #ee2737;
  padding: 0 0.3125rem;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: white;
}

.a16__item--badge svg {
  margin-right: 0.3125rem;
}

.a16__item--text {
  width: calc(100% - 16px);
  height: 11.125rem;
  background: white;
  margin: 0 auto;
  padding: 1rem;
  text-align: left;
  transform: translateY(-42px);
  transition: all 0.3s ease-in-out 0s;
}

.a16__item--text span {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #25282a;
  transition: all 0.3s ease-in-out 0s;
}

.a16__item:hover .icon--play {
  opacity: 0.5;
}

.a16__item:hover .a16__item--text {
  background: #ee2737;
}

.a16__item:hover .a16__item--text span {
  color: white;
}

.a16 .swiper-footer {
  position: relative;
  max-width: 87.5rem;
  margin: 4.0625rem auto auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.a16 .swiper-footer>* {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  background: transparent none;
  margin-top: unset;
}

.a16 .swiper-footer .slider--paginator {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.a16 .swiper-footer .swiper-button-prev {
  margin-left: auto;
}

.a16 .swiper-footer .swiper-button-next {
  margin-left: 0.5rem;
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .a16 .swiper-footer .swiper-button-prev,
  .a16 .swiper-footer .swiper-button-next {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .a16+.a5 .a5__container {
    border-top: 0;
  }
  .a16+.a5 .a5__container:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 0.0625rem;
    background-color: #d9d9d6;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .a16__header h2 {
    font-size: 24px;
    line-height: 2.25rem;
    font-weight: 600;
  }
  .a16 .swiper-footer {
    margin: 1.5625rem auto auto;
  }
  .a16 .swiper-footer .slider--paginator {
    display: flex;
  }
  .a16__item {
    max-width: 20.3125rem;
  }
}

@media (min-width: 768px) {
  .a16 .swiper-footer .slider--paginator {
    display: none;
  }
}

.a17__header {
  max-width: 87.5rem;
  padding: 3.125rem;
  padding-bottom: 2.5rem;
  margin: auto;
  margin-top: 3.125rem;
}

.a17__header h2,
.a17__header h3 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #25282a;
  line-height: 2.25rem;
  border-left: 0.25rem solid #ee2737;
  padding-left: 0.9375rem;
}

.a17__content {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.a17__content .swiper-slide {
  width: 100% !important;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .a17__content {
    min-height: 25.9375rem;
  }
}

.a17__pics {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  z-index: 99;
}

.a17__pics .swiper-wrapper,
.a17__pics .swiper-slide {
  width: 100% !important;
}

.a17__pics .swiper-wrapper {
  height: auto;
}

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

@media (min-width: 768px) {
  .a17__pics {
    position: absolute;
    top: 1.875rem;
    left: 0;
    width: 25%;
    height: auto;
  }
}

.a17__wrap {
  width: 95%;
  padding: 4.6875rem 0.9375rem 0 0.9375rem;
  background: #f5f5f5;
}

.a17__slides {
  position: relative;
  display: flex;
  flex-flow: column;
}

.a17__slides-name {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #25282a;
  line-height: 2.25rem;
  padding-top: 1.5625rem;
  position: relative;
}

.a17__slides-name:before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 0.25rem;
  background: #ee2737;
  position: absolute;
  top: 0;
  left: 0;
}

.a17__slides-position {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #25282a;
  line-height: 1.3125rem;
}

.a17__slides-position span {
  display: block;
}

.a17__slides-position span:first-of-type {
  font-weight: 600;
  margin-bottom: 0.3125rem;
}

@media (min-width: 768px) {
  .a17__slides-position {
    display: flex;
  }
  .a17__slides-position span:first-of-type {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  .a17__slides-position span:first-of-type:after {
    content: "";
    padding-right: 0.625rem;
    margin-right: 0.625rem;
    border-right: 1px solid #d9d9d6;
  }
}

.a17__slides-description {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #616161;
  line-height: 1.3125rem;
}

.a17__slides-networks {
  display: flex;
  margin-top: 1.875rem;
}

.a17__slides-networks a {
  margin-right: 1.5625rem;
}

.a17__slides-networks a svg {
  transition: all 0.3s ease-in-out 0s;
}

.a17__slides-networks a:hover svg {
  fill: #25282a;
}

.a17__slides-networks a:last-child {
  margin-right: 0;
}

.a17__slides-logo {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  max-width: 12.5rem;
}

.a17__slides-logo img {
  width: 100%;
}

.a17__wrap {
  position: relative;
  display: flex;
  background: white;
  z-index: 2;
  width: 95%;
  padding: 4.6875rem 0.9375rem 0 0.9375rem;
}

.a17 .swiper-footer {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.625rem;
}

.a17 .swiper-footer>* {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  background: transparent none;
  margin-top: unset;
}

.a17 .swiper-footer .swiper-button-prev {
  margin-left: auto;
}

.a17 .swiper-footer .swiper-button-next {
  margin-left: 0.5rem;
}

@media (min-width: 768px) {
  .a17 .swiper-footer {
    padding-left: 15%;
    padding-right: 30%;
  }
}

@media (min-width: 1024px) {
  .a17 .swiper-footer {
    padding-left: 30%;
    padding-right: 40%;
  }
}

@media (max-width: 767.98px) {
  .a17 {
    padding: 0;
  }
  .a17__header {
    padding: 1.5625rem;
  }
  .a17__header h2 {
    font-size: 18px;
  }
  .a17__wrap {
    padding-top: 3.125rem;
    margin: 0 0.9375rem 0.0625rem;
    top: -3.125rem;
    z-index: 99;
    width: 90%;
  }
  .a17__wrap .swiper-footer {
    margin-bottom: 1.25rem;
    position: absolute;
    top: 0;
    right: 0.9375rem;
  }
  .a17__slides-logo {
    max-width: 6.25rem;
  }
  .a17__slides-logo img {
    width: 100%;
  }
  .a17__pics {
    transform: translateX(0%);
  }
  .a17__pics .swiper-footer {
    display: none;
  }
}

@media (min-width: 768px) {
  .a17__content {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
  }
  .a17__slides .swiper-footer {
    margin-top: 1.25rem;
  }
  .a17__slides-name {
    font-size: 18px;
    line-height: 1.75rem;
    padding-top: 1.5625rem;
  }
  .a17__slides-position {
    font-size: 14px;
  }
  .a17__slides-description {
    font-size: 14px;
  }
  .a17__slides-networks {
    margin-top: 1.25rem;
  }
  .a17__slides-logo {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    max-width: 6.25rem;
  }
  .a17__pics {
    position: absolute;
    top: 1.875rem;
    left: 0;
    width: 40%;
    height: auto;
  }
  .a17__wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    padding: 0 0.9375rem 0 6.25rem;
  }
  .a17__wrap .swiper-wrapper,
  .a17__wrap .swiper-slide {
    width: 100% !important;
  }
  .a17__wrap .swiper-footer {
    display: none;
  }
}

@media (min-width: 1024px) {
  .a17__pics {
    width: 25%;
    margin-top: 0.625rem;
  }
  .a17__wrap {
    width: 80%;
    padding: 0 1.25rem 0 5.3125rem;
  }
  .a17__slides-name {
    font-size: 24px;
  }
  .a17__slides-position {
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  .a17__pics {
    width: 25%;
    margin-top: 0.625rem;
  }
  .a17__wrap {
    width: 80%;
    padding: 0 2.5rem 0 6.25rem;
  }
}

.a18--header {
  margin: auto;
  padding: 3.125rem 0.9375rem;
}

@media (min-width: 1400px) {
  .a18--header {
    padding: 3.125rem 0;
  }
}

.a18--header h2 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #25282a;
  line-height: 2.25rem;
  border-left: 0.25rem solid #ee2737;
  padding-left: 0.9375rem;
}

@media (max-width: 585px) {
  .a18--header {
    padding: 1.5625rem;
  }
  .a18--header h2 {
    font-size: 18px;
  }
}

.a18--content {
  padding: 0;
}

.a18--content__slider {
  margin: auto;
}

.a18--content__slider .d9--content__item--content {
  max-width: initial;
}

.a18--content__slider .d9--content__item--image img {
  max-width: initial;
  max-height: initial;
  object-fit: cover;
  height: 100%;
}

.a18 .swiper-footer {
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 1.875rem;
}

.a18 .swiper-footer>* {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  background: transparent none;
  margin-top: unset;
}

@media (max-width: 767px) {
  .a18 .swiper-footer>* {
    height: 1.75rem;
  }
}

@media (max-width: 767px) {
  .a18 .swiper-footer>.swiper-button-prev,
  .a18 .swiper-footer>.swiper-button-next {
    display: none !important;
  }
}

.a18 .swiper-footer .slider--paginator {
  position: absolute;
  left: 0;
  right: 0;
}

.a18 .swiper-footer .swiper-button-prev {
  margin-left: auto;
}

.a18 .swiper-footer .swiper-button-next {
  margin-left: 0.5rem;
}

@media (max-width: 767.98px) {
  .a18--content__slider .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left !important;
    cursor: pointer;
    max-width: 20.3125rem;
  }
  .a18--content__slider .swiper-slide .d9--content__item--content {
    max-width: unset !important;
    width: 100%;
  }
}

.a18--content__slider .swiper-wrapper{
  justify-content: left !important;
}

.a19 {
  position: relative;
  margin: 0;
  max-height: 100vh;
}

.a19--video {
  background-color: #25282a;
}

.a19:not(.a19--video) .a19__caption {
  background: rgba(0, 0, 0, 0.5);
}

.a19 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100vh;
}

.a19 .video-container {
  position: inherit !important;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.a19 .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.a19 span.modal-launcher {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.a19__disableWidth {
  width: auto !important;
  margin: 0 auto !important;
}

.a19__caption {
  position: absolute;
  left: 0;
  top: 1.5rem;
  z-index: 1;
  max-width: 100;
  padding-left: 1.5rem;
  padding-right: 1rem;
  color: white;
  font-family: "Haas Grotesk Display", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.a19__caption:before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 1.6875rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #ee2737;
}

.a19 .icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #25282a;
  margin-top: -1.75rem;
  margin-left: -1.75rem;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.a19.a19--img:hover:after {
  opacity: 0;
}

.a19--playing .icon,
.a19--playing .a19__caption,
.a19--playing.a19--embed:after,
.a19--playing.a19--video:after {
  opacity: 0;
  pointer-events: none;
}

.a19 .plyr--video .plyr__controls {
  position: absolute !important;
}

@media (min-width: 768px) {
  .a19__caption {
    font-size: 1.125rem;
  }
}

@media (min-width: 1400px) {
  .a19 .plyr--video,
  .a19 .plyr__video-embed,
  .a19 .plyr__poster {
    max-height: 70vh;
  }
}

.fullWidth {
  max-width: 100% !important;
  margin: 0 auto !important;
}

.fullWidth .plyr__video-embed {
  padding-bottom: 39.25% !important;
}

.fullWidth figure {
  margin: 0;
}

.a20 .section--grey__footer {
  margin-top: 2.5rem !important;
}

.a20 .section--grey__footer a {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ee2737;
}

.a20 .section--grey__footer a:hover {
  text-decoration: none;
}

.a20 .section--grey__footer a:hover svg {
  transform: translate(-0.3125rem, -2px);
}

.a20 .section--grey__footer a span {
  text-decoration: underline;
}

.a20 .section--grey__footer a svg {
  transform: translateY(-0.125rem);
  margin-right: 0.3125rem;
  transition: all 0.4s ease-in-out 0s;
}

.a20__slider {
  max-width: 87.5rem;
  margin: auto;
}

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

.a20__item--content {
  position: relative;
  max-width: 17.9375rem;
}

.a20__item--image {
  position: relative;
}

.a20__item--image .icon--play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  transition: all 0.3s ease-in-out 0s;
}

.a20__item--image img {
  width: 100%;
  height: auto;
}

.a20__item--text {
  width: calc(100% - 16px);
  height: 11.125rem;
  background: white;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  transform: translateY(-32px);
  transition: all 0.3s ease-in-out 0s;
}

.a20__item--text span {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #25282a;
  transition: all 0.3s ease-in-out 0s;
}

.a20__item:hover .icon--play {
  opacity: 0.5;
}

.a20__item:hover .a20__item--text {
  background: #ee2737;
  transition: all 0.3s ease-in-out 0s;
}

.a20__item:hover .a20__item--text span {
  color: white;
  transition: all 0.3s ease-in-out 0s;
}

.a20__item:hover .a20__item--text p {
  color: white;
  transition: all 0.3s ease-in-out 0s;
}

@media screen and (max-width: 768px) {
  .a20 .slider--paginator {
    display: flex !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 767.98px) {
  .a20 .header-text {
    padding: 3.125rem 1rem;
  }
}

@media (min-width: 768px) {
  .a20 .slider--paginator {
    display: none;
  }
}

.a20 .swiper-footer {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 1.25rem;
}

.a20 .swiper-footer>* {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  background: transparent none;
  margin-top: unset;
}

.a20 .swiper-footer .slider--paginator {
  left: 0;
  right: 0;
}

.a20 .swiper-footer .swiper-button-prev {
  margin-left: auto;
}

.a20 .swiper-footer .swiper-button-next {
  margin-left: 0.5rem;
}

.a21__header {
  padding-top: 1.875rem;
}

.a21__header h2 {
  font-family: "Haas Grotesk Display", serif;
  font-size: 48px;
  font-weight: 700;
  color: #25282a;
  line-height: 4rem;
  margin-bottom: 1.875rem;
}

.a21__header p {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #616161;
  line-height: 2rem;
}

.a21__gallery {
  padding-bottom: 1.875rem;
}

.a21__item {
  position: relative;
  background-color: #f5f5f5;
  padding: 1.25rem;
  margin-top: 0.625rem;
  width: 25rem;
}

.a21__item--header {
  position: relative;
}

.a21__item--header h3 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #25282a;
  line-height: 2.25rem;
}

.a21__item--header p {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #616161;
  line-height: 1.5rem;
}

.a21__item--header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.6875rem;
  background-color: #616161;
  left: 0;
  transform: translateY(-1.5625rem);
}

.a21__item--content {
  display: flex;
  flex-direction: column;
}

.a21__item--content .text {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  line-height: 1.5rem;
}

.a21__item--content .textbullets {
  list-style: none;
}

.a21__item--content .textbullets li {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  line-height: 1.5rem;
  position: relative;
  margin-bottom: 1.875rem;
}

.a21__item--content .textbullets li:before {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ee2737;
  border-radius: 50%;
  left: -1.25rem;
  top: 0.3125rem;
}

.a21__item--content .textbullets li:last-child {
  margin-bottom: 0;
}

.a21__item--content .a37 {
  padding: 0 15px;
}

.a21__item.swiper-slide-active {
  background-color: white;
  box-shadow: 0 0.9375rem 0.9375rem -0.3125rem #616161;
}

.a21__item.swiper-slide-active .a21__item--header:before {
  background-color: #ee2737;
}

.a21 .swiper-container-3d .swiper-slide-shadow-left {
  background-image: none;
}

.a21 .swiper-container-3d .swiper-slide-shadow-right {
  background-image: none;
}

.a21 .swiper-footer {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.a21 .swiper-footer>* {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  background: transparent none;
  margin-top: unset;
}

@media (min-width: 768px) {
  .a21 .swiper-footer {
    margin-top: 2.1875rem;
  }
}

.a21 .swiper-footer .slider--paginator {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.a21 .swiper-footer .slider--paginator-custom {
  position: relative;
}

.a21 .swiper-footer .slider--paginator-custom .swiper-pagination-bullet {
  font-family: "Haas Grotesk Display", serif;
  font-size: 24px;
  font-weight: 600;
  color: #616161;
  line-height: 1.75rem;
}

.a21 .swiper-footer .swiper-button-prev {
  margin-left: auto;
}

.a21 .swiper-footer .swiper-button-next {
  margin-left: 0.5rem;
}

.a21 .swiper-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.a21 .swiper-header .break {
  display: inline-block;
  width: 100%;
  height: 0.0625rem;
  background-color: #d9d9d6;
}

.a21 .swiper-header .break:first-child {
  margin: 0 1.5625rem 0 25%;
}

.a21 .swiper-header .break:last-child {
  margin: 0 25% 0 1.5625rem;
}

.a21 .swiper-header .slider--paginator-custom {
  position: relative;
  left: 0;
  right: 0;
  padding-bottom: 1.5625rem;
  margin-top: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
}

.a21 .swiper-header .slider--paginator-custom .swiper-pagination-bullet {
  font-family: "Haas Grotesk Display", serif;
  font-size: 24px;
  font-weight: 600;
  color: #bbbcbc;
  line-height: 1.75rem;
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  margin: 0 0.625rem;
  transition: all 0.4s ease-in-out 0s;
}

.a21 .swiper-header .slider--paginator-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-size: 32px;
  line-height: 3.5rem;
  color: #ee2737;
}

@media (max-width: 767.98px) {
  .a21__header {
    padding: 3.125rem 1rem;
  }
  .a21 h2 {
    font-size: 24px;
    line-height: 2rem;
  }
  .a21 p {
    font-size: 16px;
    line-height: 1.25rem;
  }
  .a21__gallery {
    padding: 0;
  }
  .a21__item {
    width: 90%;
  }
  .a21__item.swiper-slide-active {
    margin-bottom: 3.125rem;
  }
  .a21 .swiper-button-next,
  .a21 .swiper-button-prev {
    display: none;
  }
  .a21 .swiper-header {
    display: flex;
    justify-content: center;
  }
  .a21 .swiper-header .break:first-child {
    margin: 0 0.9375rem;
  }
  .a21 .swiper-header .break:last-child {
    margin: 0 0.9375rem;
  }
}

@media (min-width: 768px) {
  .a21 .swiper-button-next,
  .a21 .swiper-button-prev {
    display: block;
  }
  .a21 .swiper-footer .swiper-pagination {
    display: none;
  }
}

@media (min-width: 1024px) {
  .a21__item {
    min-height: 25rem;
  }
}

.a22 .section--grey__header h2 {
  margin-bottom: 1.5625rem;
}

.a22__item {
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.a22__item--content {
  position: relative;
  max-width: 17.9375rem;
}

.a22__item--image {
  position: relative;
}

.a22__item--image .icon--play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  transition: all 0.3s ease-in-out 0s;
}

.a22__item--badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: #ee2737;
  padding: 0 0.3125rem;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: white;
}

.a22__item--badge svg {
  margin-right: 0.3125rem;
}

.a22__item--text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% + 16px);
  height: 17.9375rem;
  background: white;
  border: 1px solid #f3f2f0;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}

.a22__item--text span {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #25282a;
  transition: all 0.3s ease-in-out 0s;
}

.a22__item--text svg {
  margin: 20px 0;
}

.a22__item:hover .icon--play {
  opacity: 0.5;
}

.a22__item:hover .a22__item--text {
  background: #ee2737;
}

.a22__item:hover .a22__item--text svg {
  fill: white;
}

.a22__item:hover .a22__item--text span {
  color: white;
}

.a22__item:hover .a22__item--text p {
  color: white;
}

@media (max-width: 767.98px) {
  .a22 .section--grey__header {
    padding: 3.125rem 1rem 0;
  }
}

.a22 .swiper-footer {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.a22 .swiper-footer>* {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  background: transparent none;
  margin-top: unset;
}

@media (min-width: 1024px) {
  .a22 .swiper-footer .slider--paginator {
    display: none;
  }
}

.a22 .swiper-footer .slider--paginator {
  position: relative;
  left: 0;
  right: 0;
  margin-top: 4.375rem;
}

.a22 .swiper-footer .swiper-button-prev {
  margin-left: auto;
}

.a22 .swiper-footer .swiper-button-next {
  margin-left: 0.5rem;
}

.a23_v2 .a23-content {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .a23_v2 .a23-content {
    margin-top: 0;
  }
}

.a23_v2 .lp-main-container__a23 {
  width: 100%;
}

.a23_v2 .a23-content-header {
  justify-content: space-between;
}

@media (max-width: 768px) {
  .a23_v2 .a23-content-header {
    margin-bottom: 20px;
    flex-direction: column;
  }
}

.a23_v2 .a23-content-header .item-modul {
  display: flex;
  text-align: left;
  margin-right: 2%;
  min-width: 27px;
}

.a23_v2 .a23-content-header .item-modul .icon--content {
  width: 100%;
  padding-right: 10px;
}

.a23_v2 .a23-content-header .item-modul label {
  width: 100%;
  color: #bbbcbc;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 1px 0;
}

@media (max-width: 425px) {
  .a23_v2 .a23-content-header .item-modul label {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .a23_v2 .a23-content-header .item-modul {
    height: auto;
  }
}

.a23_v2 .a23-content-header-description {
  display: flex;
  flex: 1 1;
}

@media (max-width: 769px) {
  .a23_v2 .a23-content-header-description {
    height: initial;
  }
}

.a23_v2 .a23-content-header-description .item-name {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  flex-direction: column;
  flex: auto;
  padding: 0;
  font-size: 24px;
  max-width: 100%;
  font-weight: bold;
  color: #25282a;
}

@media (max-width: 769px) {
  .a23_v2 .a23-content-header-description .item-name {
    height: initial;
  }
}

@media (max-width: 768px) {
  .a23_v2 .a23-content-header-description .item-name {
    min-width: initial;
    width: 100%;
  }
}

.a23_v2 .a23-content-header-description .item-name .a23-content-body-title {
  border-bottom: 1px solid #d9d9d6;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
}

.a23_v2 .a23-content-header .item-icon {
  padding-left: 3rem;
  display: flex;
  align-items: baseline;
  cursor: pointer;
  margin: 0;
  float: right;
}

@media (max-width: 769px) {
  .a23_v2 .a23-content-header .item-icon {
    height: initial;
    padding-bottom: 20px;
  }
}

.a23_v2 .a23-content-header[aria-expanded="true"] .a23-content-header-description .item-name .a23-content-body-title {
  color: #ee2737;
  border-bottom: 0;
}

.a23_v2 .a23-content-header[aria-expanded="true"] .item-icon {
  border-bottom: 0;
}

.a23_v2 .a23-content-body {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #616161;
  line-height: calc(32 / 20);
}

@media (max-width: 769px) {
  .a23_v2 .a23-content-body .a15 .page-introduction-main-container,
  .a23_v2 .a23-content-body .a15 .page-introduction-main-container .page-introduction-container {
    padding: 0;
  }
}

.a23_v2 .a23-content-body .pi-description {
  text-align: left;
  font-size: 16px;
}

.a23_v2 .a23-content-body .pi-description ol,
.a23_v2 .a23-content-body .pi-description ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.a23_v2 .a23-content-body-title {
  width: 100%;
}

.a23_v2 .changeIconPlus,
.a23_v2 .changeIconMinus {
  cursor: pointer;
  float: right;
  display: none;
}

@media (max-width: 769px) {
  .a23_v2 .changeIconPlus,
  .a23_v2 .changeIconMinus {
    position: relative;
  }
}

.a23_v2 .changeIconMinus {
  display: flex;
}

.a23_v2 .collapsed .changeIconPlus {
  display: flex;
}

.a23_v2 .collapsed .changeIconMinus {
  display: none;
}

.a23_v2 .collapsed svg {
  content: "\f07a";
}

.a23_v2 .icon--custom {
  width: 3.125rem;
  height: 3.125rem;
}

.a23_v2 .hgt-5 {
  height: 5.5rem !important;
}

@media (max-width: 768px) {
  .a23_v2 .hgt-5 {
    height: 100% !important;
  }
}

@media (max-width: 1024px) {
  .a23_v2 .inPage {
    padding: 1.25rem;
  }
  .a23_v2 .inPage .item-modul {
    height: 5.5rem;
  }
  .a23_v2 .inPage .item-name {
    height: 5.5rem;
    width: 80%;
  }
  .a23_v2 .inPage .item-name::before {
    border: 0;
  }
  .a23_v2 .inPage .item-icon {
    height: 5.5rem;
  }
}

@media (max-width: 768px) {
  .a23_v2 .inPage {
    padding: 2.1875rem;
  }
  .a23_v2 .inPage .item-modul {
    width: 10% !important;
    height: auto !important;
  }
  .a23_v2 .inPage .item-name {
    width: 78% !important;
  }
  .a23_v2 .inPage .item-name a {
    margin: 0;
    margin-left: 0.625rem;
  }
  .a23_v2 .inPage .changeIconPlus {
    top: 0;
    right: 10%;
    position: relative;
  }
  .a23_v2 .inPage .changeIconMinus {
    top: 0;
    right: 10%;
    position: relative;
  }
}

@media (max-width: 425px) {
  .a23_v2 .inPage {
    padding: 12px;
  }
  .a23_v2 .inPage .item-name {
    width: 90% !important;
  }
}

.a24 {
  position: relative;
  overflow: hidden;
  background-color: #ee2737;
}

.a24 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a24__header {
  position: relative;
  text-align: center;
  margin-bottom: 1.875rem;
}

.a24__header__title {
  margin: 0;
  font-weight: 700;
  line-height: 1;
}

.a24__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.a24__container--text {
  margin-bottom: 1.875rem;
}

.a24__container--btn {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ee2737;
  background-color: white;
  border-radius: 0;
  width: auto;
  min-width: 13.75rem;
  position: relative;
  white-space: nowrap;
}

.a24__container--btn svg {
  position: relative;
  left: 0;
  margin-left: 0.625rem;
  transition: all 0.3s ease-in-out 0s;
}

.a24__container--btn:hover svg {
  fill: #ee2737;
  left: 0.3125rem;
}

@media (min-width: 768px) {
  .a24__header__title {
    font-family: "Haas Grotesk Display", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: white;
  }
  .a24__container {
    display: flex;
    justify-content: center;
  }
}

.a25 {
  position: relative;
  min-height: 12.1875rem;
  display: flex;
  background-color: #ee2737;
}

.a25__container {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 auto;
}

.a25 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a25__header {
  position: relative;
  text-align: center;
  margin-bottom: 1.875rem;
}

.a25__header:before {
  content: "";
  display: block;
  width: 5.625rem;
  height: 0.4375rem;
  margin-bottom: 0.9375rem;
  margin-left: calc(50% - 2.8125rem);
  background-color: white;
}

.a25__header__title {
  font-weight: 600;
  margin: 0;
}

.a25__header__text {
  font-weight: 500;
  margin-bottom: 0;
}

.a25__cta {
  padding: 0 1.875rem;
  height: 3.75rem;
  font-weight: 600;
  text-transform: none;
  margin: auto;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .a25__container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .a25__header {
    padding: 0 3.75rem 0 1.875rem;
    text-align: left;
    border-left: 7px solid white;
    border-top: none;
    margin-bottom: 0;
  }
  .a25__header:before {
    display: none;
  }
}

@media (min-width: 1024px) {
  .a25__header__title {
    font-family: "Haas Grotesk Display", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: white;
    max-width: 50rem;
  }
  .a25__header__text {
    font-family: "Haas Grotesk Display", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: white;
  }
}

.a26 {
  position: relative;
  padding: 2.8125rem 0;
  border-top: 0.5rem solid #ee2737;
}

.a26 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a26__header {
  position: relative;
  text-align: center;
  margin-bottom: 1.875rem !important;
}

.a26__header__title {
  margin: 0;
  font-weight: 700;
  line-height: 1;
}

.a26__container__box {
  position: relative;
  padding: 1.875rem 2.8125rem 1.875rem 2.8125rem;
  text-align: center;
}

.a26__container__box:first-child {
  padding-top: 0;
}

.a26__container__box:last-child {
  padding-bottom: 0;
}

.a26__container__box p {
  margin-bottom: 0.3125rem;
}

.a26__container__box__name {
  font-weight: 700;
}

.a26__container__box__detail {
  letter-spacing: 0.3px;
}

.a26__container__box:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: calc(50% - 2.8125rem);
  height: 1px;
  width: 5.625rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.a26__container__box:last-child:after {
  display: none;
}

@media (min-width: 768px) {
  .a26__header__title {
    font-family: "Haas Grotesk Display", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: white;
  }
  .a26__container {
    display: flex;
    justify-content: center;
  }
  .a26__container__box {
    padding: 0 2.8125rem;
  }
  .a26__container__box:first-child {
    padding-left: 0;
  }
  .a26__container__box:last-child {
    padding-right: 0;
  }
  .a26__container__box:after {
    top: 0;
    right: 0;
    width: 1px;
    height: 5.625rem;
  }
}

.a27__grey {
  background: #f3f2f0;
}

.a27__white {
  background: white;
}

.a27__container {
  padding: 0;
  display: block;
}

.a27__container.stretch {
  padding: 0;
}

@media (min-width: 1024px) {
  .a27__container.stretch {
    padding: 0 12%;
  }
}

@media (max-width: 767.98px) {
  .a27__container {
    padding: 1.5625rem 0 0;
  }
}

.a27__two-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.a27__two-col section {
  width: calc(100% - 1rem);
  margin-right: 1rem;
  padding: 0 !important;
}

.a27__two-col section:last-child {
  margin-left: 1rem;
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .a27__two-col {
    flex-wrap: wrap;
  }
  .a27__two-col section {
    width: 100%;
    margin-right: 0;
    padding-top: 0 !important;
  }
  .a27__two-col section:last-child {
    margin-left: 0;
  }
}

.a27 .a15 {
  margin-bottom: 1.25rem;
}

.a27 .a15 .page-introduction-main-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.25rem;
}

.a27 .a15 .page-introduction-main-container .page-introduction-container {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .a27 .a15 .page-introduction-main-container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .a27 .a15 .page-introduction-main-container .page-introduction-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.a27 .a15 .page-introduction-main-container .pi-text {
  font-size: 16px;
  line-height: 1.5rem;
}

.a27 .a15 .page-introduction-main-container .pi-bullets {
  margin-top: 4.375rem;
  margin-bottom: 0;
  margin-left: 2.1875rem;
  padding: 0;
}

.a27 .a15 .page-introduction-main-container .pi-bullets li {
  margin-left: 1.875rem;
}

.a27 .a23 {
  margin-bottom: 2.5rem;
}

.a27 .a37__item .icon {
  left: 0;
}

.a27 .a38 {
  margin-bottom: 2.5rem;
}

.a27 .a38__gallery {
  max-width: initial;
  padding: 0;
}

.a27 .a38__gallery--body__image img {
  width: 100%;
  object-fit: contain;
}

.a27 .c15 {
  width: 100%;
}

.a27 .c15__gallery {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.a27 .c15__gallery--item__badge {
  margin-top: 2.1875rem;
  padding-right: 1.25rem;
}

.a27 .c26__items,
.a27 .c26__title {
  max-width: unset;
}

.a27 .c26,
.a27 .c27,
.a27 .d19 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.a27 .d20 {
  margin: 2.5rem 0;
}

@media (max-width: 767.98px) {
  .a27 .a23 {
    margin-bottom: 1.25rem;
  }
  .a27 .a38 {
    margin-bottom: 1.25rem;
  }
  .a27 .d20 {
    margin: 1.25rem 0;
  }
  .a27 .c26 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.a27combo1 {
  max-width: 48.125rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: -3.125rem;
  margin-bottom: 1.875rem;
  padding: 1.5625rem;
}

.a27-a3 .section--grey {
  background: white;
}

.a27textList {
  max-width: 54.225rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  padding: 0 1.5rem;
}

@media (min-width: 800px) {
  .a27textList .c2 {
    margin-left: -50px;
  }
  .a27textList .c2 .c2__content {
    margin: 0;
  }
}

.a27textList h2 {
  color: #25282a;
}

.a27textList .titleMinus {
  font-size: 19px;
  font-weight: 600;
}

.a27textList:first-child {
  margin-top: -3.125rem;
}

.a27textList .a27ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.a27textList .a27ul li {
  position: relative;
  padding: 0 15px 15px 15px;
}

.a27textList .a27ul li::before {
  content: "";
  width: 6px;
  position: absolute;
  height: 6px;
  border-radius: 50%;
  top: 9px;
  left: 0;
  background-color: #ee2737;
}

@media (max-width: 320px) {
  .a27textList h2 {
    font-size: 19px;
  }
  .a27textList p {
    font-size: 14px;
  }
  .a27textList .a27ul {
    font-size: 14px;
  }
  .a27textList .titleMinus {
    font-size: 16px;
  }
}

.a27textList .c15__gallery {
  width: 100%;
}

.a14,
.a28 {
  padding: 3.75rem 0 0;
}

.a14>.container,
.a28>.container {
  padding: 0;
  overflow: hidden;
}

.a14__title,
.a14__introduction,
.a28__title,
.a28__introduction {
  text-align: center;
}

.a14__title,
.a28__title {
  font-family: "Haas Grotesk Display", serif;
  font-size: 24px;
  font-weight: 600;
  color: #25282a;
  line-height: 1;
  padding-top: 1.875rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .a14__title,
  .a28__title {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .a14__title,
  .a28__title {
    font-size: 48px;
  }
}

.a14__introduction,
.a28__introduction {
  max-width: 85%;
  margin: 1.875rem auto;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #616161;
}

@media (min-width: 768px) {
  .a14__introduction,
  .a28__introduction {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .a14__introduction,
  .a28__introduction {
    font-size: 20px;
  }
}

.a14__title+.a14__introduction,
.a28__title+.a14__introduction,
.a14__title+.a28__introduction,
.a28__title+.a28__introduction {
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
}

.a14__title+.a14__box,
.a28__title+.a14__box,
.a14__title+.a28__box,
.a28__title+.a28__box {
  margin-top: 3.75rem;
}

.a14__box,
.a28__box {
  position: relative;
  margin-bottom: 3.75rem;
}

.a14__box:last-of-type,
.a28__box:last-of-type {
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .a14__box:last-of-type,
  .a28__box:last-of-type {
    margin-bottom: 3.75rem;
  }
}

.a14__box__media,
.a28__box__media {
  width: 100%;
}

@media (min-width: 768px) {
  .a14__box__media,
  .a28__box__media {
    width: 81%;
  }
}

.a14__box__media picture,
.a28__box__media picture {
  width: 100%;
}

.a14__box__media img,
.a28__box__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a14__box__container,
.a28__box__container {
  width: calc(100% - 1.875rem);
  transform: translateY(-2.8125rem);
  margin: auto;
  background-color: white;
  overflow: hidden;
}

.a14__box__container__content,
.a28__box__container__content {
  padding: 2.5rem 0.9375rem 2.8125rem 0.9375rem;
}

.a14__box__container__content__break,
.a28__box__container__content__break {
  width: 3.5rem;
  height: 0.25rem;
  margin: 0 0 1.875rem;
  border: none;
  border-radius: 2px;
  background-color: #ee2737;
}

.a14__box__container__content__title,
.a28__box__container__content__title {
  font-family: "Haas Grotesk Display", serif;
  font-size: 18px;
  font-weight: 600;
  color: #25282a;
  line-height: 1;
  margin-bottom: 1.875rem;
}

.a14__box__container__content__text,
.a28__box__container__content__text {
  margin-bottom: 2.8125rem;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #25282a;
  line-height: 1.5;
}

.a14__box__container__content__link,
.a28__box__container__content__link {
  display: block;
  max-width: 13.75rem;
  margin: auto;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ee2737;
  text-align: center;
  text-decoration: none;
}

.a14__box__container__content__link:hover,
.a28__box__container__content__link:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .a14__box,
  .a28__box {
    display: flex;
    min-height: 32.5rem;
    max-height: 32.5rem;
    overflow: hidden;
  }
  .a14__box__media,
  .a28__box__media {
    display: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% / 1.618 + 4.6875rem);
    height: 100%;
  }
  .a14__box__container,
  .a28__box__container {
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(122% * (1 - 0.618));
    transform: translateY(-50%) !important;
  }
  .a14__box__container__content,
  .a28__box__container__content {
    padding: 2.8125rem 1.875rem;
  }
  .a14__box__container__content__link,
  .a28__box__container__content__link {
    margin: initial;
  }
  .a14__box--inverse .a28__box__container,
  .a28__box--inverse .a28__box__container {
    left: 0;
    right: initial;
  }
  .a14__box--inverse .a28__box__media,
  .a28__box--inverse .a28__box__media {
    right: 0;
    left: initial;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .a14__box--inverse .a28__box__media,
  .a28__box--inverse .a28__box__media {
    right: -100px;
  }
}

@media (min-width: 1024px) {
  .a14__box__container__content,
  .a28__box__container__content {
    padding: 2.8125rem 1.875rem 2.8125rem 2.8125rem;
  }
  .a14__box__container__content__title,
  .a28__box__container__content__title {
    font-family: "Haas Grotesk Display", serif;
    font-size: 24px;
    font-weight: 700;
    color: #25282a;
  }
  .a14__box__container__content__text,
  .a28__box__container__content__text {
    font-family: "Haas Grotesk Display", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #616161;
  }
}

@media (min-width: 768px) {
  .a14,
  .a28 {
    padding: 7.1875rem 2.8125rem 0.9375rem;
  }
}

.a29__heading {
  font-weight: 700;
  text-align: center;
}

.a29__container .swiper-slide {
  margin-top: 4.6875rem;
}

.a29__container__box {
  max-width: 24.375rem;
  margin: auto;
  padding: 0 1.125rem;
}

.a29__container__box__top {
  position: relative;
  width: 7.5rem;
}

.a29__container__box__top__line {
  position: relative;
  z-index: 2;
  width: 3.5rem;
  height: 0.25rem;
  margin-bottom: 0.9375rem;
  background-color: #ee2737;
}

.a29__container__box__top__title {
  position: relative;
  z-index: 2;
  margin-bottom: 1.875rem;
  font-weight: 700;
  line-height: 1;
}

.a29__container__box__top__number {
  position: absolute;
  z-index: 1;
  top: -30px;
  left: -18px;
  font-family: "Haas Grotesk Display", serif;
  font-size: 120px;
  font-weight: 700;
  color: white;
  line-height: 0.88;
}

.a29__container__box__text {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 0.625rem;
}

.a29__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.75rem;
  overflow: hidden;
}

.a29__footer .swiper-pagination {
  margin-top: 0;
}

@media (min-width: 768px) {
  .a29__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .a29__heading {
    font-family: "Haas Grotesk Display", serif;
    font-size: 32px;
    font-weight: 700;
    color: #25282a;
  }
  .a29 .swiper-slide {
    max-width: 24.375rem;
    flex-basis: calc((100% / 2) - 1.875rem);
    margin-top: 5.625rem;
  }
  .a29 .swiper-footer {
    display: none;
  }
}

@media (min-width: 1024px) {
  .a29__heading {
    font-family: "Haas Grotesk Display", serif;
    font-size: 48px;
    font-weight: 700;
    color: #25282a;
  }
  .a29 .swiper-slide {
    flex-basis: calc((100% / 3) - 1.875rem);
  }
}

.a30__header {
  padding-bottom: 2.5rem;
}

.a30__header h2 {
  font-family: "Haas Grotesk Display", serif;
  font-size: 48px;
  font-weight: 700;
  color: #25282a;
  line-height: 4rem;
}

.a30__header p {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #616161;
  line-height: 2rem;
}

.a30 .swiper-footer {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 1.25rem;
}

.a30 .swiper-footer>* {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  background: transparent none;
  margin-top: unset;
}

.a30 .swiper-footer .slider--paginator {
  left: 0;
  right: 0;
  padding-bottom: 1.5625rem;
}

.a30 .swiper-footer .swiper-button-prev {
  margin-left: auto;
}

.a30 .swiper-footer .swiper-button-next {
  margin-left: 0.5rem;
}

@media (max-width: 767.98px) {
  .a30 h2 {
    font-size: 24px;
    line-height: 2rem;
  }
  .a30 p {
    font-size: 16px;
    line-height: 1.25rem;
  }
  .a30 .slider--paginator {
    position: relative;
  }
  .a30 .swiper-footer {
    justify-content: center;
  }
  .a30 .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .a30 .swiper-button-next,
  .a30 .swiper-button-prev {
    display: none;
  }
}

@media (min-width: 768px) {
  .a30 {
    padding: 4.375rem 0;
  }
  .a30 .swiper-button-next,
  .a30 .swiper-button-prev {
    display: block;
  }
  .a30 .swiper-pagination {
    display: none;
  }
}

.a31 {
  display: flex;
  flex-direction: column;
}

.a31--wrapper {
  margin: auto;
}

@media (min-width: 768px) {
  .a31--wrapper {
    padding: 1.875rem 3.75rem;
  }
}

@media (min-width: 1400px) {
  .a31--wrapper {
    width: 70% !important;
  }
}

.a31__content {
  display: flex;
  flex-direction: column;
  position: relative;
}

.a31__content__img {
  width: 100%;
  order: 1;
}

.a31__content__text {
  order: 2;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .a31__content {
    padding: 0.9375rem 0.9375rem 0;
  }
}

@media (min-width: 768px) {
  .a31__content {
    flex-direction: row;
  }
  .a31__content__text {
    width: 75% !important;
  }
  .a31__content__text .title {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .a31__content__text {
    width: 70% !important;
  }
}

.a31__content__text {
  display: flex;
  flex-direction: column;
  position: relative;
}

.a31__content__text:before {
  content: "";
  width: 100%;
  height: 0.0625rem;
  background: #bbbcbc;
  position: absolute;
  bottom: 1.5625rem;
}

.a31__content__text .borderA31 {
  width: 3.125rem;
  border-bottom: 4px solid #ee2737;
  margin: 1.25rem 0;
}

.a31__content__text .title {
  color: #25282a;
  font-family: "Haas Grotesk Display", serif;
  margin-top: 0.9375rem;
  margin-bottom: 0;
  font-weight: 700;
}

.a31__content__text .text {
  padding: 1.25rem 2.8125rem 2.8125rem 0;
  font-weight: 500;
}

.a31__buttons {
  padding: 0.625rem;
  width: 15rem;
  margin: auto;
  margin-top: 0.625rem;
  margin-bottom: 0.9375rem;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .a31__buttons {
    justify-content: center;
    padding: 0;
    width: 100%;
    margin-top: 0;
  }
  .a31__buttons .btn {
    width: calc(100% - 30px);
  }
}

@media (min-width: 768px) {
  .a31__buttons {
    margin: 0;
  }
}

.a31__buttons .btn {
  font-weight: 500 !important;
  text-transform: capitalize !important;
  color: #ee2737;
  position: relative;
  border-radius: 0;
  transition: all 0.75s ease-in-out 0s;
}

.a31__buttons .btn svg {
  margin-left: 10px;
}

.a31__buttons .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-top: 2px solid #ee2737;
  border-right: 2px solid #ee2737;
  transition: all 0.3s ease-in-out 0s;
}

.a31__buttons .btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  border-left: 2px solid #ee2737;
  border-bottom: 2px solid #ee2737;
  transition: all 0.3s ease-in-out 0s;
}

.a31__buttons .btn:hover {
  color: white;
  background: #ee2737;
  overflow: hidden;
}

.a31__buttons .btn:hover svg {
  fill: white;
  transition: all 0.75s ease-in-out 0s;
}

.a31__buttons .btn:hover:after {
  width: 100%;
}

.a31__buttons .btn:hover:before {
  height: 100%;
}

.a31__content__img {
  width: 100%;
  height: auto;
  margin-bottom: 0.9375rem;
}

.a31__content__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 2px 14px 21px 1px #b1b1b1;
}

@media (min-width: 768px) {
  .a31__content__text {
    margin-top: 0;
    order: 1;
  }
  .a31__content__img {
    position: absolute;
    width: 12.5rem;
    height: 16.25rem;
    bottom: -30px;
    right: 0;
    left: initial;
    order: 2;
    margin-bottom: 0;
  }
  .a31__content__img img {
    width: 12.5rem;
    height: 16.25rem;
    right: 0;
  }
}

.a32 a:hover {
  text-decoration: none;
}

.a32__map {
  position: relative;
  height: 32.75rem;
}

.a32__map #map {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
}

@media (max-width: 767.98px) {
  .a32__map {
    display: none;
  }
}

.a32_ficha {
  background-color: white;
  border: 1px solid #d9d9d6;
  text-align: center;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.5);
}

.a32_ficha-content {
  padding: 0.625rem;
  color: #979797;
}

.a32_ficha-footer {
  padding: 0.625rem;
  font-weight: bold;
  font-size: 0.9375rem;
  background-color: #f3f2f0;
}

.a32_ficha-title {
  font-weight: 700;
}

.a32_ficha-tel {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #25282a;
  line-height: 2rem;
  transition: all 0.3s ease-in-out 0s;
}

.a32_ficha label {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #616161;
  line-height: 1.5rem;
}

@media (max-width: 767.98px) {
  .a32 {
    height: 21.5625rem;
    background-color: #f3f2f0;
  }
  .a32_ficha {
    min-width: auto;
    position: relative !important;
    top: 1.25rem;
    left: 0;
    right: 0;
    margin: 0 1.25rem;
    text-align: left;
  }
  .a32_ficha-link {
    border-radius: 0;
    position: absolute;
    width: 80%;
    bottom: -6.25rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-family: "Haas Grotesk Display", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: white;
    line-height: 1.375rem;
    text-transform: inherit;
  }
  .a32_ficha-content {
    padding: 0.9375rem;
    color: #979797;
  }
  .a32_ficha-footer {
    font-size: 0.9375rem;
    padding: 1.25rem 0.9375rem;
  }
  .a32_ficha-footer .icon {
    margin-right: 0.375rem;
    margin-top: -0.125rem;
  }
}

@media (min-width: 768px) {
  .a32 {
    position: relative;
  }
  .a32_ficha {
    min-width: 300px;
    position: absolute !important;
    top: 3rem;
    left: 3rem;
    text-align: left;
  }
  .a32_ficha-content {
    padding: 1.5625rem;
  }
  .a32_ficha-footer {
    font-size: 1.25rem;
    padding: 1.25rem 1.5625rem;
  }
  .a32_ficha-footer .icon {
    margin-right: 0.375rem;
    margin-top: -0.125rem;
  }
}

.a33 {
  align-items: center;
  flex-direction: column;
}

.a33__text {
  margin-bottom: 1.875rem;
  font-weight: 500;
}

.a33__text:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .a33 {
    justify-content: space-between;
    flex-direction: row;
  }
  .a33__text {
    margin: 0 0.9375rem;
  }
}

.a34 {
  align-items: center;
  flex-direction: column;
}

.a34__text {
  margin-bottom: 1.875rem;
  font-weight: 500;
}

.a34__text:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .a34 {
    justify-content: space-between;
    flex-direction: row;
  }
  .a34__text {
    margin: 0 0.9375rem;
  }
}

.a35 {
  width: 100%;
  margin: auto;
}

.a35__title {
  margin-bottom: 1.875rem;
  font-family: "Haas Grotesk Display", serif;
  font-size: 24px;
  font-weight: 600;
  color: #25282a;
  text-align: center;
  line-height: 1;
}

@media (min-width: 768px) {
  .a35__title {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .a35__title {
    font-size: 48px;
  }
}

.a35__introduction {
  max-width: 100%;
  margin: 1.875rem auto;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #616161;
  text-align: center;
}

@media (min-width: 768px) {
  .a35__introduction {
    font-size: 16px;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .a35__introduction {
    font-size: 20px;
    max-width: 85%;
  }
}

.a35__title+.a35__introduction {
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
}

.a35__form {
  max-width: 26rem;
  margin: 0 auto;
}

.a35__form__hint {
  text-align: center;
}

.a35__form__hint .form-text {
  font-size: 0.75rem;
  line-height: 1;
}

.a35__form .form-group {
  margin-bottom: 0.9375rem;
}

.a35__form .form-group .form-check label {
  margin-bottom: 0;
}

.a35__form .form-group--radios {
  margin-top: 0.9375rem;
}

.a35__form .form-group--radios label {
  position: relative;
  top: initial;
  left: initial;
}

.a35__form .custom-gender-group .form-check label {
  border-right-width: 0;
}

.a35__form .custom-gender-group .form-check:last-of-type label {
  border-right-width: 1px;
}

.a35__form__legal,
.a35__form__switch {
  display: block;
  margin: 2.8125rem auto;
}

.a35__form__switch {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #616161;
  line-height: calc(60 / 40);
}

.a35__form__error:not(input) {
  margin-top: 0.3125rem;
}

.a35__form__cta {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .a35__form__cta {
    max-width: 13.75rem;
    margin: auto;
  }
}

.a36 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 87.5rem;
  margin: auto;
  padding: 2.5rem 2.5rem 0.625rem;
}

@media (max-width: 575px) {
  .a36 {
    padding: 0.625rem;
    padding-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .a36 {
    padding: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .a36 {
    padding: 3.75rem 2.5rem;
  }
}

.a36__item {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0.625rem;
  margin-bottom: 1.875rem !important;
  align-items: center;
  background-color: #f3f2f0;
}

.a36__item:before {
  content: "";
  position: absolute;
  width: 2%;
  height: 76%;
  top: 13%;
  left: 17px;
  border-left: 4px solid #ee2737;
}

@media (min-width: 768px) {
  .a36__item {
    width: calc(100% / 2 - 1.875rem) !important;
  }
}

@media (min-width: 1024px) {
  .a36__item {
    width: calc(100% / 4 - 1.875rem) !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1025px) {
  .a36__item {
    min-height: 168px;
  }
  .a36__item a svg {
    width: 65% !important;
  }
}

@media (max-width: 1022px) {
  .a36__item {
    min-height: 96px;
  }
  .a36__item a svg {
    width: 16% !important;
  }
}

.a36__item a {
  width: 100%;
  min-height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out 0s;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #25282a;
}

.a36__item a label {
  width: 90%;
  margin: 0;
  margin-left: 25px;
}

.a36__item a svg {
  width: 16%;
  transition: all 0.3s ease-in-out 0s;
}

.a36__item a:hover {
  text-decoration: none;
  color: #ee2737;
}

.a36__item a:hover svg {
  fill: #ee2737;
  transform: translateX(5px);
}

.a37 {
  margin: 0 auto;
}

.a37__item {
  position: relative;
  padding: 0.625rem 0.9375rem 0.625rem 3.4375rem;
  flex: 0 1 100%;
}

.a37__item .icon {
  position: absolute;
  left: 0.9375rem;
  top: 0.625rem;
}

.a37__items {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
}

.a37__items .title {
  color: #25282a;
  font-weight: bold;
}

.a37 .one-col__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.a37 .one-col__container .a37__items {
  flex-direction: column;
}

@media (min-width: 1024px) {
  .a37__item {
    flex: 0 1 50%;
  }
  .a37__item.one-col {
    flex: 0 1 50%;
  }
}

@media (max-width: 767.98px) {
  .a38__gallery {
    padding: 0;
  }
}

.a38__gallery .revert {
  flex-direction: row-reverse !important;
}

@media (max-width: 767.98px) {
  .a38__gallery .revert {
    flex-direction: column-reverse !important;
  }
}

.a38__gallery--header {
  margin-bottom: 2.5rem;
}

.a38__gallery--header h2 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #25282a;
  line-height: 2.25rem;
  border-left: 0.25rem solid #ee2737;
  padding-left: 0.9375rem;
  margin: 2.5rem 0;
}

.a38__gallery--body {
  display: flex;
  justify-content: center;
}

.a38__gallery--body__image {
  width: 50%;
  max-width: 410px;
}

.a38__gallery--body__video {
  width: 50%;
}

.a38__gallery--body__video figure span {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: transparent;
}

.a38__gallery--body__video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.a38__gallery--body__video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.a38__gallery--body__text {
  width: 50%;
  font-size: 14px;
  margin-left: 1.8rem;
}

@media (max-width: 767.98px) {
  .a38__gallery--body {
    flex-direction: column;
  }
  .a38__gallery--body__image {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .a38__gallery--body__video {
    width: 100%;
  }
  .a38__gallery--body__text {
    width: 100%;
    padding: 0.9375rem 0;
    margin: 0;
  }
}

.a38__gallery--item {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.a38__gallery--item__badge {
  position: absolute;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: white;
  line-height: 1.75rem;
  padding-left: 1.5625rem;
  margin-top: 0.9375rem;
}

.a38__gallery--item__badge:before {
  content: "";
  height: 1.875rem;
  width: 0.375rem;
  background-color: #ee2737;
  position: absolute;
  top: 0;
  left: 0;
}

.a38__gallery--item__image {
  position: relative;
  min-width: 23.125rem;
}

.a38__gallery--item__image .icon--play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  transition: all 0.3s ease-in-out 0s;
}

.a38__gallery--item__image img {
  width: 100%;
  height: auto;
}

.video {
  position: relative;
  margin: 0;
}

.video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transition: all 0.4s ease-in-out;
}

.video img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.video__caption {
  position: absolute;
  left: 0;
  top: 1.5rem;
  z-index: 1;
  width: 100%;
  padding-left: 1.5rem;
  color: white;
  font-family: "Haas Grotesk Display", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.video__caption:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #ee2737;
}

.video .icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #25282a;
  margin-top: -1.75rem;
  margin-left: -1.75rem;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.video.video--img:hover:after {
  opacity: 0;
}

.video--playing .icon,
.video--playing .video__caption,
.video--playing.video--embed:after,
.video--playing.video--video:after {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 768px) {
  .video__caption {
    font-size: 1.125rem;
  }
}

.a39__header {
  width: 100%;
  margin: auto;
  text-align: center;
  line-height: 1.2;
}

.a39__header__title {
  margin-bottom: 1.875rem;
  font-weight: 700;
}

.a39__header__text {
  margin-bottom: 2.8125rem;
  font-weight: 500;
  color: #616161;
}

.a39__container {
  flex-wrap: nowrap;
}

.a39__container .swiper-container {
  padding-bottom: 2.8125rem;
}

.a39__container__box {
  position: relative;
  flex-basis: 100%;
  padding: 0 2.5rem 0 1.25rem;
}

.a39__container__box__title {
  margin-bottom: 0;
  padding: 0.9375rem 0 0.9375rem 1.25rem;
  font-weight: 700;
  border-left: 5px solid #25282a;
}

.a39__container__box__text {
  padding-left: 1.5625rem;
  color: #25282a;
  font-weight: 500;
}

.a39__container .swiper-footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.a39__container .swiper-footer .swiper-pagination {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .a39__container__box {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .a39__container {
    flex-wrap: wrap;
  }
  .a39__container .swiper-container {
    padding-bottom: 0;
  }
  .a39__container .swiper-container .swiper-wrapper {
    flex-wrap: wrap;
  }
  .a39__container .swiper-container .swiper-wrapper .swiper-slide {
    height: initial;
    margin-bottom: 1.875rem;
  }
  .a39__container__box {
    flex-basis: 50%;
  }
  .a39__container .swiper-footer {
    display: none;
  }
}

@media (min-width: 1024px) {
  .a39__header__title {
    font-size: 48px;
  }
  .a39__header__text {
    font-size: 18px;
  }
  .a39__container {
    flex-wrap: nowrap;
  }
  .a39__container .swiper-wrapper {
    padding-left: 0.625rem;
  }
  .a39__container__box {
    flex-basis: 25%;
    padding: 0 1.875rem 0 0;
  }
  .a39__container__box::before {
    content: "";
    position: absolute;
    display: block;
    width: 60%;
    height: 35%;
    bottom: -10px;
    left: -10px;
    border-bottom: 10px solid #25282a;
    border-left: 10px solid #25282a;
  }
  .a39__container__box__title {
    width: 70%;
    font-size: 24px;
    border-left: 0;
  }
  .a39__container__box__text {
    font-size: 16px;
  }
}

.a40 {
  background: #ee2737;
}

.a40__number {
  display: none;
  flex-basis: 50%;
  align-self: center;
  padding-left: 4.6875rem;
  font-family: "Haas Grotesk Display", serif;
  font-size: 25rem;
  font-weight: 700;
  color: white;
  line-height: 1;
}

.a40__container {
  flex-basis: 50%;
  align-self: flex-start;
  width: 100%;
  margin: auto;
}

@media (max-width: 767.98px) {
  .a40__container {
    flex-basis: 100%;
  }
}

.a40__container--wrapper {
  padding: 1.875rem;
}

@media (max-width: 767.98px) {
  .a40__container--wrapper {
    padding: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .a40__container--wrapper {
    padding: 1.875rem 2.8125rem 1.875rem 0;
  }
}

@media (min-width: 1024px) {
  .a40__container--wrapper {
    padding: 4.6875rem 4.6875rem 2.8125rem 1.875rem;
  }
}

.a40__container .swiper-wrapper {
  padding-right: 2.8125rem;
}

.a40__container .swiper-wrapper .swiper-slide {
  width: 100% !important;
}

.a40__container .swiper-pagination {
  margin-top: 0;
}

.a40__container__title {
  margin-bottom: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.a40__container__content {
  margin-bottom: 0.9375rem;
  text-align: center;
}

.a40__container__content:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.a40__container__content__title {
  margin-bottom: 0.9375rem;
  color: white;
  font-weight: 600;
}

.a40__container__content__text {
  color: #25282a;
}

@media (min-width: 768px) {
  .a40__number {
    display: initial;
  }
  .a40__container {
    margin: 0;
  }
  .a40__container .swiper-wrapper {
    padding: 0;
    flex-direction: column;
  }
  .a40__container .swiper-pagination {
    display: none;
  }
  .a40__container__title {
    margin-bottom: 0.9375rem;
    padding-right: 1.875rem;
    font-size: 32px;
    text-align: start;
  }
  .a40__container__content {
    text-align: start;
    border-bottom: 2px solid #25282a;
  }
  .a40__container__content__title {
    margin-bottom: 0;
  }
  .a40__container__content__text {
    padding-right: 1.875rem;
  }
}

@media (min-width: 1024px) {
  .a40__number {
    font-family: "Haas Grotesk Display", serif;
    font-size: 37.5rem;
    font-weight: 700;
    color: white;
  }
  .a40__container__title {
    font-size: 48px;
  }
  .a40__container__content__title {
    font-size: 24px;
  }
  .a40__container__content__text {
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  .a40__number {
    font-family: "Haas Grotesk Display", serif;
    font-size: 50rem;
    font-weight: 700;
    color: white;
  }
}

.a41 {
  flex-direction: column-reverse;
  max-width: 87.5rem;
  margin: auto;
}

.a41__content {
  flex-basis: 52%;
  padding: 0.9375rem;
}

.a41__content__claim {
  width: 40%;
  margin-bottom: 1.25rem;
  padding: 0.3125rem 0 0.3125rem 0.625rem;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ee2737;
  line-height: 1.2;
  border-left: 5px solid #ee2737;
}

.a41__content__text {
  margin-bottom: 0.9375rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.a41__content__name {
  margin-bottom: 0;
  color: #25282a;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.a41__content__job {
  color: #25282a;
  font-weight: 500;
  text-align: center;
}

.a41__content>img {
  width: 10rem;
  margin-left: 50%;
  transform: translate(-50%, 0);
}

.a41__media {
  flex-basis: 48%;
}

.a41__media>img {
  width: 100%;
  max-height: 22.5rem;
  object-fit: cover;
}

@media (min-width: 768px) {
  .a41 {
    flex-direction: row;
  }
  .a41__content {
    margin: auto;
    padding: 0 2.8125rem 0 0;
  }
  .a41__content__claim {
    width: 7.5rem;
    padding: 0.3125rem 1rem 0.3125rem 0;
    border-left: none;
    border-right: 10px solid #ee2737;
  }
  .a41__content__text,
  .a41__content__name,
  .a41__content__job {
    text-align: left;
  }
  .a41__content>img {
    width: 30%;
    margin-left: 0;
    transform: initial;
  }
  .a41__media>img {
    max-height: initial;
  }
}

@media (min-width: 1024px) {
  .a41__content {
    padding: 0 5.625rem 0 0;
  }
  .a41__content__claim {
    width: 9.375rem;
    margin-bottom: 1.875rem;
    font-size: 24px;
  }
  .a41__content__text {
    margin-bottom: 1.875rem;
    font-size: 32px;
  }
  .a41__content__job {
    width: 60%;
  }
}

@media (min-width: 1400px) {
  .a41__content {
    padding: 0 3.75rem 0 0;
  }
  .a41__content__claim {
    width: 10.3125rem;
    border-right: 15px solid #ee2737;
  }
  .a41__content__text {
    margin-bottom: 1.875rem;
    font-size: 48px;
  }
  .a41__content__job {
    width: 35%;
  }
  .a41__content>img {
    width: 20%;
  }
}

.a42 {
  background-color: #ee2737;
}

.a42__container {
  display: flex;
  flex-direction: row;
}

.a42__data {
  padding: 2.5rem 2.5rem 2.5rem 0;
}

.a42__data h2 {
  font-family: "Haas Grotesk Display", serif;
  font-size: 48px;
  font-weight: 600;
  color: white;
  line-height: 4rem;
}

.a42__data p {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #25282a;
  line-height: 1.5rem;
  margin-top: 1.5625rem;
}

.a42__playlist iframe {
  height: 100%;
  min-height: 25rem;
}

@media (max-width: 1399.98px) {
  .a42__container {
    padding-right: 0;
    padding-left: 0;
  }
  .a42__data {
    margin-right: 1.5625rem;
  }
}

@media (max-width: 1023.98px) {
  .a42__data h2 {
    font-size: 32px;
    line-height: 3rem;
  }
}

@media (max-width: 767.98px) {
  .a42 {
    margin-bottom: 1.25rem;
  }
  .a42__container {
    flex-direction: column;
    padding: 0;
  }
  .a42__data {
    margin: 0 0.9375rem;
    padding-right: 0;
  }
  .a42__playlist iframe {
    width: 100%;
    position: relative;
    bottom: -0.625rem;
  }
}

.a43__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.a43__container--image {
  width: 45%;
  display: flex;
  justify-content: center;
}

.a43__container--image img {
  width: 100%;
  object-fit: contain;
}

.a43__container--text {
  width: 45%;
}

.a43__container--text h2 {
  font-family: "Haas Grotesk Display", serif;
  font-size: 48px;
  font-weight: 600;
  color: #ee2737;
  line-height: 4rem;
}

.a43__container--text p {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #25282a;
  line-height: 1.5rem;
  margin-top: 0.9375rem;
}

@media (max-width: 767.98px) {
  .a43__container {
    flex-direction: column;
  }
  .a43__container--image {
    width: 100%;
  }
  .a43__container--text {
    padding: 0 0.9375rem 1.5625rem;
    margin-top: 1.5625rem;
    width: 100%;
  }
}

@media (max-width: 1023.98px) {
  .a43__container--text h2 {
    font-size: 32px;
    line-height: 3rem;
  }
}

.a44 {
  min-height: 7.5rem;
  display: flex;
  justify-content: center;
  align-content: center;
}

.a44__content {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #ee2737;
  line-height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 37.5rem;
}

@media (max-width: 767.98px) {
  .a44__content {
    font-size: 18px;
    line-height: 1.625rem;
    max-width: 37.5rem;
  }
}

.b1 {
  display: none;
}

@media (min-width: 768px) {
  .b1 {
    display: flex;
    align-items: center;
    margin-bottom: 1.875rem;
    margin-top: -1.25rem;
  }
}

@media (min-width: 1400px) {
  .b1 {
    margin-bottom: 0;
  }
}

.b1__container {
  display: flex;
  align-items: center;
  margin-right: 0.3125rem;
  padding: 0.125rem 0.4375rem;
  border: 0.0625rem solid white;
  color: white;
  font-size: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}

.b1__container:hover {
  color: #25282a;
  background-color: #d9d9d6;
  text-decoration: none;
}

.b1__container--current {
  pointer-events: none;
  background: #d9d9d6;
  color: #25282a;
  border: 0.0625rem solid #d9d9d6;
}

.b2,
.b3 {
  width: 100%;
}

.b2 .b2-info,
.b3 .b2-info {
  display: flex;
  flex-direction: column;
  min-width: 287px;
  min-height: 199px;
  max-width: 287px;
  max-height: 199px;
  justify-content: center;
  align-items: center;
  background: white;
  margin: auto;
}

.b2 .b2-info button,
.b3 .b2-info button {
  margin: 0 !important;
}

@media (max-width: 767.98px) {
  .b2 .b2-info,
  .b3 .b2-info {
    background: transparent;
    margin: 0;
    min-height: 50px;
    max-height: 50px;
  }
  .b2 .b2-info .b2-data__description,
  .b3 .b2-info .b2-data__description {
    display: none;
  }
  .b2 .b2-info .b2-data__container,
  .b3 .b2-info .b2-data__container {
    margin: 0;
  }
  .b2 .b2-info button::before,
  .b3 .b2-info button::before {
    display: none;
  }
}

.b2-jumbotron,
.b3-jumbotron {
  background-color: #f3f2f0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-flow: column nowrap;
  padding: 0;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 6.5rem;
  position: relative;
}

@media (min-width: 1024px) {
  .b2-jumbotron,
  .b3-jumbotron {
    flex-flow: row nowrap;
    padding: 3.125rem;
    min-height: 11.5rem;
  }
}

.b2-jumbotron:before,
.b3-jumbotron:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
}

.b2-data,
.b3-data {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.25rem 0 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.b2-data>.text,
.b3-data>.text {
  width: 75%;
  padding: 0 1rem 0 0;
}

@media (max-width: 1023.98px) {
  .b2-data>.text,
  .b3-data>.text {
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}

.b2-data>*,
.b3-data>* {
  margin: 0;
}

.b2-data>*:not(.b1)+*:not(.button-group),
.b3-data>*:not(.b1)+*:not(.button-group) {
  /*margin-top: rem(24);*/
}

@media (max-width: 1023.98px) {
  .b2-data,
  .b3-data {
    width: 100%;
    padding: 2.25rem 3rem !important;
  }
  .b2-data .b1,
  .b3-data .b1 {
    display: none;
  }
}

@media (min-width: 768px) {
  .b2-data,
  .b3-data {
    padding: 3.75rem 3.125rem;
  }
}

@media (min-width: 1024px) {
  .b2-data,
  .b3-data {
    flex: 1 1;
    padding: 1.25rem 2rem 0 0;
    position: relative;
  }
  .b2-data .b1,
  .b3-data .b1 {
    margin: 0;
    position: absolute;
    left: 0;
    top: -1.875rem;
  }
}

.b2-data__badge,
.b3-data__badge {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  background-color: #f1f1f0;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #25282a;
  line-height: calc(16 / 14);
  text-transform: uppercase;
}

.b2-data__title,
.b3-data__title {
  position: relative;
  font-family: "Haas Grotesk Display", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: calc(36 / 24);
  color: white;
  padding-left: 1.1875rem;
  margin: 0;
  max-width: 100%;
  margin-bottom: 0.625rem;
  z-index: 1;
}

.b2-data__title::before,
.b3-data__title::before {
  content: " ";
  position: absolute;
  top: 0.0625rem;
  left: 0;
  width: 0.375rem;
  height: 2.1875rem;
  background-color: #ee2737;
}

@media (min-width: 768px) {
  .b2-data__title,
  .b3-data__title {
    font-size: 2rem;
    font-weight: 700;
  }
  .b2-data__title::before,
  .b3-data__title::before {
    top: 0.5rem;
  }
}

.b2-data__subtitle,
.b3-data__subtitle {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  line-height: calc(16 / 14);
  text-transform: uppercase;
  z-index: 1;
}

.b2-data__description,
.b3-data__description {
  max-width: 37.5rem;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: white;
  line-height: calc(21 / 14);
  z-index: 1;
}

@media (min-width: 768px) {
  .b2-data__description,
  .b3-data__description {
    font-size: 1rem;
  }
}

.b2-data .b2-data__description,
.b3-data .b2-data__description {
  font-size: 18px !important;
  padding: 0 1.3125rem;
  text-align: center;
  font-family: "Haas Grotesk Display", serif;
  font-weight: bold;
  color: black;
  line-height: 21px;
  margin-bottom: 0;
}

.b2-data__container,
.b3-data__container {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.b2-data__container button,
.b2-data__container a,
.b3-data__container button,
.b3-data__container a {
  width: auto;
  text-transform: uppercase;
  padding: 0.625rem 1.5625rem;
  position: relative;
}

.b2-data__container button:first-child,
.b2-data__container a:first-child,
.b3-data__container button:first-child,
.b3-data__container a:first-child {
  margin-right: 0.9375rem;
  background-color: white;
  color: #ee2737;
  font-weight: 600;
}

.b2-data__container button:first-child:hover,
.b2-data__container a:first-child:hover,
.b3-data__container button:first-child:hover,
.b3-data__container a:first-child:hover {
  background-color: #d9d9d6;
}

@media (max-width: 767.98px) {
  .b2-data__container,
  .b3-data__container {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .b2-data__container a:first-child,
  .b2-data__container button:first-child,
  .b3-data__container a:first-child,
  .b3-data__container button:first-child {
    margin-right: 0 !important;
  }
  .b2-data__container button,
  .b2-data__container a,
  .b3-data__container button,
  .b3-data__container a {
    width: 100% !important;
    margin-bottom: 0.9375rem;
    padding: 0.625rem 1.25rem;
    white-space: nowrap;
    max-width: 250px;
    font-size: 13px;
  }
}

.b2 .b2-data__container button,
.b3 .b2-data__container button {
  background-color: #ee2737;
  color: white;
}

.b2 .b2-data__container button::before,
.b3 .b2-data__container button::before {
  content: "";
  position: absolute;
  top: -50%;
  width: 50%;
  left: 25%;
  height: 2px;
  border-top: 2px solid #d9d9d6;
}

.b2-convocatory,
.b3-convocatory {
  display: flex;
  flex-direction: column;
  background: white;
}

@media (min-width: 1024px) {
  .b2-convocatory,
  .b3-convocatory {
    background: transparent;
  }
}

.b2-profile,
.b3-profile {
  width: 100%;
  max-width: 18.125rem;
  border-radius: 0;
  flex-direction: column;
  z-index: 1;
}

.b2-profile__info,
.b3-profile__info {
  background-color: #ee2737;
  margin-bottom: 0.125rem;
  padding: 0.9375rem 1.5625rem;
}

.b2-profile__info__col:last-child,
.b3-profile__info__col:last-child {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.b2-profile__info__col:last-child .lang,
.b2-profile__info__col:last-child .campus,
.b3-profile__info__col:last-child .lang,
.b3-profile__info__col:last-child .campus {
  width: auto;
}

@media (max-width: 767.98px) {
  .b2-profile__info,
  .b3-profile__info {
    border-bottom: 0.125rem solid white;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .b2-profile__info,
  .b3-profile__info {
    display: flex;
    flex-flow: row nowrap;
    border-right: 0.125rem solid white;
  }
  .b2-profile__info__col:first-child,
  .b3-profile__info__col:first-child {
    flex: 0 1 60%;
    padding-right: 1.5625rem;
    border-right: 1px solid white;
  }
  .b2-profile__info__col:first-child .b3-profile__text:last-child,
  .b3-profile__info__col:first-child .b3-profile__text:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .b2-profile__info__col:last-child,
  .b3-profile__info__col:last-child {
    padding-left: 1.5625rem;
    flex: 0 1 40%;
    flex-flow: column nowrap;
  }
  .b2-profile__info__col:last-child .campus,
  .b3-profile__info__col:last-child .campus {
    border-left: none;
    border-top: 1px solid white;
    padding-left: 0;
    margin-left: 0;
    padding-top: 0.3125rem;
  }
}

@media (min-width: 1024px) {
  .b2-profile__info,
  .b3-profile__info {
    background-color: rgba(238, 39, 55, 0.7);
  }
}

.b2-profile__announcement,
.b3-profile__announcement {
  background-color: #25282a;
  margin-bottom: 0.125rem;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: white;
  line-height: 1.5rem;
  width: 100%;
  display: inline-block;
  padding: 0.3125rem 1.5625rem;
}

.b2-profile__announcement div,
.b3-profile__announcement div {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.b2-profile__announcement-container,
.b3-profile__announcement-container {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.b2-profile__announcement-data,
.b3-profile__announcement-data {
  display: flex;
  flex-direction: column;
  padding-top: 0.3125rem;
  margin-left: 1.25rem;
}

.b2-profile__enroll,
.b3-profile__enroll {
  display: flex;
  overflow: hidden;
  height: 8.3125rem;
}

.b2-profile__enroll__col,
.b3-profile__enroll__col {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: stretch;
  flex: 1 1;
}

.b2-profile__enroll__col>*,
.b3-profile__enroll__col>* {
  flex: 1 1;
}

.b2-profile__enroll__col:first-child,
.b3-profile__enroll__col:first-child {
  flex: 0 1 8.125rem;
  max-width: 8.125rem;
  align-items: center;
  justify-content: center;
  margin-right: 0.125rem;
  padding: 0.625rem;
  background-color: white;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ee2737;
  text-align: center;
}

.b2-profile__text,
.b3-profile__text {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: white;
  line-height: 1.5rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.3125rem;
  border-bottom: 1px solid white;
}

.b2-profile__text label,
.b3-profile__text label {
  display: block;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: white;
  line-height: 1;
  margin: 0.3125rem 0 0.125rem;
}

.b2-profile__text.lang,
.b3-profile__text.lang {
  padding-bottom: 0;
  border-bottom: 0;
}

.b2-profile__text.campus,
.b3-profile__text.campus {
  margin-left: 1.875rem;
  padding-left: 0.9375rem;
  padding-bottom: 0;
  border-bottom: 0;
  border-left: 1px solid white;
}

.b2-profile__text.places,
.b3-profile__text.places {
  background-color: #f3f2f0;
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0.5rem 0.9375rem;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
}

.b2-profile__text.places label,
.b3-profile__text.places label {
  color: #25282a;
}

.b2-profile__text.places span,
.b3-profile__text.places span {
  color: #ee2737;
  font-weight: 600;
}

.b2-profile__text.places:first-child:not(:only-child),
.b3-profile__text.places:first-child:not(:only-child) {
  margin-bottom: 0.125rem;
}

@media (max-width: 1023.98px) {
  .b2-profile,
  .b3-profile {
    border-top: 0.125rem solid white;
    border-bottom: 0.125rem solid white;
    max-width: none;
  }
  .b2-profile__info,
  .b3-profile__info {
    flex: 1 1;
  }
  .b2-profile .b3-convocatory,
  .b3-profile .b3-convocatory {
    flex: 0 1 40%;
  }
  .b2-profile__announcement,
  .b3-profile__announcement {
    padding: 0.9375rem;
  }
}

@media (max-width: 1399.98px) {
  .b2-profile,
  .b3-profile {
    display: flex;
    flex-flow: column nowrap;
  }
  .b2-profile__info,
  .b3-profile__info {
    margin-bottom: 0;
  }
  .b2-profile__announcement,
  .b3-profile__announcement {
    padding: 0.625rem 1.5625rem;
  }
}

@media (min-width: 768px) {
  .b2-profile,
  .b3-profile {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .b2-profile,
  .b3-profile {
    flex-direction: column;
  }
}

.b2 .gauge-container,
.b3 .gauge-container {
  width: 5.625rem;
  display: block;
  margin: 0.3125rem auto 0;
}

.b2 .gauge-container>.gauge>.dial,
.b3 .gauge-container>.gauge>.dial {
  stroke: #d9d9d6;
  stroke-width: 8;
  stroke-dasharray: 2;
  fill: rgba(0, 0, 0, 0);
}

.b2 .gauge-container>.gauge>.value,
.b3 .gauge-container>.gauge>.value {
  stroke: #ee2737;
  stroke-width: 8;
  stroke-dasharray: 2;
  fill: rgba(0, 0, 0, 0);
}

.b2 .gauge-container>.gauge>.value-text,
.b3 .gauge-container>.gauge>.value-text {
  font-family: "Haas Grotesk Display", serif;
  font-size: 24px;
  font-weight: 700;
  color: #ee2737;
  fill: #ee2737;
}

@supports (-ms-ime-align: auto) and (-webkit-text-stroke: initial) {
  .b2 .gauge-container>.gauge>.value-text,
  .b3 .gauge-container>.gauge>.value-text {
    transform: translateY(0.375rem);
  }
}

.b2 {
  display: flex;
  color: white;
  min-height: 20rem;
}

.b2-jumbotron {
  width: 100%;
  flex-direction: row;
  align-items: stretch !important;
}

@media (min-width: 768px) {
  .b2 {
    min-height: 19.5rem;
  }
}

@media (min-width: 1024px) {
  .b2 {
    min-height: 22.5rem;
  }
  .b2-data__title {
    font-size: 3rem;
    line-height: calc(64 / 48);
    margin-top: 0.625rem;
  }
  .b2-data__title::before {
    height: 3rem;
    width: 0.5rem;
  }
}

.l-lp:not(.l-lp--multi) .b2-data {
  flex-direction: row;
}

@media (max-width: 767.98px) {
  .l-lp:not(.l-lp--multi) .b2-data {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .b2-data,
  .b3-data {
    background-image: none !important;
  }
}

@media (max-width: 1023.98px) {
  .b2-jumbotron,
  .b3-jumbotron {
    background-image: none !important;
  }
}

.l-lp--multi .b2-jumbotron,
.l-lp--multi .b3-jumbotron {
  min-height: 0;
}

@media (min-width: 1024px) {
  .l-lp--multi .b2-data,
  .l-lp--multi .b3-data {
    padding: 0;
  }
}

.b4 {
  width: 100%;
  padding: 1.5rem;
}

.b4__content {
  padding: 3.75rem 0;
  text-align: center;
}

.b4__content__row {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 62.5rem;
  margin: 0 auto;
}

.b4__content__row__item {
  width: 50%;
  line-height: 1;
  margin-right: 0.9375rem;
}

.b4__content__row__item svg {
  margin-right: 0.3125rem;
}

.b4__content__row__item:first-of-type {
  text-align: right;
}

.b4__content__row__item:last-of-type {
  margin-right: 0;
  text-align: left;
}

.b4__content__row__item:last-of-type {
  text-align: center;
}

.b4__content__row__item:last-of-type:not(:first-of-type) {
  text-align: left;
  border-left: 1px solid #d9d9d6;
  padding-left: 0.9375rem;
}

.b4__content__rowPlace {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 62.5rem;
  margin: 0 auto;
}

.b4__content__rowPlace__item {
  padding-left: 21px;
  line-height: 1;
  margin-right: 0.9375rem;
  font-weight: 600;
}

.b4__content__rowPlace__item svg {
  margin-right: 0.3125rem;
}

.b4__content__rowPlace__item:first-of-type {
  text-align: right;
  color: #25282a;
}

.b4__content__rowPlace__item:last-of-type {
  margin-right: 0;
  text-align: left;
}

.b4__content__rowPlace__item:last-of-type {
  text-align: center;
}

.b4__content__rowPlace__item:last-of-type:not(:first-of-type) {
  text-align: left;
  border-left: 1px solid #d9d9d6;
  padding-left: 0.9375rem;
}

.b4__category {
  display: block;
  margin-bottom: 1.875rem;
  font-size: 14px;
  color: #ee2737;
  font-weight: 600;
  text-transform: uppercase;
}

.b4__title {
  width: 100%;
  max-width: 62.5rem;
  margin: auto auto 2.8125rem;
  font-family: "Haas Grotesk Display", serif;
  font-size: 24px;
  font-weight: 600;
  color: #25282a;
  text-align: center;
}

@media (min-width: 768px) {
  .b4__title {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .b4__title {
    font-size: 48px;
  }
}

.b4__cta {
  font-weight: bold;
  margin-top: 1.875rem;
  padding: 0.875rem 2.2rem;
}

.b4 .b1 {
  display: none;
  margin-top: 0;
}

.b4 .b1__container {
  background: #d9d9d6;
  color: #25282a;
  border: 0.0625rem solid #d9d9d6;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.b4 .b1__container--current {
  background: #616161;
  color: white;
  border: 0.0625rem solid #616161;
}

@media (max-width: 767.98px) {
  .b4__content {
    padding: 0;
  }
  .b4__content__row {
    flex-direction: column;
  }
  .b4__content__row__item {
    width: 100%;
  }
  .b4__content__row__item:first-of-type {
    text-align: center;
    margin-right: 0;
  }
  .b4__content__row__item:last-of-type {
    text-align: center;
    width: auto;
  }
  .b4__content__row__item:last-of-type:not(:first-of-type) {
    text-align: left;
    border-left: 0;
    border-top: 1px solid #d9d9d6;
    padding-top: 0.9375rem;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .b4__content {
    padding: 1.875rem 0;
  }
}

@media (min-width: 1024px) {
  .b4 .b1 {
    display: flex;
  }
}

@media (min-width: 1400px) {
  .b4 {
    padding: 1.5rem 3.125rem;
  }
  .b4__content {
    padding: 3.75rem 0;
  }
}

.b5 {
  position: relative;
  padding: 30px;
  margin-top: 0;
  border-radius: 0;
  background-color: #ee2737;
  text-align: center;
  max-width: 672px;
}

.b5__img {
  margin-bottom: 15px;
}

.b5__title {
  font-weight: 700;
}

.b5__text {
  font-weight: 600;
  margin-bottom: 0;
}

.b5 .b5__close {
  height: 56px;
  width: 56px;
  position: absolute;
  top: -71px;
  right: 0;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: #ee2737;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease 0s;
}

.b5 .b5__close:hover {
  opacity: 1 !important;
}

.b5 .b5__close svg {
  fill: white;
}

@media (max-width: 1023.98px) {
  .b5 {
    padding-top: 56px;
  }
  .b5 .b5__close {
    top: 0;
    border: none;
    z-index: 10;
  }
}

@media (min-width: 768px) {
  .b5 {
    margin-top: 101px;
  }
  .b5__title {
    font-size: 24px;
  }
  .b5__text {
    font-size: 16px;
  }
}

.b6,
.b12 {
  background: #f1f1f0;
  height: 3.5rem;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}

.b6__dropdown,
.b12__dropdown {
  flex: 1 1;
}

.b6__cta,
.b12__cta {
  background: #ee2737;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: calc(22 / 14);
  padding: 1rem;
  transition: all 0.4s ease-in-out;
  text-align: center;
}

.b6__cta:hover,
.b12__cta:hover {
  background: #e91224;
  color: white;
  text-decoration: none;
}

.b6__dropdown-menu a,
.b12__dropdown-menu a {
  color: #25282a;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: calc(21 / 15);
}

.b6__dropdown-menu a:hover,
.b12__dropdown-menu a:hover {
  text-decoration: none;
}

@media (max-width: 1023.98px) {
  .b6,
  .b12 {
    border-top: 0.125rem solid white;
    border-bottom: 0.125rem solid white;
  }
  .b6__dropdown-toggle,
  .b12__dropdown-toggle {
    appearance: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 3.25rem;
    padding: 1rem;
    background: #f1f1f0;
    cursor: pointer;
  }
  .b6__dropdown-toggle span,
  .b12__dropdown-toggle span {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: calc(16 / 14);
  }
  .b6__dropdown-toggle .icon,
  .b12__dropdown-toggle .icon {
    backface-visibility: hidden;
    transition: all 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transform-origin: center center;
  }
  .b6__dropdown-toggle:focus,
  .b12__dropdown-toggle:focus {
    outline: none;
  }
  .b6__dropdown-toggle:after,
  .b12__dropdown-toggle:after {
    content: none;
  }
  .b6__dropdown-toggle[aria-expanded="true"] .icon,
  .b12__dropdown-toggle[aria-expanded="true"] .icon {
    transform: scale3d(1, -1, 1);
  }
  .b6__dropdown-menu,
  .b12__dropdown-menu {
    margin: 0 0 0 -0.3125rem;
    flex-flow: column nowrap;
    width: 100%;
    border-radius: 0;
    border: none;
    box-shadow: 0 0.5625rem 1.125rem rgba(0, 0, 0, 0.1);
    padding: 0;
  }
  .b6__dropdown-menu a,
  .b12__dropdown-menu a {
    background: white;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    font-size: 0.875rem;
    line-height: calc(16 / 14);
    transition: all 0.4s ease-in-out;
  }
  .b6__dropdown-menu a:hover,
  .b12__dropdown-menu a:hover {
    background: #f5f5f5;
    font-weight: 500;
  }
  .b6__dropdown-menu.show,
  .b12__dropdown-menu.show {
    display: flex;
  }
}

@media (min-width: 768px) {
  .b6,
  .b12 {
    height: 5.5rem;
  }
  .b6__dropdown-toggle,
  .b12__dropdown-toggle {
    height: 5.25rem;
  }
  .b6__cta,
  .b12__cta {
    padding: 1rem 2.5rem;
  }
}

@media (min-width: 1024px) {
  .b6,
  .b12 {
    display: flex;
    flex-flow: row nowrap;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .b6__dropdown-toggle,
  .b12__dropdown-toggle {
    display: none;
  }
  .b6__dropdown-menu,
  .b12__dropdown-menu {
    display: flex !important;
    position: static !important;
    transform: none !important;
    top: auto;
    left: auto;
    z-index: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    height: 5.5rem;
    justify-content: space-between;
  }
  .b6__dropdown-menu a,
  .b12__dropdown-menu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1rem;
    text-align: center;
  }
  .b6__dropdown-menu a:after,
  .b12__dropdown-menu a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    display: block;
    width: 3.75rem;
    height: 0.25rem;
    background: #ee2737;
    border-radius: 0.125rem;
    transform: translateX(-50%) scale3d(0, 1, 1);
    transition: transform 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .b6__dropdown-menu a:hover,
  .b6__dropdown-menu a.active,
  .b12__dropdown-menu a:hover,
  .b12__dropdown-menu a.active {
    color: inherit;
  }
  .b6__dropdown-menu a:hover .icon,
  .b6__dropdown-menu a.active .icon,
  .b12__dropdown-menu a:hover .icon,
  .b12__dropdown-menu a.active .icon {
    display: none;
  }
  .b6__dropdown-menu a:hover:after,
  .b6__dropdown-menu a.active:after,
  .b12__dropdown-menu a:hover:after,
  .b12__dropdown-menu a.active:after {
    transform: translateX(-50%) scale3d(1, 1, 1);
  }
  .b6__cta,
  .b12__cta {
    margin: 1rem 0 1rem 3.125rem;
  }
}

@media (min-width: 1400px) {
  .b6__cta,
  .b12__cta {
    margin-left: 6.25rem;
  }
}

@media (max-width: 767.98px) {
  .fixed-tabs .b6,
  .fixed-tabs .b12 {
    border-top: none;
    border-bottom: none;
  }
  .fixed-tabs .b6__dropdown-toggle,
  .fixed-tabs .b12__dropdown-toggle {
    height: 3.5rem;
  }
}

@media (min-width: 768px) {
  .fixed-tabs .b6__dropdown-toggle,
  .fixed-tabs .b12__dropdown-toggle {
    height: 5.5rem;
  }
}

.b6 {
  border-top: 0.125rem solid white;
}

.b7 {
  width: 100%;
  max-width: 87.5rem;
  margin: auto;
  padding: 5.625rem 3.125rem;
}

@media (max-width: 767.98px) {
  .b7 {
    padding: 5.625rem 1rem;
  }
}

.b7__normal {
  position: relative;
  will-change: height;
  transition: height 0.4s ease 0s;
}

.b7__normal__tabs {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 613px;
  padding: 0;
  margin: auto;
  list-style: none;
  border-bottom: 1px solid #d9d9d6;
}

.b7__normal__tabs__item {
  padding: 0.9375rem 0;
  margin-right: 3.4375rem;
  cursor: pointer;
}

.b7__normal__tabs__item:last-of-type {
  margin-right: 0;
}

.b7__normal__tabs__item--active {
  position: relative;
  font-weight: 600;
  color: #25282a;
}

.b7__normal__tabs__item--active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ee2737;
}

.b7__normal__tab {
  position: absolute;
  text-align: center;
  top: 3.4375rem;
  left: 0;
  padding: 2.8125rem 0;
  font-size: 18px;
  font-weight: 600;
  color: #524e4e;
  width: 100%;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.4s ease 0s;
}

.b7__normal__tab--active {
  opacity: 1;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .b7__normal__tab {
    font-size: 14px;
    font-weight: 500;
  }
}

.b7__normal__tab .section-d7 {
  flex-direction: column;
}

.b7__normal--two,
.b7__normal--five {
  display: none;
}

@media (min-width: 1400px) {
  .b7__normal--two,
  .b7__normal--five {
    display: block;
  }
}

@media (min-width: 768px) {
  .b7__normal--two {
    display: block;
  }
}

.b7__accordions {
  display: none;
  padding: 0 1.875rem;
}

.b7__accordions__tab {
  height: 3.4375rem;
  margin-bottom: 0.9375rem;
  transition: height 0.4s ease 0s;
  overflow: hidden;
}

.b7__accordions__tab:last-of-type {
  margin-bottom: 0;
}

.b7__accordions__tab__trigger {
  display: block;
  height: 3.4375rem;
  padding: 0.9375rem;
  background-color: #d9d9d6;
  overflow: hidden;
}

.b7__accordions__tab__trigger:hover {
  color: white;
  text-decoration: none;
}

.b7__accordions__tab__content {
  padding: 0.9375rem 0;
}

.b7__accordions__tab--active {
  height: initial;
}

.b7__accordions__tab--active .b7__accordions__tab__trigger {
  color: white;
  text-decoration: none;
  background-color: #ee2737;
}

.b7__accordions--two,
.b7__accordions--five {
  display: block;
}

@media (max-width: 1023.98px) {
  .b7__accordions--two {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .b7__accordions--two {
    display: none;
  }
}

@media (min-width: 1400px) {
  .b7__accordions {
    display: none;
  }
}

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

.b8__filter {
  appearance: none;
  border: 1px solid #ee2737;
  border-radius: 0.25rem;
  background: transparent;
  color: #ee2737;
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.875rem;
  padding: 0 0.6875rem;
  margin: 0.5rem;
  white-space: nowrap;
  transition: all 0.4s ease-in-out;
}

.b8__filter .icon {
  display: none;
  margin-left: 0.6875rem;
  width: 0.5rem;
  height: 0.5rem;
}

.b8__filter:hover,
.b8__filter.active {
  background: #ee2737;
  color: white;
}

.b8__filter:focus {
  outline: none;
}

.b8__filter.active .icon {
  display: block;
}

.b8__filters {
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem 1rem;
}

.b8__filters__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.b8__filters__header span {
  font-weight: 700;
}

.b8__filters__header .icon {
  color: #ee2737;
  cursor: pointer;
}

.b8__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  border: none;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: calc(16 / 14);
  padding: 1.25rem 1rem;
  background: #f5f5f5;
  color: #25282a;
}

.b8__toggle:focus {
  outline: none;
}

.b8__toggle:after {
  display: none;
}

@media (max-width: 1023px) {
  .b8__filters.show {
    display: flex !important;
    border-radius: 0;
    margin: 0;
    transform: translate3d(0, 0, 0) !important;
  }
}

@media (min-width: 1024px) {
  .b8__toggle {
    display: none;
  }
  .b8__filters {
    position: static !important;
    transform: none !important;
    display: flex !important;
    float: none;
    padding: 0;
    margin: -0.5rem 0 0;
    border: none;
    width: 100%;
  }
  .b8__filters__header {
    display: none;
  }
}

.b9 {
  max-width: 18.75rem;
}

.b9__filter {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #f5f5f5;
}

.b9__filter--wrapper {
  padding: 0.9375rem;
}

.b9__filter__text {
  display: none;
  margin-bottom: 0;
  padding-left: 0.9375rem;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #25282a;
}

.b9__filter .icon-chevron-down {
  display: none;
  margin-left: auto;
}

@media (max-width: 1023px) and (min-width: 767px) {
  .b9__filter {
    width: initial;
  }
  .b9__filter__text,
  .b9__filter .icon-chevron-down {
    display: initial;
  }
}

@media (min-width: 1024px) {
  .b9__filter {
    display: none !important;
  }
}

.b9__dropdown {
  display: none;
}

.b9__dropdown--modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.b9__dropdown--modal .b9__dropdown__title--wrapper {
  width: 100%;
}

.b9__dropdown--wrapper {
  cursor: pointer;
}

.b9__dropdown__title {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #25282a;
  text-transform: uppercase;
}

.b9__dropdown__title--wrapper {
  display: flex;
  align-items: center;
  height: 3.75rem;
}

.b9__dropdown__title--wrapper.open .icon-chevron-down {
  transform: rotate(180deg);
}

.b9__dropdown__title--modal {
  margin: 0;
  padding-left: 1.875rem;
  padding-right: 0.9375rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.b9__dropdown .icon-chevron-down,
.b9__dropdown .icon-chevron-up {
  margin-right: 1.875rem;
  transition: all 0.3s ease 0s;
}

.b9__dropdown__options>div {
  margin-bottom: 1.25rem;
  padding-left: 2.5rem;
  font-weight: 500;
}

.b9__dropdown__options>div:last-child {
  margin-bottom: 0;
}

.b9__dropdown__options>div>label {
  padding-top: 0.3125rem;
}

.b9__dropdown__options>div .custom-control-input:checked~.custom-control-label::before {
  border-color: #ee2737;
  background-color: #ee2737;
}

.b9__dropdown__options>div .custom-control-input:checked~.custom-control-label::after {
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 32 32'><path fill='%23fff' d='M11.833 23.902l-9.68-9.68c-0.407-0.407-1.066-0.407-1.473 0s-0.407 1.066 0 1.473l10.417 10.417c0.407 0.407 1.066 0.407 1.473 0l18.75-18.75c0.407-0.407 0.407-1.066 0-1.473s-1.066-0.407-1.473 0l-18.013 18.013z'/></svg>") no-repeat center center/14px 14px;
}

.b9__dropdown__options>div .custom-control-label::before {
  left: -38px;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 0.125rem;
}

.b9__dropdown__options>div .custom-control-label::after {
  left: -38px;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 0.125rem;
}

.b9__dropdown__options>div .custom-control-label:hover {
  cursor: pointer;
}

.b9__dropdown__options--modal {
  width: 100%;
  padding-bottom: 0.9375rem;
}

.b9__dropdown__options--modal>div {
  padding-left: 4.375rem;
}

@media (min-width: 1024px) {
  .b9__dropdown {
    display: initial;
  }
}

.b9__dropdown .btn.btn-cta {
  width: 7.5rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.b9--modal__dropdown {
  display: block;
}

.b9__form button {
  display: block;
}

.b9__form button[submit] {
  margin-bottom: 1.875rem;
}

.b9__form__reset {
  font-size: 14px;
  margin-top: 0.9375rem;
  margin-left: 1.25rem;
  border: none;
  appearance: none;
  background: none;
  align-self: flex-start;
}

.b9__form__reset svg {
  margin-right: 0.3125rem;
}

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

.b10 {
  opacity: 0;
  padding-bottom: 0.9375rem !important;
}

.b10.container {
  padding: 0;
}

.b10 .eae-daterange {
  background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 32 32'><path fill='%2325282a' d='M29.724 7.724c0.521-0.521 1.365-0.521 1.886 0s0.521 1.365 0 1.886l-14.667 14.667c-0.521 0.521-1.365 0.521-1.886 0l-14.667-14.667c-0.521-0.521-0.521-1.365 0-1.886s1.365-0.521 1.886 0l13.724 13.724 13.724-13.724z'/></svg>") no-repeat calc(100% - 16px) center/20px 20px !important;
}

.b10__mobile,
.b10__desktop {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.b10__mobile {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.b10__mobile svg {
  transition: all 0.3s ease 0s;
}

.b10__mobile svg:hover,
.b10__mobile svg:active {
  cursor: pointer;
  fill: #ee2737 !important;
}

.b10__mobile__filter {
  position: relative;
  margin-right: 2.1875rem;
  cursor: pointer;
}

.b10__mobile__filter label {
  margin-right: 1.25rem;
  font-size: 14px;
  font-weight: 600;
  color: #25282a;
}

.b10__mobile__reset {
  padding-left: 1.875rem;
  border-left: 1px solid #d9d9d6;
  cursor: pointer;
}

.b10__mobile__reset .b10__form__reset {
  margin: 0;
  margin-bottom: 0.3125rem;
}

.b10__mobile__reset .b10__form__reset svg {
  margin-right: 0.625rem;
}

.b10__mobile--filterSize {
  color: white;
  font-size: 11px;
  text-align: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #ee2737;
  position: absolute;
  top: -23%;
  left: 92%;
}

@media (max-width: 767.98px) {
  .b10__mobile__filter {
    margin-right: 1.25rem;
  }
  .b10__mobile__filter label {
    margin-right: 0.3125rem;
  }
  .b10__mobile__reset {
    padding-left: 0.625rem;
  }
  .b10__mobile__reset .b10__form__reset svg {
    margin-right: 0.3125rem;
  }
}

.b10__desktop {
  display: none;
}

@media (min-width: 320px) {
  .b10.container {
    padding: 0 1.5625rem;
  }
}

@media (min-width: 768px) {
  .b10.container {
    padding: 0 1.875rem;
  }
}

@media (min-width: 1024px) {
  .b10.container {
    padding: 0 1.5625rem;
  }
  .b10__mobile {
    display: none;
  }
  .b10__desktop {
    display: flex;
  }
}

@media (min-width: 1400px) {
  .b10.container {
    padding: 0;
  }
}

.b10__form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.b10__form__col {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.b10__form .form-row {
  max-height: 3.4375rem;
  min-width: 7.5rem;
  margin-right: 0.9375rem;
}

.b10__form .form-row .form-group {
  height: 100%;
  margin-bottom: 0;
}

.b10__form .form-row .form-group label {
  top: 1.125rem;
  margin-bottom: 0;
}

.b10__form .form-row .form-group input {
  height: 100%;
}

.b10__form .form-row .form-group input.form-control[readonly] {
  background: white;
}

.b10__form .form-row:last-of-type {
  margin-right: 0;
}

.b10__form__submit {
  display: none;
}

.b10__form__reset {
  font-size: 14px;
  margin-top: 0.9375rem;
  border: none;
  appearance: none;
  background: none;
}

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

.b10__form__search {
  position: relative;
}

.b10__form__search input.form-control {
  padding-right: 2.8125rem;
}

.b10__form__search svg {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  cursor: pointer;
  transform: translateY(-50%);
}

.b10--modal .modal-body {
  padding: 1.875rem !important;
}

.b10--modal .modal-body .b10__form {
  flex-direction: column;
}

.b10--modal .modal-body .b10__form__reset {
  order: 1;
  margin-top: 0;
  margin-bottom: 0.9375rem;
}

.b10--modal .modal-body .b10__form__submit {
  display: block;
  margin: auto;
  margin-top: 1.875rem;
  min-width: 13.75rem;
  max-width: 13.75rem;
}

.b10--modal .modal-body .b10__form__col {
  order: 2;
  width: 100%;
  flex-direction: column;
}

.b10--modal .modal-body .b10__form .bootstrap-select {
  width: 100% !important;
}

.b10--modal .modal-body .b10__form .form-row {
  order: 2;
  margin-right: 0;
  margin-bottom: 0.9375rem;
}

.b10--modal .modal-body .b10__form .form-row--search {
  order: 1;
  margin-bottom: 0.9375rem !important;
}

.b10--modal .modal-body .b10__form .form-row:last-of-type {
  margin-bottom: 0;
}

.b10--modal .modal-body .b10__form__submit {
  order: 3;
}

.b11 .nobull {
  list-style-type: none;
}

.b11 .noHover {
  border: 2px solid #a3a5a7 !important;
  background: transparent !important;
}

.b11 ul {
  padding: 0;
}

.b11 li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  border: 2px solid #a3a5a7;
  align-items: center;
  margin-left: 0.625rem;
}

.b11 li:first-child {
  margin: 0;
}

.b11 li:hover:not(.disabled) {
  background: #ee2737;
  border: 2px solid #ee2737;
}

.b11 li:hover:not(.disabled) a {
  color: white;
}

.b11 li:hover:not(.disabled) svg {
  fill: white;
}

.b11 li a {
  font-weight: 600;
  text-decoration: none;
  color: #a3a5a7;
}

.b11 .icon-left {
  transform: rotate(90deg);
  margin-left: -11px;
}

.b11 .icon-left:first-child {
  margin: 0;
}

.b11 .icon-right {
  transform: rotate(270deg);
  margin-right: -11px;
}

.b11 .icon-right:last-child {
  margin: 0;
}

.b11 .active {
  border: 2px solid #ee2737;
}

.b11 .active a {
  color: #ee2737;
}

.b11 .disabled {
  border: 0;
  background: #f1f1f0;
}

.b11 .disabled a {
  color: white;
  cursor: auto;
}

.b11 .disabled svg {
  fill: #97999b;
}

.b11 .dots {
  border: 0 !important;
  width: 24px;
}

.b11 .dots label {
  width: 0.3125rem;
  height: 0.375rem;
  background-color: #ee2737;
  position: relative;
  top: 0.25rem;
}

.b11 .dots label:after {
  content: '';
  width: 0.3125rem;
  height: 0.375rem;
  background-color: #ee2737;
  position: absolute;
  right: -7px;
}

.b11 .dots label:before {
  content: '';
  width: 0.3125rem;
  height: 0.375rem;
  background-color: #ee2737;
  position: absolute;
  left: -7px;
}

@media (max-width: 468px) {
  .b11 .noInPhone {
    display: none;
  }
  .b11 li:nth-child(2) {
    margin: 0;
  }
}

.b13 {
  max-width: 25.9375rem;
}

.b13 .flatpickr-weekday {
  font-weight: 400;
  color: grey;
}

.b13 .flatpickr-day {
  font-weight: bold;
}

.b13 .flatpickr-monthDropdown-months {
  font-weight: bold;
}

.b13 .numInputWrapper input {
  font-weight: bold;
}

.b14 {
  padding: 5rem 0.9375rem;
}

@media (min-width: 768px) {
  .b14 {
    padding: 5rem 2.8125rem;
  }
}

.b14__content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 32.1875rem !important;
  margin: auto;
}

.b14__step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1000;
}

.b14__step:first-child {
  align-items: flex-start;
}

.b14__step:last-child {
  align-items: flex-end;
}

.b14__step:last-child .b14__step__description {
  text-indent: -2.5rem;
}

@media (min-width: 768px) {
  .b14__step {
    align-items: center !important;
  }
}

.b14__step__circle {
  width: 2.8125rem;
  height: 2.8125rem;
  color: #ee2737;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  border: 10px solid white;
  background-color: #fabec3;
}

.b14__step__circle span {
  font-weight: bold;
}

.b14__step__circle svg {
  display: none;
}

.b14__step__description {
  display: none;
  color: #d9d9d6;
  font-size: 0.875rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .b14__step__description {
    display: block;
    font-size: 1rem;
    text-indent: initial;
  }
}

.b14__step--active .b14__step__circle {
  background-color: #ee2737;
}

.b14__step--active .b14__step__circle span {
  color: white;
}

.b14__step--active .b14__step__description {
  display: block;
  color: #25282a;
}

.b14__step--checked .b14__step__circle span {
  display: none;
}

.b14__step--checked .b14__step__circle svg {
  display: block;
}

.b14 hr.b14__track {
  position: absolute;
  top: calc(1.40625rem);
  left: 50%;
  width: 100%;
  max-width: 75%;
  height: 0;
  border: none;
  overflow: hidden;
  transform: translateX(-50%);
  border-bottom: 1px dashed #d9d9d6;
}

@media (min-width: 768px) {
  .b14 hr.b14__track {
    max-width: 65%;
  }
}

.b15 {
  position: relative;
  padding: 1.875rem;
  margin-top: 101px;
  border-radius: 0;
  background-color: #ee2737;
  text-align: center;
  max-width: 672px;
}

.b15__img {
  margin-bottom: 0.9375rem;
  border-radius: 50%;
  max-width: 5.625rem;
}

.b15__name {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: white;
}

.b15__position {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: white;
  line-height: 1.3125rem;
  margin-bottom: 0;
}

.b15__networks {
  display: flex;
  margin-top: 0.9375rem;
}

.b15__networks a {
  margin-right: 1.5625rem;
}

.b15__networks a svg {
  transition: all 0.3s ease-in-out 0s;
}

.b15__networks a:hover svg {
  opacity: 0.8;
}

.b15__networks a:last-child {
  margin-right: 0;
}

.b15 .b5__close {
  height: 56px;
  width: 56px;
  position: absolute;
  top: -71px;
  right: 0;
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: #ee2737;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease 0s;
}

.b15 .b5__close:hover {
  opacity: 1 !important;
}

.b15 .b5__close svg {
  fill: white;
}

@media (max-width: 768px) {
  .b15 {
    padding-top: 3.5rem;
    margin-top: 0;
  }
  .b15 .b15__close {
    top: 0 !important;
    border: none !important;
  }
}

.b16 {
  position: relative;
  overflow: hidden;
}

.b16__grid {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: auto auto;
  grid-template-areas: "header header""cta description";
  grid-column-gap: 0.9375rem;
  grid-row-gap: 3.75rem;
  z-index: 10;
  position: relative;
  padding: 5.625rem 4.6875rem 2.8125rem;
}

.b16__grid-badge {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  background-color: transparent;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  border: 0.0625rem solid white;
  line-height: calc(16 / 14);
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.b16__grid-title {
  grid-area: header;
  border-bottom: 0.125rem solid white;
}

.b16__grid-title p {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: white;
  line-height: 2rem;
  margin: 0;
  padding: 0;
}

.b16__grid-title h2 {
  font-family: "Haas Grotesk Display", serif;
  font-size: 64px;
  font-weight: 700;
  color: white;
  line-height: 4.875rem;
  max-width: 50%;
}

.b16__grid-cta {
  grid-area: cta;
}

.b16__grid-cta .btn {
  padding: 0.4375rem 1.875rem;
  width: 100%;
  max-width: 12.5rem;
}

.b16__grid-description {
  grid-area: description;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
  line-height: 1.5rem;
}

.b16__bg {
  background: #ee2737;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  overflow: hidden;
  filter: brightness(0.5);
  background-repeat: no-repeat;
  background-size: cover;
}

.b16__bg img {
  width: 100%;
  height: 100%;
  max-width: inherit;
}

@media (max-width: 767.98px) {
  .b16__grid {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "header""cta";
    grid-column-gap: 0;
    grid-row-gap: 2.5rem;
    padding: 3.4375rem 1.5625rem 2.5rem;
  }
  .b16__grid-title p {
    font-size: 18px;
    line-height: 1.5rem;
  }
  .b16__grid-title h2 {
    font-size: 32px;
    line-height: 2rem;
    max-width: inherit;
  }
  .b16__grid-cta {
    grid-area: cta;
  }
  .b16__grid-cta .btn {
    padding: 0.4375rem 1.875rem;
    width: 100%;
    max-width: 18.75rem;
  }
  .b16__grid-description {
    display: none;
  }
}

.c1 {
  margin: 0 auto;
}

.c1__header {
  margin-top: 4.375rem;
  margin-bottom: 5.625rem !important;
}

@media (max-width: 767px) {
  .c1__header {
    margin-bottom: 3.75rem;
  }
}

.c1__header h2 {
  font-family: "Haas Grotesk Display", serif;
  font-size: 48px;
  font-weight: 700;
  color: #25282a;
  line-height: 4rem;
}

@media (max-width: 768px) {
  .c1__header h2 {
    font-size: 32px;
    line-height: 2.25rem;
  }
}

@media (max-width: 575px) {
  .c1__header {
    margin-bottom: 3.125rem;
  }
  .c1__header h2 {
    font-size: 24px;
    line-height: 2.25rem;
  }
}

.c1__content {
  margin-top: 3.75rem;
}

.c1__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.375rem;
  border-right: 0.0625rem solid #d9d9d6;
}

.c1__item:last-child {
  border-right: 0;
}

@media (max-width: 1399px) and (min-width: 1024px) {
  .c1__item:nth-child(1),
  .c1__item:nth-child(4) {
    justify-content: flex-start;
  }
  .c1__item:nth-child(3) {
    border: 0;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .c1__item {
    justify-content: flex-start;
    padding: 0 1.875rem;
  }
  .c1__item:nth-child(even) {
    border: 0;
  }
  .c1__item:nth-child(2),
  .c1__item:nth-child(4) {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .c1__item {
    margin-bottom: 1.875rem;
    border-right: 0;
    margin-left: 0;
    padding: 0;
    justify-content: flex-start;
  }
}

.c1__item--col {
  display: flex;
  flex-direction: column;
}

.c1__item--col.open {
  border: 0.0625rem solid #ee2737;
  padding: 0.625rem;
  width: 100%;
}

.c1__item--col.open span {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ee2737;
  line-height: 2rem;
}

.c1__item svg {
  margin-right: 1.5625rem;
}

.c1__item label {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #616161;
  line-height: 1.3125rem;
  margin-bottom: 0;
}

.c1__item span {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #25282a;
  line-height: 1.5rem;
}

@media (max-width: 767.98px) {
  .c1__content {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .c1__content {
    margin-bottom: 0;
  }
  .c1__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .c1__content {
    margin-bottom: 0;
  }
  .c1__item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 1400px) {
  .c1__content {
    margin-bottom: 4.375rem;
  }
  .c1__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c1__item:nth-child(4) {
    border-right: 0;
  }
}

.p-30 {
  padding: 1.875rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

.m-8 {
  margin: 0 8%;
}

@media (max-width: 767px) {
  .m-8 {
    margin: 0;
  }
}

.ml-10 {
  margin-left: 10% !important;
}

.c2 {
  margin-top: 2.1875rem;
  padding: 0;
  max-width: 80% !important;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .c2 {
    max-width: 83% !important;
  }
}

@media (max-width: 767px) {
  .c2 {
    max-width: 100% !important;
  }
}

.c2__header h2 {
  font-family: "Haas Grotesk Display", serif;
  font-size: 48px;
  font-weight: 700;
  color: #25282a;
  line-height: 4rem;
}

.c2__tabs {
  padding-top: 1.875rem;
}

.c2__tab-content .tab-pane {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  /*max-width: rem(1200);*/
}

.c2--credit {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0.575rem;
  max-width: max-content;
  background: #fafafa;
  border: 1px solid #d9d9d6;
  margin-top: 0.625rem;
  margin-bottom: 3.125rem;
}

@media (max-width: 320px) {
  .c2--credit {
    margin: 0 auto;
  }
}

.c2--credit__number {
  margin-left: 10px;
}

.c2--credit__number .number {
  color: #ee2737;
  font-weight: 600;
  font-size: larger;
  font-family: "Haas Grotesk Display", serif;
}

.c2--credit__number .name {
  font-size: small;
  font-weight: 500;
}

.c2--credit__number label {
  margin-bottom: 0;
}

.c2--credit__name {
  border-right: 1px solid #d9d9d6;
  display: flex;
  align-items: center;
}

.c2--credit__name label {
  font-size: small;
  font-weight: 500;
  margin: 0;
  margin-right: 10px;
}

.c2--content {
  margin: 0 auto;
  margin-bottom: 3.125rem;
}

.c2--buttons {
  display: flex;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2.5rem 0;
}

.c2--buttons a:last-child {
  margin-left: 4%;
}

@media (max-width: 767.98px) {
  .c2 h2 {
    font-size: 24px;
    line-height: 2rem;
  }
  .c2__tab-content .tab-pane {
    margin: 0;
    padding: 1.875rem 0;
  }
  .c2--credit {
    margin: 0 auto;
  }
  .c2--content {
    margin: 0;
  }
}

@media (max-width: 426px) {
  .c2 .btn {
    margin-bottom: 10px;
    width: 100%;
    margin: 2% 8% !important;
    position: relative;
  }
  .c2 .icon-left {
    transition: all 0.3s ease-in-out 0s;
    position: absolute !important;
    left: 0 !important;
  }
}

.c3>section {
  padding: 0 !important;
}

.c3__header h2 {
  font-family: "Haas Grotesk Display", serif;
  font-size: 48px;
  font-weight: 700;
  color: #25282a;
  line-height: 4rem;
}

.c3__header p {
  padding: 1.875rem 0;
  max-width: 62.5rem;
  margin: 0 auto;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #616161;
  line-height: 2rem;
}

.c3 .a17__header {
  padding-top: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 767px) {
  .c3 .a17__header {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.c3 .a17 {
  max-width: 80% !important;
  margin: 0 auto;
}

.c3 .a17__content {
  min-height: 22.6875rem;
}

@media (max-width: 1023px) and (min-width: 768px) {
  .c3 .a17 {
    max-width: 100% !important;
  }
  .c3 .a17 .a17__pics {
    width: 30%;
  }
  .c3 .a17 .a17__wrap {
    width: calc(70% + 50px);
  }
}

@media (max-width: 767px) {
  .c3 .a17 {
    max-width: 100% !important;
  }
  .c3 .a17 .a17__wrap {
    margin: 0 auto;
  }
}

.c3 .a18--header {
  margin-bottom: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .c3 .a18--header {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.c3 .a15 {
  max-width: 80%;
  margin: 0 auto 3.75rem;
}

@media (max-width: 1023px) {
  .c3 .a15 {
    max-width: 100%;
  }
  .c3 .a15 .pi-description {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .c3__header h2 {
    font-size: 24px;
    line-height: 2.25rem;
  }
  .c3__header p {
    font-size: 14px;
    line-height: 1.3125rem;
  }
}

.l-lp:not(.l-lp--noaside) .c4 section {
  padding-top: 3.75rem !important;
}

.l-lp:not(.l-lp--noaside) .c4 section .a19 .plyr__controls {
  position: absolute;
}

.c4 {
  padding-bottom: 2.5rem;
}

.c4__container {
  max-width: 100% !important;
}

.c4__header {
  padding-top: 3.125rem;
}

.c4__header h2 {
  font-family: "Haas Grotesk Display", serif;
  font-size: 48px;
  font-weight: 700;
  color: #25282a;
  line-height: 4rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .c4__header h2 {
    font-size: 2rem;
    font-weight: 600;
  }
}

.c4__tabs {
  padding: 1.875rem 0;
}

@media (min-width: 768px) and (max-width: 1399px) {
  .c4__tabs {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c4__tab-content p {
  margin-bottom: 3rem;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #616161;
  line-height: 2rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .c4__tab-content p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1399px) {
  .c4__tab-content p {
    max-width: 80%;
    margin: 0 auto;
  }
}

.c4__tab-content section {
  padding-top: 3.75rem !important;
}

.c4__tab-content section .a19 .plyr__controls {
  position: absolute;
}

@media (max-width: 767.98px) {
  .c4__tabs {
    padding: 1.875rem;
  }
  .c4__tab-content p {
    font-size: 14px;
    line-height: 1.3125rem;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .c4 h2 {
    font-size: 24px;
    line-height: 2rem;
  }
}

@media (min-width: 1400px) {
  .c4__tabs {
    margin: 0 auto;
    max-width: 37.5rem;
  }
  .c4__tab-content p {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
  }
}

@media (max-width: 1399.98px) {
  body.landing-programa .c4__tab-content p {
    font-size: 16px;
    line-height: 1.5rem;
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media (max-width: 767.98px) {
  body.landing-programa .c4 {
    padding-bottom: 0;
  }
  body.landing-programa .c4__tab-content p {
    font-size: 14px;
    line-height: 1.3125rem;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.c5 {
  margin: auto;
  padding: 0;
}

.c5__header {
  margin-bottom: 1.875rem;
  width: 100%;
  max-width: 1400px;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 468px) {
  .c5__header {
    margin-bottom: 0;
  }
}

.c5__header__title {
  font-weight: 600;
}

@media (max-width: 468px) {
  .c5__header__title {
    font-size: 20px;
    margin: 20px 20px 20px 0;
  }
}

.c5__header__link:hover {
  text-decoration: none;
}

.c5__header__link:hover p {
  color: #ee2737;
}

.c5__header__link__text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #727272;
  display: none;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

@media (min-width: 768px) {
  .c5__header__link__text {
    display: initial;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .c5__header__title {
    font-size: 1.625rem;
  }
}

@media (max-width: 767px) {
  .c5__header__title {
    font-size: 1.5rem;
    margin: 1.25rem 0.625rem 1.25rem 0;
  }
}

.c5__content {
  padding: 0;
}

.c5__content__box {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.c5__content__box .logo {
  padding: 0.9375rem;
  width: 100%;
  max-width: 410px;
}

.c5__content__box .logo img {
  width: 100%;
  max-width: 380px;
}

.c5__content__box .date {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #9f9f9f;
  margin-bottom: 1.5625rem;
}

.c5__content__box .text {
  text-align: center;
  max-width: 1000px;
  font-size: 23px;
  font-weight: 500;
  color: #25282a;
  padding: 3.125rem;
  position: relative;
}

@media (max-width: 468px) {
  .c5__content__box .text {
    font-size: 18px;
    padding: 2.1875rem;
  }
}

.c5__content__box .text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.625rem;
  height: 2.3125rem;
  border-left: 4px solid #ee2737;
  border-top: 4px solid #ee2737;
}

.c5__content__box .text:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.625rem;
  height: 2.3125rem;
  border-right: 4px solid #ee2737;
  border-bottom: 4px solid #ee2737;
}

.c5__content__box .text p {
  margin-bottom: 0;
}

@media (min-width: 1023px) and (max-width: 1399px) {
  .c5__content__box .text {
    max-width: 80% !important;
    padding: 1.875rem;
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .c5__content__box .text {
    max-width: 80% !important;
    padding: 1.25rem;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .c5__content__box .text {
    padding: 1rem;
    font-size: 0.9375rem;
  }
}

.c5__content .swiper-wrapper .c5__content__box {
  width: calc(100% - 15px);
  overflow: hidden;
}

.c5__content .swiper-wrapper .c5__content__box .d3,
.c5__content .swiper-wrapper .c5__content__box .d4 {
  margin: auto;
}

.c5__content .swiper-wrapper .c5__content__box--text {
  width: calc(50% - 15px);
  overflow: hidden;
}

.c5__content .swiper-wrapper .c5__content__box--text .d3,
.c5__content .swiper-wrapper .c5__content__box--text .d4 {
  margin: auto;
}

.c5__footer {
  display: flex;
  max-width: 87.5rem;
  align-items: center;
  justify-content: flex-end;
  margin: 3.75rem auto auto;
  overflow: hidden;
}

@media (max-width: 767px) {
  .c5__footer {
    justify-content: center;
  }
}

.c5__footer .button-prev,
.c5__footer .button-next {
  cursor: pointer;
}

.c5__footer .button-prev {
  margin-right: 0.625rem;
}

.c5__footer .swiper-pagination {
  /* position: absolute; left: 50%; bottom: rem((56 / 2) - (14 / 2)); transform: translateX(-50%); */
}

@media (min-width: 767px) {
  .c5__footer .swiper-pagination {
    display: none;
  }
}

.c5__footer .swiper-button-disabled {
  opacity: .5;
  cursor: normal;
}

@media (min-width: 768px) {
  .c5 {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .c5 {
    padding: 0;
  }
  .c5__content .swiper-wrapper {
    display: flex;
  }
  .c5__content .swiper-wrapper .c5__content__box--text {
    width: calc(25% - 15px);
  }
  .c5__content .swiper-wrapper .c5__content__box>.d3,
  .c5__content .swiper-wrapper .c5__content__box>.d4 {
    width: 100%;
    max-width: initial;
  }
  .c5__footer {
    margin-top: 5.625rem;
  }
}

.c6 {
  width: 100%;
  max-width: 87.5rem;
  margin: auto;
}

.c6--wrapper {
  padding: 3.75rem 0.9375rem 4.6875rem 0.9375rem;
}

@media (min-width: 768px) {
  .c6--wrapper {
    padding: 4.6875rem 2.8125rem;
  }
}

@media (min-width: 1024px) {
  .c6--wrapper {
    padding: 4.6875rem 2.8125rem 5.625rem 2.8125rem;
  }
}

.c6__heading {
  font-weight: 600;
  margin-bottom: 2.8125rem;
}

.c6__container {
  flex-direction: column;
}

.c6__container__box {
  position: relative;
  min-height: 15.3125rem;
  text-decoration: none;
}

.c6__container__box:first-child {
  margin-bottom: 1.875rem;
}

.c6__container__box:hover {
  text-decoration: none;
}

.c6__container__box__media img {
  width: 100%;
  height: 15.3125rem;
  object-fit: cover;
  display: none;
}

.c6__container__box__content {
  padding: 1.875rem 0.9375rem;
  background-color: #f5f5f5;
}

.c6__container__box__content>.p1 {
  font-weight: 600;
  margin-bottom: 0.9375rem;
}

.c6__container__box__content>p {
  font-weight: 500;
  margin-bottom: 0;
  overflow: hidden;
  padding-bottom: 0.9375rem;
}

.c6__container__box>svg {
  position: absolute;
  right: 0.9375rem;
  bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .c6__heading {
    margin-bottom: 3.75rem;
  }
  .c6__container__box {
    height: 15.3125rem;
  }
  .c6__container__box__media {
    flex-basis: 35%;
  }
  .c6__container__box__media img {
    display: inherit;
  }
  .c6__container__box__content {
    flex-basis: 65%;
    padding: 1.875rem;
  }
  .c6__container__box__content>p {
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .c6__heading {
    font-family: "Haas Grotesk Display", sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #25282a;
    margin-bottom: 2.8125rem;
  }
  .c6__container {
    flex-direction: row;
    justify-content: space-between;
  }
  .c6__container__box {
    flex-basis: calc((100% / 2) - 0.9375rem);
    margin-bottom: 0;
  }
}

.l-lp__content>section.l-section--no-lateral-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.l-lp__content>section.l-section--no-lateral-padding>.c7 {
  max-width: 100% !important;
}

.c7 .custom-swiper-button-next,
.c7 .custom-swiper-button-prev {
  position: absolute;
  top: calc(50% - 25px);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #444;
  z-index: 9999;
  cursor: pointer;
  transition: All .4s ease-in-out;
}

.c7 .custom-swiper-button-next:hover,
.c7 .custom-swiper-button-prev:hover {
  background-color: white;
}

.c7 .custom-swiper-button-next {
  right: 10px;
}

.c7 .custom-swiper-button-prev {
  left: 10px;
}

.c7__gallery__item {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-bottom: 0.4375rem solid #ee2737;
}

.c7__gallery__item__badge {
  position: absolute;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: white;
  line-height: 1.75rem;
  padding-left: 1.5625rem;
  margin-top: 0.9375rem;
}

.c7__gallery__item__badge:before {
  content: "";
  height: 1.875rem;
  width: 0.375rem;
  background-color: #ee2737;
  position: absolute;
  top: 0;
  left: 0;
}

.c7__gallery__item__image {
  position: relative;
  /*min-width: rem(370);*/
  width: 100%;
}

.c7__gallery__item__image .icon-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  transition: all 0.3s ease-in-out 0s;
}

.c7__gallery__item__image img {
  width: 100%;
  height: auto;
}

.c7__social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2.8125rem;
  text-align: center;
  /*border-top: 7px solid $color-red;*/
}

@media (max-width: 767px) {
  .c7__social {
    padding: 1rem;
  }
}

.c7__social__hashtag {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .c7__social__hashtag {
    flex-direction: column;
  }
  .c7__social__hashtag__txt {
    font-size: 1rem !important;
    margin-bottom: 0.625rem !important;
  }
  .c7__social__hashtag__hashtag {
    margin-bottom: 1rem !important;
  }
}

.c7__social__hashtag__txt,
.c7__social__hashtag__hashtag {
  margin-bottom: -0.375rem;
  font-size: 1.25rem;
  display: inline-block;
  padding: 0 5px;
}

.c7__social__title {
  font-size: 16px;
  font-weight: 500;
  color: #25282a;
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .c7__social__title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .c7__social__title {
    margin-bottom: -0.5rem;
    margin-top: 1rem;
  }
}

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

@media (max-width: 767px) {
  .c7__social__networks {
    padding: 2rem 2rem 1rem 2rem;
  }
}

.c7__social__networks__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  margin-left: 0.46875rem;
  margin-right: 0.46875rem;
  margin-bottom: 0.9375rem;
  background-color: #ee2737;
  border-radius: 50%;
  transition: background-color 0.3s ease 0s;
}

.c7__social__networks__item:last-of-type {
  margin-right: 0;
}

.c7__social__networks__item:hover {
  background-color: #f25d69;
}

.c8 {
  margin: auto;
  padding: 0;
}

.c8__header {
  padding-bottom: 4.6875rem;
}

.c8__header__title {
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin: 0;
}

.c8__content {
  padding-left: 0;
  padding-right: 0;
  max-width: 1400px !important;
}

.c8__content .swiper-wrapper .c8__content__box {
  width: calc(100% - 15px);
  overflow: hidden;
}

.c8__content .swiper-wrapper .c8__content__box .d3,
.c8__content .swiper-wrapper .c8__content__box .d4 {
  margin: auto;
}

.c8__content .swiper-wrapper .c8__content__box--text {
  width: calc(50% - 15px);
  overflow: hidden;
}

.c8__content .swiper-wrapper .c8__content__box--text .d3,
.c8__content .swiper-wrapper .c8__content__box--text .d4 {
  margin: auto;
}

.c8__footer {
  display: flex;
  max-width: 87.5rem;
  align-items: center;
  justify-content: flex-end;
  margin: 3.75rem auto auto;
  overflow: hidden;
}

.c8__footer .button-prev,
.c8__footer .button-next {
  cursor: pointer;
}

@media (max-width: 767px) {
  .c8__footer .button-prev,
  .c8__footer .button-next {
    display: none !important;
  }
}

.c8__footer .button-prev {
  margin-right: 0.625rem;
}

.c8__footer .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 1.3125rem;
  transform: translateX(-50%);
}

.c8__footer .swiper-button-disabled {
  opacity: .5;
  cursor: normal;
}

@media (max-width: 767.98px) {
  .c8 {
    padding-left: 0;
    padding-right: 0;
  }
  .c8 .c8__content {
    padding-left: 0;
    padding-right: 0;
  }
  .c8 .c8__content .swiper-wrapper .c8__content__box .d3 {
    max-width: 100%;
  }
  .c8 .c8__content .swiper-wrapper .c8__content__box .d3 .d3__text {
    width: 100%;
  }
  .c8 .c8__content .swiper-wrapper .c8__content__box .d3 .d3__text .d4 {
    width: 100%;
    max-width: unset;
  }
}

@media (min-width: 768px) {
  .c8 {
    padding: 0;
  }
  .c8__header {
    padding-bottom: 5.625rem;
  }
  .c8__header__title {
    font-family: "Haas Grotesk Display", serif;
    font-size: 32px;
    font-weight: 700;
    color: #25282a;
  }
  .c8 .swiper-pagination {
    display: none;
  }
}

@media (min-width: 1024px) {
  .c8 {
    padding: 0;
  }
  .c8__header {
    padding-bottom: 6.5625rem;
  }
  .c8__header__title {
    font-family: "Haas Grotesk Display", serif;
    font-size: 48px;
    font-weight: 700;
    color: #25282a;
  }
  .c8__content .swiper-wrapper {
    display: flex;
  }
  .c8__content .swiper-wrapper .c8__content__box {
    width: calc(50% - 15px) !important;
  }
  .c8__content .swiper-wrapper .c8__content__box--text {
    width: calc(25% - 15px);
  }
  .c8__content .swiper-wrapper .c8__content__box>.d3,
  .c8__content .swiper-wrapper .c8__content__box>.d4 {
    width: 100%;
    max-width: initial;
  }
  .c8__footer {
    margin-top: 5.625rem;
  }
}

.c9 {
  padding-left: 0;
  padding-right: 0;
}

.c9--wrapper {
  padding: 1.875rem 0.9375rem 1.5625rem 0.9375rem;
}

@media (min-width: 768px) {
  .c9--wrapper {
    padding: 5.625rem 2.8125rem 2.5rem 4.6875rem;
  }
}

@media (min-width: 1024px) {
  .c9--wrapper {
    padding: 5.625rem 2.8125rem 2.8125rem 4.6875rem;
  }
}

.c9__text {
  max-width: 49.375rem;
  margin: auto;
  padding-left: 1.875rem;
  font-weight: 600;
  border-left: 8px solid #ee2737;
}

@media (min-width: 1024px) {
  .c9__text {
    font-family: "Haas Grotesk Display", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #25282a;
  }
}

.c10 {
  flex-direction: column;
  max-width: 49.375rem !important;
  margin: auto;
}

.c10--wrapper {
  padding: 1.5625rem 0.9375rem 5.625rem 0.9375rem;
}

@media (max-width: 767.98px) {
  .c10--wrapper {
    padding: 1.5625rem 0.9375rem 0 0.9375rem;
  }
}

@media (min-width: 768px) {
  .c10--wrapper {
    padding: 2.5rem 2.8125rem 5.625rem 4.6875rem;
  }
}

@media (min-width: 1024px) {
  .c10--wrapper {
    padding: 2.8125rem 2.8125rem 5.625rem 4.6875rem;
  }
}

.c10__highlighted-text {
  margin-right: 1.875rem;
  margin-bottom: 1.875rem;
  padding: 0 0.9375rem 0 1.875rem;
  font-weight: 600;
  border-left: 8px solid #ee2737;
}

.c10__text {
  margin-bottom: 0;
  font-weight: 500;
}

@media (min-width: 768px) {
  .c10 {
    flex-direction: row;
  }
  .c10__highlighted-text {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .c10__highlighted-text {
    font-family: "Haas Grotesk Display", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #25282a;
  }
}

.c11 {
  max-width: 87.5rem;
  margin: auto;
}

.c11--wrapper {
  padding: 2.8125rem 0;
}

.c11__line {
  width: 45%;
  height: 0.125rem;
  margin: auto;
  background: #ee2737;
}

@media (min-width: 1024px) {
  .c11__line {
    width: 30%;
  }
}

.c11__line--top {
  margin-bottom: 3.75rem;
}

.c11__line--bottom {
  margin-top: 3.75rem;
}

.c12 {
  margin: auto;
  padding: 0;
}

.c12--wrapper {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.c12__container {
  width: 80%;
  margin: auto;
  border-top: 1px solid #d9d9d6;
}

@media (max-width: 767px) {
  .c12__container {
    width: 100%;
  }
}

.c12__container>img {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.9375rem;
}

.c12__container__content {
  margin: 0.9375rem 0.9375rem 0.9375rem 0;
}

.c12__container__content__name {
  margin-bottom: 0;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #25282a;
}

@media (max-width: 767.98px) {
  .c12 {
    padding: 0 0.9375rem;
  }
}

@media (min-width: 768px) {
  .c12__container>img {
    width: 4.0625rem;
    height: 4.0625rem;
  }
  .c12__container__content {
    margin: 1.5625rem;
  }
  .c12__container__content__name {
    font-family: "Haas Grotesk Display", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #25282a;
  }
}

.c13 {
  padding: 3.125rem 0.9375rem 4.6875rem;
}

@media (max-width: 767.98px) {
  .c13 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1400px) {
  .c13 {
    padding: 3.125rem 0 4.6875rem;
  }
}

.c13__title {
  font-family: "Haas Grotesk Display", serif;
  font-size: 24px;
  font-weight: 600;
  color: #25282a;
  line-height: 1;
  text-align: center;
  padding-top: 1.875rem;
  margin-bottom: 4.6875rem;
}

@media (min-width: 768px) {
  .c13__title {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .c13__title {
    font-size: 48px;
  }
}

.c13__content {
  width: 100%;
  max-width: 87.5rem;
  margin: auto;
  padding: 0 !important;
}

.c13__content__box {
  width: calc(100% - 30px);
}

@media (min-width: 768px) {
  .c13__content__box {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .c13__content__box {
    width: calc(100% / 3);
  }
}

.c13__content__box .d4 {
  max-width: unset !important;
}

@media (min-width: 768px) {
  .c13__content__box .d4 {
    max-width: initial;
  }
}

.c13__content__box .d4__body {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c13 .swiper-footer {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 3.75rem;
}

.c13 .swiper-footer>* {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  background: transparent none;
  margin-top: unset;
}

.c13 .swiper-footer .slider--paginator {
  margin-left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .c13 .swiper-footer .slider--paginator {
    display: none;
  }
}

.c13 .swiper-footer .swiper-button-prev {
  margin-left: auto;
}

@media (max-width: 767px) {
  .c13 .swiper-footer .swiper-button-prev {
    display: none !important;
  }
}

.c13 .swiper-footer .swiper-button-next {
  margin-left: 0.5rem;
}

@media (max-width: 767px) {
  .c13 .swiper-footer .swiper-button-next {
    display: none !important;
  }
}

.c14 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.c14__title {
  font-weight: 600;
}

@media (min-width: 1024) {
  .c14__title {
    max-width: 80%;
    margin: 0 auto;
  }
}

.c14__form {
  padding-bottom: 2.5rem;
  margin-top: 3.75rem;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1024) {
  .c14__form {
    max-width: 80%;
    margin: 3.75rem auto 0;
  }
}

.c14__form small {
  font-size: .8rem;
  margin-bottom: 0.625rem;
  display: block;
  color: #25282a;
}

.c14__form-textarea textarea {
  min-height: 9.375rem;
  margin-bottom: 2.1875rem;
}

.c14__form-input {
  max-width: 66%;
  margin-bottom: 1.25rem;
}

.c14__form-submit .btn {
  min-width: 11.875rem;
  margin-top: 1.25rem;
}

.c14__comment {
  border-top: 1px solid #d9d9d6;
  padding: 1.875rem 0 0.625rem 0;
}

@media (min-width: 1024) {
  .c14__comment {
    max-width: 80%;
    margin: 3.75rem auto 0;
  }
}

.c14__comment-title {
  margin: 0;
  font-weight: 600;
  color: #25282a;
}

.c14__comment-date {
  color: #bbbcbc;
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .c14__form-input {
    max-width: 100%;
  }
  .c14__comment {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .c14__comment-content {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .c14 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .c14 {
    margin-left: 0;
    margin-right: 0;
  }
}

.c15 {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  /* .swiper-container-3d .swiper-slide-shadow-left { background-image: linear-gradient( to left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) ); } .swiper-container-3d .swiper-slide-shadow-right { background-image: linear-gradient( to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 2550, 0) ); } */
}

@media (max-width: 767px) {
  .c15 {
    width: 100%;
  }
}

.c15__header {
  padding-top: 3.125rem;
}

.c15__header h2 {
  font-family: "Haas Grotesk Display", serif;
  font-size: 48px;
  font-weight: 700;
  color: #25282a;
  line-height: 4rem;
}

.c15__introduction {
  padding-top: 3.125rem;
}

.c15__introduction--info {
  display: flex;
  flex-direction: column;
  background-color: white;
  border: 0.0625rem solid #d9d9d6;
  padding: 1.5625rem;
  margin-left: 15%;
  margin-right: 15%;
  transform: translateY(-30%);
  z-index: 14;
  position: relative;
}

.c15__introduction--info:before {
  content: "";
  height: 0.125rem;
  width: 5%;
  background-color: #ee2737;
  border-radius: 0.1875rem;
  margin-bottom: 0.9375rem;
}

.c15__introduction--info p {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #616161;
  line-height: 1.3125rem;
}

.c15__introduction--info p span {
  font-weight: 700;
  color: #25282a;
}

.c15__introduction--info p:last-child {
  margin-bottom: 0;
}

.c15__gallery {
  margin-bottom: 3.125rem;
}

.c15__gallery--header {
  margin-bottom: 3.125rem;
}

.c15__gallery--header h2 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #25282a;
  line-height: 2.25rem;
  border-left: 0.25rem solid #ee2737;
  padding-left: 0.9375rem;
}

.c15__gallery--item {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.c15__gallery--item__badge {
  position: absolute;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: white;
  line-height: 1.75rem;
  padding-left: 1.5625rem;
  margin-top: 0.9375rem;
}

.c15__gallery--item__badge:before {
  content: "";
  height: 1.875rem;
  width: 0.375rem;
  background-color: #ee2737;
  position: absolute;
  top: 0;
  left: 0;
}

.c15__gallery--item__image {
  position: relative;
  min-width: 23.125rem;
  width: 100%;
}

.c15__gallery--item__image .icon--play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  transition: all 0.3s ease-in-out 0s;
}

.c15__gallery--item__image img {
  width: 100%;
  height: auto;
}

.c15 .swiper-container-3d .swiper-slide-shadow-left,
.c15 .swiper-container-3d .swiper-slide-shadow-right {
  background-image: unset !important;
  background-color: rgba(255, 255, 255, 0.5);
}

.c15 .swiper-slide-active {
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.5);
}

.c15 .swiper-footer {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 2.5rem;
}

.c15 .swiper-footer>* {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  background: transparent none;
  margin-top: unset;
}

.c15 .swiper-footer .slider--paginator {
  position: absolute;
  left: 0;
  right: 0;
  padding-bottom: 1.5625rem;
}

.c15 .swiper-footer .swiper-button-prev {
  margin-left: auto;
}

@media (max-width: 767px) {
  .c15 .swiper-footer .swiper-button-prev {
    display: none !important;
  }
}

.c15 .swiper-footer .swiper-button-next {
  margin-left: 0.5rem;
}

@media (max-width: 767px) {
  .c15 .swiper-footer .swiper-button-next {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .c15 h2 {
    font-size: 24px;
    line-height: 2rem;
  }
  .c15__introduction--info {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    transform: translateY(-2.1875rem);
  }
  .c15__gallery--item__image {
    min-width: auto;
  }
  .c15 .swiper-button-next,
  .c15 .swiper-button-prev {
    display: none;
  }
}

@media (min-width: 768px) {
  .c15__introduction--info {
    margin-left: 10%;
    margin-right: 10%;
    transform: translateY(-25%);
  }
  .c15 .swiper-button-next,
  .c15 .swiper-button-prev {
    display: block;
  }
  .c15 .swiper-pagination {
    display: none;
  }
}

@media (min-width: 1024px) {
  .c15__introduction {
    width: 75%;
  }
  .c15__gallery {
    width: 75%;
  }
}

@media (min-width: 1400px) {
  .c15__introduction {
    width: 50%;
  }
  .c15__gallery {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .c16 {
    max-width: 80%;
  }
}

.c16__header {
  padding-top: 3.125rem;
}

.c16__header h2 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #25282a;
  line-height: 2.25rem;
  margin-bottom: 0;
}

.c16__header p {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #616161;
  line-height: 1.3125rem;
  padding: 1.5625rem 0;
}

@media (max-width: 767.98px) {
  .c16__header {
    padding: 0 1rem;
  }
}

.c16 .swiper-footer {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 1.25rem;
}

.c16 .swiper-footer>* {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  background: transparent none;
  margin-top: unset;
}

.c16 .swiper-footer .slider--paginator {
  position: absolute;
  left: 0;
  right: 0;
  padding-bottom: 1.5625rem;
}

.c16 .swiper-footer .swiper-button-prev {
  margin-left: auto;
}

@media (max-width: 767px) {
  .c16 .swiper-footer .swiper-button-prev {
    display: none !important;
  }
}

.c16 .swiper-footer .swiper-button-next {
  margin-left: 0.5rem;
}

@media (max-width: 767px) {
  .c16 .swiper-footer .swiper-button-next {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .c16 {
    /* .swiper-slide { flex: 0 0 100%; max-width: 100%; } */
  }
  .c16 .swiper-footer {
    margin-top: 2.5rem;
  }
  .c16 .swiper-button-next,
  .c16 .swiper-button-prev {
    display: none;
  }
}

@media (min-width: 768px) {
  .c16 {
    padding: 0 1.5625rem;
  }
  .c16 .swiper-button-next,
  .c16 .swiper-button-prev {
    display: block;
  }
  .c16 .swiper-pagination {
    display: none;
  }
}

@media (min-width: 1024px) {
  .c17 {
    max-width: 80%;
  }
}

.c17__header h2 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #25282a;
  line-height: 2.25rem;
  margin-bottom: 0;
}

.c17__header p {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #616161;
  line-height: 1.3125rem;
  padding: 1.5625rem 0;
}

.c17__item {
  display: flex;
  margin-bottom: 2.1875rem;
}

@media (max-width: 767px) {
  .c17__item {
    flex-direction: column;
  }
  .c17__item svg {
    flex: unset !important;
  }
  .c17__item--col {
    margin: 1rem 0 0 0 !important;
  }
}

.c17__item--col {
  display: flex;
  flex-direction: column;
  margin-left: 2.1875rem;
}

.c17__item:last-child {
  margin-bottom: 0;
}

.c17__item h3 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #25282a;
}

.c17__item p {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #616161;
}

@media (max-width: 767.98px) {
  .c17__item {
    margin-bottom: 0.9375rem;
  }
  .c17__item svg {
    flex: 1 0 15%;
  }
  .c17__item--col {
    margin-left: 1.25rem;
  }
}

@media (min-width: 768px) {
  .c17 {
    padding: 0 1.5625rem;
  }
}

@media (min-width: 1024px) {
  .c18 {
    max-width: 80%;
  }
}

.c18__header {
  padding-top: 3.125rem;
}

.c18__header h2 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #25282a;
  line-height: 2.25rem;
  margin-bottom: 1.25rem;
}

.c18__header p {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #616161;
  line-height: 1.3125rem;
}

@media (max-width: 767.98px) {
  .c18 h2 {
    font-size: 18px;
    line-height: 1.75rem;
  }
}

.c19 {
  padding: 3.125rem 1rem 11.25rem;
}

@media (min-width: 1024px) {
  .c19 {
    max-height: calc(100vh - 10.375rem);
  }
}

.c19__cta {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.c19__form {
  max-width: 26rem;
  margin: 0 auto;
}

.c19__header,
.c19__hint {
  text-align: center;
}

.c19__hint .form-text {
  font-size: 0.75rem;
  line-height: 1;
}

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

.c19__label label {
  font-size: 0.875rem;
}

.c19 .form-control,
.c19 .custom-select,
.c19 .select2-container--default .select2-selection--single,
.c19 .custom-gender-group .form-check label,
.c19 .custom-language-group .form-check label {
  height: 2.75rem;
}

.c19 .form-group label:not([id*="error"]) {
  top: 0.875rem;
  left: 0.625rem;
}

.c19 .form-group label[id*='error'] {
  margin-top: 0.5rem;
}

.c19 .form-legal-text {
  margin: 0.5rem auto 1rem;
}

.c19 .custom-select {
  padding: 0 1.875rem 0 0.375rem !important;
}

.c19 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5rem;
}

.c19 .custom-gender-group .form-check label,
.c19 .custom-language-group .form-check label {
  padding: 0.625rem;
}

@media (max-width: 1023.98px) {
  .c19 {
    background: #ee2737 url(../img/c19-bg.jpg) no-repeat center bottom;
    background-size: cover;
    color: white;
  }
  .c19__title {
    margin: 0;
    font-family: "Haas Grotesk Display", serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: calc(36 / 24);
  }
  .c19 .form-text {
    color: white;
  }
}

@media (min-width: 768px) {
  .c19 {
    padding: 4.375rem 1rem 9.375rem;
  }
  .c19__title {
    font-size: 2rem;
    line-height: calc(56 / 32);
  }
}

@media (min-width: 1024px) {
  .c19 {
    background: transparent none;
    padding: 0;
  }
  .c19__cta {
    max-width: calc(100% - 3.125rem);
  }
  .c19__header {
    background: #ee2737;
    color: white;
    padding: 0.8125rem;
  }
  .c19__hint {
    margin: 0.8125rem auto;
  }
  .c19__hint small {
    opacity: 1;
    transition: all 0.4s ease-in-out;
  }
  .c19__form {
    padding: 0 1.5rem 1.5rem;
  }
  .c19__title {
    margin: 0;
    font-family: "Haas Grotesk Display", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: calc(36 / 24);
  }
  .c19--small {
    height: 100%;
    max-height: calc(100vh - 10.375rem);
    overflow: auto;
  }
  .c19--small .c19__header {
    padding: 0.875rem;
  }
  .c19--small .c19__title {
    font-size: 1.3125rem;
    line-height: calc(32 / 24);
  }
  .c19--small .c19__hint {
    margin: 0.75rem auto;
  }
  .c19--small .c19__hint small {
    opacity: 0;
  }
  .c19--small .c19__cta {
    padding: 0.5rem;
  }
  .c19--small .c19__label label {
    font-size: 0.75rem;
  }
  .c19--small .form-control {
    height: 2.5rem;
    padding: 0.5rem 1rem;
  }
  .c19--small .form-group {
    overflow: hidden;
  }
  .c19--small .form-group label:not([id*="error"]) {
    font-size: 0.75rem;
  }
  .c19--small .form-group label[id*='error'] {
    margin-top: 0.25rem;
    margin-bottom: 0;
  }
  .c19--small .form-group--active label:not([id*="error"]) {
    top: -5rem;
  }
  .c19--small .form-group--active .form-control {
    padding: 0.5rem 1rem;
    font-size: 12px;
    background-size: 1rem;
  }
  .c19--small .form-control.valid:not([class='prefix']) {
    border-color: #616161;
  }
  .c19--small .custom-phone-group .form-group label#phone-error {
    transform: translateX(0rem);
  }
  .c19--small .custom-select {
    height: 2.5rem;
    font-size: 12px;
  }
  .c19--small .custom-gender-group .form-check label,
  .c19--small .custom-language-group .form-check label,
  .c19--small .select2-container--default .select2-selection--single {
    height: 2.5rem;
  }
  .c19--small .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.4375rem 0.625rem;
  }
  .c19--small .form-legal-text {
    margin: 0.625rem auto;
    height: 2.0625rem;
  }
}

.c20 {
  padding: 0 0 5rem 0 !important;
}

@media (max-width: 767px) {
  .c20 {
    padding: 0 0 3rem 0 !important;
  }
}

.c20__header {
  text-align: center;
}

.c20__slider {
  position: relative;
  padding: 3.75rem 0 7rem;
  max-width: 77.625rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .c20__slider {
    padding: 3rem 0 !important;
  }
}

.c20__title {
  color: #25282a;
  font-family: "Haas Grotesk Display", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: calc(36 / 24);
  margin: 0;
}

.c20 .swiper-slide {
  /*width: rem(288) !important;*/
}

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

.c20 .swiper-footer {
  display: inline-block;
  width: 100%;
}

.c20 .swiper-button-next,
.c20 .swiper-button-prev {
  background: none;
  width: 3.5rem;
  height: 3.5rem;
  top: auto;
  bottom: 0;
}

@media (max-width: 767px) {
  .c20 .swiper-button-next,
  .c20 .swiper-button-prev {
    display: none !important;
  }
}

.c20 .swiper-button-prev {
  left: auto;
  right: 4.625rem;
}

@media (max-width: 1023.98px) {
  .c20 .swiper-button-next,
  .c20 .swiper-button-prev {
    display: none;
  }
}

@media (min-width: 768px) {
  .c20 {
    padding: 4.375rem 0;
  }
  .c20 .swiper-button-next,
  .c20 .swiper-button-prev {
    display: block;
  }
  .c20 .swiper-pagination {
    display: none;
  }
  .c20__title {
    font-size: 2rem;
    font-weight: 700;
  }
}

.c20 .d14 {
  position: unset !important;
  max-width: unset !important;
  padding-bottom: 0 !important;
}

.c20 .d14__content {
  top: unset !important;
  left: unset !important;
  width: unset !important;
  transform: unset !important;
  position: unset !important;
}

@media (min-width: 1024px) {
  .c20 {
    padding: 5rem 0;
  }
  .c20__title {
    font-size: 3rem;
  }
}

@media (max-height: 767px) {
  .c20 .swiper-container {
    padding-left: 2rem;
  }
}

.c21 {
  margin: 0 auto;
  overflow: hidden;
}

.c21 a:hover {
  text-decoration: none;
}

.c21 a:hover h3 {
  color: #ee2737;
}

@media (min-width: 1024px) {
  .c21__content {
    display: none;
  }
}

.c21__content-nav {
  border-bottom: 1px solid #d9d9d6;
  padding-top: 0.625rem;
  padding-bottom: 0.9375rem;
  /*min-height: rem(400);*/
}

@media (min-width: 1400px) {
  .c21__content {
    min-height: 25rem;
  }
}

.c21__content-menu-name label {
  margin: 0;
  font-size: 1.4375rem;
  color: #bbbcbc;
  font-family: "Haas Grotesk Display", serif;
  font-weight: bold;
}

.c21__content-menu-name h3 {
  margin: 0;
  font-weight: bold;
  font-size: 1.375rem;
  color: #ee2737;
}

.c21__content-menu-icon {
  padding: 0.625rem 0.3125rem;
}

.c21__content-menu .icon-plus {
  display: none;
}

.c21__content-menu .icon-minus {
  display: block;
}

.c21__content-menu.collapsed h3 {
  color: #25282a;
}

.c21__content-menu.collapsed .icon-plus {
  display: block;
}

.c21__content-menu.collapsed .icon-minus {
  display: none;
}

.c21__content-collapse {
  padding: 0.5rem 0;
  font-size: 1rem;
}

.c21__content-collapse h4 {
  font-weight: 600;
  color: #25282a;
  font-size: 1rem;
  margin: 0;
  margin: 0.9375rem 0;
  text-transform: uppercase;
}

.c21__content-collapse ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5rem;
}

.c21__content-collapse ul li {
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
}

.c21__content-collapse ul li a,
.c21__content-collapse ul li a:hover {
  text-decoration: underline;
}

.c21__header {
  max-width: 87.5rem;
  margin: 0 auto 3.125rem;
  text-align: center;
}

@media (min-width: 768px) {
  .c21__header {
    margin-bottom: 4.375rem;
  }
}

.c21__header p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: calc(21 / 14);
  color: #616161;
}

@media (min-width: 768px) {
  .c21__header p {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .c21__header p {
    font-size: 1.25rem;
  }
}

.c21__map {
  position: relative;
}

.c21__map #map {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
}

@media (max-width: 1023.98px) {
  .c21__map {
    display: none;
  }
}

.c21__title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: calc(64 / 48);
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .c21__title {
    font-size: 2rem;
    font-weight: 700;
  }
}

@media (min-width: 1024px) {
  .c21__title {
    font-size: 3rem;
  }
}

.c22 {
  background-color: #f3f2f0;
}

.c22__content {
  background-color: #f3f2f0;
  padding: 0.625rem;
  padding-bottom: 2.5rem;
}

.c22__content-title {
  color: #25282a;
  font-weight: 600;
  margin-bottom: 3.125rem;
  font-size: 1.5625rem;
  text-align: center;
}

.c22__card {
  padding: 0.625rem;
  border: 1px solid #f3f2f0;
  background-color: white;
  text-align: center;
  /*width: rem(230);*/
  /*min-width: rem(230);*/
  height: 23.125rem;
  position: relative;
}

@media (min-width: 1400px) {
  .c22__card {
    width: calc(25% - 1px);
    padding: 0.625rem 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1399px) {
  .c22__card {
    width: calc(33.3333% - 1px);
    padding: 0.625rem 1.25rem;
  }
}

@media (max-width: 767px) {
  .c22__card {
    width: 100%;
  }
}

.c22__card:before {
  content: "";
  position: absolute;
  left: 25%;
  top: 0;
  height: 1px;
  width: 50%;
  /* or 100px */
  border-top: 10px solid #ee2737;
}

.c22__card__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 -1.25rem;
}

.c22__card-link {
  color: #ee2737;
  display: block;
  width: 100%;
  padding: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.c22__card-link span {
  text-decoration: underline;
}

.c22__card-link .icon {
  margin-right: 0.3125rem;
}

.c22__card-link:hover {
  text-decoration: none;
}

.c22__card-link:hover span {
  text-decoration: none;
}

.c22__card-img {
  width: auto;
  height: 3.75rem;
  margin-bottom: 1.25rem;
}

.c22__card-title {
  color: #ee2737;
  font-size: 1.75rem;
  font-family: "Haas Grotesk Display", serif;
  font-weight: 600;
  padding: 0.625rem 0;
}

.c22__card-content {
  font-size: 0.875rem;
  color: #25282a;
}

.c22__card-category {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #616161;
  line-height: 14px;
}

.c22+.c22 {
  padding-top: 0.625rem;
}

@media (min-width: 1024px) {
  .c23 {
    max-width: 80%;
    margin: 0 auto;
  }
}

.c23__header {
  margin-bottom: 3.125rem;
}

.c23__header .t5 {
  color: #25282a;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: calc(28 / 18);
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .c23__header .t5 {
    font-size: 1.5rem;
  }
}

.c23__header p {
  margin: 0;
}

.c23__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 50%;
  padding: 1rem;
}

@media (min-width: 768px) {
  .c23__logo {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(100% / 3);
    padding: 2rem 1rem;
  }
}

@media (min-width: 1024px) {
  .c23__logo {
    flex: 0 1 25%;
  }
}

.c23__logos {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -1rem;
}

.c24 {
  margin: auto;
}

@media (min-width: 1024px) {
  .c24 {
    max-width: 80%;
    margin: 0 auto;
  }
}

.c24__container {
  width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .c24__container {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .c24__container__slider__content {
    margin-bottom: 3.75rem;
  }
}

.c24__container__slider__content>section.section.section--grey {
  padding: 0;
  background-color: transparent;
}

.c24__container__slider .a17 {
  padding: 0;
}

.c24__container__slider .a17__wrap {
  background: #f5f5f5;
}

.c24__container__gallery__content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  padding: 0 0.9375rem;
}

@media (min-width: 768px) {
  .c24__container__gallery__content {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.875rem;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .c24__container__gallery__content {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .c24__container__gallery__content {
    padding: 0;
  }
}

.c24__container__gallery__content .d9--content__item--text {
  background: #f5f5f5;
}

.c24__container__gallery__content .swiper-slide {
  width: initial;
  margin-bottom: 0;
}

.c24__container__gallery__content .swiper-slide>div {
  max-width: initial;
}

.c24__container__gallery__content .swiper-slide>div img {
  max-width: initial;
  max-height: initial;
}

.c24__title {
  padding: 0 0.9375rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c24__title {
    padding: 0;
  }
}

.c24__text {
  margin-bottom: 2.8125rem;
  padding: 0 0.9375rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .c24__text {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .c24__title {
    padding: 0;
    font-family: "Haas Grotesk Display", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #25282a;
  }
  .c24__text {
    padding: 0;
  }
}

.c25 {
  width: 100%;
  max-width: 87.5rem;
  margin: auto;
}

.c25--wrapper {
  padding: 1.875rem 0.9375rem 3.75rem 0.9375rem;
}

@media (min-width: 768px) {
  .c25--wrapper {
    padding: 4.6875rem 2.8125rem;
  }
}

.c25__header {
  margin-bottom: 2.8125rem;
}

.c25__header__title {
  font-weight: 600;
  padding-right: 0.9375rem;
}

.c25__header__link:hover {
  text-decoration: none;
}

.c25__header__link__text {
  display: none;
  margin-bottom: 0;
  margin-right: 0.9375rem;
  text-transform: uppercase;
}

.c25__header__link__text:hover {
  color: #ee2737;
}

.c25 .swiper-container {
  width: 100%;
}

.c25 .swiper-wrapper {
  height: initial;
}

.c25 .swiper-wrapper .swiper-slide {
  width: 100%;
}

.c25 .swiper-wrapper .swiper-slide .d4 {
  margin: auto;
}

.c25 .swiper-footer {
  display: block;
}

@media (min-width: 768px) {
  .c25--wrapper {
    padding-bottom: 1.875rem;
  }
  .c25__header {
    margin-bottom: 1.875rem;
  }
  .c25__header__link {
    align-items: center;
  }
  .c25__header__link__text {
    display: initial;
  }
  .c25__container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .c25__container__box {
    flex-shrink: initial;
    flex-basis: calc((100% / 2));
    /*margin-bottom: rem(30);*/
  }
  .c25__container__box .d4 {
    margin: auto;
  }
  .c25 .swiper-wrapper {
    flex-wrap: wrap;
  }
  .c25 .swiper-footer {
    display: none;
  }
}

@media (min-width: 1024px) {
  .c25__header__title {
    font-family: "Haas Grotesk Display", sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #25282a;
  }
  .c25__container {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .c25__container__box {
    flex-basis: initial;
    margin-right: 1.875rem;
  }
  .c25__container__box:last-child {
    margin-right: 0;
  }
  .c25__container__box .d4 {
    max-width: initial;
    height: initial;
  }
  .c25 .swiper-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .c25__container__box {
    width: calc(50% - 15px);
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(50% - 15px);
  }
  .c25__container__box:nth-child(odd) {
    margin-right: 1.875rem;
  }
  .c25__container__box:nth-child(1),
  .c25__container__box:nth-child(2) {
    margin-bottom: 1.875rem;
  }
  .c25__container__box>.d4 {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .c25__header {
    padding: 0 0.9375rem;
  }
  .c25__header__link {
    margin-top: 0.4375rem;
  }
}

.c26 {
  margin: 0 auto;
  padding: 1.5625rem;
}

.c26 .btn {
  min-width: 9.75rem;
}

.c26__file {
  position: relative;
  padding-left: 3rem;
}

.c26__file .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.c26__item {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  border-top: 1px solid #d9d9d6;
  padding: 1.5rem 0;
}

.c26__items {
  border-bottom: 1px solid #d9d9d6;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 80%;
}

.c26__meta {
  font-weight: 500;
  font-size: 1rem;
  line-height: calc(24 / 16);
}

.c26__meta .filesize:before {
  content: "(";
}

.c26__meta .filesize:after {
  content: ")";
}

.c26__title {
  color: #616161;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: calc(28 / 18);
  margin: 0 auto 1.875rem;
  max-width: 80%;
}

@media (max-width: 1023.98px) {
  .c26__title {
    max-width: 100%;
  }
  .c26__items {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .c26__file {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .c26 .btn {
    margin-left: 1.5rem;
  }
  .c26__item {
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-left: 1.5rem;
  }
  .c26__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .c26 {
    padding: 1.5625rem;
  }
}

.c27 {
  padding: 2.5rem;
}

.c27__item {
  border-bottom: 1px solid #d9d9d6;
}

.c27__item a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}

.c27__item a:hover {
  text-decoration: none;
}

.c27__item a span {
  flex: 1 1;
  font-weight: 500;
  font-size: 1rem;
  line-height: calc(24 / 16);
}

.c27__item a .icon {
  fill: #ee2737;
  flex: 0 1 2rem;
  margin-left: 1rem;
}

.c27__items {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d9d9d6;
}

.c27__section+.c27__section {
  margin-top: 3rem;
}

.c27__title {
  margin: 0 0 1rem;
  color: #25282a;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: calc(28 / 18);
}

@media (min-width: 768px) {
  .c27 {
    padding: 3.125rem 1.5625rem;
  }
  .c27__item a {
    padding: 2rem 1rem;
  }
  .c27__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .c27__section+.c27__section {
    margin-top: 4rem;
  }
  .c27__title {
    font-size: 2rem;
  }
}

.d1 {
  position: relative;
  max-width: 18rem;
  margin: 0 auto;
  padding-bottom: 10rem;
}

.d1 a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.d1__pic {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.d1__content {
  position: absolute;
  min-height: 11.625rem;
  top: 50%;
  left: 50%;
  background: white;
  width: calc(100% - 1rem);
  transform: translate3d(-50%, -10%, 0);
  transition: all 0.4s ease-in-out, transform 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
  z-index: 1;
  overflow: hidden;
}

.d1__wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  transition: all 0.4s ease-in-out;
}

.d1__name,
.d1__description,
.d1__meta {
  flex: 0 1 100%;
}

.d1__type,
.d1__campus {
  flex: 0 1;
}

.d1__description,
.d1__meta {
  display: none;
}

.d1__campus {
  margin-left: auto;
  display: flex;
  flex-flow: row nowrap;
}

.d1__campus span {
  background: #f1f1f0;
  color: #25282a;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.125rem;
}

.d1__campus span+span {
  margin-left: 0.125rem;
}

.d1__description {
  margin: 1.25rem 0 2.5rem;
  color: #616161;
  font-size: 0.875rem;
  line-height: calc(21 / 14);
}

.d1__meta {
  position: relative;
  padding: 1.25rem;
  flex-flow: row wrap;
  margin: 0;
}

.d1__meta:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border-top: 0.25rem solid #d9d9d6;
  border-left: 0.25rem solid #d9d9d6;
}

.d1__meta dt,
.d1__meta dd {
  margin: 0;
  flex: 0 1 50%;
  font-size: 0.875rem;
  line-height: calc(21 / 14);
}

.d1__meta dt {
  font-weight: 500;
}

.d1__meta dd {
  font-weight: 600;
}

.d1__name {
  position: relative;
  margin: 1.25rem 0 0;
  padding-top: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: calc(24 / 16);
  color: #25282a;
  transition: all 0.4s ease-in-out;
}

.d1__name:after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.125rem;
  background: #ee2737;
  position: absolute;
  top: 0;
  left: 0;
}

.d1__name .icon {
  position: absolute;
  top: 1.25rem;
  right: 0;
  color: #25282a;
  opacity: 0;
  transform: translate3d(-0.625rem, 0, 0);
  transition: all 0.4s ease-in-out;
}

.d1__type {
  color: #ee2737;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: calc(16 / 12);
  text-transform: uppercase;
  white-space: nowrap;
}

.d1:hover .d1__content {
  border: 0.25rem solid #ee2737;
  width: 100%;
  min-height: 30rem;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 480px) {
  .d1:hover .d1__content {
    transform: translate3d(-50%, -40%, 0);
  }
}

.d1:hover .d1__description,
.d1:hover .d1__meta {
  display: flex;
}

.d1:hover .d1__name {
  padding-right: 2.5rem;
  color: #ee2737;
  font-size: 1.125rem;
}

.d1:hover .d1__name .icon {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.d1:hover .d1__wrap {
  padding: 1.25rem;
}

@media (max-width: 767.98px) {
  .d1 {
    max-width: 20.3125rem;
  }
  .d1:hover .d1__content {
    height: auto;
  }
}

@media (max-width: 320px) {
  .d1 {
    max-width: 16.875rem;
  }
}

.d2 {
  max-width: 18.9375rem;
}

.d2>a:hover,
.d2>a:active {
  text-decoration: none;
}

.d2>a:hover .d2__body__content__icon,
.d2>a:active .d2__body__content__icon {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.d2>a:hover .d2__body__content__headline,
.d2>a:active .d2__body__content__headline {
  color: #ee2737;
}

.d2__body__media {
  display: none;
}

.d2__body__media img {
  width: 100%;
  height: 14rem;
  object-fit: cover;
}

.d2__body__media--video {
  position: relative;
  background-color: #25282a;
}

.d2__body__media--video img {
  opacity: 0.5;
}

.d2__body__media--video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}

.d2__body__content {
  max-width: 18.9375rem;
  min-height: 14.5rem;
  padding: 1.5rem;
  border: 1px solid #d9d9d6;
  background-color: white;
}

.d2__body__content__category {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ee2737;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.d2__body__content__icon {
  opacity: 0;
  transform: translate3d(-5px, 0, 0);
  transition: all 0.4s ease 0s;
}

.d2__body__content__date {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #616161;
  margin-bottom: 1rem;
}

.d2__body__content__break {
  margin: 0 0 26px 0;
  width: 2.8125rem;
  height: 0.125rem;
  border: none;
  border-radius: 2px;
  background-color: #ee2737;
}

.d2__body__content__headline {
  font-weight: 500;
  line-height: 1.5;
}

.d2__body__content__text {
  font-weight: 500;
  line-height: 1.5;
  display: none;
}

@media (min-width: 768px) {
  .d2 {
    max-width: 39.75rem;
    height: 32.5rem;
  }
  .d2__body__media {
    display: block;
  }
  .d2__body__content {
    height: 18.5rem;
    max-width: 42rem;
  }
  .d2__body__content__headline {
    font-family: "Haas Grotesk Display", serif;
    font-size: 24px;
    font-weight: 700;
    color: #25282a;
  }
  .d2__body__content__text {
    display: inherit;
  }
}

.d3 {
  max-width: 18.9375rem;
}

.d3__media {
  display: none;
  flex-basis: 48%;
  background-color: #f3f2f0;
}

.d3__media img {
  width: 100%;
  height: 15.3125rem;
  object-fit: cover;
}

.d3__media--video {
  position: relative;
  background-color: #25282a;
}

.d3__media--video img {
  opacity: 0.5;
}

.d3__media--video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}

.d3:hover .d4__body__icon,
.d3:active .d4__body__icon {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.d3:hover .d4__body__headline,
.d3:active .d4__body__headline {
  color: #ee2737;
}

@media (min-width: 768px) {
  .d3 {
    max-width: 39.75rem;
  }
  .d3 .d4 {
    max-width: initial;
    height: 15.3125rem;
  }
  .d3__text {
    flex-basis: 52%;
  }
  .d3__media {
    display: flex;
  }
}

.d4 {
  max-width: 18.9375rem;
  height: 15.3125rem;
  border: 1px solid #d9d9d6;
  background-color: white;
}

@media (max-width: 320px) {
  .d4 {
    max-width: 16.5625rem;
    height: auto;
  }
}

.d4>a:hover,
.d4>a:active {
  text-decoration: none;
}

.d4>a:hover .d4__body__icon,
.d4>a:active .d4__body__icon {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.d4>a:hover .d4__body__headline,
.d4>a:active .d4__body__headline {
  color: #ee2737;
}

.d4__body {
  padding: 0.875rem;
  overflow: hidden;
  display: block;
  max-height: 230px;
}

@media (max-width: 425px) {
  .d4__body {
    padding: 1.5rem;
  }
}

.d4__body__category {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ee2737;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.d4__body__icon {
  opacity: 0;
  transform: translate3d(-5px, 0, 0);
  transition: all 0.4s ease 0s;
}

.d4__body__date {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #616161;
  margin-bottom: 1rem;
}

.d4__body__break {
  margin: 0 0 26px 0;
  width: 2.8125rem;
  height: 0.125rem;
  border: none;
  border-radius: 2px;
  background-color: #ee2737;
}

.d4__body__headline {
  font-weight: 500;
  line-height: 1.5;
  max-height: 125px;
  overflow: hidden;
  color: #616161;
  transition: all 0.4s ease 0s;
}

.d5 {
  max-width: 25.9375rem;
  min-height: 18.5rem;
  padding: 1.5rem;
  border: 1px solid #d9d9d6;
  background-color: white;
}

.d5>a:hover,
.d5>a:active {
  text-decoration: none;
}

.d5>a:hover .d5__body__icon,
.d5>a:active .d5__body__icon {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.d5>a:hover .d5__body__event-name,
.d5>a:active .d5__body__event-name {
  color: #ee2737;
}

.d5__body {
  display: block;
  text-decoration: none;
}

.d5__body__category {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ee2737;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}

.d5__body__icon {
  opacity: 0;
  transform: translate3d(-5px, 0, 0);
  transition: all 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.d5__body__break {
  margin: 0;
  width: 2.8125rem;
  height: 0.125rem;
  border: none;
  border-radius: 2px;
  background-color: #ee2737;
}

.d5__body__date {
  position: relative;
}

.d5__body__date__day-month {
  position: relative;
  margin-bottom: 0;
  margin-top: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  z-index: 2;
}

.d5__body__date__year {
  position: absolute;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 100px;
  font-weight: 600;
  color: #f1f1f0;
  top: -3.4375rem;
  left: -1.5rem;
  z-index: 1;
}

.d5__body__date__time-location {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #616161;
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.d5__body__language {
  display: inline-block;
  padding: 0 0.3125rem;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ee2737;
  text-transform: uppercase;
  border: 2px solid #ee2737;
}

.d5__body__event-name {
  font-weight: 500;
  line-height: 1.5;
  color: #616161;
  transition: all 0.4s ease 0s;
}

.section-d6 {
  padding: 3.75rem;
}

@media (max-width: 767.98px) {
  .section-d6 {
    padding: 0.9375rem;
  }
}

.d6 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem !important;
}

.d6:last-child {
  margin: 0;
}

.d6 .badge1 {
  top: 0.5rem;
  left: 1.125rem;
}

.d6 .badge2 {
  top: 1.75rem;
  left: 1.125rem;
}

.d6__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d6__item--badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  background: #f1f1f0;
  padding: 0 0.3125rem;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #25282a;
}

.d6__item--image {
  position: relative;
  width: 100%;
  max-width: 280px;
}

.d6__image {
  position: relative;
  width: 100%;
  max-width: 280px;
}

.d6__container {
  background-color: white;
  border: 3px solid #f3f2f0;
  position: relative;
  width: 100%;
}

.d6__container>a:hover,
.d6__container>a:active {
  text-decoration: none;
}

.d6__container>a:hover .icon,
.d6__container>a:active .icon {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.d6__container>a:hover .d6__body__headline,
.d6__container>a:active .d6__body__headline {
  color: #ee2737;
}

.d6__body {
  padding: 1.5rem;
  display: block;
  position: relative;
}

.d6__body__text {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #616161;
  margin-bottom: 1.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.3125rem;
  font-size: 14px;
}

.d6__body__break {
  margin: 0 0 0.625rem 0;
  width: 2.8125rem;
  height: 0.125rem;
  border: none;
  border-radius: 2px;
  background-color: #ee2737;
}

.d6__body__headline {
  font-size: 23px !important;
  padding: 0.3125rem;
  font-family: "Haas Grotesk Display", serif;
  font-size: 30px;
  font-weight: 700;
  color: #25282a;
  line-height: 21px;
  margin-bottom: 0.625rem;
  transition: all 0.4s ease 0s;
}

.d6__body__botton {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #616161;
  line-height: 21px;
}

.d6__body__botton__button {
  position: absolute;
  bottom: 25px;
  right: 25px;
  /* @media (max-width: 840px) { bottom: 0; right: 0; span { display: none; } a { svg { margin: 0 !important; } } } */
}

.d6__body__botton__basic {
  flex-direction: column;
  justify-content: left;
  display: flex;
}

@media (max-width: 767px) {
  .d6__body__botton__basic {
    display: none;
  }
}

.d6__body__botton__basic div {
  padding: 0.0625rem 0.3125rem;
}

.d6__body__botton__basic div>span {
  font-size: 12px;
  position: relative;
  top: 1px;
  left: 7px;
  font-weight: normal;
}

.d6__body__botton .d6__body__botton__badge {
  display: none;
}

@media (max-width: 767.98px) {
  .d6__body__botton {
    flex-direction: column;
  }
  .d6__body__botton .d6__body__botton__badge {
    display: flex;
    flex: 1 0 100%;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1rem;
    margin-left: 0.25rem;
  }
  .d6__body__botton .d6__body__botton__badge .d6__item--badge {
    position: relative;
    left: unset;
    top: unset;
    margin-bottom: 0.3125rem;
  }
}

@media (max-width: 767.98px) {
  .d6 {
    flex-direction: column;
  }
  .d6__item--image {
    display: none;
  }
  .d6__body__botton__button {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    margin: 0 auto;
  }
}

@media (max-width: 1023.98px) {
  .d6__item--image {
    max-width: 235px;
  }
  .d6__item--image__image {
    max-width: 235px;
  }
}

@media (min-width: 768px) {
  .d6__image {
    transform: translateX(0.75rem);
  }
  .d6__container {
    transform: translateX(-0.8125rem);
  }
}

.section-d7 {
  padding: 3.75rem;
}

@media (max-width: 767.98px) {
  .section-d7 {
    padding: 3.75rem 0.9375rem 0.9375rem 0.9375rem;
    display: flex;
    flex-direction: column;
  }
}

.section-d7>span {
  margin-top: 3rem;
}

.section-d7>.count-results {
  width: 100%;
  text-align: right;
  padding: 0 0.875rem 1.25rem 0;
}

.section-d7>.count-results>span {
  font-size: 0.8125rem;
}

.section-d7>.count-results>span:before {
  content: attr(data-count);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #ee2737;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 1rem;
  font-size: 0.6875rem;
  line-height: 1.5rem;
}

@media (max-width: 1023px) {
  .section-d7>.count-results {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: -1rem;
  }
}

.d7 {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.d7:last-of-type {
  border-bottom: 0.1875rem solid #f3f2f0;
  padding-bottom: 1rem;
}

.d7:last-of-type .d7__body__botton__button {
  bottom: 1.25rem;
}

@media (max-width: 767px) {
  .d7:last-of-type .d7__body__botton__button {
    bottom: 0.3125rem;
  }
}

.d7 .badge1 {
  margin-right: 0.625rem;
}

.d7__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3125rem;
}

.d7__item--image {
  margin-bottom: 0.75rem;
  /* @media (max-width: 840px) { flex-direction: column; } */
}

.d7__item--badge {
  font-weight: 500 !important;
  display: flex;
  color: #ee2737 !important;
  justify-content: center;
  align-items: center;
  background: #f1f1f0;
  padding: 0 0.4375rem;
  line-height: 1rem;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #25282a;
  /* @media (max-width: 840px) { margin-bottom: rem(10); max-width: 205px; } */
}

.d7__container {
  display: flex;
  background-color: white;
  border-top: 3px solid #f3f2f0;
  position: relative;
  width: 100% !important;
}

.d7__container>a:hover,
.d7__container>a:active {
  text-decoration: none;
}

.d7__container>a:hover .icon,
.d7__container>a:active .icon {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.d7__container>a:hover .d7__body__headline,
.d7__container>a:active .d7__body__headline {
  color: #ee2737;
}

.d7__container .d7__body__headline a:hover {
  text-decoration: none;
}

.d7__body {
  margin: 1rem 0;
  width: 60%;
  padding: 1.5rem 0 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  text-align: left;
}

@media (max-width: 767px) {
  .d7__body {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 375px) {
  .d7__body {
    margin: 0;
  }
}

.d7__body:after {
  content: "";
  position: absolute;
  top: 50px;
  right: -32px;
  height: 62%;
  width: 2px;
  border-right: 2px dashed #bbbcbc;
}

@media (max-width: 767px) {
  .d7__body:after {
    display: none;
  }
}

.d7__body__text {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #616161;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.3125rem;
  font-size: 0.875rem;
}

.d7__body__break {
  margin: 0 0 0.625rem 0;
  width: 2.8125rem;
  height: 0.125rem;
  border: none;
  border-radius: 2px;
  background-color: #ee2737;
}

.d7__body__headline {
  font-size: 1.5rem !important;
  padding: 0.3125rem;
  font-family: "Haas Grotesk Display", serif;
  font-size: 30px;
  font-weight: 700;
  color: #25282a;
  line-height: 142%;
  margin-bottom: 0.625rem;
  transition: all 0.4s ease 0s;
}

@media (max-width: 375px) {
  .d7__body__headline {
    font-size: 21px !important;
  }
}

.d7__body__botton {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #616161;
  line-height: 21px;
}

.d7__body__botton__button {
  position: absolute;
  bottom: 0.3125rem;
  right: 25px;
}

@media (max-width: 767px) {
  .d7__body__botton__button {
    position: relative;
    top: unset;
    right: unset;
    margin-bottom: 1rem;
  }
}

.d7__body__botton__basic {
  margin: 1rem 0;
  width: 40%;
  padding-left: 4.0625rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .d7__body__botton__basic {
    padding-left: 3rem;
  }
}

@media (max-width: 767px) {
  .d7__body__botton__basic {
    display: none;
  }
}

.d7__body__botton__basic div {
  padding: 0 0.3125rem;
}

.d7__body__botton__basic div>span {
  font-size: 0.6875rem;
  margin-left: 0.875rem;
  position: relative;
  top: 0.0625rem;
}

@media (max-width: 767px) {
  .d7 {
    flex-direction: column;
  }
  .d7__item--image {
    flex-direction: column;
    align-items: flex-start;
    margin: 1rem 0 0.4375rem;
  }
  .d7__item--image .d7__item--badge {
    margin: 0.25rem 0;
  }
}

@media (min-width: 768px) {
  .d7__image {
    transform: translateX(0.75rem);
  }
  .d7__container {
    transform: translateX(-0.8125rem);
  }
}

.d9--content {
  padding: 0 3.125rem 1.5625rem;
}

.d9--content__item {
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  padding-left: 5px !important;
}

.d9--content__item--content {
  position: relative;
  max-width: 17.9375rem;
}

.d9--content__item--image {
  position: relative;
  height: 13.125rem;
}

.d9--content__item--image img {
  width: 100%;
  height: auto;
  max-height: 188px;
  max-width: 300px;
  min-height: 165px;
}

.d9--content__item--text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 16px);
  height: 8.4375rem;
  background: white;
  margin: 0 auto;
  padding: 0.625rem;
  text-align: left;
  overflow: hidden;
  transform: translateY(-32px);
  transition: all 0.3s ease-in-out 0s;
}

.d9--content__item--text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.625rem;
  background: white;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}

.d9--content__item--text img {
  max-width: 75px;
  padding-top: 5px;
}

.d9--content__item--text label {
  width: 100%;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #25282a;
  transition: all 0.3s ease-in-out 0s;
}

.d9--content__item--text span {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #616161;
  transition: all 0.3s ease-in-out 0s;
}

.d9--content__item:hover .d9--content__item--text {
  background: #ee2737;
}

.d9--content__item:hover .d9--content__item--text:before {
  background: #ee2737;
}

.d9--content__item:hover .d9--content__item--text label {
  color: white;
}

.d9--content__item:hover .d9--content__item--text span {
  color: white;
}

.d10 {
  padding: 0 3.125rem 1.5625rem;
}

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

.d10__item--content {
  position: relative;
}

.d10__item--image {
  position: relative;
}

.d10__item--image .icon--play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  transition: all 0.3s ease-in-out 0s;
}

.d10__item--image img {
  width: 100%;
  height: auto;
}

.d10__item--text {
  width: calc(100% - 16px);
  height: 11.125rem;
  background: white;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  transform: translateY(-32px);
  transition: all 0.3s ease-in-out 0s;
}

.d10__item--text span {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #25282a;
  transition: all 0.3s ease-in-out 0s;
}

.d10__item--textIcon {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 17.9375rem;
  background: white;
  border: 1px solid #d9d9d6;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  justify-content: space-around;
  transition: all 0.3s ease-in-out 0s;
}

.d10__item--textIcon span {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #25282a;
  transition: all 0.3s ease-in-out 0s;
}

.d10__item--textIcon p {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #616161;
}

.d10__item:hover .d10__item--text {
  background: #ee2737;
}

.d10__item:hover .d10__item--text span {
  color: white;
}

.d10__item:hover .d10__item--text p {
  color: white;
}

.d10__item:hover .d10__item--textIcon {
  background: #ee2737;
}

.d10__item:hover .d10__item--textIcon svg {
  fill: white;
}

.d10__item:hover .d10__item--textIcon span {
  color: white;
}

.d10__item:hover .d10__item--textIcon p {
  color: white;
}

@media (max-width: 767.98px) {
  .d10__item--text {
    height: 100%;
  }
}

.d12 {
  max-width: 87.5rem;
  margin: auto;
}

.d12 a {
  display: block;
  overflow: hidden;
}

.d12 a:hover,
.d12 a:active {
  text-decoration: none;
}

.d12__container {
  position: relative;
  /*width: 90%;*/
  height: 15.3125rem;
  margin: auto;
  padding: 1.875rem 0.9375rem;
  background-color: #25282a;
}

@media (min-width: 768px) {
  .d12__container {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  .d12__container {
    width: 80%;
  }
}

@media (min-width: 1400px) {
  .d12__container {
    /*width: 65%;*/
  }
}

.d12__container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.d12__container>div {
  position: relative;
}

.d12__container:hover .d12__container__icon,
.d12__container:active .d12__container__icon {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.d12__container:hover .d12__container__headline,
.d12__container:active .d12__container__headline {
  color: #ee2737;
}

.d12__container__category {
  margin-bottom: 0.3125rem;
  padding: 0 0.3125rem;
  background: #f1f1f0;
  text-transform: uppercase;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #25282a;
}

.d12__container__date {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: white;
}

.d12__container__break {
  width: 2.8125rem;
  height: 0.125rem;
  margin: 0 0 26px 0;
  border: none;
  border-radius: 2px;
  background-color: #ee2737;
}

.d12__container__headline {
  width: 65%;
  max-height: 6.25rem;
  overflow: hidden;
  font-weight: 500;
  transition: all 0.4s ease 0s;
}

.d12__container__icon {
  opacity: 0;
  transform: translate3d(-5px, 0, 0);
  transition: all 0.4s ease 0s;
}

@media (min-width: 768px) {
  .d12__container__headline {
    height: initial;
  }
}

.d13 {
  max-width: 18.9375rem;
  overflow: hidden;
  max-height: 15.9375rem;
  border: 1px solid #d9d9d6;
  background-color: white;
}

.d13>a:hover,
.d13>a:active {
  text-decoration: none;
}

.d13>a:hover .d13__body__icon,
.d13>a:active .d13__body__icon {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.d13>a:hover .d13__body__headline,
.d13>a:active .d13__body__headline {
  color: #ee2737;
}

.d13__logo {
  width: 100%;
  max-width: 80%;
  height: auto;
  margin: 0.9375rem 0;
}

.d13__body {
  padding: 1.5rem;
  display: block;
}

.d13__body__category {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #ee2737;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.d13__body__icon {
  opacity: 0;
  transform: translate3d(-5px, 0, 0);
  transition: all 0.4s ease 0s;
}

.d13__body__date {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #616161;
  margin-bottom: 1rem;
}

.d13__body__headline {
  font-weight: 500;
  line-height: 1.5;
  color: #616161;
  transition: all 0.4s ease 0s;
}

.d14 {
  position: relative;
  max-width: 18rem;
  margin: 0 auto;
  padding-bottom: 10rem;
}

.d14 a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.d14__pic {
  display: block;
  max-width: 100%;
  height: auto;
}

.d14__content {
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  border: 1px solid #d9d9d6;
  width: calc(100% - 1rem);
  transform: translate3d(-50%, -10%, 0);
  transition: all 0.4s ease-in-out, transform 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.d14__wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  transition: all 0.4s ease-in-out;
}

.d14__name,
.d14__description,
.d14__meta {
  flex: 0 1 100%;
}

.d14__type,
.d14__campus {
  flex: 0 1;
}

.d14__description,
.d14__meta {
  display: none;
}

.d14__campus {
  margin-left: auto;
  display: flex;
  flex-flow: row nowrap;
}

.d14__campus span {
  background: #f1f1f0;
  color: #25282a;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.125rem;
}

.d14__campus span+span {
  margin-left: 0.125rem;
}

.d14__description {
  margin: 1.25rem 0 2.5rem;
  color: #616161;
  font-size: 0.875rem;
  line-height: calc(21 / 14);
}

.d14__meta {
  position: relative;
  padding: 1.25rem;
  flex-flow: row wrap;
  margin: 0;
}

.d14__meta:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border-top: 0.25rem solid #d9d9d6;
  border-left: 0.25rem solid #d9d9d6;
}

.d14__meta dt,
.d14__meta dd {
  margin: 0;
  flex: 0 1 50%;
  font-size: 0.875rem;
  line-height: calc(21 / 14);
}

.d14__meta dt {
  font-weight: 500;
}

.d14__meta dd {
  font-weight: 600;
}

.d14__name {
  position: relative;
  margin: 1.25rem 0 0;
  padding-top: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: calc(24 / 16);
  transition: all 0.4s ease-in-out;
}

.d14__name:after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.125rem;
  background: #ee2737;
  position: absolute;
  top: 0;
  left: 0;
}

.d14__name .icon {
  position: absolute;
  top: 1.25rem;
  right: 0;
  color: #25282a;
  opacity: 0;
  transform: translate3d(-0.625rem, 0, 0);
  transition: all 0.4s ease-in-out;
}

.d14__type {
  color: #ee2737;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: calc(16 / 12);
  text-transform: uppercase;
  white-space: nowrap;
}

.d14:hover .d14__content {
  border: 0.25rem solid #ee2737;
  width: 100%;
  transform: translate3d(-50%, -20%, 0);
}

.d14:hover .d14__description,
.d14:hover .d14__meta {
  display: flex;
}

.d14:hover .d14__name {
  padding-right: 2.5rem;
  color: #ee2737;
  font-size: 1.125rem;
}

.d14:hover .d14__name .icon {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.d14:hover .d14__wrap {
  padding: 1.25rem;
}

.d15 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.d15__image {
  position: relative;
  max-width: 150px;
}

.d15__container {
  background-color: #f3f2f0;
  position: relative;
}

.d15__container>a:hover,
.d15__container>a:active {
  text-decoration: none;
}

.d15__container>a:hover .icon,
.d15__container>a:active .icon {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.d15__container>a:hover .d15__body__headline,
.d15__container>a:active .d15__body__headline {
  color: #ee2737;
}

.d15__body {
  padding: 1.5rem;
  display: block;
  position: relative;
}

.d15__body .icon {
  position: absolute;
  right: 1.25rem;
  opacity: 0;
  transform: translate3d(-5px, 0, 0);
  transition: all 0.4s ease 0s;
}

.d15__body__date {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #616161;
  margin-bottom: 0.625rem;
}

.d15__body__break {
  margin: 0 0 0.625rem 0;
  width: 2.8125rem;
  height: 0.125rem;
  border: none;
  border-radius: 2px;
  background-color: #ee2737;
}

.d15__body__headline {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #25282a;
  line-height: 21px;
  margin-bottom: 0.625rem;
  transition: all 0.4s ease 0s;
}

.d15__body__author {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #616161;
  line-height: 21px;
}

@media (max-width: 767.98px) {
  .d15 {
    flex-direction: column;
  }
  .d15__image {
    display: none;
  }
  .d15__container {
    background-color: #f3f2f0;
    position: relative;
    transform: translateY(0rem);
  }
}

@media (min-width: 768px) {
  .d15__body {
    padding: 0.625rem;
  }
  .d15__image {
    transform: translateX(0.75rem);
  }
  .d15__container {
    transform: translateX(-0.8125rem);
  }
}

@media (min-width: 1024px) {
  .d15__body {
    padding: 1.5rem;
  }
}

.d16__image {
  position: relative;
  width: 100%;
  height: auto;
}

.d16__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #f5f5f5;
  padding: 1.25rem;
  text-align: left;
  transition: all 0.3s ease-in-out 0s;
}

.d16__text:before {
  content: "";
  width: 30%;
  height: 0.125rem;
  border-radius: 0.1875rem;
  background-color: #ee2737;
  margin: 0 auto 0.9375rem;
}

.d16__text label {
  cursor: pointer;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #25282a;
  line-height: 24px;
  transition: all 0.3s ease-in-out 0s;
}

.d16__text svg {
  align-self: flex-end;
  margin: 0.625rem 0 0 0.625rem;
}

.d16 a:hover {
  text-decoration: none;
  cursor: pointer;
}

.d16 a:hover .d16__text label {
  color: #ee2737;
  text-decoration: none;
}

.d16 a:hover .d16__text svg {
  fill: #ee2737;
}

.d17 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #f5f5f5;
  text-align: center;
  padding: 1.5625rem;
  width: 100%;
}

.d17__image {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
}

.d17__title {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #25282a;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}

.d17__subtitle {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #616161;
  line-height: 1.3125rem;
  margin-bottom: 1.25rem;
}

.d17__cta {
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
}

@media (max-width: 767.98px) {
  .d17 {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .d17 {
    max-width: calc((100% - 40px) / 3);
  }
  .d17__image {
    max-width: 9.375rem;
  }
}

.d18 {
  border: 1px solid #d9d9d6;
  color: #25282a;
}

.d18__content,
.d18__info,
.d18__meta {
  padding-left: 1rem;
  padding-right: 1rem;
}

.d18__content {
  display: none;
  padding-bottom: 2rem;
}

.d18__content li,
.d18__content p {
  color: #616161;
  font-size: 0.875rem;
  line-height: calc(21 / 14);
}

.d18__content p {
  font-weight: 600;
}

.d18__content li {
  position: relative;
  padding-left: 1.125rem;
  font-weight: 500;
}

.d18__content li:before {
  position: absolute;
  left: 0.125rem;
  top: 0.4375rem;
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  background: #ee2737;
  border-radius: 50%;
}

.d18__content li+li {
  margin-top: 0.5rem;
}

.d18__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.d18__data {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.d18__dataitem {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.d18__dataitem .icon {
  margin-right: 1rem;
}

.d18__dataitem>span {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: calc(16 / 12);
}

.d18__dataitem+.d18__dataitem {
  margin-top: 1rem;
}

.d18__info {
  padding-top: 1rem;
}

.d18__meta {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.d18__name {
  font-family: "Haas Grotesk Display", serif;
  font-size: 1.5rem;
  line-height: calc(32 / 24);
  margin: 0 0 1rem;
}

.d18__tag {
  padding: 0 0.25rem;
  background: #f1f1f0;
  color: #ee2737;
  font-size: 0.75rem;
  line-height: calc(16 / 12);
  text-transform: uppercase;
}

.d18__tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

@media (max-width: 1023.98px) {
  .d18__cta {
    align-self: center;
  }
  .d18__tag+.d18__tag {
    margin-top: 0.5rem;
  }
}

@media (min-width: 768px) {
  .d18__content,
  .d18__info,
  .d18__meta {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .d18__content {
    display: block;
  }
  .d18__cta {
    align-self: flex-end;
  }
  .d18__data {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .d18__dataitem+.d18__dataitem {
    margin-top: 0;
    margin-left: 2rem;
  }
  .d18__info {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 1.5rem;
  }
  .d18__tag+.d18__tag {
    margin-top: 0;
    margin-left: 0.5rem;
  }
  .d18__tags {
    flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .d18__cta {
    align-self: auto;
  }
  .d18__data {
    margin-bottom: 0;
  }
  .d18__meta {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
  }
}

.d18+.d18 {
  margin-top: 1.875rem;
}

.d19 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1.875rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}

.d19--content {
  width: 100%;
}

.d19--content table {
  width: 100%;
}

.d19--content th {
  background-color: #f1f1f0;
  padding: 15px;
  text-align: left;
}

.d19--content tr {
  background-color: #fafafa;
}

.d19--content tr:nth-child(even) {
  background-color: white;
}

.d19--content td {
  padding: 0.9375rem;
  text-align: left;
  justify-content: center;
}

.d19--content button {
  padding: 0;
}

.d19--content__movil {
  display: none;
}

.d19--content__movil table {
  margin-bottom: 1.25rem;
}

.d19--content__movil th {
  padding: 1.5625rem;
}

.d19--content__movil td {
  justify-content: left;
}

@media (max-width: 767.98px) {
  .d19--content__deskop {
    display: none;
  }
  .d19--content__movil {
    display: initial;
    & thead {
      display: none;
      color: white;
    }
    & tr td:first-child {
      background: #EE2737;
      border-radius: 10px 10px;
      margin-top: 20px;
      font-weight: bold;
      font-size: inherit;
      padding: 10px !important;
      & a {
        color: white;
      }
    }
    & tbody td {
      display: block;
      text-align: center;
      &:not(:first-child):not(:last-child) {
        text-align: left;
        &:before {
          content: attr(data-title) ": ";
          display: inline-block;
          margin-right: 10px;
          text-align: center;
          font-weight: bold;
        }
      }
    }
  }
}

@media (max-width: 486px) {
  .d19--content__movil th {
    font-size: small;
    padding: 0.9375rem;
  }
  .d19--content__movil td {
    font-size: small;
  }
}

.d20 {
  width: 100%;
}

.d20 table {
  width: 100%;
}

.d20 tr {
  border-bottom: 0.0625rem dashed #d9d9d6;
}

.d20 tr:last-child {
  border-bottom: 0;
}

.d20 th {
  padding: 0.9375rem 5% 0.9375rem 0;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #25282a;
  line-height: 1rem;
  text-transform: uppercase;
}

.d20 th.number {
  width: 20%;
}

.d20 th span:first-child:after {
  content: " - ";
  color: #d9d9d6;
  font-weight: 500;
  margin: 0 0.3125rem;
}

.d20 td {
  padding: 0.9375rem 5% 0.9375rem 0;
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #616161;
  line-height: 1.3125rem;
}

.d20 td button {
  width: 100%;
}

@media (max-width: 767.98px) {
  .d20 th.header {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .d20 th.number {
    display: block;
    border-bottom: 0;
    position: relative;
    width: 100%;
    padding-top: 1.875rem;
  }
  .d20 td {
    border-bottom: 0;
    position: relative;
    padding-left: 0;
    display: block;
    width: 100%;
    padding-top: 0;
  }
  .d20 td:last-child {
    padding-bottom: 1.875rem;
  }
  .d20 td.cta {
    text-align: center;
  }
  .d20 td.cta button {
    width: auto;
  }
}

@media (min-width: 768px) {
  .d20 th.number {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .d20 th.number {
    width: 20%;
  }
  .d20 td.cta {
    width: 20%;
  }
}

.d21 {
  border: 0.0625rem solid #d9d9d6;
  padding: 1.25rem;
  margin-top: 3.125rem;
}

.d21__header h2 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #616161;
  border-left: 0.25rem solid #ee2737;
  padding-left: 1.5625rem;
  line-height: 2.25rem;
  margin-bottom: 1.5625rem;
}

.d21__content--title {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #25282a;
  line-height: 2.25rem;
  margin-bottom: 2.1875rem;
}

.d21__content--text {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #616161;
  line-height: 1.3125rem;
  margin-bottom: 1.25rem;
}

.d21__content--list {
  list-style: none;
  margin-bottom: 1.875rem;
}

.d21__content--list li {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #616161;
  line-height: 1.3125rem;
  position: relative;
  margin-bottom: 0.9375rem;
}

.d21__content--list li:before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ee2737;
  border-radius: 50%;
  left: -1.25rem;
  top: 0.3125rem;
}

.d21__secondary {
  margin-top: 5rem;
}

.d21__secondary--header h2 {
  font-family: "Haas Grotesk Display", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #616161;
  border-left: 0.25rem solid #ee2737;
  padding-left: 1.5625rem;
  line-height: 1.125rem;
  margin-bottom: 1.5625rem;
}

.d21__secondary--content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.d21__secondary--more {
  width: 100%;
}

.d21__secondary--collapse {
  width: 100%;
}

.d21__secondary--row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 1.25rem;
}

.d21__secondary--row .d17 {
  margin-right: 1.25rem;
}

.d21__secondary--row .d17:last-child {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .d21__secondary--row {
    flex-direction: column;
  }
  .d21__secondary--row .d17 {
    margin-bottom: 0.9375rem;
    margin-top: 0.9375rem;
  }
  .d21__secondary--more .d17:first-child {
    margin-top: 0;
  }
}

.space .var-space {
  content: "";
  border: 0.5px solid #c3c3c3;
  width: 94%;
  margin-left: 3%;
}

.space .height-8 {
  content: "";
  height: 160px;
  width: 100%;
}

.space .height-4 {
  content: "";
  height: 80px;
  width: 100%;
}

.space .height-2 {
  content: "";
  height: 47px;
  width: 100%;
}

.gm-style .gm-style-iw-c {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  border-radius: 2px !important;
  padding: 10px 16px !important;
  box-shadow: 0 2px 17px 1px rgba(0, 0, 0, 0.3) !important;
  max-width: 300px !important;
}

.gm-style .gm-style-iw-c button {
  top: 0 !important;
  right: 0 !important;
  width: 16px !important;
  height: 16px !important;
  margin: 10px !important;
  background-image: url("../img/close.png") !important;
}

.gm-style .gm-style-iw-c button img {
  display: none !important;
}

.gm-style .gm-style-iw-c .title {
  font-size: 15px;
  font-weight: 500;
  padding-right: 24px;
  position: relative;
  font-family: "Haas Grotesk Display";
  line-height: 1.6;
}

.gm-style .gm-style-iw-c .title::before {
  width: 30px;
  height: 3px;
  content: "";
  display: block;
  background-color: #ee2737;
  position: relative;
  top: -12px;
}

.marker {
  font-family: "Haas Grotesk Display", sans-serif;
  font-weight: 100;
}

.marker-arrow {
  position: absolute;
  left: -30px;
  top: 0;
  width: 30px;
  background: transparent;
  border-top: 12px solid transparent;
  border-right: 20px solid #ffffff;
  border-bottom: 12px solid transparent;
  height: 24px;
}
